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 jkrems committed Feb 26, 2025
1 parent 0fbb40f commit f324e0b
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=973445093
package.json=2015726282
package.json=-880241118
packages/angular/build/package.json=-1114621695
packages/angular/cli/package.json=-1917515334
packages/angular/pwa/package.json=1108903917
Expand All @@ -17,7 +17,7 @@ packages/angular_devkit/schematics/package.json=-1133510866
packages/angular_devkit/schematics_cli/package.json=-2026655035
packages/ngtools/webpack/package.json=605871936
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=-592767080
pnpm-lock.yaml=508734225
pnpm-workspace.yaml=-1264044456
tests/package.json=700948366
yarn.lock=-1726238563
yarn.lock=-509171918
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@b3240b00315baa96f1b2deea2f71315f870dbb43
- uses: angular/dev-infra/github-actions/branch-manager@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- 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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand Down Expand Up @@ -89,13 +89,13 @@ jobs:
- run: choco install gzip
if: ${{matrix.os == 'windows-latest'}}
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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 @@ -133,13 +133,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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 @@ -151,13 +151,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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -185,11 +185,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b3240b00315baa96f1b2deea2f71315f870dbb43
- uses: angular/dev-infra/github-actions/commit-message-based-labels@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
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@b3240b00315baa96f1b2deea2f71315f870dbb43
- uses: angular/dev-infra/github-actions/post-approval-changes@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
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@b3240b00315baa96f1b2deea2f71315f870dbb43
- uses: angular/dev-infra/github-actions/feature-request@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
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
Expand Up @@ -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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- id: workflows
Expand All @@ -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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
Expand Down
40 changes: 20 additions & 20 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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup ESLint Caching
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/linting/licenses@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -91,11 +91,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand All @@ -115,13 +115,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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 @@ -133,13 +133,13 @@ jobs:
# TODO(devversion): Remove when Aspect lib issue is fixed.
- run: choco install gzip
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Run CLI E2E tests
run: yarn bazel test --config=e2e //tests/legacy-cli:e2e_node22 --test_filter="tests/basic/{build,rebuild}.ts" --test_arg="--esbuild"

Expand All @@ -155,13 +155,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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 @@ -178,12 +178,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3240b00315baa96f1b2deea2f71315f870dbb43
uses: angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
- 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 @@ -44,7 +44,7 @@
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.2.0-rc.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#17b980a15a1adbff7f09dfad04236abadaa6cbe5",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#fbd7a0b4d0c3697fb316e7da2ba326452ce243f6",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a6a996a69cfc03b3fbe538f11dd24b7bc4b30592",
"@angular/cdk": "19.2.0-rc.0",
"@angular/common": "19.2.0-rc.0",
Expand All @@ -54,7 +54,7 @@
"@angular/forms": "19.2.0-rc.0",
"@angular/localize": "19.2.0-rc.0",
"@angular/material": "19.2.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2f7b8501071eededd62627fb94d378423965a62a",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ef2a949c1ffddc70ac550b17d909ddf89ef8bd4f",
"@angular/platform-browser": "19.2.0-rc.0",
"@angular/platform-browser-dynamic": "19.2.0-rc.0",
"@angular/platform-server": "19.2.0-rc.0",
Expand Down
Loading

0 comments on commit f324e0b

Please sign in to comment.