diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 37a87ef062e5..d96db1e3d645 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@56bab29d886fd34280b1ccc203d8817e9725f0af # main + - uses: angular/dev-infra/github-actions/branch-manager@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8838142cebd4..5bc5ede289ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Generate JSON schema types @@ -44,11 +44,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -84,13 +84,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -100,11 +100,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -137,7 +137,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -164,13 +164,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -188,13 +188,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -208,13 +208,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@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Start Sauce Connect @@ -245,11 +245,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - run: pnpm admin snapshots --verbose env: SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 6066f04957ee..0f4aea85fdb0 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -16,21 +16,21 @@ jobs: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/pull-request@56bab29d886fd34280b1ccc203d8817e9725f0af # main + - uses: angular/dev-infra/github-actions/labeling/pull-request@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/post-approval-changes@56bab29d886fd34280b1ccc203d8817e9725f0af # main + - uses: angular/dev-infra/github-actions/post-approval-changes@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} issue_labels: if: github.event_name == 'issues' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/issue@56bab29d886fd34280b1ccc203d8817e9725f0af # main + - uses: angular/dev-infra/github-actions/labeling/issue@bf1d18837b5aaed70cf858ecd177583bf320be50 # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index e2c9f91e726d..a3170cf0add5 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -22,7 +22,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - id: workflows @@ -40,9 +40,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - 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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a826cfeba4f3..5d86977c77a4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,9 +34,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup ESLint Caching uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: @@ -66,17 +66,17 @@ jobs: # it has been merged. run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/linting/licenses@bf1d18837b5aaed70cf858ecd177583bf320be50 # main build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -114,13 +114,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - 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:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -156,7 +156,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -183,13 +183,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - 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:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -205,12 +205,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@56bab29d886fd34280b1ccc203d8817e9725f0af # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main - 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:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/MODULE.bazel b/MODULE.bazel index ef8a2c95e1fd..5e0096477618 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -26,7 +26,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "56bab29d886fd34280b1ccc203d8817e9725f0af", + commit = "bf1d18837b5aaed70cf858ecd177583bf320be50", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 53a12d9add6c..09c58bceafaf 100644 --- a/tests/e2e/ng-snapshot/package.json +++ b/tests/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#3d1c250f4edacfe60355fd3133353fdb037b03df", + "@angular/animations": "github:angular/animations-builds#3629fd701ede78443109c1b3f8859df7210590fa", "@angular/cdk": "github:angular/cdk-builds#1ce55365568b0b1be4d17e9040d5d846f7b414d8", - "@angular/common": "github:angular/common-builds#de1e477d0c03e9bf626f7ab62d5446b9f6f37e87", - "@angular/compiler": "github:angular/compiler-builds#f79a1335c78a63896769fa5818d0566cf84b37fc", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#2807f37e39aece8f0abdbb6104da7e005199f56d", - "@angular/core": "github:angular/core-builds#50463c19a9bddb492112ceb8a549a6724b6378ba", - "@angular/forms": "github:angular/forms-builds#f9b2189afac1130d800634a02d3758e3c1998894", - "@angular/language-service": "github:angular/language-service-builds#2dabb85c3b136eee41d191d6434731e422217ab0", - "@angular/localize": "github:angular/localize-builds#34cbcda2d4a59c3586ffcff6f66cb203fb9e470f", + "@angular/common": "github:angular/common-builds#9cc550da9cb1ddab14909300c6743c372890f7de", + "@angular/compiler": "github:angular/compiler-builds#3374daba464eaff8c9b7b6a5cbc4aafcf90f0f0d", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#7ebc08586fd5efc81b876f37925e77ac35a8a085", + "@angular/core": "github:angular/core-builds#85e3d69306a27133011cc04abfe9c41f0de29cab", + "@angular/forms": "github:angular/forms-builds#3be01184155b0da47be9a7f412be3084743dbc81", + "@angular/language-service": "github:angular/language-service-builds#4f7fd2efabf368003ebd80570325d5d66de04ad3", + "@angular/localize": "github:angular/localize-builds#a5fe9a09abef68f8f097f0a25b5b848000d01583", "@angular/material": "github:angular/material-builds#ddde2cfce1af33b5274b93d5d7d542bdc6bca22c", "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#174487e1cd9237dbf14cbdfea84bb5a08562b2be", - "@angular/platform-browser": "github:angular/platform-browser-builds#61d8e66aa018e1f8e5d3bb890aea3ea8d62560c5", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f4fe6bc35c19f408fc5b92fcbfb1e6c3e08c15fe", - "@angular/platform-server": "github:angular/platform-server-builds#b52d8244fc19f92aa927e2de66dcba86b98f41a3", - "@angular/router": "github:angular/router-builds#020e5395f7c0f60472d4d591da897c3d43058a8f", - "@angular/service-worker": "github:angular/service-worker-builds#70d34a6671dce54610568f2ae29395a833a2bb2e" + "@angular/platform-browser": "github:angular/platform-browser-builds#a654af512152687b53db07d42cfbf579e6d78577", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f13404dd1ab7b165d23aa9878dc9ceb35e4633c7", + "@angular/platform-server": "github:angular/platform-server-builds#7458cac7beb0e0ce9e20302e53ad536071642b60", + "@angular/router": "github:angular/router-builds#ab7a8c986d9ad71b55decd76fedfd4e1e3e0649e", + "@angular/service-worker": "github:angular/service-worker-builds#3e63f2bf5ab32dd3763508f08786fa72a3c04eee" } }