Skip to content

Commit 75849f6

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 0ae3c1b commit 75849f6

4 files changed

Lines changed: 632 additions & 190 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
"@typescript-eslint/parser": "8.66.0",
9696
"ajv": "8.20.0",
9797
"buffer": "6.0.3",
98-
"esbuild": "0.28.1",
99-
"esbuild-wasm": "0.28.1",
100-
"eslint": "10.8.0",
98+
"esbuild": "0.28.2",
99+
"esbuild-wasm": "0.28.2",
100+
"eslint": "10.8.1",
101101
"eslint-config-prettier": "10.1.8",
102102
"eslint-plugin-import": "2.32.0",
103103
"express": "5.2.1",

packages/angular/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"beasties": "0.4.3",
2828
"browserslist": "^4.26.0",
2929
"chokidar": "5.0.0",
30-
"esbuild": "0.28.1",
30+
"esbuild": "0.28.2",
3131
"https-proxy-agent": "9.1.0",
3232
"jsonc-parser": "3.3.1",
3333
"listr2": "11.0.0",
@@ -37,12 +37,12 @@
3737
"parse5-html-rewriting-stream": "8.0.1",
3838
"picomatch": "4.0.5",
3939
"piscina": "5.3.0",
40-
"rolldown": "1.2.2",
40+
"rolldown": "1.2.3",
4141
"sass": "1.102.0",
4242
"semver": "7.8.5",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.17",
45-
"vite": "8.2.0",
45+
"vite": "8.2.1",
4646
"xxhash-wasm": "1.1.0"
4747
},
4848
"optionalDependencies": {
@@ -56,7 +56,7 @@
5656
"jsdom": "30.0.1",
5757
"less": "4.8.1",
5858
"ng-packagr": "22.2.0-next.2",
59-
"postcss": "8.5.25",
59+
"postcss": "8.5.26",
6060
"rollup": "4.62.4",
6161
"rxjs": "7.8.2",
6262
"vitest": "4.1.10"

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "14.0.0",
3030
"css-loader": "7.1.4",
31-
"esbuild-wasm": "0.28.1",
31+
"esbuild-wasm": "0.28.2",
3232
"http-proxy-middleware": "4.2.0",
3333
"istanbul-lib-instrument": "6.0.3",
3434
"jsonc-parser": "3.3.1",
@@ -42,7 +42,7 @@
4242
"ora": "9.4.1",
4343
"picomatch": "4.0.5",
4444
"piscina": "5.3.0",
45-
"postcss": "8.5.25",
45+
"postcss": "8.5.26",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
@@ -51,7 +51,7 @@
5151
"semver": "7.8.5",
5252
"source-map-loader": "5.0.0",
5353
"source-map-support": "0.5.21",
54-
"terser": "5.49.1",
54+
"terser": "5.49.2",
5555
"tinyglobby": "0.2.17",
5656
"tslib": "2.8.1",
5757
"webpack": "5.109.2",
@@ -61,7 +61,7 @@
6161
"webpack-subresource-integrity": "5.1.0"
6262
},
6363
"optionalDependencies": {
64-
"esbuild": "0.28.1"
64+
"esbuild": "0.28.2"
6565
},
6666
"devDependencies": {
6767
"@angular/ssr": "workspace:*",

0 commit comments

Comments
 (0)