Skip to content

Commit f6a558a

Browse files
committed
build: update all non-major dependencies
Closes angular#29998 as a pr takeover
1 parent dce4bbf commit f6a558a

File tree

4 files changed

+160
-145
lines changed

4 files changed

+160
-145
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@angular/service-worker": "20.0.0-next.4",
6363
"@bazel/bazelisk": "1.25.0",
6464
"@bazel/buildifier": "8.0.3",
65-
"@eslint/compat": "1.2.7",
65+
"@eslint/compat": "1.2.8",
6666
"@eslint/eslintrc": "3.3.1",
6767
"@eslint/js": "9.23.0",
6868
"@rollup/plugin-alias": "^5.1.1",
@@ -129,7 +129,7 @@
129129
"protractor": "~7.0.0",
130130
"puppeteer": "18.2.1",
131131
"quicktype-core": "23.0.171",
132-
"rollup": "4.38.0",
132+
"rollup": "4.39.0",
133133
"rollup-license-plugin": "~3.0.1",
134134
"rollup-plugin-sourcemaps": "^0.6.0",
135135
"semver": "7.7.1",
@@ -139,7 +139,7 @@
139139
"ts-node": "^10.9.1",
140140
"tslib": "2.8.1",
141141
"typescript": "5.8.2",
142-
"undici": "7.6.0",
142+
"undici": "7.7.0",
143143
"unenv": "^1.10.0",
144144
"verdaccio": "6.1.2",
145145
"verdaccio-auth-memory": "^10.0.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"parse5-html-rewriting-stream": "7.0.0",
3838
"picomatch": "4.0.2",
3939
"piscina": "4.9.2",
40-
"rollup": "4.38.0",
40+
"rollup": "4.39.0",
4141
"sass": "1.86.1",
4242
"semver": "7.7.1",
4343
"source-map-support": "0.5.21",
@@ -52,7 +52,7 @@
5252
"@angular/ssr": "workspace:*",
5353
"@angular-devkit/core": "workspace:*",
5454
"less": "4.2.2",
55-
"ng-packagr": "20.0.0-next.2",
55+
"ng-packagr": "20.0.0-next.3",
5656
"postcss": "8.5.3",
5757
"rxjs": "7.8.2"
5858
},

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"@angular/ssr": "workspace:*",
7070
"@web/test-runner": "0.20.0",
7171
"browser-sync": "3.0.3",
72-
"ng-packagr": "20.0.0-next.2",
73-
"undici": "7.6.0"
72+
"ng-packagr": "20.0.0-next.3",
73+
"undici": "7.7.0"
7474
},
7575
"peerDependencies": {
7676
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",

0 commit comments

Comments
 (0)