Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): handling of @media queries insi…
Browse files Browse the repository at this point in the history
…de 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.
  • Loading branch information
alan-agius4 authored and clydin committed Aug 31, 2022
1 parent a7a3a04 commit 39ea128
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -186,7 +186,7 @@
"piscina": "3.2.0",
"popper.js": "^1.14.1",
"postcss": "8.4.16",
"postcss-import": "14.1.0",
"postcss-import": "15.0.0",
"postcss-loader": "7.0.1",
"postcss-preset-env": "7.8.0",
"prettier": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -46,7 +46,7 @@
"parse5-html-rewriting-stream": "6.0.1",
"piscina": "3.2.0",
"postcss": "8.4.16",
"postcss-import": "14.1.0",
"postcss-import": "15.0.0",
"postcss-loader": "7.0.1",
"postcss-preset-env": "7.8.0",
"regenerator-runtime": "0.13.9",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Expand Up @@ -8788,6 +8788,15 @@ postcss-import@14.1.0:
read-cache "^1.0.0"
resolve "^1.1.7"

postcss-import@15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.0.0.tgz#0b66c25fdd9c0d19576e63c803cf39e4bad08822"
integrity sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==
dependencies:
postcss-value-parser "^4.0.0"
read-cache "^1.0.0"
resolve "^1.1.7"

postcss-initial@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42"
Expand Down

0 comments on commit 39ea128

Please sign in to comment.