Skip to content

Commit aa63911

Browse files
angular-robotclydin
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information. Closes #31357 as a pr takeover
1 parent 3e0209d commit aa63911

File tree

6 files changed

+173
-173
lines changed

6 files changed

+173
-173
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@
4646
},
4747
"homepage": "https://github.com/angular/angular-cli",
4848
"devDependencies": {
49-
"@angular/animations": "21.0.0-next.5",
50-
"@angular/cdk": "21.0.0-next.5",
51-
"@angular/common": "21.0.0-next.5",
52-
"@angular/compiler": "21.0.0-next.5",
53-
"@angular/compiler-cli": "21.0.0-next.5",
54-
"@angular/core": "21.0.0-next.5",
55-
"@angular/forms": "21.0.0-next.5",
56-
"@angular/localize": "21.0.0-next.5",
57-
"@angular/material": "21.0.0-next.5",
49+
"@angular/animations": "21.0.0-next.6",
50+
"@angular/cdk": "21.0.0-next.6",
51+
"@angular/common": "21.0.0-next.6",
52+
"@angular/compiler": "21.0.0-next.6",
53+
"@angular/compiler-cli": "21.0.0-next.6",
54+
"@angular/core": "21.0.0-next.6",
55+
"@angular/forms": "21.0.0-next.6",
56+
"@angular/localize": "21.0.0-next.6",
57+
"@angular/material": "21.0.0-next.6",
5858
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6f8f9b9ad21f8a8386290489377ef73a88bf5aeb",
59-
"@angular/platform-browser": "21.0.0-next.5",
60-
"@angular/platform-server": "21.0.0-next.5",
61-
"@angular/router": "21.0.0-next.5",
62-
"@angular/service-worker": "21.0.0-next.5",
59+
"@angular/platform-browser": "21.0.0-next.6",
60+
"@angular/platform-server": "21.0.0-next.6",
61+
"@angular/router": "21.0.0-next.6",
62+
"@angular/service-worker": "21.0.0-next.6",
6363
"@bazel/bazelisk": "1.26.0",
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.4.0",

packages/angular/build/src/utils/service-worker.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ export async function augmentAppWithServiceWorkerCore(
223223
// Once TypeScript provides support for keeping the dynamic import this workaround can be
224224
// changed to a direct dynamic import.
225225
const GeneratorConstructor = (
226-
await loadEsmModule<typeof import('@angular/service-worker/config')>(
227-
'@angular/service-worker/config',
228-
)
226+
await loadEsmModule<
227+
typeof import('@angular/service-worker/config', { with: { 'resolution-mode': 'import' } })
228+
>('@angular/service-worker/config')
229229
).Generator;
230230

231231
// Generate the manifest

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@angular-devkit/schematics": "workspace:*",
32-
"@angular/common": "21.0.0-next.5",
33-
"@angular/compiler": "21.0.0-next.5",
34-
"@angular/core": "21.0.0-next.5",
35-
"@angular/platform-browser": "21.0.0-next.5",
36-
"@angular/platform-server": "21.0.0-next.5",
37-
"@angular/router": "21.0.0-next.5",
32+
"@angular/common": "21.0.0-next.6",
33+
"@angular/compiler": "21.0.0-next.6",
34+
"@angular/core": "21.0.0-next.6",
35+
"@angular/platform-browser": "21.0.0-next.6",
36+
"@angular/platform-server": "21.0.0-next.6",
37+
"@angular/router": "21.0.0-next.6",
3838
"@schematics/angular": "workspace:*",
3939
"beasties": "0.3.5"
4040
},

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "21.0.0-next.5",
31-
"@angular/compiler-cli": "21.0.0-next.5",
30+
"@angular/compiler": "21.0.0-next.6",
31+
"@angular/compiler-cli": "21.0.0-next.6",
3232
"typescript": "5.9.3",
3333
"webpack": "5.102.0"
3434
}

0 commit comments

Comments
 (0)