Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
Closes angular#27690 as a pr takeover
  • Loading branch information
alan-agius4 committed May 28, 2024
1 parent 516ce38 commit bc91078
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
- uses: angular/dev-infra/github-actions/branch-manager@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile --ignore-scripts
- name: Run ESLint
Expand All @@ -43,11 +43,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -57,11 +57,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run module tests
Expand Down Expand Up @@ -96,13 +96,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- 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 @@ -117,13 +117,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- 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 @@ -134,13 +134,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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand All @@ -167,11 +167,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: angular/dev-infra/github-actions/commit-message-based-labels@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: angular/dev-infra/github-actions/post-approval-changes@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
- uses: angular/dev-infra/github-actions/post-approval-changes@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
- uses: angular/dev-infra/github-actions/feature-request@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
26 changes: 13 additions & 13 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup ESLint Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand Down Expand Up @@ -65,11 +65,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -85,11 +85,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run module tests
Expand Down Expand Up @@ -124,13 +124,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- 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 @@ -147,12 +147,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- 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 }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.0.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4440bcc64c2801d409f272f96331fa44ba468f9c",
"@angular/cdk": "18.0.0",
"@angular/common": "18.0.0",
"@angular/compiler": "18.0.0",
Expand All @@ -62,7 +62,7 @@
"@angular/forms": "18.0.0",
"@angular/localize": "18.0.0",
"@angular/material": "18.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f",
"@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0",
"@angular/platform-server": "18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#bffdd0df269e517516c93bc0e3362125f4bf587b",
"@angular/cdk": "github:angular/cdk-builds#a1f1b089a00823b142a972c6498374b65b5262af",
"@angular/cdk": "github:angular/cdk-builds#708b5acddd1c5ebebb7f4eddc5d0e6ef63e0eee2",
"@angular/common": "github:angular/common-builds#b4e31d746f007877b1e95d1104e7f469f62fb110",
"@angular/compiler": "github:angular/compiler-builds#a06c933ee9ebe6f5769af5c54f2ece0d992833ff",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#dce9d34a552e7140d6ff018216ae3a38da268eb0",
"@angular/core": "github:angular/core-builds#d03531677caedb697136752221d5f6b1f087ed46",
"@angular/forms": "github:angular/forms-builds#4a7cfee2846088bd66b2e16c37f4655a49961e30",
"@angular/language-service": "github:angular/language-service-builds#d0ebd0a8a42229bf64526e8d4f1ce5b683ee6a07",
"@angular/localize": "github:angular/localize-builds#91814a7dbe8a289c11f7fb461e013a2535fcbd2b",
"@angular/material": "github:angular/material-builds#09b528c4eb3232a3d238642a9a341785b02b3a2b",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#62148d3739f6d5c38ebc14277876854eda2b2c38",
"@angular/material": "github:angular/material-builds#fe092d4537a0b29e18feb0c6cd35790800e6180f",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#dc39a7b92312a32e53d036df2e87d5681bc06d26",
"@angular/platform-browser": "github:angular/platform-browser-builds#9586e81a85c1c379b9a370396f32de379b5911ea",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fb9ed2461220e65728176d4d54b5025e23e0e197",
"@angular/platform-server": "github:angular/platform-server-builds#e0d27caed7bf5a94e82aadfc37cbcadf079f6187",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,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#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5":
version "0.0.0-89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d"
uid fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#4440bcc64c2801d409f272f96331fa44ba468f9c":
version "0.0.0-fdd2de038031d1ab55c81c2fe17bd2d10246ffdf"
uid "4440bcc64c2801d409f272f96331fa44ba468f9c"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4440bcc64c2801d409f272f96331fa44ba468f9c"
dependencies:
"@angular/benchpress" "0.3.0"
"@angular/build" "18.0.0-rc.2"
Expand Down Expand Up @@ -266,10 +266,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#984351f33add59339931fdd9ef4589aa72bc44d2":
version "0.0.0-89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d"
uid "984351f33add59339931fdd9ef4589aa72bc44d2"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f":
version "0.0.0-fdd2de038031d1ab55c81c2fe17bd2d10246ffdf"
uid "81a8f300059bcf368acd9de2af2b53b7842e1c6f"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f"
dependencies:
"@octokit/rest" "20.1.1"
"@types/semver" "^7.3.6"
Expand Down

0 comments on commit bc91078

Please sign in to comment.