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 #29916

Merged
merged 1 commit into from
Mar 24, 2025
Merged
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 .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
- uses: angular/dev-infra/github-actions/branch-manager@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
44 changes: 22 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build release targets
@@ -57,11 +57,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run module and package tests
@@ -81,13 +81,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Run CLI E2E tests
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

@@ -102,7 +102,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Run CLI E2E tests
uses: ./.github/shared-actions/windows-bazel-test
with:
@@ -123,13 +123,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Run CLI E2E tests
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

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

@@ -163,13 +163,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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -197,11 +197,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- run: pnpm 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
@@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
- uses: angular/dev-infra/github-actions/commit-message-based-labels@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: angular/dev-infra/github-actions/post-approval-changes@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
- uses: angular/dev-infra/github-actions/post-approval-changes@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
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
@@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
- uses: angular/dev-infra/github-actions/feature-request@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
workflows: ${{ steps.workflows.outputs.workflows }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- id: workflows
@@ -38,9 +38,9 @@ jobs:
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
36 changes: 18 additions & 18 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup ESLint Caching
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
@@ -54,7 +54,7 @@ jobs:
- name: Run Validation
run: pnpm admin validate
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/linting/licenses@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Check tooling setup
run: pnpm check-tooling-setup
- name: Check commit message
@@ -70,11 +70,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build release targets
@@ -91,11 +91,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run module and package tests
@@ -115,13 +115,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Run CLI E2E tests
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

@@ -130,7 +130,7 @@ jobs:
runs-on: windows-2025
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Run CLI E2E tests
uses: ./.github/shared-actions/windows-bazel-test
with:
@@ -149,13 +149,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Run CLI E2E tests
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

@@ -172,12 +172,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666
- name: Run CLI E2E tests
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
"@angular/forms": "20.0.0-next.3",
"@angular/localize": "20.0.0-next.3",
"@angular/material": "20.0.0-next.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3e60055cec07598ad7160ba36dd08bf57ae2be98",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e6534df23185ef6242fa2a6c04ca9567af750acb",
"@angular/platform-browser": "20.0.0-next.3",
"@angular/platform-server": "20.0.0-next.3",
"@angular/router": "20.0.0-next.3",
Loading
Oops, something went wrong.