Skip to content

Commit f8a9f4a

Browse files
committed
fix(@angular-devkit/build-angular): update mini-css-extract-plugin to 2.2.1
Using `css-loader` version 6 exposed a bug in `mini-css-extract-plugin` which doesn't handle `@import` rules order correctly. See webpack-contrib/css-loader#1365 Closes: #21662
1 parent aaadef0 commit f8a9f4a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"license-webpack-plugin": "2.3.20",
182182
"loader-utils": "2.0.0",
183183
"magic-string": "0.25.7",
184-
"mini-css-extract-plugin": "2.1.0",
184+
"mini-css-extract-plugin": "2.2.1",
185185
"minimatch": "3.0.4",
186186
"minimist": "^1.2.0",
187187
"ng-packagr": "~12.1.2",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"less-loader": "10.0.1",
4545
"license-webpack-plugin": "2.3.20",
4646
"loader-utils": "2.0.0",
47-
"mini-css-extract-plugin": "2.1.0",
47+
"mini-css-extract-plugin": "2.2.1",
4848
"minimatch": "3.0.4",
4949
"open": "8.2.1",
5050
"ora": "5.4.1",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -7672,12 +7672,12 @@ min-indent@^1.0.0:
76727672
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
76737673
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
76747674

7675-
mini-css-extract-plugin@2.1.0:
7676-
version "2.1.0"
7677-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.1.0.tgz#4aa6558b527ad4c168fee4a20b6092ebe9f98309"
7678-
integrity sha512-SV1GgjMcfqy6hW07rAniUbQE4qS3inh3v4rZEUySkPRWy3vMbS3jUCjMOvNI4lUnDlQYJEmuUqKktTCNY5koFQ==
7675+
mini-css-extract-plugin@2.2.1:
7676+
version "2.2.1"
7677+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.1.tgz#a44bbfc8ede9211f31474b91c4e8863bf52dd294"
7678+
integrity sha512-A0GBXpz8WIPgh2HfASJ0EeY8grd2dGxmC4R8uTujFJXZY7zFy0nvYSYW6SKCLKlz7y45BdHONfaxZQMIZpeF/w==
76797679
dependencies:
7680-
schema-utils "^3.0.0"
7680+
schema-utils "^3.1.0"
76817681

76827682
minimalistic-assert@^1.0.0:
76837683
version "1.0.1"

0 commit comments

Comments
 (0)