Skip to content

Commit 39ea128

Browse files
alan-agius4clydin
authored andcommitted
fix(@angular-devkit/build-angular): handling of @media queries inside css layers
See: postcss/postcss-import#496 Note: the major bump is due to drop of support of Node.Js prior to version 14, which the CLI doesn't support anyways.
1 parent a7a3a04 commit 39ea128

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"piscina": "3.2.0",
187187
"popper.js": "^1.14.1",
188188
"postcss": "8.4.16",
189-
"postcss-import": "14.1.0",
189+
"postcss-import": "15.0.0",
190190
"postcss-loader": "7.0.1",
191191
"postcss-preset-env": "7.8.0",
192192
"prettier": "^2.0.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"parse5-html-rewriting-stream": "6.0.1",
4747
"piscina": "3.2.0",
4848
"postcss": "8.4.16",
49-
"postcss-import": "14.1.0",
49+
"postcss-import": "15.0.0",
5050
"postcss-loader": "7.0.1",
5151
"postcss-preset-env": "7.8.0",
5252
"regenerator-runtime": "0.13.9",

yarn.lock

+9
Original file line numberDiff line numberDiff line change
@@ -8788,6 +8788,15 @@ postcss-import@14.1.0:
87888788
read-cache "^1.0.0"
87898789
resolve "^1.1.7"
87908790

8791+
postcss-import@15.0.0:
8792+
version "15.0.0"
8793+
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.0.0.tgz#0b66c25fdd9c0d19576e63c803cf39e4bad08822"
8794+
integrity sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==
8795+
dependencies:
8796+
postcss-value-parser "^4.0.0"
8797+
read-cache "^1.0.0"
8798+
resolve "^1.1.7"
8799+
87918800
postcss-initial@^4.0.1:
87928801
version "4.0.1"
87938802
resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42"

0 commit comments

Comments
 (0)