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-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",
|
||||
|
||||
Reference in New Issue
Block a user