Skip to content

Commit aaf97a2

Browse files
alan-agius4jkrems
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 561d3de commit aaf97a2

File tree

11 files changed

+214
-467
lines changed

11 files changed

+214
-467
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ git_override(
3939
bazel_dep(name = "devinfra")
4040
git_override(
4141
module_name = "devinfra",
42-
commit = "fada401aa5023cb046753a15bfda9ec520eb4ed6",
42+
commit = "2ba53026d5358458a479227fee8c3d6d5c1e1dad",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 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": "20.2.0-rc.1",
50-
"@angular/cdk": "20.2.0-rc.0",
51-
"@angular/common": "20.2.0-rc.1",
52-
"@angular/compiler": "20.2.0-rc.1",
53-
"@angular/compiler-cli": "20.2.0-rc.1",
54-
"@angular/core": "20.2.0-rc.1",
55-
"@angular/forms": "20.2.0-rc.1",
56-
"@angular/localize": "20.2.0-rc.1",
57-
"@angular/material": "20.2.0-rc.0",
58-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4fead3666abc9c5dfff101a8bfdc7a2d02f78982",
59-
"@angular/platform-browser": "20.2.0-rc.1",
60-
"@angular/platform-server": "20.2.0-rc.1",
61-
"@angular/router": "20.2.0-rc.1",
62-
"@angular/service-worker": "20.2.0-rc.1",
49+
"@angular/animations": "21.0.0-next.0",
50+
"@angular/cdk": "21.0.0-next.0",
51+
"@angular/common": "21.0.0-next.0",
52+
"@angular/compiler": "21.0.0-next.0",
53+
"@angular/compiler-cli": "21.0.0-next.0",
54+
"@angular/core": "21.0.0-next.0",
55+
"@angular/forms": "21.0.0-next.0",
56+
"@angular/localize": "21.0.0-next.0",
57+
"@angular/material": "21.0.0-next.0",
58+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2c6d835b5d57e126e3b829dd409c2754def86a6b",
59+
"@angular/platform-browser": "21.0.0-next.0",
60+
"@angular/platform-server": "21.0.0-next.0",
61+
"@angular/router": "21.0.0-next.0",
62+
"@angular/service-worker": "21.0.0-next.0",
6363
"@bazel/bazelisk": "1.26.0",
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.3.2",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@angular-devkit/core": "workspace:*",
5454
"jsdom": "26.1.0",
5555
"less": "4.4.1",
56-
"ng-packagr": "20.2.0-rc.0",
56+
"ng-packagr": "21.0.0-next.0",
5757
"postcss": "8.5.6",
5858
"rxjs": "7.8.2",
5959
"vitest": "3.2.4"

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": "20.2.0-rc.1",
33-
"@angular/compiler": "20.2.0-rc.1",
34-
"@angular/core": "20.2.0-rc.1",
35-
"@angular/platform-browser": "20.2.0-rc.1",
36-
"@angular/platform-server": "20.2.0-rc.1",
37-
"@angular/router": "20.2.0-rc.1",
32+
"@angular/common": "21.0.0-next.0",
33+
"@angular/compiler": "21.0.0-next.0",
34+
"@angular/core": "21.0.0-next.0",
35+
"@angular/platform-browser": "21.0.0-next.0",
36+
"@angular/platform-server": "21.0.0-next.0",
37+
"@angular/router": "21.0.0-next.0",
3838
"@schematics/angular": "workspace:*",
3939
"beasties": "0.3.5"
4040
},

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@angular/ssr": "workspace:*",
6969
"@web/test-runner": "0.20.2",
7070
"browser-sync": "3.0.4",
71-
"ng-packagr": "20.2.0-rc.0",
71+
"ng-packagr": "21.0.0-next.0",
7272
"undici": "7.14.0"
7373
},
7474
"peerDependencies": {

packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lib",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^20.2.0-next",
6-
"@angular/core": "^20.2.0-next"
5+
"@angular/common": "^21.0.0-next",
6+
"@angular/core": "^21.0.0-next"
77
}
88
}

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": "20.2.0-rc.1",
31-
"@angular/compiler-cli": "20.2.0-rc.1",
30+
"@angular/compiler": "21.0.0-next.0",
31+
"@angular/compiler-cli": "21.0.0-next.0",
3232
"typescript": "5.9.2",
3333
"webpack": "5.101.3"
3434
}

pnpm-lock.yaml

Lines changed: 157 additions & 410 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/legacy-cli/e2e/assets/ssr-project-webpack/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/animations": "^20.0.0-next.0",
18-
"@angular/common": "^20.0.0-next.0",
19-
"@angular/compiler": "^20.0.0-next.0",
20-
"@angular/core": "^20.0.0-next.0",
21-
"@angular/forms": "^20.0.0-next.0",
22-
"@angular/platform-browser": "^20.0.0-next.0",
23-
"@angular/platform-server": "^20.0.0-next.0",
24-
"@angular/router": "^20.0.0-next.0",
25-
"@angular/ssr": "^20.0.0-next.0",
17+
"@angular/animations": "^21.0.0-next.0",
18+
"@angular/common": "^21.0.0-next.0",
19+
"@angular/compiler": "^21.0.0-next.0",
20+
"@angular/core": "^21.0.0-next.0",
21+
"@angular/forms": "^21.0.0-next.0",
22+
"@angular/platform-browser": "^21.0.0-next.0",
23+
"@angular/platform-server": "^21.0.0-next.0",
24+
"@angular/router": "^21.0.0-next.0",
25+
"@angular/ssr": "^21.0.0-next.0",
2626
"express": "^4.18.2",
2727
"rxjs": "~7.8.0",
2828
"tslib": "^2.3.0",
2929
"zone.js": "~0.15.0"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "^20.0.0-next.0",
33-
"@angular/cli": "^20.0.0-next.0",
34-
"@angular/compiler-cli": "^20.0.0-next.0",
32+
"@angular-devkit/build-angular": "^21.0.0-next.0",
33+
"@angular/cli": "^21.0.0-next.0",
34+
"@angular/compiler-cli": "^21.0.0-next.0",
3535
"@types/express": "^4.17.17",
3636
"@types/jasmine": "~4.3.0",
3737
"@types/mime": "^3.0.0",
@@ -42,6 +42,6 @@
4242
"karma-coverage": "~2.2.0",
4343
"karma-jasmine": "~5.1.0",
4444
"karma-jasmine-html-reporter": "~2.1.0",
45-
"typescript": "~5.8.2"
45+
"typescript": "~5.9.2"
4646
}
4747
}

0 commit comments

Comments
 (0)