chore(deps): update dependency mini-css-extract-plugin to v2.10.0 (#2222)
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) |  |  | --- ### Release Notes <details> <summary>webpack/mini-css-extract-plugin (mini-css-extract-plugin)</summary> ### [`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](54f775ddac)) ##### 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](4e4a95d164)) ##### [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](f67c05a230)) ##### [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](dab023f4a7)) ##### [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](58c6b7422a)) ##### [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](8f77e19a89)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19--> 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>
This commit is contained in:
committed by
GitHub
parent
eecde20d39
commit
97aeabed61
@@ -83,7 +83,7 @@
|
|||||||
"jest": "30.2.0",
|
"jest": "30.2.0",
|
||||||
"jest-environment-jsdom": "30.2.0",
|
"jest-environment-jsdom": "30.2.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"mini-css-extract-plugin": "2.9.4",
|
"mini-css-extract-plugin": "2.10.0",
|
||||||
"moment": "2.30.1",
|
"moment": "2.30.1",
|
||||||
"postcss": "8.5.6",
|
"postcss": "8.5.6",
|
||||||
"postcss-loader": "8.2.0",
|
"postcss-loader": "8.2.0",
|
||||||
|
|||||||
10
yarn.lock
10
yarn.lock
@@ -7608,7 +7608,7 @@ __metadata:
|
|||||||
jest: "npm:30.2.0"
|
jest: "npm:30.2.0"
|
||||||
jest-environment-jsdom: "npm:30.2.0"
|
jest-environment-jsdom: "npm:30.2.0"
|
||||||
lodash: "npm:4.17.21"
|
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"
|
moment: "npm:2.30.1"
|
||||||
postcss: "npm:8.5.6"
|
postcss: "npm:8.5.6"
|
||||||
postcss-loader: "npm:8.2.0"
|
postcss-loader: "npm:8.2.0"
|
||||||
@@ -9551,15 +9551,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"mini-css-extract-plugin@npm:2.9.4":
|
"mini-css-extract-plugin@npm:2.10.0":
|
||||||
version: 2.9.4
|
version: 2.10.0
|
||||||
resolution: "mini-css-extract-plugin@npm:2.9.4"
|
resolution: "mini-css-extract-plugin@npm:2.10.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
schema-utils: "npm:^4.0.0"
|
schema-utils: "npm:^4.0.0"
|
||||||
tapable: "npm:^2.2.1"
|
tapable: "npm:^2.2.1"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
webpack: ^5.0.0
|
webpack: ^5.0.0
|
||||||
checksum: 10c0/76f9e471784d52435ea766ce576ad23d37d0ea51c32ddc56414c8fdf14f7de44202dbc772cdf7549b7e54a5e56f569af93cfbd036d62d13ff8fd9571e53353b7
|
checksum: 10c0/5fb0654471f4fb695629d96324d327d4d3a05069a95b83770d070e8f48a07d5b5f8da61adabdd56e3119cf6b17eef058c4ba6ab4cd31a7b2af48624621fe0520
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user