Skip to content

Commit e520f2f

Browse files
committed
build: update all non-major dependencies
1 parent 2027d1b commit e520f2f

File tree

4 files changed

+722
-575
lines changed

4 files changed

+722
-575
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@angular/router": "20.0.0-next.9",
6262
"@angular/service-worker": "20.0.0-next.9",
6363
"@bazel/bazelisk": "1.26.0",
64-
"@bazel/buildifier": "8.0.3",
64+
"@bazel/buildifier": "8.2.0",
6565
"@eslint/compat": "1.2.8",
6666
"@eslint/eslintrc": "3.3.1",
6767
"@eslint/js": "9.25.1",
@@ -131,7 +131,7 @@
131131
"prettier": "^3.0.0",
132132
"protractor": "~7.0.0",
133133
"puppeteer": "18.2.1",
134-
"quicktype-core": "23.1.1",
134+
"quicktype-core": "23.1.2",
135135
"rollup": "4.40.1",
136136
"rollup-license-plugin": "~3.0.1",
137137
"semver": "7.7.1",

packages/angular/build/package.json

+3-3
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.26.10",
24-
"@babel/helper-annotate-as-pure": "7.25.9",
23+
"@babel/core": "7.27.1",
24+
"@babel/helper-annotate-as-pure": "7.27.1",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "5.1.9",
2727
"@vitejs/plugin-basic-ssl": "2.0.0",
@@ -53,7 +53,7 @@
5353
"@angular-devkit/core": "workspace:*",
5454
"jsdom": "26.1.0",
5555
"less": "4.3.0",
56-
"ng-packagr": "20.0.0-next.8",
56+
"ng-packagr": "20.0.0-rc.0",
5757
"postcss": "8.5.3",
5858
"rxjs": "7.8.2",
5959
"vitest": "3.1.2"

packages/angular_devkit/build_angular/package.json

+9-9
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.26.10",
15-
"@babel/generator": "7.27.0",
16-
"@babel/helper-annotate-as-pure": "7.25.9",
14+
"@babel/core": "7.27.1",
15+
"@babel/generator": "7.27.1",
16+
"@babel/helper-annotate-as-pure": "7.27.1",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.26.8",
19-
"@babel/plugin-transform-async-to-generator": "7.25.9",
20-
"@babel/plugin-transform-runtime": "7.26.10",
21-
"@babel/preset-env": "7.26.9",
22-
"@babel/runtime": "7.27.0",
18+
"@babel/plugin-transform-async-generator-functions": "7.27.1",
19+
"@babel/plugin-transform-async-to-generator": "7.27.1",
20+
"@babel/plugin-transform-runtime": "7.27.1",
21+
"@babel/preset-env": "7.27.1",
22+
"@babel/runtime": "7.27.1",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "2.0.0",
@@ -69,7 +69,7 @@
6969
"@angular/ssr": "workspace:*",
7070
"@web/test-runner": "0.20.1",
7171
"browser-sync": "3.0.4",
72-
"ng-packagr": "20.0.0-next.8",
72+
"ng-packagr": "20.0.0-rc.0",
7373
"undici": "7.8.0"
7474
},
7575
"peerDependencies": {

0 commit comments

Comments
 (0)