diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index e3a723fdaf97..08655c9c47a6 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@0c9cddc9853934bdf85834239f56ad0e83e61d8f + - uses: angular/dev-infra/github-actions/branch-manager@75ee7977b310d4ea8ee49d74f169b05439f59e0a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9980cfcaaa7..07cedbd8d981 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -244,11 +244,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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 36d1cdff2ffe..5ce713b1d8ff 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -15,21 +15,21 @@ jobs: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/pull-request@0c9cddc9853934bdf85834239f56ad0e83e61d8f + - uses: angular/dev-infra/github-actions/labeling/pull-request@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + - uses: angular/dev-infra/github-actions/post-approval-changes@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + - uses: angular/dev-infra/github-actions/labeling/issue@75ee7977b310d4ea8ee49d74f169b05439f59e0a 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 56b333e7865e..f8678eeba0dd 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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 07c4e7f9a099..0123485a30df 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup ESLint Caching uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/linting/licenses@75ee7977b310d4ea8ee49d74f169b05439f59e0a build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/setup@75ee7977b310d4ea8ee49d74f169b05439f59e0a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0c9cddc9853934bdf85834239f56ad0e83e61d8f + uses: angular/dev-infra/github-actions/bazel/configure-remote@75ee7977b310d4ea8ee49d74f169b05439f59e0a - 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 6b1b9e016364..74b0043d8799 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -26,14 +26,14 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "0c9cddc9853934bdf85834239f56ad0e83e61d8f", + commit = "75ee7977b310d4ea8ee49d74f169b05439f59e0a", remote = "https://github.com/angular/dev-infra.git", ) bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "02795527950cfc28373eecda04f2e641767a6161", + commit = "796e64129e9f481e2342f68bdb9480eb1ad64ee0", remote = "https://github.com/angular/rules_sass.git", ) diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 160b900e987d..e70cd8b0322f 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#5b71e748eba9e4a51ef16a32db8490e59b7a89f9", - "@angular/cdk": "github:angular/cdk-builds#ac5186a3f2b0eb9757617ced2d6e30e29ccd15e3", - "@angular/common": "github:angular/common-builds#67b6183d0980d459b5425cf8f3ee7731091910a2", - "@angular/compiler": "github:angular/compiler-builds#77fb241e18fa51f6c20b15269e3ec41438812308", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#6b534391ae644ad5d720d611620b0164eb4bdd62", - "@angular/core": "github:angular/core-builds#0953f784f67ba20617a233c77cfc03214d6d6a64", - "@angular/forms": "github:angular/forms-builds#adcb3810aee67a5c9b1381dee9a606ef9da9b428", - "@angular/language-service": "github:angular/language-service-builds#a458dd57809621d399b18a79f3a35a0c54373874", - "@angular/localize": "github:angular/localize-builds#9953ba75a98eab347a5b99589db85ff243696891", - "@angular/material": "github:angular/material-builds#a9b949632c4a1d482901b3efd77f42817d5eb49d", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#7c650ae1ec319407546685ac0dc39a46f8981415", - "@angular/platform-browser": "github:angular/platform-browser-builds#8143dedad3f2e32a4b2f64dfa921280dd5856419", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#45a110ea72cdfc0c33248564e9f65a1df3f05f6b", - "@angular/platform-server": "github:angular/platform-server-builds#462fd1e71382b1bc3f7985de276fd73fc7bacc75", - "@angular/router": "github:angular/router-builds#a88b30ec686b72136805dc386defe51031cab308", - "@angular/service-worker": "github:angular/service-worker-builds#0ea41701ee73c131025ba4e71dab65086357167d" + "@angular/animations": "github:angular/animations-builds#258921fb85e069f55d1e8e885ee0996795ff1d6c", + "@angular/cdk": "github:angular/cdk-builds#31d61d82940bc415359502be54af9d1bf41cd51d", + "@angular/common": "github:angular/common-builds#3089c5f552c223bb4042b77803a1839135af2cfb", + "@angular/compiler": "github:angular/compiler-builds#fd30be17bf48408c0c69c69ceba6d069c1b09706", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#876ef8f7536abde91a74cc122551e7f465319b76", + "@angular/core": "github:angular/core-builds#1da8e3dd9f61d4b576e5dbf933729c9b5f0d4a66", + "@angular/forms": "github:angular/forms-builds#dd01546e26789ccb379a63787cd7748c381fab4a", + "@angular/language-service": "github:angular/language-service-builds#dd51f3ccb3a764459412010194c47b072ae3daeb", + "@angular/localize": "github:angular/localize-builds#8c7a6a4ba2b4694ce9a13ebe1276fbc49acae545", + "@angular/material": "github:angular/material-builds#e307643479de20868e65d2fc50d83dfd64707023", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#915c34b096cde2c7938dc03848467a9063f03935", + "@angular/platform-browser": "github:angular/platform-browser-builds#f233500075dfeb87e348f5f39088b9db119f550b", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#35aa512837c24f70e26b8ed412bdaf03fb87b18a", + "@angular/platform-server": "github:angular/platform-server-builds#3de2069df22ff869671ec68760ee6015fbe209c7", + "@angular/router": "github:angular/router-builds#ecfb555cc807c99ad375dcca171622cc9cf82904", + "@angular/service-worker": "github:angular/service-worker-builds#60efd8593b3ea0149d4aba31a3c8c1df30e8f3df" } }