FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: update cross-repo angular dependencies · angular/angular@295dad7 · GitHub

Commit 295dad7

Browse files
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent d7d6a08 commit 295dad7

36 files changed

Lines changed: 25869 additions & 31151 deletions

File tree

‎.github/actions/deploy-docs-site/main.js‎

Lines changed: 442 additions & 2 deletions
Large diffs are not rendered by default.

‎MODULE.bazel‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ bazel_dep(name = "yq.bzl", version = "0.3.6")
1818
bazel_dep(name = "rules_angular")
1919
git_override(
2020
module_name = "rules_angular",
21-
commit = "4025fae590e5c1a48eaa289e20ab54e401d0a396",
21+
commit = "94865fc3d6cbaa2d365d4a97fae03a0428a6ced6",
2222
remote = "https://github.com/angular/rules_angular.git",
2323
)
2424

2525
bazel_dep(name = "devinfra")
2626
git_override(
2727
module_name = "devinfra",
28-
commit = "ab0dc25e660b6704fb1144f0a62786776575b55d",
28+
commit = "786ee4782863cc2e6c90737aa3b3801e1f3eb432",
2929
remote = "https://github.com/angular/dev-infra.git",
3030
)
3131

@@ -39,7 +39,7 @@ git_override(
3939
bazel_dep(name = "rules_browsers")
4040
git_override(
4141
module_name = "rules_browsers",
42-
commit = "f61cc5a47b3ec4891e644ffdfa3d7517b81d11dd",
42+
commit = "90969723d2e4a0797710d0bcaae9bb6a7b6b914a",
4343
remote = "https://github.com/angular/rules_browsers.git",
4444
)
4545

‎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.53.0",
77
"@angular/animations": "workspace:*",
88
"@angular/aria": "22.1.0-next.1",
9-
"@angular/build": "22.1.0-next.0",
9+
"@angular/build": "22.1.0-next.1",
1010
"@angular/cdk": "22.1.0-next.1",
11-
"@angular/cli": "22.1.0-next.0",
11+
"@angular/cli": "22.1.0-next.1",
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": "22.1.0-next.0",
22+
"@angular/ssr": "22.1.0-next.1",
2323
"@codemirror/autocomplete": "6.20.3",
2424
"@codemirror/commands": "6.10.3",
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": "22.1.0-next.0",
18+
"@angular/ssr": "22.1.0-next.1",
1919
"rxjs": "~7.8.0",
2020
"tslib": "^2.3.0"
2121
},
2222
"devDependencies": {
23-
"@angular/build": "22.1.0-next.0",
24-
"@angular/cli": "22.1.0-next.0",
23+
"@angular/build": "22.1.0-next.1",
24+
"@angular/cli": "22.1.0-next.1",
2525
"@angular/compiler-cli": "workspace:*",
2626
"jsdom": "^29.0.0",
2727
"typescript": "~6.0.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": "22.1.0-next.0",
22+
"@angular/ssr": "22.1.0-next.1",
2323
"rxjs": "^7.0.0",
2424
"tslib": "^2.3.0",
2525
"zone.js": "0.16.2"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "22.1.0-next.0",
29-
"@angular/build": "22.1.0-next.0",
30-
"@angular/cli": "22.1.0-next.0",
28+
"@angular-devkit/build-angular": "22.1.0-next.1",
29+
"@angular/build": "22.1.0-next.1",
30+
"@angular/cli": "22.1.0-next.1",
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: 1794 additions & 2152 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.2"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "22.1.0-next.0",
33-
"@angular/build": "22.1.0-next.0",
34-
"@angular/cli": "22.1.0-next.0",
32+
"@angular-devkit/build-angular": "22.1.0-next.1",
33+
"@angular/build": "22.1.0-next.1",
34+
"@angular/cli": "22.1.0-next.1",
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: 1800 additions & 2157 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": "22.1.0-next.0",
16+
"@angular/ssr": "22.1.0-next.1",
1717
"rxjs": "^7.0.0",
1818
"tslib": "^2.3.0",
1919
"zone.js": "0.16.2"
2020
},
2121
"devDependencies": {
22-
"@angular-devkit/build-angular": "22.1.0-next.0",
23-
"@angular/build": "22.1.0-next.0",
24-
"@angular/cli": "22.1.0-next.0",
22+
"@angular-devkit/build-angular": "22.1.0-next.1",
23+
"@angular/build": "22.1.0-next.1",
24+
"@angular/cli": "22.1.0-next.1",
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: 1796 additions & 2201 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL