Skip to content

Commit 6ea10f8

Browse files
committed
build: update cross-repo angular dependencies to v21.2.7
See associated pull request for more information.
1 parent 057cc6d commit 6ea10f8

34 files changed

Lines changed: 1282 additions & 1280 deletions

File tree

adev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"@algolia/requester-node-http": "5.48.0",
77
"@angular/animations": "workspace:*",
88
"@angular/aria": "21.2.5",
9-
"@angular/build": "21.2.6",
9+
"@angular/build": "21.2.7",
1010
"@angular/cdk": "21.2.5",
11-
"@angular/cli": "21.2.6",
11+
"@angular/cli": "21.2.7",
1212
"@angular/common": "workspace:*",
1313
"@angular/compiler": "workspace:*",
1414
"@angular/compiler-cli": "workspace:*",
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "workspace:*",
2020
"@angular/platform-server": "workspace:*",
2121
"@angular/router": "workspace:*",
22-
"@angular/ssr": "21.2.6",
22+
"@angular/ssr": "21.2.7",
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.6",
18+
"@angular/ssr": "21.2.7",
1919
"rxjs": "~7.8.0",
2020
"tslib": "^2.3.0"
2121
},
2222
"devDependencies": {
23-
"@angular/build": "21.2.6",
24-
"@angular/cli": "21.2.6",
23+
"@angular/build": "21.2.7",
24+
"@angular/cli": "21.2.7",
2525
"@angular/compiler-cli": "workspace:*",
2626
"jsdom": "^28.0.0",
2727
"typescript": "~5.9.2",

integration/animations/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
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.6",
22+
"@angular/ssr": "21.2.7",
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.6",
29-
"@angular/build": "21.2.6",
30-
"@angular/cli": "21.2.6",
28+
"@angular-devkit/build-angular": "21.2.7",
29+
"@angular/build": "21.2.7",
30+
"@angular/cli": "21.2.7",
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: 89 additions & 88 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.6",
33-
"@angular/build": "21.2.6",
34-
"@angular/cli": "21.2.6",
32+
"@angular-devkit/build-angular": "21.2.7",
33+
"@angular/build": "21.2.7",
34+
"@angular/cli": "21.2.7",
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 & 80 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.6",
16+
"@angular/ssr": "21.2.7",
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.6",
23-
"@angular/build": "21.2.6",
24-
"@angular/cli": "21.2.6",
22+
"@angular-devkit/build-angular": "21.2.7",
23+
"@angular/build": "21.2.7",
24+
"@angular/cli": "21.2.7",
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: 88 additions & 88 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.6",
21+
"@angular/ssr": "21.2.7",
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.6",
28-
"@angular/build": "21.2.6",
29-
"@angular/cli": "21.2.6",
27+
"@angular-devkit/build-angular": "21.2.7",
28+
"@angular/build": "21.2.7",
29+
"@angular/cli": "21.2.7",
3030
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
3131
"@types/node": "^20.14.8",
3232
"ts-node": "^10.9.1",

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

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

0 commit comments

Comments
 (0)