Skip to content
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.
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
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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
- uses: angular/dev-infra/github-actions/branch-manager@4693145a16baaefdb7c9f55689b8eefc1fffc246
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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4693145a16baaefdb7c9f55689b8eefc1fffc246
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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
- uses: angular/dev-infra/github-actions/post-approval-changes@4693145a16baaefdb7c9f55689b8eefc1fffc246
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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
- uses: angular/dev-infra/github-actions/feature-request@4693145a16baaefdb7c9f55689b8eefc1fffc246
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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup ESLint Caching
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/linting/licenses@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand All @@ -111,27 +111,27 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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 }}

e2e-windows-subset:
runs-on: windows-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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 @@ -146,13 +146,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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 @@ -169,12 +169,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17
uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246
- 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 }}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.1.0-next.2",
"@angular/animations": "19.1.0-next.3",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8aff236a2d25f44f347d488aa1a906c0d52ca333",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d17f802de0af0ac409259f97678ce59ddd0671a0",
"@angular/cdk": "19.1.0-next.2",
"@angular/common": "19.1.0-next.2",
"@angular/compiler": "19.1.0-next.2",
"@angular/compiler-cli": "19.1.0-next.2",
"@angular/core": "19.1.0-next.2",
"@angular/forms": "19.1.0-next.2",
"@angular/localize": "19.1.0-next.2",
"@angular/common": "19.1.0-next.3",
"@angular/compiler": "19.1.0-next.3",
"@angular/compiler-cli": "19.1.0-next.3",
"@angular/core": "19.1.0-next.3",
"@angular/forms": "19.1.0-next.3",
"@angular/localize": "19.1.0-next.3",
"@angular/material": "19.1.0-next.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e0bc0d1225c9605f344561c6b3b3d471f0fee481",
"@angular/platform-browser": "19.1.0-next.2",
"@angular/platform-browser-dynamic": "19.1.0-next.2",
"@angular/platform-server": "19.1.0-next.2",
"@angular/router": "19.1.0-next.2",
"@angular/service-worker": "19.1.0-next.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#fe9dde0666e9b8e1164951e8c146f9a03b05fcdb",
"@angular/platform-browser": "19.1.0-next.3",
"@angular/platform-browser-dynamic": "19.1.0-next.3",
"@angular/platform-server": "19.1.0-next.3",
"@angular/router": "19.1.0-next.3",
"@angular/service-worker": "19.1.0-next.3",
"@babel/core": "7.26.0",
"@babel/generator": "7.26.3",
"@babel/helper-annotate-as-pure": "7.25.9",
Expand Down
Loading
Loading