Skip to content
Open
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
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git_override(
bazel_dep(name = "devinfra")
git_override(
module_name = "devinfra",
commit = "daa0b5ecd15668d12163f70d4c9836ada70808c9",
commit = "8819f0b304c93732ec1990b305bc2d0c630bc180",
remote = "https://github.com/angular/dev-infra.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.56.0",
"@angular/animations": "workspace:*",
"@angular/aria": "22.1.0-next.4",
"@angular/build": "22.1.0-next.4",
"@angular/build": "22.1.0-rc.0",
"@angular/cdk": "22.1.0-next.4",
"@angular/cli": "22.1.0-next.4",
"@angular/cli": "22.1.0-rc.0",
"@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.4",
"@angular/ssr": "22.1.0-rc.0",
"@codemirror/autocomplete": "6.20.3",
"@codemirror/commands": "6.10.4",
"@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.4",
"@angular/ssr": "22.1.0-rc.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "22.1.0-next.4",
"@angular/cli": "22.1.0-next.4",
"@angular/build": "22.1.0-rc.0",
"@angular/cli": "22.1.0-rc.0",
"@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.4",
"@angular/ssr": "22.1.0-rc.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.1.0-next.4",
"@angular/build": "22.1.0-next.4",
"@angular/cli": "22.1.0-next.4",
"@angular-devkit/build-angular": "22.1.0-rc.0",
"@angular/build": "22.1.0-rc.0",
"@angular/cli": "22.1.0-rc.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
Expand Down
910 changes: 578 additions & 332 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.4",
"@angular/build": "22.1.0-next.4",
"@angular/cli": "22.1.0-next.4",
"@angular-devkit/build-angular": "22.1.0-rc.0",
"@angular/build": "22.1.0-rc.0",
"@angular/cli": "22.1.0-rc.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.8",
Expand Down
1,095 changes: 675 additions & 420 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.4",
"@angular/ssr": "22.1.0-rc.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.1.0-next.4",
"@angular/build": "22.1.0-next.4",
"@angular/cli": "22.1.0-next.4",
"@angular-devkit/build-angular": "22.1.0-rc.0",
"@angular/build": "22.1.0-rc.0",
"@angular/cli": "22.1.0-rc.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
Expand Down
1,081 changes: 667 additions & 414 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.4",
"@angular/ssr": "22.1.0-rc.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.1.0-next.4",
"@angular/build": "22.1.0-next.4",
"@angular/cli": "22.1.0-next.4",
"@angular-devkit/build-angular": "22.1.0-rc.0",
"@angular/build": "22.1.0-rc.0",
"@angular/cli": "22.1.0-rc.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
Expand Down
Loading
Loading