Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
444 changes: 442 additions & 2 deletions .github/actions/deploy-docs-site/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ bazel_dep(name = "yq.bzl", version = "0.3.6")
bazel_dep(name = "rules_angular")
git_override(
module_name = "rules_angular",
commit = "4025fae590e5c1a48eaa289e20ab54e401d0a396",
commit = "94865fc3d6cbaa2d365d4a97fae03a0428a6ced6",
remote = "https://github.com/angular/rules_angular.git",
)

bazel_dep(name = "devinfra")
git_override(
module_name = "devinfra",
commit = "ab0dc25e660b6704fb1144f0a62786776575b55d",
commit = "786ee4782863cc2e6c90737aa3b3801e1f3eb432",
remote = "https://github.com/angular/dev-infra.git",
)

Expand All @@ -39,7 +39,7 @@ git_override(
bazel_dep(name = "rules_browsers")
git_override(
module_name = "rules_browsers",
commit = "f61cc5a47b3ec4891e644ffdfa3d7517b81d11dd",
commit = "90969723d2e4a0797710d0bcaae9bb6a7b6b914a",
remote = "https://github.com/angular/rules_browsers.git",
)

Expand Down
6 changes: 3 additions & 3 deletions adev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"@algolia/requester-node-http": "5.53.0",
"@angular/animations": "workspace:*",
"@angular/aria": "22.1.0-next.1",
"@angular/build": "22.1.0-next.0",
"@angular/build": "22.1.0-next.1",
"@angular/cdk": "22.1.0-next.1",
"@angular/cli": "22.1.0-next.0",
"@angular/cli": "22.1.0-next.1",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
Expand All @@ -19,7 +19,7 @@
"@angular/platform-browser": "workspace:*",
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
"@angular/ssr": "22.1.0-next.0",
"@angular/ssr": "22.1.0-next.1",
"@codemirror/autocomplete": "6.20.3",
"@codemirror/commands": "6.10.3",
"@codemirror/lang-angular": "0.1.4",
Expand Down
6 changes: 3 additions & 3 deletions dev-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@angular/platform-server": "workspace:*",
"@angular/localize": "workspace:*",
"@angular/router": "workspace:*",
"@angular/ssr": "22.1.0-next.0",
"@angular/ssr": "22.1.0-next.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "22.1.0-next.0",
"@angular/cli": "22.1.0-next.0",
"@angular/build": "22.1.0-next.1",
"@angular/cli": "22.1.0-next.1",
"@angular/compiler-cli": "workspace:*",
"jsdom": "^29.0.0",
"typescript": "~6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions integration/animations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser-dynamic": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.1.0-next.0",
"@angular/ssr": "22.1.0-next.1",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.1.0-next.0",
"@angular/build": "22.1.0-next.0",
"@angular/cli": "22.1.0-next.0",
"@angular-devkit/build-angular": "22.1.0-next.1",
"@angular/build": "22.1.0-next.1",
"@angular/cli": "22.1.0-next.1",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
Expand Down
3,946 changes: 1,794 additions & 2,152 deletions integration/animations/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integration/cli-hello-world-ivy-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.1.0-next.0",
"@angular/build": "22.1.0-next.0",
"@angular/cli": "22.1.0-next.0",
"@angular-devkit/build-angular": "22.1.0-next.1",
"@angular/build": "22.1.0-next.1",
"@angular/cli": "22.1.0-next.1",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.8",
Expand Down
3,957 changes: 1,800 additions & 2,157 deletions integration/cli-hello-world-ivy-i18n/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions integration/cli-hello-world-lazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@angular/core": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.1.0-next.0",
"@angular/ssr": "22.1.0-next.1",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.1.0-next.0",
"@angular/build": "22.1.0-next.0",
"@angular/cli": "22.1.0-next.0",
"@angular-devkit/build-angular": "22.1.0-next.1",
"@angular/build": "22.1.0-next.1",
"@angular/cli": "22.1.0-next.1",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
Expand Down
3,997 changes: 1,796 additions & 2,201 deletions integration/cli-hello-world-lazy/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions integration/cli-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@angular/forms": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.1.0-next.0",
"@angular/ssr": "22.1.0-next.1",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.1.0-next.0",
"@angular/build": "22.1.0-next.0",
"@angular/cli": "22.1.0-next.0",
"@angular-devkit/build-angular": "22.1.0-next.1",
"@angular/build": "22.1.0-next.1",
"@angular/cli": "22.1.0-next.1",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
Expand Down
Loading
Loading