Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update angular #26992

Merged
merged 1 commit into from Jan 30, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- uses: angular/dev-infra/github-actions/branch-manager@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Setup ESLint Caching
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
Expand Down Expand Up @@ -75,11 +75,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -96,11 +96,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand Down Expand Up @@ -128,13 +128,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -151,13 +151,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -169,13 +169,13 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -203,11 +203,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/post-approval-changes@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- uses: angular/dev-infra/github-actions/post-approval-changes@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- uses: angular/dev-infra/github-actions/feature-request@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -60,8 +60,8 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.2.0-next.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#8ea7194b676d54e2734c673759c5fd36d55532e5",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9f3bfebd8a59e1fce274efc42062a3c62d8c0275",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#2fefde3c3f44202ee674ecb7a4e8aa4e11571ce6",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#db959359caf378c9608f03a8ddea5b3ca0d73582",
"@angular/cdk": "17.1.1",
"@angular/common": "17.2.0-next.0",
"@angular/compiler": "17.2.0-next.0",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.2.0-next.0",
"@angular/localize": "17.2.0-next.0",
"@angular/material": "17.1.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7380b9524c68db0c311455ded58a6e6849c79a89",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5e1d737d1e2a239b42ebeeb382172b1ded84f9df",
"@angular/platform-browser": "17.2.0-next.0",
"@angular/platform-browser-dynamic": "17.2.0-next.0",
"@angular/platform-server": "17.2.0-next.0",
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#ad2049c5cf7fa29878ce974edf15b310c6097dce",
"@angular/cdk": "github:angular/cdk-builds#b7092bc145c3efdf7892640e9fbdbb4eb9028c11",
"@angular/common": "github:angular/common-builds#0ccacfc574f25014642a9123dc1fc5bc8234f05c",
"@angular/compiler": "github:angular/compiler-builds#1474e7f95dc51c172faa90a1ec11c3855fe029c5",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fa7ca73df355880b4518e7ecfd09e3a5d89324e5",
"@angular/core": "github:angular/core-builds#03c6baab8352a56b0dd10e37e998270101235f62",
"@angular/forms": "github:angular/forms-builds#5b0806354ecdaf53351531487b0c744ba5623cd5",
"@angular/language-service": "github:angular/language-service-builds#480da44ffbe64fbea36e2f31afbf1ba2e7e742f5",
"@angular/localize": "github:angular/localize-builds#a21179ecc823fbdccfaeda1a1cedf590da18f5a9",
"@angular/material": "github:angular/material-builds#c5927d68a384096992bf0767abe228a68e84eb18",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0631a6cedc6f37eabe438d19553a26a5fbfbcd80",
"@angular/platform-browser": "github:angular/platform-browser-builds#3e65e1db7e538ce4bfd16fb5a6d9da11b550314e",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#61626dc39111c21dd398fd3221c44870214870c3",
"@angular/platform-server": "github:angular/platform-server-builds#99b10663c8185b66b6f0937ad198c0afbb2d02b6",
"@angular/router": "github:angular/router-builds#a1d12dbb62676cfaba841cbabb8886c3a984960d",
"@angular/service-worker": "github:angular/service-worker-builds#838cee04bedb5ed4ae5cfc56a5d1b5100020ab57"
"@angular/animations": "github:angular/animations-builds#48164334077e39092eab5445cdec3e7c94f2e8b4",
"@angular/cdk": "github:angular/cdk-builds#93c8751f39ec70c366c0dfa5eb5e3458791ed58d",
"@angular/common": "github:angular/common-builds#5dfbe7527c010f552a2b99e3bc85cd29960204b4",
"@angular/compiler": "github:angular/compiler-builds#ce9b95613e38b04791be0c63032d7ebd61ec3e9f",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#d9312c2b5cd06b76e3664e1bc449f410eba1bde6",
"@angular/core": "github:angular/core-builds#ca5bf06f154b6780914f2369b93abd3dfb71b06f",
"@angular/forms": "github:angular/forms-builds#ccdad69cf9cca9a7852b21a9fcd461034446f586",
"@angular/language-service": "github:angular/language-service-builds#b37be26350da18b8717fe14bd185ea9dee2ed2d0",
"@angular/localize": "github:angular/localize-builds#c8ef1af45325d4a2dd764339cf601990b50ee834",
"@angular/material": "github:angular/material-builds#61d19b9af9cd83e652fb6b3b8c95451455df3ffd",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#aea31347769731491abe9a0f82217ebf792060eb",
"@angular/platform-browser": "github:angular/platform-browser-builds#074043f51144391450e2ab556f481b646f704462",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#93e90d57c1153723a071025d353bd3ebaeb54b93",
"@angular/platform-server": "github:angular/platform-server-builds#cb9f094f8b016438fc8bb6be0eaa8e5a1221fad2",
"@angular/router": "github:angular/router-builds#166d8f09f5bc330855d83ddef794063d0e3702a0",
"@angular/service-worker": "github:angular/service-worker-builds#6875677b0e7cd325236659428daa13d0470568c3"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -130,10 +130,10 @@
dependencies:
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#8ea7194b676d54e2734c673759c5fd36d55532e5":
version "17.2.0-next.0+sha-7b4d275"
uid "8ea7194b676d54e2734c673759c5fd36d55532e5"
resolved "https://github.com/angular/bazel-builds.git#8ea7194b676d54e2734c673759c5fd36d55532e5"
"@angular/bazel@https://github.com/angular/bazel-builds.git#2fefde3c3f44202ee674ecb7a4e8aa4e11571ce6":
version "17.2.0-next.0+sha-f3567bb"
uid "2fefde3c3f44202ee674ecb7a4e8aa4e11571ce6"
resolved "https://github.com/angular/bazel-builds.git#2fefde3c3f44202ee674ecb7a4e8aa4e11571ce6"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
Expand All @@ -147,10 +147,10 @@
"@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13"

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#9f3bfebd8a59e1fce274efc42062a3c62d8c0275":
version "0.0.0-7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80"
uid "9f3bfebd8a59e1fce274efc42062a3c62d8c0275"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9f3bfebd8a59e1fce274efc42062a3c62d8c0275"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#db959359caf378c9608f03a8ddea5b3ca0d73582":
version "0.0.0-f66bf7b903ef5a7a27caeebbe291654bb1d037e9"
uid db959359caf378c9608f03a8ddea5b3ca0d73582
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#db959359caf378c9608f03a8ddea5b3ca0d73582"
dependencies:
"@angular-devkit/build-angular" "17.2.0-next.0"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -315,10 +315,10 @@
"@material/typography" "15.0.0-canary.7f224ddd4.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#7380b9524c68db0c311455ded58a6e6849c79a89":
version "0.0.0-7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80"
uid "7380b9524c68db0c311455ded58a6e6849c79a89"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7380b9524c68db0c311455ded58a6e6849c79a89"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#5e1d737d1e2a239b42ebeeb382172b1ded84f9df":
version "0.0.0-f66bf7b903ef5a7a27caeebbe291654bb1d037e9"
uid "5e1d737d1e2a239b42ebeeb382172b1ded84f9df"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5e1d737d1e2a239b42ebeeb382172b1ded84f9df"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down