Skip to content

Commit 58a2cda

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 6de6ff1 commit 58a2cda

File tree

4 files changed

+921
-1448
lines changed

4 files changed

+921
-1448
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Initialize environment
23-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
23+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@289088f61151ca796c84b7337623f79d76f7e499
2424
with:
2525
disable-package-manager-cache: true
2626
- name: Setup Bazel
27-
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
27+
uses: angular/dev-infra/github-actions/bazel/setup@289088f61151ca796c84b7337623f79d76f7e499
2828
- name: Setup Bazel Remote Caching
29-
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
29+
uses: angular/dev-infra/github-actions/bazel/configure-remote@289088f61151ca796c84b7337623f79d76f7e499
3030
with:
3131
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
3232
- name: Test

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Initialize environment
22-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
22+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@289088f61151ca796c84b7337623f79d76f7e499
2323
- name: Install node modules
2424
run: pnpm install --frozen-lockfile
2525
- name: Check commit message
@@ -31,12 +31,12 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Initialize environment
34-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
34+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@289088f61151ca796c84b7337623f79d76f7e499
3535
with:
3636
disable-package-manager-cache: true
3737
- name: Setup Bazel
38-
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
38+
uses: angular/dev-infra/github-actions/bazel/setup@289088f61151ca796c84b7337623f79d76f7e499
3939
- name: Setup Bazel Remote Caching
40-
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
40+
uses: angular/dev-infra/github-actions/bazel/configure-remote@289088f61151ca796c84b7337623f79d76f7e499
4141
- name: Test
4242
run: pnpm bazel test --build_tests_only //...

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
"pnpm": "10.30.3"
2626
},
2727
"dependencies": {
28-
"@angular/compiler-cli": "21.0.3",
28+
"@angular/compiler-cli": "22.0.0-next.1",
2929
"typescript-local": "npm:typescript@5.9.2"
3030
},
3131
"devDependencies": {
32-
"@angular/build": "21.0.2",
33-
"@angular/cli": "21.0.2",
34-
"@angular/common": "21.0.3",
35-
"@angular/compiler": "21.0.3",
36-
"@angular/core": "21.0.3",
37-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5a0a8a72a00865eb0d787908876eacb51138113a",
38-
"@angular/platform-browser": "21.0.3",
32+
"@angular/build": "22.0.0-next.0",
33+
"@angular/cli": "22.0.0-next.0",
34+
"@angular/common": "22.0.0-next.1",
35+
"@angular/compiler": "22.0.0-next.1",
36+
"@angular/core": "22.0.0-next.1",
37+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#22274504d05d196968998f330741f84e746d7c2c",
38+
"@angular/platform-browser": "22.0.0-next.1",
3939
"@babel/core": "^7.28.5",
4040
"@bazel/bazelisk": "1.26.0",
4141
"@bazel/buildifier": "^8.0.0",

0 commit comments

Comments
 (0)