diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 353ae87313e5..adb620ec5285 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + - uses: angular/dev-infra/github-actions/branch-manager@7a11f99c467ca5ae4411c27beeec4300e32b616a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.material-aio.yml b/.github/workflows/ci.material-aio.yml index 059d9168f2a1..9cd85396ea45 100644 --- a/.github/workflows/ci.material-aio.yml +++ b/.github/workflows/ci.material-aio.yml @@ -21,11 +21,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -35,11 +35,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -56,11 +56,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 389c2077c0c8..b8d05102517e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Install node modules @@ -49,13 +49,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -67,13 +67,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -85,13 +85,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -104,13 +104,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -122,13 +122,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -140,13 +140,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and @@ -174,9 +174,9 @@ jobs: - name: Disable AppArmor run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -199,14 +199,14 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/browserstack@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index db0f65f6c336..c70829ea0576 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index a5abfe8cba88..703f12627f70 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + - uses: angular/dev-infra/github-actions/pull-request-labeling@7a11f99c467ca5ae4411c27beeec4300e32b616a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + - uses: angular/dev-infra/github-actions/post-approval-changes@7a11f99c467ca5ae4411c27beeec4300e32b616a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/docs-preview-build.yml b/.github/workflows/docs-preview-build.yml index b4c23491128f..3a75fb76281f 100644 --- a/.github/workflows/docs-preview-build.yml +++ b/.github/workflows/docs-preview-build.yml @@ -21,16 +21,16 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'docs: preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build docs site run: pnpm bazel build //docs:build.production - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7a11f99c467ca5ae4411c27beeec4300e32b616a with: workflow-artifact-name: 'docs-preview' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/docs-preview-deploy.yml b/.github/workflows/docs-preview-deploy.yml index 368c73b8e461..2db5f2214468 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -40,7 +40,7 @@ jobs: npx -y firebase-tools@latest target:clear --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio npx -y firebase-tools@latest target:apply --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@7a11f99c467ca5ae4411c27beeec4300e32b616a with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'docs-preview' diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index 7b57a2ff0c65..0ddeed92efff 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + - uses: angular/dev-infra/github-actions/google-internal-tests@7a11f99c467ca5ae4411c27beeec4300e32b616a with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.material-aio.yml b/.github/workflows/pr.material-aio.yml index d18969612d5e..d833f6e4689b 100644 --- a/.github/workflows/pr.material-aio.yml +++ b/.github/workflows/pr.material-aio.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -33,11 +33,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -54,11 +54,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0546ec27a069..b410dc69ecc5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Install node modules @@ -45,7 +45,7 @@ jobs: - name: Check code format 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@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/linting/licenses@7a11f99c467ca5ae4411c27beeec4300e32b616a # Commit message check is last intentionally, because the caretaker can fix it # during merge, while other lint failures have to be resolved by the PR author. - name: Check commit message @@ -55,13 +55,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -103,13 +103,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -119,13 +119,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -135,13 +135,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -164,7 +164,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -172,8 +172,8 @@ jobs: - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/browserstack@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/preview-build-dev-app.yml b/.github/workflows/preview-build-dev-app.yml index 930c9b58b9d8..55c5d55f189c 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,18 +23,18 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a # Build the web package - run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7a11f99c467ca5ae4411c27beeec4300e32b616a with: workflow-artifact-name: 'dev-app' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/preview-deploy-dev-app.yml b/.github/workflows/preview-deploy-dev-app.yml index 60480805e9fe..6d330b81fcf5 100644 --- a/.github/workflows/preview-deploy-dev-app.yml +++ b/.github/workflows/preview-deploy-dev-app.yml @@ -33,7 +33,7 @@ jobs: npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@7a11f99c467ca5ae4411c27beeec4300e32b616a with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'dev-app' diff --git a/.github/workflows/scheduled-ci.yml b/.github/workflows/scheduled-ci.yml index da557b5fbdfc..1a0d2bee8fa6 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and diff --git a/WORKSPACE b/WORKSPACE index 23cf5a3c08c8..160c7811006e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -192,7 +192,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "16e272eaa88efe5891e7e6c8e13b956ae7e5a73e", + commit = "7a11f99c467ca5ae4411c27beeec4300e32b616a", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index e54353154eba..b05de7a5cbf4 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "devDependencies": { "@angular/compiler-cli": "catalog:", "@angular/localize": "catalog:", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#85cc1d966e6c8f58e656d19e01984736d52dae1f", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 70573c319892..e313b0dcf273 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,20 +7,20 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 20.2.0-rc.0 - version: 20.2.0-rc.0 + specifier: 20.2.0-rc.1 + version: 20.2.0-rc.1 '@angular-devkit/core': - specifier: 20.2.0-rc.0 - version: 20.2.0-rc.0 + specifier: 20.2.0-rc.1 + version: 20.2.0-rc.1 '@angular-devkit/schematics': - specifier: 20.2.0-rc.0 - version: 20.2.0-rc.0 + specifier: 20.2.0-rc.1 + version: 20.2.0-rc.1 '@angular/animations': specifier: 20.2.0-rc.1 version: 20.2.0-rc.1 '@angular/cli': - specifier: 20.2.0-rc.0 - version: 20.2.0-rc.0 + specifier: 20.2.0-rc.1 + version: 20.2.0-rc.1 '@angular/common': specifier: 20.2.0-rc.1 version: 20.2.0-rc.1 @@ -52,11 +52,11 @@ catalogs: specifier: 20.2.0-rc.1 version: 20.2.0-rc.1 '@angular/ssr': - specifier: 20.2.0-rc.0 - version: 20.2.0-rc.0 + specifier: 20.2.0-rc.1 + version: 20.2.0-rc.1 '@schematics/angular': - specifier: 20.2.0-rc.0 - version: 20.2.0-rc.0 + specifier: 20.2.0-rc.1 + version: 20.2.0-rc.1 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -72,10 +72,10 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 20.2.0-rc.0(chokidar@4.0.3) + version: 20.2.0-rc.1(chokidar@4.0.3) '@angular-devkit/schematics': specifier: 'catalog:' - version: 20.2.0-rc.0(chokidar@4.0.3) + version: 20.2.0-rc.1(chokidar@4.0.3) '@angular/animations': specifier: 'catalog:' version: 20.2.0-rc.1(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1)) @@ -132,8 +132,8 @@ importers: specifier: 'catalog:' version: 20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/compiler@20.2.0-rc.1) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#85cc1d966e6c8f58e656d19e01984736d52dae1f - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/85cc1d966e6c8f58e656d19e01984736d52dae1f(@modelcontextprotocol/sdk@1.17.2) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787(@modelcontextprotocol/sdk@1.17.2) '@angular/platform-server': specifier: 'catalog:' version: 20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff) @@ -172,7 +172,7 @@ importers: version: 16.0.1(rollup@4.46.2) '@schematics/angular': specifier: 'catalog:' - version: 20.2.0-rc.0(chokidar@4.0.3) + version: 20.2.0-rc.1(chokidar@4.0.3) '@types/babel__core': specifier: ^7.1.18 version: 7.20.5 @@ -403,7 +403,7 @@ importers: version: 20.2.0-rc.1(653123b736401baf6332e3894470d58c) '@angular/ssr': specifier: 'catalog:' - version: 20.2.0-rc.0(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff))(@angular/router@20.2.0-rc.1(653123b736401baf6332e3894470d58c)) + version: 20.2.0-rc.1(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff))(@angular/router@20.2.0-rc.1(653123b736401baf6332e3894470d58c)) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -428,10 +428,10 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 20.2.0-rc.0(62460227b09bcec48c314ecee70f6062) + version: 20.2.0-rc.1(0a97e79361eb5680b37300b68299a04b) '@angular/cli': specifier: 'catalog:' - version: 20.2.0-rc.0(@types/node@22.17.1)(chokidar@4.0.3) + version: 20.2.0-rc.1(@types/node@22.17.1)(chokidar@4.0.3) '@angular/compiler-cli': specifier: 'catalog:' version: 20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2) @@ -781,12 +781,12 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2002.0-rc.0': - resolution: {integrity: sha512-EMd63vzOYVbqU20GPWhFf/UAJxUC/bi79+1Y7WISmAta6vlRd/qooxxRvKVAYYP3brQcIGBhlEht5c5m5WDShQ==} + '@angular-devkit/architect@0.2002.0-rc.1': + resolution: {integrity: sha512-toJ2OZqdlxpYlFrNmAYJjZpSHolHZNjTlzfr7yesPN3beMen7xaa3NKcbETCiFc9blfE4w+iN11K2fe+zs66Xg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/build-angular@20.2.0-rc.0': - resolution: {integrity: sha512-QyC9YoUWkU7Yngja7c/uGKB+venrImZFm6EnFrEjWhRXReEt9tjK/X0pAKeayKp1liMDcWoCOGCICvYeKyOpHg==} + '@angular-devkit/build-angular@20.2.0-rc.1': + resolution: {integrity: sha512-50Bx7RvdYxG+WMmNnOqWqOoDMr0mYgmcITkbCpAQLc39i2Qb1m4rfHYXciVwnxeQ4lQ0WB001iqItw7HjsJaGg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^20.0.0 || ^20.2.0-next.0 @@ -795,7 +795,7 @@ packages: '@angular/platform-browser': ^20.0.0 || ^20.2.0-next.0 '@angular/platform-server': ^20.0.0 || ^20.2.0-next.0 '@angular/service-worker': ^20.0.0 || ^20.2.0-next.0 - '@angular/ssr': ^20.2.0-rc.0 + '@angular/ssr': ^20.2.0-rc.1 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 @@ -835,15 +835,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2002.0-rc.0': - resolution: {integrity: sha512-qsupWDh7EkJDyZfIR+O5cxvaWEsaoF1yr0iRXVg5EvXAYa44jm974oN3TBXoSsa4zQSWArmLiOLlvU5pmRPMuA==} + '@angular-devkit/build-webpack@0.2002.0-rc.1': + resolution: {integrity: sha512-6fYZlElqFGaHQcB6M1g89OZk9zz+5uLNVfCC1Kk+mg6dx3gJHswEcxFYZyx6Vj+V6m+yKDMAVpZBUINZc+WN8w==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 - '@angular-devkit/core@20.2.0-rc.0': - resolution: {integrity: sha512-P/jaXij6KKYHAPKkLpTcivZbnntRYFGEV5pB1eh6Hqt79HUZdPCV7nx9Eu2FAoo6eJ5NDjEghzQdvTX18P7IHw==} + '@angular-devkit/core@20.2.0-rc.1': + resolution: {integrity: sha512-D0C/tbgtOV7TlhzEb+eIicGobmKS+bt1Cnlfl6xttYHIM4CtVl9cz4bJ6UWNlQ/LJiTiEZ1KwrnK8M2pkh5TJQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 @@ -851,8 +851,8 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@20.2.0-rc.0': - resolution: {integrity: sha512-XkMMK9B8nDBoxE0VuOL4BTurxYl8UTq1bViQhoyAkpCc2krNx2bzL45ot++3cL1CWl2he4/lpmd/YMHKFtJJLQ==} + '@angular-devkit/schematics@20.2.0-rc.1': + resolution: {integrity: sha512-o5Er533dRFn1dccV7+YgqIhdJ5Ey/G5akX2qAuAJ1GDxq3FrKqNS2hzKLJ8rIaTq6G9mYLYVemDUW+tKK/fbgg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular/animations@20.2.0-rc.1': @@ -862,8 +862,8 @@ packages: '@angular/common': 20.2.0-rc.1 '@angular/core': 20.2.0-rc.1 - '@angular/build@20.2.0-rc.0': - resolution: {integrity: sha512-07hm57vEZhbcvZAbGDh6ULHbI6b0j6jagIXAfp9Grg9JPVwjSvmmaOR4lIGaCs0xsR46cXNpWXn6DAJvKAMxgA==} + '@angular/build@20.2.0-rc.1': + resolution: {integrity: sha512-2AxczMU6+cba8jzbKnn4bEbiqy1958iBvR6N8k119IyiYRJD1F0mKB8dheuUkBvobYkPggg0PDVTdBio8K+wfA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^20.0.0 || ^20.2.0-next.0 @@ -873,7 +873,7 @@ packages: '@angular/platform-browser': ^20.0.0 || ^20.2.0-next.0 '@angular/platform-server': ^20.0.0 || ^20.2.0-next.0 '@angular/service-worker': ^20.0.0 || ^20.2.0-next.0 - '@angular/ssr': ^20.2.0-rc.0 + '@angular/ssr': ^20.2.0-rc.1 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^20.0.0 || ^20.2.0-next.0 @@ -908,8 +908,8 @@ packages: vitest: optional: true - '@angular/cli@20.2.0-rc.0': - resolution: {integrity: sha512-rlv7nQjhwTk14QK4pEDD7aLIlD4XDUvhhbClO0NHZ4ooEUmFBSUwGOygUCwC3ZytCAL8O0/MLvMKVUsqTKrhrA==} + '@angular/cli@20.2.0-rc.1': + resolution: {integrity: sha512-DTFqprmWXZx3cb3+vVKFQ8KaLegT/m7s7tJiWUV2Z1t5E2FKfB8637oHaqMRY9RpfY/5tTZQpr3M/BdR9AfuXg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true @@ -965,9 +965,9 @@ packages: '@angular/compiler': 20.2.0-rc.1 '@angular/compiler-cli': 20.2.0-rc.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/85cc1d966e6c8f58e656d19e01984736d52dae1f': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/85cc1d966e6c8f58e656d19e01984736d52dae1f} - version: 0.0.0-16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787} + version: 0.0.0-7a11f99c467ca5ae4411c27beeec4300e32b616a hasBin: true '@angular/platform-browser-dynamic@20.2.0-rc.1': @@ -1009,8 +1009,8 @@ packages: '@angular/platform-browser': 20.2.0-rc.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@20.2.0-rc.0': - resolution: {integrity: sha512-AGtRFfTZ2ZHe/VqyVtJGnfDHJBDGjqGsxG8YWmsKxtjBm0OQNfhJw/tcZuhZ42HSl7Ry1U97SF//7Wea9cqKOQ==} + '@angular/ssr@20.2.0-rc.1': + resolution: {integrity: sha512-LZgIdhE6djQ/c9JdeM4iBzVpXrdrYt9aQi1qOHx2Ka09rgr7mYUUxKBqI3tXP3YvdyVW0Y4szd9vJCewapk9rw==} peerDependencies: '@angular/common': ^20.0.0 || ^20.2.0-next.0 '@angular/core': ^20.0.0 || ^20.2.0-next.0 @@ -2065,6 +2065,15 @@ packages: '@types/node': optional: true + '@inquirer/checkbox@4.2.1': + resolution: {integrity: sha512-bevKGO6kX1eM/N+pdh9leS5L7TBF4ICrzi9a+cbWkrxeAeIcwlo/7OfWGCDERdRCI2/Q6tjltX4bt07ALHDwFw==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/confirm@5.1.14': resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} engines: {node: '>=18'} @@ -2092,6 +2101,15 @@ packages: '@types/node': optional: true + '@inquirer/editor@4.2.17': + resolution: {integrity: sha512-r6bQLsyPSzbWrZZ9ufoWL+CztkSatnJ6uSxqd6N+o41EZC51sQeWOzI6s5jLb+xxTWxl7PlUppqm8/sow241gg==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/expand@4.0.17': resolution: {integrity: sha512-PSqy9VmJx/VbE3CT453yOfNa+PykpKg/0SYP7odez1/NWBGuDXgPhp4AeGYYKjhLn5lUUavVS/JbeYMPdH50Mw==} engines: {node: '>=18'} @@ -2107,6 +2125,15 @@ packages: peerDependencies: '@types/node': '>=18' + '@inquirer/external-editor@1.0.1': + resolution: {integrity: sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/figures@1.0.13': resolution: {integrity: sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==} engines: {node: '>=18'} @@ -2156,6 +2183,15 @@ packages: '@types/node': optional: true + '@inquirer/prompts@7.8.2': + resolution: {integrity: sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/rawlist@4.1.5': resolution: {integrity: sha512-R5qMyGJqtDdi4Ht521iAkNqyB6p2UPuZUbMifakg1sWtu24gc2Z8CJuw8rP081OckNDMgtDCuLe42Q2Kr3BolA==} engines: {node: '>=18'} @@ -2467,8 +2503,8 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@20.2.0-rc.0': - resolution: {integrity: sha512-atv5yXjerM3Lzc3V28L/+IIbPeIhX5jEGCYFpG0Lfnh+SmGTn7YyCBEdRysZbkc9vp7TJtEYRM2b5JDgWdyzrw==} + '@ngtools/webpack@20.2.0-rc.1': + resolution: {integrity: sha512-PZMdsXCJLRqUeydU20Ox4W/fTWzvnbOCscHytSTzbN5CoxP6mMVSpW5SKXOEe4ZZ5+/aHTAOZo46PdPGojmfAQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^20.0.0 || ^20.2.0-next.0 @@ -3009,8 +3045,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@20.2.0-rc.0': - resolution: {integrity: sha512-+wvkMf9JUsfVAHmo8dEb7IIWXAixuh+gW7df1diCtzKELjftee3z7zSjoSgf9RmrDeYRFp0TtHbIMxYWTbbgIQ==} + '@schematics/angular@20.2.0-rc.1': + resolution: {integrity: sha512-6QopmyNfA9ixHqSX/4CKIKpnYCqSp9fp2rOQfN1dn3ICj7vToY9gdzcH+qEyFnIN5Fw8LK1YYfzXUHdN2/cb3g==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@sentry/core@6.19.7': @@ -9306,20 +9342,20 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.30 - '@angular-devkit/architect@0.2002.0-rc.0(chokidar@4.0.3)': + '@angular-devkit/architect@0.2002.0-rc.1(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.2.0-rc.0(chokidar@4.0.3) + '@angular-devkit/core': 20.2.0-rc.1(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@20.2.0-rc.0(62460227b09bcec48c314ecee70f6062)': + '@angular-devkit/build-angular@20.2.0-rc.1(0a97e79361eb5680b37300b68299a04b)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2002.0-rc.0(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2002.0-rc.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.1(esbuild@0.25.9)))(webpack@5.101.1(esbuild@0.25.9)) - '@angular-devkit/core': 20.2.0-rc.0(chokidar@4.0.3) - '@angular/build': 20.2.0-rc.0(96f0fd1fdd05d666735b5e038e3819ff) + '@angular-devkit/architect': 0.2002.0-rc.1(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2002.0-rc.1(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.1(esbuild@0.25.9)))(webpack@5.101.1(esbuild@0.25.9)) + '@angular-devkit/core': 20.2.0-rc.1(chokidar@4.0.3) + '@angular/build': 20.2.0-rc.1(ecd327a1b6ec9f368ef20b387d603076) '@angular/compiler-cli': 20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2) '@babel/core': 7.28.0 '@babel/generator': 7.28.0 @@ -9331,7 +9367,7 @@ snapshots: '@babel/preset-env': 7.28.0(@babel/core@7.28.0) '@babel/runtime': 7.28.2 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.2.0-rc.0(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.1(esbuild@0.25.9)) + '@ngtools/webpack': 20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.1(esbuild@0.25.9)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) babel-loader: 10.0.0(@babel/core@7.28.0)(webpack@5.101.1(esbuild@0.25.9)) @@ -9376,7 +9412,7 @@ snapshots: '@angular/localize': 20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/compiler@20.2.0-rc.1) '@angular/platform-browser': 20.2.0-rc.1(@angular/animations@20.2.0-rc.1(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1)) '@angular/platform-server': 20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff) - '@angular/ssr': 20.2.0-rc.0(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff))(@angular/router@20.2.0-rc.1(653123b736401baf6332e3894470d58c)) + '@angular/ssr': 20.2.0-rc.1(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff))(@angular/router@20.2.0-rc.1(653123b736401baf6332e3894470d58c)) esbuild: 0.25.9 karma: 6.4.4(bufferutil@4.0.9) protractor: 7.0.0 @@ -9403,16 +9439,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2002.0-rc.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.1(esbuild@0.25.9)))(webpack@5.101.1(esbuild@0.25.9))': + '@angular-devkit/build-webpack@0.2002.0-rc.1(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.1(esbuild@0.25.9)))(webpack@5.101.1(esbuild@0.25.9))': dependencies: - '@angular-devkit/architect': 0.2002.0-rc.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2002.0-rc.1(chokidar@4.0.3) rxjs: 7.8.2 webpack: 5.101.1(esbuild@0.25.9) webpack-dev-server: 5.2.2(bufferutil@4.0.9)(webpack@5.101.1(esbuild@0.25.9)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@20.2.0-rc.0(chokidar@4.0.3)': + '@angular-devkit/core@20.2.0-rc.1(chokidar@4.0.3)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -9423,9 +9459,9 @@ snapshots: optionalDependencies: chokidar: 4.0.3 - '@angular-devkit/schematics@20.2.0-rc.0(chokidar@4.0.3)': + '@angular-devkit/schematics@20.2.0-rc.1(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.2.0-rc.0(chokidar@4.0.3) + '@angular-devkit/core': 20.2.0-rc.1(chokidar@4.0.3) jsonc-parser: 3.3.1 magic-string: 0.30.17 ora: 8.2.0 @@ -9443,10 +9479,10 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/build@20.2.0-rc.0(96f0fd1fdd05d666735b5e038e3819ff)': + '@angular/build@20.2.0-rc.1(ecd327a1b6ec9f368ef20b387d603076)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2002.0-rc.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2002.0-rc.1(chokidar@4.0.3) '@angular/compiler': 20.2.0-rc.1 '@angular/compiler-cli': 20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2) '@babel/core': 7.28.0 @@ -9480,7 +9516,7 @@ snapshots: '@angular/localize': 20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/compiler@20.2.0-rc.1) '@angular/platform-browser': 20.2.0-rc.1(@angular/animations@20.2.0-rc.1(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1)) '@angular/platform-server': 20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff) - '@angular/ssr': 20.2.0-rc.0(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff))(@angular/router@20.2.0-rc.1(653123b736401baf6332e3894470d58c)) + '@angular/ssr': 20.2.0-rc.1(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff))(@angular/router@20.2.0-rc.1(653123b736401baf6332e3894470d58c)) karma: 6.4.4(bufferutil@4.0.9) less: 4.4.0 lmdb: 3.4.2 @@ -9498,15 +9534,15 @@ snapshots: - tsx - yaml - '@angular/cli@20.2.0-rc.0(@types/node@22.17.1)(chokidar@4.0.3)': + '@angular/cli@20.2.0-rc.1(@types/node@22.17.1)(chokidar@4.0.3)': dependencies: - '@angular-devkit/architect': 0.2002.0-rc.0(chokidar@4.0.3) - '@angular-devkit/core': 20.2.0-rc.0(chokidar@4.0.3) - '@angular-devkit/schematics': 20.2.0-rc.0(chokidar@4.0.3) - '@inquirer/prompts': 7.8.1(@types/node@22.17.1) - '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.1(@types/node@22.17.1))(@types/node@22.17.1)(listr2@9.0.1) + '@angular-devkit/architect': 0.2002.0-rc.1(chokidar@4.0.3) + '@angular-devkit/core': 20.2.0-rc.1(chokidar@4.0.3) + '@angular-devkit/schematics': 20.2.0-rc.1(chokidar@4.0.3) + '@inquirer/prompts': 7.8.2(@types/node@22.17.1) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@22.17.1))(@types/node@22.17.1)(listr2@9.0.1) '@modelcontextprotocol/sdk': 1.17.2 - '@schematics/angular': 20.2.0-rc.0(chokidar@4.0.3) + '@schematics/angular': 20.2.0-rc.1(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.35.0 ini: 5.0.0 @@ -9585,7 +9621,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/85cc1d966e6c8f58e656d19e01984736d52dae1f(@modelcontextprotocol/sdk@1.17.2)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787(@modelcontextprotocol/sdk@1.17.2)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.1.0) @@ -9693,7 +9729,7 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/ssr@20.2.0-rc.0(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff))(@angular/router@20.2.0-rc.1(653123b736401baf6332e3894470d58c))': + '@angular/ssr@20.2.0-rc.1(@angular/common@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.2.0-rc.1(091e2c63f851a1256058a8b0ae7cb7ff))(@angular/router@20.2.0-rc.1(653123b736401baf6332e3894470d58c))': dependencies: '@angular/common': 20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) '@angular/core': 20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1) @@ -11043,6 +11079,16 @@ snapshots: optionalDependencies: '@types/node': 24.2.0 + '@inquirer/checkbox@4.2.1(@types/node@22.17.1)': + dependencies: + '@inquirer/core': 10.1.15(@types/node@22.17.1) + '@inquirer/figures': 1.0.13 + '@inquirer/type': 3.0.8(@types/node@22.17.1) + ansi-escapes: 4.3.2 + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.17.1 + '@inquirer/confirm@5.1.14(@types/node@22.17.1)': dependencies: '@inquirer/core': 10.1.15(@types/node@22.17.1) @@ -11099,6 +11145,14 @@ snapshots: optionalDependencies: '@types/node': 24.2.0 + '@inquirer/editor@4.2.17(@types/node@22.17.1)': + dependencies: + '@inquirer/core': 10.1.15(@types/node@22.17.1) + '@inquirer/external-editor': 1.0.1(@types/node@22.17.1) + '@inquirer/type': 3.0.8(@types/node@22.17.1) + optionalDependencies: + '@types/node': 22.17.1 + '@inquirer/expand@4.0.17(@types/node@22.17.1)': dependencies: '@inquirer/core': 10.1.15(@types/node@22.17.1) @@ -11127,6 +11181,13 @@ snapshots: chardet: 2.1.0 iconv-lite: 0.6.3 + '@inquirer/external-editor@1.0.1(@types/node@22.17.1)': + dependencies: + chardet: 2.1.0 + iconv-lite: 0.6.3 + optionalDependencies: + '@types/node': 22.17.1 + '@inquirer/figures@1.0.13': {} '@inquirer/input@4.2.1(@types/node@22.17.1)': @@ -11203,6 +11264,21 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 + '@inquirer/prompts@7.8.2(@types/node@22.17.1)': + dependencies: + '@inquirer/checkbox': 4.2.1(@types/node@22.17.1) + '@inquirer/confirm': 5.1.14(@types/node@22.17.1) + '@inquirer/editor': 4.2.17(@types/node@22.17.1) + '@inquirer/expand': 4.0.17(@types/node@22.17.1) + '@inquirer/input': 4.2.1(@types/node@22.17.1) + '@inquirer/number': 3.0.17(@types/node@22.17.1) + '@inquirer/password': 4.0.17(@types/node@22.17.1) + '@inquirer/rawlist': 4.1.5(@types/node@22.17.1) + '@inquirer/search': 3.1.0(@types/node@22.17.1) + '@inquirer/select': 4.3.1(@types/node@22.17.1) + optionalDependencies: + '@types/node': 22.17.1 + '@inquirer/rawlist@4.1.5(@types/node@22.17.1)': dependencies: '@inquirer/core': 10.1.15(@types/node@22.17.1) @@ -11350,9 +11426,9 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.1(@types/node@22.17.1))(@types/node@22.17.1)(listr2@9.0.1)': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@22.17.1))(@types/node@22.17.1)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.8.1(@types/node@22.17.1) + '@inquirer/prompts': 7.8.2(@types/node@22.17.1) '@inquirer/type': 3.0.8(@types/node@22.17.1) listr2: 9.0.1 transitivePeerDependencies: @@ -11511,7 +11587,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@ngtools/webpack@20.2.0-rc.0(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.1(esbuild@0.25.9))': + '@ngtools/webpack@20.2.0-rc.1(@angular/compiler-cli@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.1(esbuild@0.25.9))': dependencies: '@angular/compiler-cli': 20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(typescript@5.9.2) typescript: 5.9.2 @@ -12015,10 +12091,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.46.2': optional: true - '@schematics/angular@20.2.0-rc.0(chokidar@4.0.3)': + '@schematics/angular@20.2.0-rc.1(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.2.0-rc.0(chokidar@4.0.3) - '@angular-devkit/schematics': 20.2.0-rc.0(chokidar@4.0.3) + '@angular-devkit/core': 20.2.0-rc.1(chokidar@4.0.3) + '@angular-devkit/schematics': 20.2.0-rc.1(chokidar@4.0.3) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0dd48dd15328..45853e52c2d5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,22 +17,22 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 20.2.0-rc.0 - '@angular-devkit/core': 20.2.0-rc.0 - '@angular-devkit/schematics': 20.2.0-rc.0 + '@angular-devkit/build-angular': 20.2.0-rc.1 + '@angular-devkit/core': 20.2.0-rc.1 + '@angular-devkit/schematics': 20.2.0-rc.1 '@angular/animations': 20.2.0-rc.1 - '@angular/build': 20.2.0-rc.0 - '@angular/cli': 20.2.0-rc.0 + '@angular/build': 20.2.0-rc.1 + '@angular/cli': 20.2.0-rc.1 '@angular/common': 20.2.0-rc.1 '@angular/compiler-cli': 20.2.0-rc.1 '@angular/compiler': 20.2.0-rc.1 '@angular/core': 20.2.0-rc.1 - '@angular/ssr': 20.2.0-rc.0 + '@angular/ssr': 20.2.0-rc.1 '@angular/forms': 20.2.0-rc.1 '@angular/localize': 20.2.0-rc.1 '@angular/platform-browser': 20.2.0-rc.1 '@angular/platform-browser-dynamic': 20.2.0-rc.1 '@angular/platform-server': 20.2.0-rc.1 '@angular/router': 20.2.0-rc.1 - '@schematics/angular': 20.2.0-rc.0 + '@schematics/angular': 20.2.0-rc.1 'rxjs': ^6.6.7