diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 2c91b920bb31..0a713d696441 100644 --- a/.github/shared-actions/windows-bazel-test/action.yml +++ b/.github/shared-actions/windows-bazel-test/action.yml @@ -18,7 +18,7 @@ runs: steps: - name: Initialize WSL id: init_wsl - uses: angular/dev-infra/github-actions/setup-wsl@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/setup-wsl@d8615e0a8fe169efadb68bddf338514f18317b9b with: wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))' diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 28bcde0d63e3..b32608db2aac 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + - uses: angular/dev-infra/github-actions/branch-manager@d8615e0a8fe169efadb68bddf338514f18317b9b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4603d9789747..263e3072a428 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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - 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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b 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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -87,13 +87,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -110,11 +110,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b with: allow_windows_rbe: true google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} @@ -138,13 +138,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -163,13 +163,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -183,13 +183,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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -219,11 +219,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - 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 07c551e12b9d..fce8a475eb33 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@d8615e0a8fe169efadb68bddf338514f18317b9b 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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + - uses: angular/dev-infra/github-actions/post-approval-changes@d8615e0a8fe169efadb68bddf338514f18317b9b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index c21b33003da3..ea6695c81c5b 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -16,6 +16,6 @@ jobs: if: github.repository == 'angular/angular-cli' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + - uses: angular/dev-infra/github-actions/feature-request@d8615e0a8fe169efadb68bddf338514f18317b9b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 6bbb9b97ef85..a93edd99a833 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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - 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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - 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 7d96e285839c..42e4e51bec29 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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup ESLint Caching uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: @@ -56,7 +56,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/linting/licenses@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Check tooling setup run: pnpm check-tooling-setup - name: Check commit message @@ -72,11 +72,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b - 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@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -117,13 +117,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b - 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 }} @@ -132,11 +132,11 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b with: allow_windows_rbe: true - name: Run CLI E2E tests @@ -157,13 +157,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b - 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 }} @@ -180,12 +180,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b - 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 }} diff --git a/WORKSPACE b/WORKSPACE index 046e65bca9e7..0b421053aa34 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -230,7 +230,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "4fa572d7c05565cfe7f8ac5969765e1cead899e1", + commit = "d8615e0a8fe169efadb68bddf338514f18317b9b", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 4f2160433126..892cea1cebb4 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.0.0", "@angular/localize": "20.0.0", "@angular/material": "20.0.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0ba20dc96eb638ed8ef97b14d72854d50f0238fb", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#237cb88aa3a27cf514fcd103ad1b5af7bdccb641", "@angular/platform-browser": "20.0.0", "@angular/platform-server": "20.0.0", "@angular/router": "20.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ceea17dea272..25f3c8b306b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.0.0 version: 20.0.0(poz6hjsvy34kfhjzcxn2dsjgwu) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#0ba20dc96eb638ed8ef97b14d72854d50f0238fb - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0ba20dc96eb638ed8ef97b14d72854d50f0238fb(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#237cb88aa3a27cf514fcd103ad1b5af7bdccb641 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/237cb88aa3a27cf514fcd103ad1b5af7bdccb641 '@angular/platform-browser': specifier: 20.0.0 version: 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -980,9 +980,9 @@ packages: '@angular/platform-browser': ^20.0.0 || ^21.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0ba20dc96eb638ed8ef97b14d72854d50f0238fb': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0ba20dc96eb638ed8ef97b14d72854d50f0238fb} - version: 0.0.0-4fa572d7c05565cfe7f8ac5969765e1cead899e1 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/237cb88aa3a27cf514fcd103ad1b5af7bdccb641': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/237cb88aa3a27cf514fcd103ad1b5af7bdccb641} + version: 0.0.0-d8615e0a8fe169efadb68bddf338514f18317b9b hasBin: true '@angular/platform-browser@20.0.0': @@ -1786,25 +1786,33 @@ packages: '@glideapps/ts-necessities@2.2.3': resolution: {integrity: sha512-gXi0awOZLHk3TbW55GZLCPP6O+y/b5X1pBXKBVckFONSwF1z1E5ND2BGJsghQFah+pW7pkkyFb2VhUQI2qhL5w==} - '@google-cloud/common@5.0.2': - resolution: {integrity: sha512-V7bmBKYQyu0eVG2BFejuUjlBt+zrya6vtsKdY+JxMM/dNntPF41vZ9+LhOshEUH01zOHEqBSvI7Dad7ZS6aUeA==} - engines: {node: '>=14.0.0'} + '@google-cloud/common@6.0.0': + resolution: {integrity: sha512-IXh04DlkLMxWgYLIUYuHHKXKOUwPDzDgke1ykkkJPe48cGIS9kkL2U/o0pm4ankHLlvzLF/ma1eO86n/bkumIA==} + engines: {node: '>=18'} - '@google-cloud/precise-date@4.0.0': - resolution: {integrity: sha512-1TUx3KdaU3cN7nfCdNf+UVqA/PSX29Cjcox3fZZBtINlRrXVTmUkQnCKv2MbBUbCopbK4olAT1IHl76uZyCiVA==} - engines: {node: '>=14.0.0'} + '@google-cloud/precise-date@5.0.0': + resolution: {integrity: sha512-9h0Gvw92EvPdE8AK8AgZPbMnH5ftDyPtKm7/KUfcJVaPEPjwGDsJd1QV0H8esBDV4II41R/2lDWH1epBqIoKUw==} + engines: {node: '>=18'} '@google-cloud/projectify@4.0.0': resolution: {integrity: sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==} engines: {node: '>=14.0.0'} + '@google-cloud/projectify@5.0.0': + resolution: {integrity: sha512-XXQLaIcLrOAMWvRrzz+mlUGtN6vlVNja3XQbMqRi/V7XJTAVwib3VcKd7oRwyZPkp7rBVlHGcaqdyGRrcnkhlA==} + engines: {node: '>=18'} + '@google-cloud/promisify@4.0.0': resolution: {integrity: sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==} engines: {node: '>=14'} - '@google-cloud/spanner@7.21.0': - resolution: {integrity: sha512-SrlHgXmSaEbGhdimxcB0FgNsW9J931JBBveoGW43clQHVNcDJuKRoG+240inbSRZoW8JIwwEHToXYU5YGO3VGg==} - engines: {node: '>=14.0.0'} + '@google-cloud/promisify@5.0.0': + resolution: {integrity: sha512-N8qS6dlORGHwk7WjGXKOSsLjIjNINCPicsOX6gyyLiYk7mq3MtII96NZ9N2ahwA2vnkLmZODOIH9rlNniYWvCQ==} + engines: {node: '>=18'} + + '@google-cloud/spanner@8.0.0': + resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} + engines: {node: '>=18'} '@grpc/grpc-js@1.13.4': resolution: {integrity: sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==} @@ -2246,60 +2254,54 @@ packages: resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} engines: {node: ^18.17.0 || >=20.5.0} - '@octokit/auth-token@5.1.2': - resolution: {integrity: sha512-JcQDsBdg49Yky2w2ld20IHAlwr8d/d8N6NiOXbtuoPCqzbsiJgF633mVUw3x4mo0H5ypataQIX7SFu3yy44Mpw==} - engines: {node: '>= 18'} + '@octokit/auth-token@6.0.0': + resolution: {integrity: sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==} + engines: {node: '>= 20'} - '@octokit/core@6.1.5': - resolution: {integrity: sha512-vvmsN0r7rguA+FySiCsbaTTobSftpIDIpPW81trAmsv9TGxg3YCujAxRYp/Uy8xmDgYCzzgulG62H7KYUFmeIg==} - engines: {node: '>= 18'} + '@octokit/core@7.0.2': + resolution: {integrity: sha512-ODsoD39Lq6vR6aBgvjTnA3nZGliknKboc9Gtxr7E4WDNqY24MxANKcuDQSF0jzapvGb3KWOEDrKfve4HoWGK+g==} + engines: {node: '>= 20'} - '@octokit/endpoint@10.1.4': - resolution: {integrity: sha512-OlYOlZIsfEVZm5HCSR8aSg02T2lbUWOsCQoPKfTXJwDzcHQBrVBGdGXb89dv2Kw2ToZaRtudp8O3ZIYoaOjKlA==} - engines: {node: '>= 18'} - - '@octokit/graphql@8.2.2': - resolution: {integrity: sha512-Yi8hcoqsrXGdt0yObxbebHXFOiUA+2v3n53epuOg1QUgOB6c4XzvisBNVXJSl8RYA5KrDuSL2yq9Qmqe5N0ryA==} - engines: {node: '>= 18'} + '@octokit/endpoint@11.0.0': + resolution: {integrity: sha512-hoYicJZaqISMAI3JfaDr1qMNi48OctWuOih1m80bkYow/ayPw6Jj52tqWJ6GEoFTk1gBqfanSoI1iY99Z5+ekQ==} + engines: {node: '>= 20'} - '@octokit/openapi-types@24.2.0': - resolution: {integrity: sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==} + '@octokit/graphql@9.0.1': + resolution: {integrity: sha512-j1nQNU1ZxNFx2ZtKmL4sMrs4egy5h65OMDmSbVyuCzjOcwsHq6EaYjOTGXPQxgfiN8dJ4CriYHk6zF050WEULg==} + engines: {node: '>= 20'} '@octokit/openapi-types@25.1.0': resolution: {integrity: sha512-idsIggNXUKkk0+BExUn1dQ92sfysJrje03Q0bv0e+KPLrvyqZF8MnBpFz8UNfYDwB3Ie7Z0TByjWfzxt7vseaA==} - '@octokit/plugin-paginate-rest@11.6.0': - resolution: {integrity: sha512-n5KPteiF7pWKgBIBJSk8qzoZWcUkza2O6A0za97pMGVrGfPdltxrfmfF5GucHYvHGZD8BdaZmmHGz5cX/3gdpw==} - engines: {node: '>= 18'} + '@octokit/plugin-paginate-rest@13.0.1': + resolution: {integrity: sha512-m1KvHlueScy4mQJWvFDCxFBTIdXS0K1SgFGLmqHyX90mZdCIv6gWBbKRhatxRjhGlONuTK/hztYdaqrTXcFZdQ==} + engines: {node: '>= 20'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-request-log@5.3.1': - resolution: {integrity: sha512-n/lNeCtq+9ofhC15xzmJCNKP2BWTv8Ih2TTy+jatNCCq/gQP/V7rK3fjIfuz0pDWDALO/o/4QY4hyOF6TQQFUw==} - engines: {node: '>= 18'} + '@octokit/plugin-request-log@6.0.0': + resolution: {integrity: sha512-UkOzeEN3W91/eBq9sPZNQ7sUBvYCqYbrrD8gTbBuGtHEuycE4/awMXcYvx6sVYo7LypPhmQwwpUe4Yyu4QZN5Q==} + engines: {node: '>= 20'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-rest-endpoint-methods@13.5.0': - resolution: {integrity: sha512-9Pas60Iv9ejO3WlAX3maE1+38c5nqbJXV5GrncEfkndIpZrJ/WPMRd2xYDcPPEt5yzpxcjw9fWNoPhsSGzqKqw==} - engines: {node: '>= 18'} + '@octokit/plugin-rest-endpoint-methods@16.0.0': + resolution: {integrity: sha512-kJVUQk6/dx/gRNLWUnAWKFs1kVPn5O5CYZyssyEoNYaFedqZxsfYs7DwI3d67hGz4qOwaJ1dpm07hOAD1BXx6g==} + engines: {node: '>= 20'} peerDependencies: '@octokit/core': '>=6' - '@octokit/request-error@6.1.8': - resolution: {integrity: sha512-WEi/R0Jmq+IJKydWlKDmryPcmdYSVjL3ekaiEL1L9eo1sUnqMJ+grqmC9cjk7CA7+b2/T397tO5d8YLOH3qYpQ==} - engines: {node: '>= 18'} + '@octokit/request-error@7.0.0': + resolution: {integrity: sha512-KRA7VTGdVyJlh0cP5Tf94hTiYVVqmt2f3I6mnimmaVz4UG3gQV/k4mDJlJv3X67iX6rmN7gSHCF8ssqeMnmhZg==} + engines: {node: '>= 20'} - '@octokit/request@9.2.3': - resolution: {integrity: sha512-Ma+pZU8PXLOEYzsWf0cn/gY+ME57Wq8f49WTXA8FMHp2Ps9djKw//xYJ1je8Hm0pR2lU9FUGeJRWOtxq6olt4w==} - engines: {node: '>= 18'} + '@octokit/request@10.0.2': + resolution: {integrity: sha512-iYj4SJG/2bbhh+iIpFmG5u49DtJ4lipQ+aPakjL9OKpsGY93wM8w06gvFbEQxcMsZcCvk5th5KkIm2m8o14aWA==} + engines: {node: '>= 20'} - '@octokit/rest@21.1.1': - resolution: {integrity: sha512-sTQV7va0IUVZcntzy1q3QqPm/r8rWtDCqpRAmb8eXXnKkjoQEtFe3Nt5GTVsHft+R6jJoHeSiVLcgcvhtue/rg==} - engines: {node: '>= 18'} - - '@octokit/types@13.10.0': - resolution: {integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==} + '@octokit/rest@22.0.0': + resolution: {integrity: sha512-z6tmTu9BTnw51jYGulxrlernpsQYXpui1RK21vmXn8yF5bp6iX16yfTtJYGK5Mh1qDkvDOmp2n8sRMcQmR8jiA==} + engines: {node: '>= 20'} '@octokit/types@14.1.0': resolution: {integrity: sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g==} @@ -2308,22 +2310,18 @@ packages: resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} engines: {node: '>=8.0.0'} - '@opentelemetry/context-async-hooks@1.30.1': - resolution: {integrity: sha512-s5vvxXPVdjqS3kTLKMeBMvop9hbWkwzBpu+mUO2M7sZtlkyDJGwFe33wRKnbaYDo8ExRVBIIdwIGrqpxHuKttA==} - engines: {node: '>=14'} + '@opentelemetry/context-async-hooks@2.0.1': + resolution: {integrity: sha512-XuY23lSI3d4PEqKA+7SLtAgwqIfc6E/E9eAQWLN1vlpC53ybO3o6jW4BsXo1xvz9lYyyWItfQDDLzezER01mCw==} + engines: {node: ^18.19.0 || >=20.6.0} peerDependencies: '@opentelemetry/api': '>=1.0.0 <1.10.0' - '@opentelemetry/core@1.30.1': - resolution: {integrity: sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==} - engines: {node: '>=14'} + '@opentelemetry/core@2.0.1': + resolution: {integrity: sha512-MaZk9SJIDgo1peKevlbhP6+IwIiNPNmswNL4AF0WaQJLbHXjr9SrZMgS12+iqr9ToV4ZVosCcc0f8Rg67LXjxw==} + engines: {node: ^18.19.0 || >=20.6.0} peerDependencies: '@opentelemetry/api': '>=1.0.0 <1.10.0' - '@opentelemetry/semantic-conventions@1.28.0': - resolution: {integrity: sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==} - engines: {node: '>=14'} - '@opentelemetry/semantic-conventions@1.34.0': resolution: {integrity: sha512-aKcOkyrorBGlajjRdVoJWHTxfxO1vCNHLJVlSDaRHDIdjU+pX8IYQPvPDkYiujKLbRnWU+1TBwEt0QRgSm4SGA==} engines: {node: '>=14'} @@ -2821,8 +2819,9 @@ packages: '@types/lodash@4.17.17': resolution: {integrity: sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ==} - '@types/long@4.0.2': - resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} + '@types/long@5.0.0': + resolution: {integrity: sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==} + deprecated: This is a stub types definition. long provides its own type definitions, so you do not need this installed. '@types/micromatch@2.3.35': resolution: {integrity: sha512-J749bHo/Zu56w0G0NI/IGHLQPiSsjx//0zJhfEVAN95K/xM5C8ZDmhkXtU3qns0sBOao7HuQzr8XV1/2o5LbXA==} @@ -3568,14 +3567,14 @@ packages: resolution: {integrity: sha512-NmzN1zN1cvGccXFyZ73335+ASXwBlVWcUPssiUDIlFdfyatHPRRufjCd5w8oPaQPvVnf9ELklaCGb1gi9FBwIw==} engines: {node: '>=14.0.0'} - before-after-hook@3.0.2: - resolution: {integrity: sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==} + before-after-hook@4.0.0: + resolution: {integrity: sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==} big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} - big.js@6.2.2: - resolution: {integrity: sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==} + big.js@7.0.1: + resolution: {integrity: sha512-iFgV784tD8kq4ccF1xtNMZnXeZzVuXWWM+ERFzKQjv+A5G9HC8CY3DuV45vgzFFcW+u2tIvmF95+AzWgs6BjCg==} bignumber.js@9.3.0: resolution: {integrity: sha512-EM7aMFTXbptt/wZdMlBv2t8IViwQL+h6SLHosp8Yf0dqJMTnY6iL32opnAB6kAdL0SZPuvcAzFr31o0c/R3/RA==} @@ -4602,8 +4601,8 @@ packages: resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} engines: {'0': node >=0.6.0} - fast-content-type-parse@2.0.1: - resolution: {integrity: sha512-nGqtvLrj5w0naR6tDPfB4cUmYCqouzyQiz6C5y/LtcDllJdrcc6WaWW6iXyIIOErTa/XRybj28aasdn4LkVk6Q==} + fast-content-type-parse@3.0.0: + resolution: {integrity: sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==} fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} @@ -4792,13 +4791,13 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - gaxios@6.7.1: - resolution: {integrity: sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==} - engines: {node: '>=14'} + gaxios@7.0.0-rc.6: + resolution: {integrity: sha512-osVFpgeBiwTM2AVI9MXvb8iWzM6oSMbTVWc65Gm5BgBlE+nUA6PBHFMaYpqjZx1AhUH7aPOZq78WcRAM6hhAwA==} + engines: {node: '>=18'} - gcp-metadata@6.1.1: - resolution: {integrity: sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==} - engines: {node: '>=14'} + gcp-metadata@7.0.0-rc.1: + resolution: {integrity: sha512-E6c+AdIaK1LNA839OyotiTca+B2IG1nDlMjnlcck8JjXn3fVgx57Ib9i6iL1/iqN7bA3EUQdcRRu+HqOCOABIg==} + engines: {node: '>=18'} gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} @@ -4886,16 +4885,16 @@ packages: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} - google-auth-library@9.15.1: - resolution: {integrity: sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==} - engines: {node: '>=14'} + google-auth-library@10.0.0-rc.3: + resolution: {integrity: sha512-WC9wfEKK0bk3seWKsDn2loduLth6JWKTsrbWftzrhPuzpwnVXb5oi2+aa0JDBxLBDdkGesLvTQ67F2nZ7leq1Q==} + engines: {node: '>=18'} - google-gax@4.4.1: - resolution: {integrity: sha512-Phyp9fMfA00J3sZbJxbbB4jC55b7DBjE3F6poyL3wKMEBVKA79q6BGuHcTiM28yOzVql0NDbRL8MLLh8Iwk9Dg==} - engines: {node: '>=14'} + google-gax@5.0.1-rc.1: + resolution: {integrity: sha512-kz3HlvYvmQVBcam2C7FOphE6xrhjrlbKrRpNxvWYAmVHi+SCeMReWcKp64WJXNL7clSYAgYer3gCKVTTF/+wPA==} + engines: {node: '>=18'} - google-logging-utils@0.0.2: - resolution: {integrity: sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==} + google-logging-utils@1.1.1: + resolution: {integrity: sha512-rcX58I7nqpu4mbKztFeOAObbomBbHU2oIb/d3tJfF3dizGSApqtSwYJigGCooHdnMyQBIw8BrWyK96w3YXgr6A==} engines: {node: '>=14'} gopd@1.2.0: @@ -4914,9 +4913,9 @@ packages: peerDependencies: protobufjs: '*' - gtoken@7.1.0: - resolution: {integrity: sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==} - engines: {node: '>=14.0.0'} + gtoken@8.0.0-rc.1: + resolution: {integrity: sha512-UjE/egX6ixArdcCKOkheuFQ4XN4/0gX92nd2JPVEYuRU2sWHAWuOVGnowm1fQUdQtaxqn1n8H0hOb2LCaUhJ3A==} + engines: {node: '>=18'} gunzip-maybe@1.4.2: resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==} @@ -6672,9 +6671,9 @@ packages: resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} engines: {node: '>=10'} - proto3-json-serializer@2.0.2: - resolution: {integrity: sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==} - engines: {node: '>=14.0.0'} + proto3-json-serializer@3.0.0: + resolution: {integrity: sha512-mHPIc7zaJc26HMpgX5J7vXjliYv4Rnn5ICUyINudz76iY4zFMQHTaQXrTFn0EoHnRsLD6BE+OuHhQHFUU93I9A==} + engines: {node: '>=18'} protobufjs@7.5.3: resolution: {integrity: sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==} @@ -6887,9 +6886,9 @@ packages: resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} engines: {node: '>=18'} - retry-request@7.0.2: - resolution: {integrity: sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==} - engines: {node: '>=14'} + retry-request@8.0.0: + resolution: {integrity: sha512-dJkZNmyV9C8WKUmbdj1xcvVlXBSvsUQCkg89TCK8rD72RdSn9A2jlXlS2VuYSTHoPJjJEfUHhjNYrlvuksF9cg==} + engines: {node: '>=18'} retry@0.12.0: resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} @@ -7448,9 +7447,9 @@ packages: resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} engines: {node: '>=18'} - teeny-request@9.0.0: - resolution: {integrity: sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==} - engines: {node: '>=14'} + teeny-request@10.1.0: + resolution: {integrity: sha512-3ZnLvgWF29jikg1sAQ1g0o+lr5JX6sVgYvfUJazn7ZjJroDBUTWp44/+cFVX0bULjv4vci+rBD+oGVAkWqhUbw==} + engines: {node: '>=18'} terser-webpack-plugin@5.3.14: resolution: {integrity: sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==} @@ -7773,10 +7772,6 @@ packages: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true - uuid@9.0.1: - resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} - hasBin: true - v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} @@ -8316,10 +8311,10 @@ snapshots: rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0ba20dc96eb638ed8ef97b14d72854d50f0238fb(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/237cb88aa3a27cf514fcd103ad1b5af7bdccb641': dependencies: - '@google-cloud/spanner': 7.21.0(encoding@0.1.13)(supports-color@10.0.0) - '@octokit/rest': 21.1.1 + '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) + '@octokit/rest': 22.0.0 '@types/semver': 7.7.0 '@types/supports-color': 10.0.0 '@yarnpkg/lockfile': 1.1.0 @@ -8330,8 +8325,6 @@ snapshots: typescript: 5.8.3 which: 5.0.0 yaml: 2.8.0 - transitivePeerDependencies: - - encoding '@angular/platform-browser@20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: @@ -9245,62 +9238,63 @@ snapshots: '@glideapps/ts-necessities@2.2.3': {} - '@google-cloud/common@5.0.2(encoding@0.1.13)(supports-color@10.0.0)': + '@google-cloud/common@6.0.0(supports-color@10.0.0)': dependencies: '@google-cloud/projectify': 4.0.0 '@google-cloud/promisify': 4.0.0 arrify: 2.0.1 duplexify: 4.1.3 extend: 3.0.2 - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.0.0) + google-auth-library: 10.0.0-rc.3(supports-color@10.0.0) html-entities: 2.6.0 - retry-request: 7.0.2(encoding@0.1.13)(supports-color@10.0.0) - teeny-request: 9.0.0(encoding@0.1.13)(supports-color@10.0.0) + retry-request: 8.0.0(supports-color@10.0.0) + teeny-request: 10.1.0(supports-color@10.0.0) transitivePeerDependencies: - - encoding - supports-color - '@google-cloud/precise-date@4.0.0': {} + '@google-cloud/precise-date@5.0.0': {} '@google-cloud/projectify@4.0.0': {} + '@google-cloud/projectify@5.0.0': {} + '@google-cloud/promisify@4.0.0': {} - '@google-cloud/spanner@7.21.0(encoding@0.1.13)(supports-color@10.0.0)': + '@google-cloud/promisify@5.0.0': {} + + '@google-cloud/spanner@8.0.0(supports-color@10.0.0)': dependencies: - '@google-cloud/common': 5.0.2(encoding@0.1.13)(supports-color@10.0.0) - '@google-cloud/precise-date': 4.0.0 - '@google-cloud/projectify': 4.0.0 - '@google-cloud/promisify': 4.0.0 + '@google-cloud/common': 6.0.0(supports-color@10.0.0) + '@google-cloud/precise-date': 5.0.0 + '@google-cloud/projectify': 5.0.0 + '@google-cloud/promisify': 5.0.0 '@grpc/proto-loader': 0.7.15 '@opentelemetry/api': 1.9.0 - '@opentelemetry/context-async-hooks': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) + '@opentelemetry/context-async-hooks': 2.0.1(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.34.0 '@types/big.js': 6.2.2 '@types/stack-trace': 0.0.33 - arrify: 2.0.1 - big.js: 6.2.2 + big.js: 7.0.1 checkpoint-stream: 0.1.2 duplexify: 4.1.3 events-intercept: 2.0.0 extend: 3.0.2 - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.0.0) - google-gax: 4.4.1(encoding@0.1.13)(supports-color@10.0.0) + google-auth-library: 10.0.0-rc.3(supports-color@10.0.0) + google-gax: 5.0.1-rc.1(supports-color@10.0.0) grpc-gcp: 1.0.1(protobufjs@7.5.3) is: 3.3.0 lodash.snakecase: 4.1.1 merge-stream: 2.0.0 p-queue: 6.6.2 protobufjs: 7.5.3 - retry-request: 7.0.2(encoding@0.1.13)(supports-color@10.0.0) + retry-request: 8.0.0(supports-color@10.0.0) split-array-stream: 2.0.0 stack-trace: 0.0.10 stream-events: 1.0.5 - teeny-request: 9.0.0(encoding@0.1.13)(supports-color@10.0.0) + teeny-request: 10.1.0(supports-color@10.0.0) through2: 4.0.2 transitivePeerDependencies: - - encoding - supports-color '@grpc/grpc-js@1.13.4': @@ -9697,69 +9691,63 @@ snapshots: transitivePeerDependencies: - supports-color - '@octokit/auth-token@5.1.2': {} + '@octokit/auth-token@6.0.0': {} - '@octokit/core@6.1.5': + '@octokit/core@7.0.2': dependencies: - '@octokit/auth-token': 5.1.2 - '@octokit/graphql': 8.2.2 - '@octokit/request': 9.2.3 - '@octokit/request-error': 6.1.8 + '@octokit/auth-token': 6.0.0 + '@octokit/graphql': 9.0.1 + '@octokit/request': 10.0.2 + '@octokit/request-error': 7.0.0 '@octokit/types': 14.1.0 - before-after-hook: 3.0.2 + before-after-hook: 4.0.0 universal-user-agent: 7.0.3 - '@octokit/endpoint@10.1.4': + '@octokit/endpoint@11.0.0': dependencies: '@octokit/types': 14.1.0 universal-user-agent: 7.0.3 - '@octokit/graphql@8.2.2': + '@octokit/graphql@9.0.1': dependencies: - '@octokit/request': 9.2.3 + '@octokit/request': 10.0.2 '@octokit/types': 14.1.0 universal-user-agent: 7.0.3 - '@octokit/openapi-types@24.2.0': {} - '@octokit/openapi-types@25.1.0': {} - '@octokit/plugin-paginate-rest@11.6.0(@octokit/core@6.1.5)': + '@octokit/plugin-paginate-rest@13.0.1(@octokit/core@7.0.2)': dependencies: - '@octokit/core': 6.1.5 - '@octokit/types': 13.10.0 + '@octokit/core': 7.0.2 + '@octokit/types': 14.1.0 - '@octokit/plugin-request-log@5.3.1(@octokit/core@6.1.5)': + '@octokit/plugin-request-log@6.0.0(@octokit/core@7.0.2)': dependencies: - '@octokit/core': 6.1.5 + '@octokit/core': 7.0.2 - '@octokit/plugin-rest-endpoint-methods@13.5.0(@octokit/core@6.1.5)': + '@octokit/plugin-rest-endpoint-methods@16.0.0(@octokit/core@7.0.2)': dependencies: - '@octokit/core': 6.1.5 - '@octokit/types': 13.10.0 + '@octokit/core': 7.0.2 + '@octokit/types': 14.1.0 - '@octokit/request-error@6.1.8': + '@octokit/request-error@7.0.0': dependencies: '@octokit/types': 14.1.0 - '@octokit/request@9.2.3': + '@octokit/request@10.0.2': dependencies: - '@octokit/endpoint': 10.1.4 - '@octokit/request-error': 6.1.8 + '@octokit/endpoint': 11.0.0 + '@octokit/request-error': 7.0.0 '@octokit/types': 14.1.0 - fast-content-type-parse: 2.0.1 + fast-content-type-parse: 3.0.0 universal-user-agent: 7.0.3 - '@octokit/rest@21.1.1': - dependencies: - '@octokit/core': 6.1.5 - '@octokit/plugin-paginate-rest': 11.6.0(@octokit/core@6.1.5) - '@octokit/plugin-request-log': 5.3.1(@octokit/core@6.1.5) - '@octokit/plugin-rest-endpoint-methods': 13.5.0(@octokit/core@6.1.5) - - '@octokit/types@13.10.0': + '@octokit/rest@22.0.0': dependencies: - '@octokit/openapi-types': 24.2.0 + '@octokit/core': 7.0.2 + '@octokit/plugin-paginate-rest': 13.0.1(@octokit/core@7.0.2) + '@octokit/plugin-request-log': 6.0.0(@octokit/core@7.0.2) + '@octokit/plugin-rest-endpoint-methods': 16.0.0(@octokit/core@7.0.2) '@octokit/types@14.1.0': dependencies: @@ -9767,16 +9755,14 @@ snapshots: '@opentelemetry/api@1.9.0': {} - '@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0)': + '@opentelemetry/context-async-hooks@2.0.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0)': + '@opentelemetry/core@2.0.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/semantic-conventions': 1.28.0 - - '@opentelemetry/semantic-conventions@1.28.0': {} + '@opentelemetry/semantic-conventions': 1.34.0 '@opentelemetry/semantic-conventions@1.34.0': {} @@ -10264,7 +10250,9 @@ snapshots: '@types/lodash@4.17.17': {} - '@types/long@4.0.2': {} + '@types/long@5.0.0': + dependencies: + long: 5.3.2 '@types/micromatch@2.3.35': dependencies: @@ -11286,11 +11274,11 @@ snapshots: postcss: 8.5.4 postcss-media-query-parser: 0.2.3 - before-after-hook@3.0.2: {} + before-after-hook@4.0.0: {} big.js@5.2.2: {} - big.js@6.2.2: {} + big.js@7.0.1: {} bignumber.js@9.3.0: {} @@ -12557,7 +12545,7 @@ snapshots: extsprintf@1.3.0: {} - fast-content-type-parse@2.0.1: {} + fast-content-type-parse@3.0.0: {} fast-deep-equal@3.1.3: {} @@ -12773,24 +12761,20 @@ snapshots: functions-have-names@1.2.3: {} - gaxios@6.7.1(encoding@0.1.13)(supports-color@10.0.0): + gaxios@7.0.0-rc.6(supports-color@10.0.0): dependencies: extend: 3.0.2 https-proxy-agent: 7.0.6(supports-color@10.0.0) - is-stream: 2.0.1 - node-fetch: 2.7.0(encoding@0.1.13) - uuid: 9.0.1 + node-fetch: 3.3.2 transitivePeerDependencies: - - encoding - supports-color - gcp-metadata@6.1.1(encoding@0.1.13)(supports-color@10.0.0): + gcp-metadata@7.0.0-rc.1(supports-color@10.0.0): dependencies: - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.0.0) - google-logging-utils: 0.0.2 + gaxios: 7.0.0-rc.6(supports-color@10.0.0) + google-logging-utils: 1.1.1 json-bigint: 1.0.0 transitivePeerDependencies: - - encoding - supports-color gensync@1.0.0-beta.2: {} @@ -12900,37 +12884,36 @@ snapshots: pify: 2.3.0 pinkie-promise: 2.0.1 - google-auth-library@9.15.1(encoding@0.1.13)(supports-color@10.0.0): + google-auth-library@10.0.0-rc.3(supports-color@10.0.0): dependencies: base64-js: 1.5.1 ecdsa-sig-formatter: 1.0.11 - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.0.0) - gcp-metadata: 6.1.1(encoding@0.1.13)(supports-color@10.0.0) - gtoken: 7.1.0(encoding@0.1.13)(supports-color@10.0.0) + gaxios: 7.0.0-rc.6(supports-color@10.0.0) + gcp-metadata: 7.0.0-rc.1(supports-color@10.0.0) + google-logging-utils: 1.1.1 + gtoken: 8.0.0-rc.1(supports-color@10.0.0) jws: 4.0.0 transitivePeerDependencies: - - encoding - supports-color - google-gax@4.4.1(encoding@0.1.13)(supports-color@10.0.0): + google-gax@5.0.1-rc.1(supports-color@10.0.0): dependencies: '@grpc/grpc-js': 1.13.4 '@grpc/proto-loader': 0.7.15 - '@types/long': 4.0.2 + '@types/long': 5.0.0 abort-controller: 3.0.0 duplexify: 4.1.3 - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.0.0) - node-fetch: 2.7.0(encoding@0.1.13) + google-auth-library: 10.0.0-rc.3(supports-color@10.0.0) + google-logging-utils: 1.1.1 + node-fetch: 3.3.2 object-hash: 3.0.0 - proto3-json-serializer: 2.0.2 + proto3-json-serializer: 3.0.0 protobufjs: 7.5.3 - retry-request: 7.0.2(encoding@0.1.13)(supports-color@10.0.0) - uuid: 9.0.1 + retry-request: 8.0.0(supports-color@10.0.0) transitivePeerDependencies: - - encoding - supports-color - google-logging-utils@0.0.2: {} + google-logging-utils@1.1.1: {} gopd@1.2.0: {} @@ -12943,12 +12926,11 @@ snapshots: '@grpc/grpc-js': 1.13.4 protobufjs: 7.5.3 - gtoken@7.1.0(encoding@0.1.13)(supports-color@10.0.0): + gtoken@8.0.0-rc.1(supports-color@10.0.0): dependencies: - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.0.0) + gaxios: 7.0.0-rc.6(supports-color@10.0.0) jws: 4.0.0 transitivePeerDependencies: - - encoding - supports-color gunzip-maybe@1.4.2: @@ -14742,7 +14724,7 @@ snapshots: err-code: 2.0.3 retry: 0.12.0 - proto3-json-serializer@2.0.2: + proto3-json-serializer@3.0.0: dependencies: protobufjs: 7.5.3 @@ -15083,13 +15065,12 @@ snapshots: onetime: 7.0.0 signal-exit: 4.1.0 - retry-request@7.0.2(encoding@0.1.13)(supports-color@10.0.0): + retry-request@8.0.0(supports-color@10.0.0): dependencies: '@types/request': 2.48.12 extend: 3.0.2 - teeny-request: 9.0.0(encoding@0.1.13)(supports-color@10.0.0) + teeny-request: 10.1.0(supports-color@10.0.0) transitivePeerDependencies: - - encoding - supports-color retry@0.12.0: {} @@ -15813,15 +15794,13 @@ snapshots: mkdirp: 3.0.1 yallist: 5.0.0 - teeny-request@9.0.0(encoding@0.1.13)(supports-color@10.0.0): + teeny-request@10.1.0(supports-color@10.0.0): dependencies: http-proxy-agent: 5.0.0(supports-color@10.0.0) https-proxy-agent: 5.0.1(supports-color@10.0.0) - node-fetch: 2.7.0(encoding@0.1.13) + node-fetch: 3.3.2 stream-events: 1.0.5 - uuid: 9.0.1 transitivePeerDependencies: - - encoding - supports-color terser-webpack-plugin@5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)): @@ -16126,8 +16105,6 @@ snapshots: uuid@8.3.2: {} - uuid@9.0.1: {} - v8-compile-cache-lib@3.0.1: {} v8-to-istanbul@9.3.0: diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 746ca1b639c1..04dc671de7ef 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/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#730b01a4937a842d488c4e9398de59617cd46b44", + "@angular/animations": "github:angular/animations-builds#e91be5225e13f025b68d2f1af74d8678d762843f", "@angular/cdk": "github:angular/cdk-builds#872e76d978a02d95467ea73f285faf179cd3c2dd", - "@angular/common": "github:angular/common-builds#97a8fbd8c1fed4a6d0975e70f265cd7187eec136", - "@angular/compiler": "github:angular/compiler-builds#bd77579fe93d06d31b634c8cb87e152ce301415c", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#18ef32d7e0fb0ebe6649ef22176fce6ab3556ee3", - "@angular/core": "github:angular/core-builds#511224a886e2e1d0cda394e4b0c8b5c1516fa80a", - "@angular/forms": "github:angular/forms-builds#838f75ab98ff5f36a1971f9495eba1cf7a07c507", - "@angular/language-service": "github:angular/language-service-builds#96a641eb50f3ed5f7b10bb9c4c09ae2d906ea714", - "@angular/localize": "github:angular/localize-builds#099bd7e49a0d0a7a5222cad99a9c95a9287d6df1", + "@angular/common": "github:angular/common-builds#508029fd12ad3deeb8d8b0f5933fefa5df3521f4", + "@angular/compiler": "github:angular/compiler-builds#cacfcb8d37ee6ede880b785fb47a3f46dc8525e6", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#6e874b8c0d1becefdb4a67066839e48d8a91c821", + "@angular/core": "github:angular/core-builds#6f5c833d76c4d40d6a1cfe4c47cc846cbf3af9b1", + "@angular/forms": "github:angular/forms-builds#9fa90fbe56007858afabdd40a2840163fc439611", + "@angular/language-service": "github:angular/language-service-builds#8d0e3dabbf5a5a674b39ef909caee9b66c0fb836", + "@angular/localize": "github:angular/localize-builds#376a4c46b79075026cf2e5178efcd192b5af4c67", "@angular/material": "github:angular/material-builds#cde4885a63a75c6602401c9a2b13633fa456ba88", "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0ee38326ee01f30c9c8c655a52e324ff28a21aaa", - "@angular/platform-browser": "github:angular/platform-browser-builds#1adb98793c59279dfd35950e5a96acfee8563856", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#32d457f5ab127323f524082dc4cc9bb1c11cc28d", - "@angular/platform-server": "github:angular/platform-server-builds#fa0f06dfc07772f1d9105f046a33b3d0652ab65f", - "@angular/router": "github:angular/router-builds#1b38403c8ab2911c48928af8988eb2eec0ef9dac", - "@angular/service-worker": "github:angular/service-worker-builds#38b06d9b7ebb2501d4dea3337e8e14f3c40f7818" + "@angular/platform-browser": "github:angular/platform-browser-builds#0470d47cd26951cbbff3cb65251959197e5e9ab2", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ec825be3ff782e62eb80ff41b8765be814b118ce", + "@angular/platform-server": "github:angular/platform-server-builds#541a19a54b77817568f5601abdc3626c8a5a7969", + "@angular/router": "github:angular/router-builds#6a4dfb8a4562ca6f6f4ee75e9893ee455cde84e6", + "@angular/service-worker": "github:angular/service-worker-builds#4e642cc52653655311fa3fdc0870c31fbc88fb05" } }