Skip to content

Commit d87f5e4

Browse files
committed
build: update postcss to v8.5.3
A test for the browser builder needed to be updated to reflect a different order in the sources array within the generated source map.
1 parent b77a1b3 commit d87f5e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"patch-package": "^8.0.0",
170170
"picomatch": "4.0.2",
171171
"piscina": "4.8.0",
172-
"postcss": "8.5.2",
172+
"postcss": "8.5.3",
173173
"postcss-loader": "8.1.1",
174174
"prettier": "^3.0.0",
175175
"protractor": "~7.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ora": "5.4.1",
4545
"picomatch": "4.0.2",
4646
"piscina": "4.8.0",
47-
"postcss": "8.5.2",
47+
"postcss": "8.5.3",
4848
"postcss-loader": "8.1.1",
4949
"resolve-url-loader": "5.0.0",
5050
"rxjs": "7.8.1",

packages/angular_devkit/build_angular/src/builders/browser/specs/vendor-source-map_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ describe('Identifying third-party code in source maps', () => {
106106
// All sources in the main map are first-party.
107107
expect(mainMap.sources.filter((_, i) => !mainMap[IGNORE_LIST].includes(i))).toEqual([
108108
'./src/app/app.component.ts',
109-
'./src/app/app.component.css',
110109
'./src/app/app.module.ts',
111110
'./src/main.ts',
111+
'./src/app/app.component.css',
112112
]);
113113

114114
// Only some sources in the polyfills map are first-party.

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"karma-jasmine": "~5.1.0",
1717
"karma": "~6.4.0",
1818
"less": "^4.2.0",
19-
"postcss": "^8.4.38",
19+
"postcss": "^8.5.3",
2020
"protractor": "~7.0.0",
2121
"rxjs": "~7.8.0",
2222
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)