Skip to content

Commit 02d7786

Browse files
committed
build: update all non-major dependencies
1 parent fa7371f commit 02d7786

File tree

4 files changed

+741
-594
lines changed

4 files changed

+741
-594
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
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",
65-
"@eslint/compat": "1.2.8",
64+
"@bazel/buildifier": "8.2.0",
65+
"@eslint/compat": "1.2.9",
6666
"@eslint/eslintrc": "3.3.1",
6767
"@eslint/js": "9.25.1",
6868
"@rollup/plugin-alias": "^5.1.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.3",
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

+11-11
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",
@@ -36,11 +36,11 @@
3636
"jsonc-parser": "3.3.1",
3737
"karma-source-map-support": "1.4.0",
3838
"less": "4.3.0",
39-
"less-loader": "12.2.0",
39+
"less-loader": "12.3.0",
4040
"license-webpack-plugin": "4.0.2",
4141
"loader-utils": "3.3.1",
4242
"mini-css-extract-plugin": "2.9.2",
43-
"open": "10.1.1",
43+
"open": "10.1.2",
4444
"ora": "5.4.1",
4545
"picomatch": "4.0.2",
4646
"piscina": "4.9.2",
@@ -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)