Skip to content

Commit f7f0941

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 0e3ca3d commit f7f0941

6 files changed

Lines changed: 371 additions & 332 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"@types/watchpack": "^2.4.4",
9393
"@types/yargs": "^17.0.20",
9494
"@types/yargs-parser": "^21.0.0",
95-
"@typescript-eslint/eslint-plugin": "8.64.0",
96-
"@typescript-eslint/parser": "8.64.0",
95+
"@typescript-eslint/eslint-plugin": "8.65.0",
96+
"@typescript-eslint/parser": "8.65.0",
9797
"ajv": "8.20.0",
9898
"buffer": "6.0.3",
9999
"esbuild": "0.28.1",
@@ -129,7 +129,7 @@
129129
"semver": "7.8.5",
130130
"source-map-support": "0.5.21",
131131
"tslib": "2.8.1",
132-
"undici": "8.7.0",
132+
"undici": "8.8.0",
133133
"unenv": "^1.10.0",
134134
"verdaccio": "6.8.0",
135135
"verdaccio-auth-memory": "^13.0.0",

packages/angular/build/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"listr2": "10.2.2",
3434
"magic-string": "1.0.0",
3535
"mrmime": "2.0.1",
36-
"oxc-parser": "0.140.0",
36+
"oxc-parser": "0.141.0",
3737
"parse5-html-rewriting-stream": "8.0.1",
3838
"picomatch": "4.0.5",
39-
"piscina": "5.2.0",
39+
"piscina": "5.3.0",
4040
"rolldown": "1.2.0",
41-
"sass": "1.101.0",
41+
"sass": "1.101.3",
4242
"semver": "7.8.5",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.17",
@@ -51,12 +51,12 @@
5151
"devDependencies": {
5252
"@angular-devkit/core": "workspace:*",
5353
"@angular/ssr": "workspace:*",
54-
"@oxc-project/types": "0.140.0",
54+
"@oxc-project/types": "0.141.0",
5555
"istanbul-lib-instrument": "6.0.3",
5656
"jsdom": "29.1.1",
57-
"less": "4.6.7",
57+
"less": "4.7.0",
5858
"ng-packagr": "22.1.0-next.3",
59-
"postcss": "8.5.19",
59+
"postcss": "8.5.22",
6060
"rollup": "4.62.2",
6161
"rxjs": "7.8.2",
6262
"vitest": "4.1.10"

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1717
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
1818
"@inquirer/prompts": "8.5.2",
19-
"@listr2/prompt-adapter-inquirer": "4.2.4",
19+
"@listr2/prompt-adapter-inquirer": "4.2.5",
2020
"@modelcontextprotocol/sdk": "1.29.0",
2121
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
2222
"jsonc-parser": "3.3.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
"istanbul-lib-instrument": "6.0.3",
3434
"jsonc-parser": "3.3.1",
3535
"karma-source-map-support": "1.4.0",
36-
"less": "4.6.7",
36+
"less": "4.7.0",
3737
"less-loader": "13.0.0",
3838
"license-webpack-plugin": "4.0.2",
3939
"loader-utils": "3.3.1",
4040
"mini-css-extract-plugin": "2.10.2",
4141
"open": "11.0.0",
4242
"ora": "9.4.1",
4343
"picomatch": "4.0.5",
44-
"piscina": "5.2.0",
45-
"postcss": "8.5.19",
44+
"piscina": "5.3.0",
45+
"postcss": "8.5.22",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
49-
"sass": "1.101.0",
49+
"sass": "1.101.3",
5050
"sass-loader": "17.0.0",
5151
"semver": "7.8.5",
5252
"source-map-loader": "5.0.0",
@@ -67,7 +67,7 @@
6767
"@angular/ssr": "workspace:*",
6868
"browser-sync": "3.0.4",
6969
"ng-packagr": "22.1.0-next.3",
70-
"undici": "8.7.0"
70+
"undici": "8.8.0"
7171
},
7272
"peerDependencies": {
7373
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"jsonc-parser": "3.3.1",
3131
"picomatch": "4.0.5",
3232
"rxjs": "7.8.2",
33-
"source-map": "0.7.6"
33+
"source-map": "0.8.0"
3434
},
3535
"devDependencies": {
3636
"chokidar": "5.0.0"

0 commit comments

Comments
 (0)