Skip to content

Commit eaf1d50

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 60481e9 commit eaf1d50

8 files changed

Lines changed: 1283 additions & 1008 deletions

File tree

modules/testing/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"@angular-devkit/build-angular": "workspace:*",
55
"@angular-devkit/core": "workspace:*",
66
"@angular/ssr": "workspace:*",
7-
"@vitest/coverage-v8": "4.1.6",
7+
"@vitest/coverage-v8": "4.1.7",
88
"browser-sync": "3.0.4",
99
"istanbul-lib-instrument": "6.0.3",
1010
"jsdom": "29.1.1",
1111
"ng-packagr": "22.0.0-rc.0",
1212
"rxjs": "7.8.2",
13-
"vitest": "4.1.6"
13+
"vitest": "4.1.7"
1414
}
1515
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@angular/platform-server": "22.0.0-rc.1",
6060
"@angular/router": "22.0.0-rc.1",
6161
"@angular/service-worker": "22.0.0-rc.1",
62-
"@babel/core": "7.29.0",
62+
"@babel/core": "7.29.7",
6363
"@bazel/bazelisk": "1.28.1",
6464
"@bazel/buildifier": "8.2.1",
6565
"@bazel/ibazel": "^0.28.0",
@@ -95,8 +95,8 @@
9595
"@types/yargs": "^17.0.20",
9696
"@types/yargs-parser": "^21.0.0",
9797
"@types/yarnpkg__lockfile": "^1.1.5",
98-
"@typescript-eslint/eslint-plugin": "8.59.3",
99-
"@typescript-eslint/parser": "8.59.3",
98+
"@typescript-eslint/eslint-plugin": "8.60.0",
99+
"@typescript-eslint/parser": "8.60.0",
100100
"ajv": "8.20.0",
101101
"buffer": "6.0.3",
102102
"esbuild": "0.28.0",
@@ -129,12 +129,12 @@
129129
"rollup-license-plugin": "~3.2.0",
130130
"rollup-plugin-dts": "6.4.1",
131131
"rollup-plugin-sourcemaps2": "0.5.7",
132-
"semver": "7.8.0",
132+
"semver": "7.8.1",
133133
"source-map-support": "0.5.21",
134134
"tslib": "2.8.1",
135135
"undici": "8.3.0",
136136
"unenv": "^1.10.0",
137-
"verdaccio": "6.7.1",
137+
"verdaccio": "6.7.2",
138138
"verdaccio-auth-memory": "^13.0.0",
139139
"zone.js": "^0.16.0"
140140
},

packages/angular/build/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.29.0",
24-
"@babel/helper-annotate-as-pure": "7.27.3",
23+
"@babel/core": "7.29.7",
24+
"@babel/helper-annotate-as-pure": "7.29.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "6.0.13",
2727
"@vitejs/plugin-basic-ssl": "2.3.0",
@@ -37,8 +37,8 @@
3737
"picomatch": "4.0.4",
3838
"piscina": "5.1.4",
3939
"rollup": "4.60.4",
40-
"sass": "1.99.0",
41-
"semver": "7.8.0",
40+
"sass": "1.100.0",
41+
"semver": "7.8.1",
4242
"source-map-support": "0.5.21",
4343
"tinyglobby": "0.2.16",
4444
"vite": "7.3.3",
@@ -54,10 +54,10 @@
5454
"jsdom": "29.1.1",
5555
"less": "4.6.4",
5656
"ng-packagr": "22.0.0-rc.0",
57-
"postcss": "8.5.14",
58-
"rolldown": "1.0.1",
57+
"postcss": "8.5.15",
58+
"rolldown": "1.0.2",
5959
"rxjs": "7.8.2",
60-
"vitest": "4.1.6"
60+
"vitest": "4.1.7"
6161
},
6262
"peerDependencies": {
6363
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"npm-package-arg": "14.0.0",
2828
"pacote": "21.5.0",
2929
"parse5-html-rewriting-stream": "8.0.1",
30-
"semver": "7.8.0",
30+
"semver": "7.8.1",
3131
"yargs": "18.0.0",
3232
"zod": "4.4.3"
3333
},

packages/angular_devkit/build_angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular-devkit/build-webpack": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.29.0",
15-
"@babel/generator": "7.29.1",
16-
"@babel/helper-annotate-as-pure": "7.27.3",
14+
"@babel/core": "7.29.7",
15+
"@babel/generator": "7.29.7",
16+
"@babel/helper-annotate-as-pure": "7.29.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.29.0",
19-
"@babel/plugin-transform-async-to-generator": "7.28.6",
20-
"@babel/plugin-transform-runtime": "7.29.0",
21-
"@babel/preset-env": "7.29.5",
22-
"@babel/runtime": "7.29.2",
18+
"@babel/plugin-transform-async-generator-functions": "7.29.7",
19+
"@babel/plugin-transform-async-to-generator": "7.29.7",
20+
"@babel/plugin-transform-runtime": "7.29.7",
21+
"@babel/preset-env": "7.29.7",
22+
"@babel/runtime": "7.29.7",
2323
"@discoveryjs/json-ext": "1.1.0",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
@@ -42,19 +42,19 @@
4242
"ora": "9.4.0",
4343
"picomatch": "4.0.4",
4444
"piscina": "5.1.4",
45-
"postcss": "8.5.14",
45+
"postcss": "8.5.15",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
49-
"sass": "1.99.0",
49+
"sass": "1.100.0",
5050
"sass-loader": "17.0.0",
51-
"semver": "7.8.0",
51+
"semver": "7.8.1",
5252
"source-map-loader": "5.0.0",
5353
"source-map-support": "0.5.21",
54-
"terser": "5.47.1",
54+
"terser": "5.48.0",
5555
"tinyglobby": "0.2.16",
5656
"tslib": "2.8.1",
57-
"webpack": "5.106.2",
57+
"webpack": "5.107.2",
5858
"webpack-dev-middleware": "8.0.3",
5959
"webpack-dev-server": "5.2.4",
6060
"webpack-merge": "6.0.1",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
25-
"webpack": "5.106.2",
25+
"webpack": "5.107.2",
2626
"webpack-dev-server": "5.2.4"
2727
},
2828
"peerDependencies": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@angular/compiler": "22.0.0-rc.1",
2121
"@angular/compiler-cli": "22.0.0-rc.1",
2222
"typescript": "6.0.3",
23-
"webpack": "5.106.2"
23+
"webpack": "5.107.2"
2424
}
2525
}

0 commit comments

Comments
 (0)