Skip to content

Commit 4900e45

Browse files
angular-robotamishne
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 42d57c3 commit 4900e45

35 files changed

Lines changed: 1440 additions & 2067 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git_override(
2525
bazel_dep(name = "devinfra")
2626
git_override(
2727
module_name = "devinfra",
28-
commit = "069730b7aac7a34fde6bde3dcd11776d809e373f",
28+
commit = "f018eca84d10c594e16e9517ade1254a36dc8733",
2929
remote = "https://github.com/angular/dev-infra.git",
3030
)
3131

adev/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"@algolia/requester-browser-xhr": "5.48.0",
66
"@algolia/requester-node-http": "5.48.0",
77
"@angular/animations": "workspace:*",
8-
"@angular/aria": "21.2.8",
9-
"@angular/build": "21.2.8",
10-
"@angular/cdk": "21.2.8",
11-
"@angular/cli": "21.2.8",
8+
"@angular/aria": "21.2.9",
9+
"@angular/build": "21.2.9",
10+
"@angular/cdk": "21.2.9",
11+
"@angular/cli": "21.2.9",
1212
"@angular/common": "workspace:*",
1313
"@angular/compiler": "workspace:*",
1414
"@angular/compiler-cli": "workspace:*",
1515
"@angular/core": "workspace:*",
1616
"@angular/docs": "workspace:*",
1717
"@angular/forms": "workspace:*",
18-
"@angular/material": "21.2.8",
18+
"@angular/material": "21.2.9",
1919
"@angular/platform-browser": "workspace:*",
2020
"@angular/platform-server": "workspace:*",
2121
"@angular/router": "workspace:*",
22-
"@angular/ssr": "21.2.8",
22+
"@angular/ssr": "21.2.9",
2323
"@codemirror/autocomplete": "6.20.0",
2424
"@codemirror/commands": "6.10.1",
2525
"@codemirror/lang-angular": "0.1.4",

dev-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@angular/platform-server": "workspace:*",
1616
"@angular/localize": "workspace:*",
1717
"@angular/router": "workspace:*",
18-
"@angular/ssr": "21.2.8",
18+
"@angular/ssr": "21.2.9",
1919
"rxjs": "~7.8.0",
2020
"tslib": "^2.3.0"
2121
},
2222
"devDependencies": {
23-
"@angular/build": "21.2.8",
24-
"@angular/cli": "21.2.8",
23+
"@angular/build": "21.2.9",
24+
"@angular/cli": "21.2.9",
2525
"@angular/compiler-cli": "workspace:*",
2626
"jsdom": "^28.0.0",
2727
"typescript": "~5.9.2",

integration/animations/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/cdk": "21.2.8",
14+
"@angular/cdk": "21.2.9",
1515
"@angular/common": "link:./in-existing-linked-by-bazel",
1616
"@angular/compiler": "link:./in-existing-linked-by-bazel",
1717
"@angular/core": "link:./in-existing-linked-by-bazel",
1818
"@angular/forms": "link:./in-existing-linked-by-bazel",
1919
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
2020
"@angular/platform-browser-dynamic": "link:./in-existing-linked-by-bazel",
2121
"@angular/router": "link:./in-existing-linked-by-bazel",
22-
"@angular/ssr": "21.2.8",
22+
"@angular/ssr": "21.2.9",
2323
"rxjs": "^7.0.0",
2424
"tslib": "^2.3.0",
2525
"zone.js": "0.16.1"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "21.2.8",
29-
"@angular/build": "21.2.8",
30-
"@angular/cli": "21.2.8",
28+
"@angular-devkit/build-angular": "21.2.9",
29+
"@angular/build": "21.2.9",
30+
"@angular/cli": "21.2.9",
3131
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
3232
"@types/jasmine": "^6.0.0",
3333
"@types/node": "^20.14.8",

integration/animations/pnpm-lock.yaml

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

integration/cli-hello-world-ivy-i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"zone.js": "0.16.0"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "21.2.8",
33-
"@angular/build": "21.2.8",
34-
"@angular/cli": "21.2.8",
32+
"@angular-devkit/build-angular": "21.2.9",
33+
"@angular/build": "21.2.9",
34+
"@angular/cli": "21.2.9",
3535
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
3636
"@types/jasmine": "^6.0.0",
3737
"@types/jasminewd2": "^2.0.8",

integration/cli-hello-world-ivy-i18n/pnpm-lock.yaml

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

integration/cli-hello-world-lazy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@angular/core": "link:./in-existing-linked-by-bazel",
1414
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
1515
"@angular/router": "link:./in-existing-linked-by-bazel",
16-
"@angular/ssr": "21.2.8",
16+
"@angular/ssr": "21.2.9",
1717
"rxjs": "^7.0.0",
1818
"tslib": "^2.3.0",
1919
"zone.js": "0.16.0"
2020
},
2121
"devDependencies": {
22-
"@angular-devkit/build-angular": "21.2.8",
23-
"@angular/build": "21.2.8",
24-
"@angular/cli": "21.2.8",
22+
"@angular-devkit/build-angular": "21.2.9",
23+
"@angular/build": "21.2.9",
24+
"@angular/cli": "21.2.9",
2525
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
2626
"@types/node": "^20.14.8",
2727
"ts-node": "^10.9.1",

integration/cli-hello-world-lazy/pnpm-lock.yaml

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

integration/cli-hello-world/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"@angular/forms": "link:./in-existing-linked-by-bazel",
1919
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
2020
"@angular/router": "link:./in-existing-linked-by-bazel",
21-
"@angular/ssr": "21.2.8",
21+
"@angular/ssr": "21.2.9",
2222
"rxjs": "^7.0.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "0.16.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "21.2.8",
28-
"@angular/build": "21.2.8",
29-
"@angular/cli": "21.2.8",
27+
"@angular-devkit/build-angular": "21.2.9",
28+
"@angular/build": "21.2.9",
29+
"@angular/cli": "21.2.9",
3030
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
3131
"@types/node": "^20.14.8",
3232
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)