Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Sep 30, 2024
1 parent a896b74 commit 2aecdd0
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 491 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@55c0cd826f5ad56c3bccc7272313c75467543f3f
- uses: angular/dev-infra/github-actions/branch-manager@322163a896c47a584de7e721cc7427b017f51ccb
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Generate JSON schema types
Expand All @@ -42,11 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -56,11 +56,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand Down Expand Up @@ -90,13 +90,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- 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 @@ -111,13 +111,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -132,13 +132,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- 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 @@ -149,13 +149,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@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand All @@ -182,11 +182,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@55c0cd826f5ad56c3bccc7272313c75467543f3f
- uses: angular/dev-infra/github-actions/commit-message-based-labels@322163a896c47a584de7e721cc7427b017f51ccb
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: angular/dev-infra/github-actions/post-approval-changes@55c0cd826f5ad56c3bccc7272313c75467543f3f
- uses: angular/dev-infra/github-actions/post-approval-changes@322163a896c47a584de7e721cc7427b017f51ccb
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@55c0cd826f5ad56c3bccc7272313c75467543f3f
- uses: angular/dev-infra/github-actions/feature-request@322163a896c47a584de7e721cc7427b017f51ccb
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
34 changes: 17 additions & 17 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@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup ESLint Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Run Validation
run: yarn admin validate
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/linting/licenses@322163a896c47a584de7e721cc7427b017f51ccb
- name: Check tooling setup
run: yarn check-tooling-setup
- name: Check commit message
Expand All @@ -70,11 +70,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -90,11 +90,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand All @@ -111,13 +111,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- 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 @@ -132,13 +132,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -155,12 +155,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
- 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 }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.0.0-next.7",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#c530555d0383bcfebd26146969f5ece023bd009e",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d3bd1948253852ade1ae350be4e429039d218ff4",
"@angular/cdk": "19.0.0-next.6",
"@angular/common": "19.0.0-next.7",
"@angular/compiler": "19.0.0-next.7",
Expand All @@ -63,7 +63,7 @@
"@angular/forms": "19.0.0-next.7",
"@angular/localize": "19.0.0-next.7",
"@angular/material": "19.0.0-next.6",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a4827f4275bd211053d60918e6ccaeaeb00bf06",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6b314b940b8077048cf4954862f0333dd2828cb8",
"@angular/platform-browser": "19.0.0-next.7",
"@angular/platform-browser-dynamic": "19.0.0-next.7",
"@angular/platform-server": "19.0.0-next.7",
Expand Down
Loading

0 comments on commit 2aecdd0

Please sign in to comment.