Skip to content

Commit 394a001

Browse files
alan-agius4clydin
authored andcommitted
perf(@angular-devkit/build-angular): update PostCSS to 8.3
This version replaces the `source-map` package with `source-map-js`. This can lead up to 4x performance improvements in parsing map from processing step before PostCSS. See full changelog: https://github.com/postcss/postcss/releases/tag/8.3.0
1 parent ada4940 commit 394a001

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"pidtree": "^0.5.0",
191191
"pidusage": "^2.0.17",
192192
"popper.js": "^1.14.1",
193-
"postcss": "8.2.14",
193+
"postcss": "8.3.0",
194194
"postcss-import": "14.0.1",
195195
"postcss-loader": "5.2.0",
196196
"postcss-preset-env": "6.7.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"open": "8.0.2",
4747
"ora": "5.4.0",
4848
"parse5-html-rewriting-stream": "6.0.1",
49-
"postcss": "8.2.14",
49+
"postcss": "8.3.0",
5050
"postcss-import": "14.0.1",
5151
"postcss-loader": "5.2.0",
5252
"postcss-preset-env": "6.7.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -9532,14 +9532,14 @@ [email protected], postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32
95329532
source-map "^0.6.1"
95339533
supports-color "^6.1.0"
95349534

9535-
postcss@8.2.14:
9536-
version "8.2.14"
9537-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.14.tgz#dcf313eb8247b3ce8078d048c0e8262ca565ad2b"
9538-
integrity sha512-+jD0ZijcvyCqPQo/m/CW0UcARpdFylq04of+Q7RKX6f/Tu+dvpUI/9Sp81+i6/vJThnOBX09Quw0ZLOVwpzX3w==
9535+
postcss@8.3.0:
9536+
version "8.3.0"
9537+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
9538+
integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==
95399539
dependencies:
95409540
colorette "^1.2.2"
9541-
nanoid "^3.1.22"
9542-
source-map "^0.6.1"
9541+
nanoid "^3.1.23"
9542+
source-map-js "^0.6.2"
95439543

95449544
postcss@^8.2.10, postcss@^8.2.4:
95459545
version "8.2.13"

0 commit comments

Comments
 (0)