From 97aeabed61430b080a646d436d06e37fed850267 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 07:21:21 +0000 Subject: [PATCH] chore(deps): update dependency mini-css-extract-plugin to v2.10.0 (#2222) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [mini-css-extract-plugin](https://redirect.github.com/webpack/mini-css-extract-plugin) | [`2.9.4` → `2.10.0`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.9.4/2.10.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/mini-css-extract-plugin/2.10.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mini-css-extract-plugin/2.9.4/2.10.0?slim=true) | --- ### Release Notes
webpack/mini-css-extract-plugin (mini-css-extract-plugin) ### [`v2.10.0`](https://redirect.github.com/webpack/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#2100-2026-01-16) [Compare Source](https://redirect.github.com/webpack/mini-css-extract-plugin/compare/v2.9.4...v2.10.0) ##### Features - respect `output.cssFilename` and `output.cssChunkFilename` ([#​1151](https://redirect.github.com/webpack/mini-css-extract-plugin/issues/1151)) ([54f775d](https://redirect.github.com/webpack/mini-css-extract-plugin/commit/54f775ddac6ea365b9023ab0624f8219695371b3)) ##### Bug Fixes - prevent generation of a contentHash for a chunk when the set of css modules is of size 0 ([#​1154](https://redirect.github.com/webpack/mini-css-extract-plugin/issues/1154)) ([4e4a95d](https://redirect.github.com/webpack/mini-css-extract-plugin/commit/4e4a95d16431bca442b7ac5d90c887142e3ce117)) ##### [2.9.4](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.3...v2.9.4) (2025-08-11) ##### Bug Fixes - hmr crash in some situations ([#​1140](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1140)) ([f67c05a](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/commit/f67c05a2305dbfc0f949ce9f11c96c32cb402deb)) ##### [2.9.3](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.2...v2.9.3) (2025-08-04) ##### Bug Fixes - should update initial chunks correctly with filename ([dab023f](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/commit/dab023f4a7685bc20ef175e71dacd78d988e3713)) ##### [2.9.2](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.1...v2.9.2) (2024-11-01) ##### Bug Fixes - prefetch and preload runtime generation ([#​1116](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1116)) ([58c6b74](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/commit/58c6b7422aedfd3fc4d5f3553b196da40eae1f4b)) ##### [2.9.1](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1) (2024-08-19) ##### Bug Fixes - add `export default {}` when CSS modules enabled and a file is empty for the `defaultExport` option ([8f77e19](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/commit/8f77e19a89eca97b05f1855d2c851592e98ff774))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 107700c..adba0b8 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "lodash": "4.17.21", - "mini-css-extract-plugin": "2.9.4", + "mini-css-extract-plugin": "2.10.0", "moment": "2.30.1", "postcss": "8.5.6", "postcss-loader": "8.2.0", diff --git a/yarn.lock b/yarn.lock index 5dfc9b7..a37e189 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7608,7 +7608,7 @@ __metadata: jest: "npm:30.2.0" jest-environment-jsdom: "npm:30.2.0" lodash: "npm:4.17.21" - mini-css-extract-plugin: "npm:2.9.4" + mini-css-extract-plugin: "npm:2.10.0" moment: "npm:2.30.1" postcss: "npm:8.5.6" postcss-loader: "npm:8.2.0" @@ -9551,15 +9551,15 @@ __metadata: languageName: node linkType: hard -"mini-css-extract-plugin@npm:2.9.4": - version: 2.9.4 - resolution: "mini-css-extract-plugin@npm:2.9.4" +"mini-css-extract-plugin@npm:2.10.0": + version: 2.10.0 + resolution: "mini-css-extract-plugin@npm:2.10.0" dependencies: schema-utils: "npm:^4.0.0" tapable: "npm:^2.2.1" peerDependencies: webpack: ^5.0.0 - checksum: 10c0/76f9e471784d52435ea766ce576ad23d37d0ea51c32ddc56414c8fdf14f7de44202dbc772cdf7549b7e54a5e56f569af93cfbd036d62d13ff8fd9571e53353b7 + checksum: 10c0/5fb0654471f4fb695629d96324d327d4d3a05069a95b83770d070e8f48a07d5b5f8da61adabdd56e3119cf6b17eef058c4ba6ab4cd31a7b2af48624621fe0520 languageName: node linkType: hard