From c89a37859a1c3f5ba1cb8ca6a83cc39e12086839 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 18 Sep 2026 23:54:42 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.material-aio.yml | 18 +- .github/workflows/ci.yml | 50 +- .../workflows/deploy-dev-app-main-push.yml | 6 +- .github/workflows/dev-infra.yml | 6 +- .github/workflows/docs-preview-build.yml | 8 +- .github/workflows/docs-preview-deploy.yml | 2 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/pr.material-aio.yml | 18 +- .github/workflows/pr.yml | 46 +- .github/workflows/preview-build-dev-app.yml | 8 +- .github/workflows/preview-deploy-dev-app.yml | 2 +- .github/workflows/scheduled-ci.yml | 14 +- MODULE.bazel | 8 +- MODULE.bazel.lock | 68 +- package.json | 2 +- pnpm-lock.yaml | 2028 ++++++++--------- pnpm-workspace.yaml | 34 +- 18 files changed, 1110 insertions(+), 1212 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index b199ca02cf3b..7b1451f575f4 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/branch-manager@20b69d39859eae19d7ac04b6f1902f73286f7686 # main 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 790200e1cb0a..d8dee8175be2 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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 b410f4608070..41b694902809 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -49,11 +49,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -65,11 +65,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -98,11 +98,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -114,11 +114,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -130,11 +130,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build Snapshots @@ -154,15 +154,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -185,12 +185,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/browserstack@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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 97ed4d9bfe9d..2b6c9f094b86 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,11 +17,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 6c6897fc6828..e3c530747233 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -16,21 +16,21 @@ jobs: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/pull-request@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/labeling/pull-request@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/post-approval-changes@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/post-approval-changes@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} issue_labels: if: github.event_name == 'issues' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/issue@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/labeling/issue@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }} diff --git a/.github/workflows/docs-preview-build.yml b/.github/workflows/docs-preview-build.yml index d50bcabbc23d..4734779babd2 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@20b69d39859eae19d7ac04b6f1902f73286f7686 # main 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 50de2e01c4ab..5a8f13b0141d 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -41,7 +41,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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@20b69d39859eae19d7ac04b6f1902f73286f7686 # main 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 044a4973a9b5..b4869eb6ea72 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/google-internal-tests@20b69d39859eae19d7ac04b6f1902f73286f7686 # main 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 ea6b0f5ebad7..9aec973b52f4 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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 7740a8de3e5b..c759e60c19cb 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/linting/licenses@20b69d39859eae19d7ac04b6f1902f73286f7686 # main # 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,11 +55,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -69,11 +69,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -83,11 +83,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -97,11 +97,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -111,11 +111,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -125,11 +125,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: # Checking out the pull request commit is intended here as we need to run the changed code tests. ref: ${{ github.event.pull_request.head.sha }} - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/browserstack@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - 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 70b81adfd3ec..6dfaaac67a9c 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,16 +23,16 @@ 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main # 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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@20b69d39859eae19d7ac04b6f1902f73286f7686 # main 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 24feb5c08302..0275bf4e403e 100644 --- a/.github/workflows/preview-deploy-dev-app.yml +++ b/.github/workflows/preview-deploy-dev-app.yml @@ -34,7 +34,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@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@20b69d39859eae19d7ac04b6f1902f73286f7686 # main 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 765135074d99..788c498899bb 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/setup@20b69d39859eae19d7ac04b6f1902f73286f7686 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@20b69d39859eae19d7ac04b6f1902f73286f7686 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cde7ad16c16f5c7dbd57b62e8b930443813484ec # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20b69d39859eae19d7ac04b6f1902f73286f7686 # main # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor diff --git a/MODULE.bazel b/MODULE.bazel index 870af47488d4..75f390ffec16 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -18,28 +18,28 @@ bazel_dep(name = "bazel_skylib", version = "1.9.2") bazel_dep(name = "rules_browsers") git_override( module_name = "rules_browsers", - commit = "c37398d63f5e990d618d02f4c6fb2fefe40f1a79", + commit = "ba55f13997d951c9ac02192cf6d1cadad03c1237", remote = "https://github.com/angular/rules_browsers.git", ) bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "bf9d6564f57b4df94b4915086ad0e7ad49a95f37", + commit = "b2d1928278b9e6997ac2e8a804e338fd76e0bd78", remote = "https://github.com/angular/rules_sass.git", ) bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "5fa856469c642490a6e381a05d7f58f60fad1913", + commit = "6468bfd6c2f90b7a025d86273b070d0dd0a443db", remote = "https://github.com/angular/rules_angular.git", ) bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "cde7ad16c16f5c7dbd57b62e8b930443813484ec", + commit = "20b69d39859eae19d7ac04b6f1902f73286f7686", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index b46ec34d0828..7af485d0bd63 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -19,7 +19,8 @@ "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.7/MODULE.bazel": "491f8681205e31bb57892d67442ce448cda4f472a8e6b3dc062865e29a64f89c", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.8.1/MODULE.bazel": "812d2dd42f65dca362152101fbec418029cc8fd34cbad1a2fde905383d705838", "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.27.0/MODULE.bazel": "877dafc0b925f8af19e8bc2abed04a757bb565c57c1866e8851ac4d15ed5e6d2", - "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.27.0/source.json": "21f8738b3e62310ef43b7cef4284e1bafd69bd8e4e50251b71b20bbfed4372d8", + "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.27.1/MODULE.bazel": "99c3978959edd9892e4b513831b218a13cc84a0215bfe1b972a1e3a771c4670e", + "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.27.1/source.json": "20f515102cbcd0835d90bb3976b193eb58c2a0c534093c85cfd3bf6f06dba748", "https://bcr.bazel.build/modules/aspect_rules_jasmine/2.0.4/MODULE.bazel": "fbb819eb8b7e5d7f67fdd38f7cecb413e287594cd666ce192c72c8828527775a", "https://bcr.bazel.build/modules/aspect_rules_jasmine/2.0.4/source.json": "81ffb708333cd98ec3c0b4cc004f4d5cf92a16914b5196a2892c45141bba7cff", "https://bcr.bazel.build/modules/aspect_rules_js/2.0.0/MODULE.bazel": "b45b507574aa60a92796e3e13c195cd5744b3b8aff516a9c0cb5ae6a048161c5", @@ -83,8 +84,8 @@ "https://bcr.bazel.build/modules/googletest/1.14.0/MODULE.bazel": "cfbcbf3e6eac06ef9d85900f64424708cc08687d1b527f0ef65aa7517af8118f", "https://bcr.bazel.build/modules/jq.bzl/0.1.0/MODULE.bazel": "2ce69b1af49952cd4121a9c3055faa679e748ce774c7f1fda9657f936cae902f", "https://bcr.bazel.build/modules/jq.bzl/0.4.0/MODULE.bazel": "a7b39b37589f2b0dad53fd6c1ccaabbdb290330caa920d7ef3e6aad068cd4ab2", - "https://bcr.bazel.build/modules/jq.bzl/0.6.1/MODULE.bazel": "f30c46e0a08a9f7566a8bf60a43d48abea960cd7f57b315b01e2762f1537eb52", - "https://bcr.bazel.build/modules/jq.bzl/0.6.1/source.json": "9ca9e2f90baa6a5bb0a49626ed9528554ec83165adf47b39792673ecc7feda22", + "https://bcr.bazel.build/modules/jq.bzl/0.6.2/MODULE.bazel": "e9c82f9b1e720d4ab0e232d32c05f0f4d0f92a8e8bb6a0da8f7cd27823b93e05", + "https://bcr.bazel.build/modules/jq.bzl/0.6.2/source.json": "e36f8ed173a6ca6e627f9d659ae504733d5a991859805661e4aacd34d8ae0639", "https://bcr.bazel.build/modules/jsoncpp/1.9.5/MODULE.bazel": "31271aedc59e815656f5736f282bb7509a97c7ecb43e927ac1a37966e0578075", "https://bcr.bazel.build/modules/jsoncpp/1.9.5/source.json": "4108ee5085dd2885a341c7fab149429db457b3169b86eb081fa245eadf69169d", "https://bcr.bazel.build/modules/libpfm/4.11.0/MODULE.bazel": "45061ff025b301940f1e30d2c16bea596c25b176c8b6b3087e92615adbd52902", @@ -201,7 +202,8 @@ "https://bcr.bazel.build/modules/stardoc/0.7.2/source.json": "58b029e5e901d6802967754adf0a9056747e8176f017cfe3607c0851f4d42216", "https://bcr.bazel.build/modules/tar.bzl/0.10.4/MODULE.bazel": "e8f9ff79199e8d9eaad7f1b0a77ad74b30bb82d794b87d8ca942bead5de83ae9", "https://bcr.bazel.build/modules/tar.bzl/0.10.8/MODULE.bazel": "443884cabe241f640cfef256b1de2ccb116752895532900a4be9500e1124323f", - "https://bcr.bazel.build/modules/tar.bzl/0.10.8/source.json": "4173be64b38e471d92d2eb139a6496311de6de75e710f04edce78c43122c5419", + "https://bcr.bazel.build/modules/tar.bzl/0.10.9/MODULE.bazel": "4636f5f6a7c34d3d0653634ed95a34560426d548c5301c6c5924c885ef737b46", + "https://bcr.bazel.build/modules/tar.bzl/0.10.9/source.json": "30a5cf0a8281adce53ab1c5a4291e88b2c161e2df1feb6cba4ee50556f1748d7", "https://bcr.bazel.build/modules/tar.bzl/0.2.1/MODULE.bazel": "52d1c00a80a8cc67acbd01649e83d8dd6a9dc426a6c0b754a04fe8c219c76468", "https://bcr.bazel.build/modules/tar.bzl/0.5.1/MODULE.bazel": "7c2eb3dcfc53b0f3d6f9acdfd911ca803eaf92aadf54f8ca6e4c1f3aee288351", "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43", @@ -219,8 +221,8 @@ "moduleExtensions": { "@@aspect_rules_esbuild+//esbuild:extensions.bzl%esbuild": { "general": { - "bzlTransitiveDigest": "/Ie5iDW4tOiOnlVFriEYiBEFBu4ZhQw0UocIZd8x8FQ=", - "usagesDigest": "LZ71sshnfqI8R/HeWwBTwawxIa7KnitayBl2hYrqPo4=", + "bzlTransitiveDigest": "XTPg9myPl8C/1+37hnwhzRxmoUy8T2rlL9OB/CSX0XA=", + "usagesDigest": "ZqBbSnzAi8ZyBL3PXnAGtDMIdC2pcuieJWMY3/94lvA=", "recordedInputs": [ "REPO_MAPPING:aspect_rules_esbuild+,aspect_rules_js aspect_rules_js+", "REPO_MAPPING:aspect_rules_esbuild+,aspect_tools_telemetry_report aspect_tools_telemetry++telemetry+aspect_tools_telemetry_report", @@ -352,7 +354,7 @@ "@@aspect_tools_telemetry+//:extension.bzl%telemetry": { "general": { "bzlTransitiveDigest": "zFgbaCUuPzH6bIE7CBHBVCqjWSJ78/WNXisdzXaKSnU=", - "usagesDigest": "M/TPQcYl2Zhqi00kO4vtDcHlLEDDsOm7x6vmBVeYFsU=", + "usagesDigest": "CoAdR388kR1hca0FVYLDS/A5Y42wijhQWtmWgZKrvgU=", "recordedInputs": [ "REPO_MAPPING:aspect_tools_telemetry+,bazel_lib bazel_lib+", "REPO_MAPPING:aspect_tools_telemetry+,bazel_skylib bazel_skylib+", @@ -364,7 +366,7 @@ "attributes": { "deps": { "aspect_rules_js": "3.4.1", - "aspect_rules_esbuild": "0.27.0", + "aspect_rules_esbuild": "0.27.1", "aspect_rules_jasmine": "2.0.4", "aspect_rules_ts": "3.10.1", "aspect_tools_telemetry": "0.5.1" @@ -430,16 +432,16 @@ }, "@@rules_browsers+//browsers:extensions.bzl%browsers": { "general": { - "bzlTransitiveDigest": "eNfcpVF2YJFb8xQfN64Y9PQgMrXYK0ju3uglArt8IO8=", + "bzlTransitiveDigest": "jwGo+QiVY+i/AnJLUkEJ+vaplFYfygil2SJt8C7kM5o=", "usagesDigest": "FmXYJVoVJlnfUU8x8gObSvu4qWcco/9Faw61aC/wBF0=", "recordedInputs": [], "generatedRepoSpecs": { "rules_browsers_chrome_linux": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "ad2e73e1e42c0831930dfd02d4aa8653a5f23f60b0376a5d76ddf8ecd7a41e4b", + "sha256": "11d48f3e2ee11fc2a53a230eb364b2becc44c1b67a7aa4683edb7cb8a950b6ab", "urls": [ - "https://storage.googleapis.com/chrome-for-testing-public/155.0.8043.0/linux64/chrome-headless-shell-linux64.zip" + "https://storage.googleapis.com/chrome-for-testing-public/156.0.8060.2/linux64/chrome-headless-shell-linux64.zip" ], "named_files": { "CHROME-HEADLESS-SHELL": "chrome-headless-shell-linux64/chrome-headless-shell" @@ -455,9 +457,9 @@ "rules_browsers_chrome_mac": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "d66b730ed9760ae88b83aca1fa89351ac027ede430be4f5283fabd156198762d", + "sha256": "42c60eb1793fe76aabf19664b03c299170e5de53baa23ae72578f063dc9b2614", "urls": [ - "https://storage.googleapis.com/chrome-for-testing-public/155.0.8043.0/mac-x64/chrome-headless-shell-mac-x64.zip" + "https://storage.googleapis.com/chrome-for-testing-public/156.0.8060.2/mac-x64/chrome-headless-shell-mac-x64.zip" ], "named_files": { "CHROME-HEADLESS-SHELL": "chrome-headless-shell-mac-x64/chrome-headless-shell" @@ -473,9 +475,9 @@ "rules_browsers_chrome_mac_arm": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "44c784c59af60ef62233b6100820ebb8b158e7d105b96c684818f007d6576848", + "sha256": "4afc1dbaeea03ad545b434c0f9eba50af326923fc265bc25927b3b4c7d9ca377", "urls": [ - "https://storage.googleapis.com/chrome-for-testing-public/155.0.8043.0/mac-arm64/chrome-headless-shell-mac-arm64.zip" + "https://storage.googleapis.com/chrome-for-testing-public/156.0.8060.2/mac-arm64/chrome-headless-shell-mac-arm64.zip" ], "named_files": { "CHROME-HEADLESS-SHELL": "chrome-headless-shell-mac-arm64/chrome-headless-shell" @@ -491,9 +493,9 @@ "rules_browsers_chrome_win64": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "996537a6c3d31bb5c75ef328af5d4827b5f92c4a36ff7ea250e437eadf46eac0", + "sha256": "9de8381d4ca9c9f0471fd1cce15e44146328c3e11f55fec43cd667ae1a5bd482", "urls": [ - "https://storage.googleapis.com/chrome-for-testing-public/155.0.8043.0/win64/chrome-headless-shell-win64.zip" + "https://storage.googleapis.com/chrome-for-testing-public/156.0.8060.2/win64/chrome-headless-shell-win64.zip" ], "named_files": { "CHROME-HEADLESS-SHELL": "chrome-headless-shell-win64/chrome-headless-shell.exe" @@ -509,9 +511,9 @@ "rules_browsers_chromedriver_linux": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "f1db8caff52251dec46117a2f518a74cd1e4a2abadcbecc0d5bdd49e42175afa", + "sha256": "29be812bf4392619d06dfb5716d2bf9d72a278304670a594e3977d4c2cce7502", "urls": [ - "https://storage.googleapis.com/chrome-for-testing-public/155.0.8043.0/linux64/chromedriver-linux64.zip" + "https://storage.googleapis.com/chrome-for-testing-public/156.0.8060.2/linux64/chromedriver-linux64.zip" ], "named_files": { "CHROMEDRIVER": "chromedriver-linux64/chromedriver" @@ -525,9 +527,9 @@ "rules_browsers_chromedriver_mac": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "5062675bc868f3f6a1e4850cab72b736a5c17f98f01d610736b8d0a6e009bf54", + "sha256": "d4dc141aadd9525e67c92fc78ec65e2926226c436eca7d90e39cdc813726513d", "urls": [ - "https://storage.googleapis.com/chrome-for-testing-public/155.0.8043.0/mac-x64/chromedriver-mac-x64.zip" + "https://storage.googleapis.com/chrome-for-testing-public/156.0.8060.2/mac-x64/chromedriver-mac-x64.zip" ], "named_files": { "CHROMEDRIVER": "chromedriver-mac-x64/chromedriver" @@ -541,9 +543,9 @@ "rules_browsers_chromedriver_mac_arm": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "04f07a2a13e969f120dbea61eef291dc4e20617a6d424dec20e90f903da0263b", + "sha256": "984056c6d3dd189569cc89affd28564a9de949d58297279fc23a045c8fc53080", "urls": [ - "https://storage.googleapis.com/chrome-for-testing-public/155.0.8043.0/mac-arm64/chromedriver-mac-arm64.zip" + "https://storage.googleapis.com/chrome-for-testing-public/156.0.8060.2/mac-arm64/chromedriver-mac-arm64.zip" ], "named_files": { "CHROMEDRIVER": "chromedriver-mac-arm64/chromedriver" @@ -557,9 +559,9 @@ "rules_browsers_chromedriver_win64": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "7701074890112ed3b780af26104cb9f57ce68e229ca3076bfade6a1af93730d7", + "sha256": "a5bcbd013b64e6a15acc84c164fe974d0f1a58d4e061fba79d24b31cced64d88", "urls": [ - "https://storage.googleapis.com/chrome-for-testing-public/155.0.8043.0/win64/chromedriver-win64.zip" + "https://storage.googleapis.com/chrome-for-testing-public/156.0.8060.2/win64/chromedriver-win64.zip" ], "named_files": { "CHROMEDRIVER": "chromedriver-win64/chromedriver.exe" @@ -573,9 +575,9 @@ "rules_browsers_firefox_linux": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "fd9ec3f5f113d0825ca0bd1ab3c0756fbc40241034eefce6743be953bcca7473", + "sha256": "1d44cd02351c307c3e19061ea2a4d18a30f236e6be862b94f2282564afdb0167", "urls": [ - "https://archive.mozilla.org/pub/firefox/releases/155.0/linux-x86_64/en-US/firefox-155.0.tar.xz" + "https://archive.mozilla.org/pub/firefox/releases/156.0/linux-x86_64/en-US/firefox-156.0.tar.xz" ], "named_files": { "FIREFOX": "firefox/firefox" @@ -589,9 +591,9 @@ "rules_browsers_firefox_mac": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "3ae135f2023cf0c6cbce3bb757e06564ff8148b1266f682b8eccff0993a1a9f5", + "sha256": "fecc46103039ca4a77ecb2b2ef7b03892f922e13db0782f8570c512b2e458515", "urls": [ - "https://archive.mozilla.org/pub/firefox/releases/155.0/mac/en-US/Firefox%20155.0.dmg" + "https://archive.mozilla.org/pub/firefox/releases/156.0/mac/en-US/Firefox%20156.0.dmg" ], "named_files": { "FIREFOX": "Firefox.app/Contents/MacOS/firefox" @@ -605,9 +607,9 @@ "rules_browsers_firefox_mac_arm": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "3ae135f2023cf0c6cbce3bb757e06564ff8148b1266f682b8eccff0993a1a9f5", + "sha256": "fecc46103039ca4a77ecb2b2ef7b03892f922e13db0782f8570c512b2e458515", "urls": [ - "https://archive.mozilla.org/pub/firefox/releases/155.0/mac/en-US/Firefox%20155.0.dmg" + "https://archive.mozilla.org/pub/firefox/releases/156.0/mac/en-US/Firefox%20156.0.dmg" ], "named_files": { "FIREFOX": "Firefox.app/Contents/MacOS/firefox" @@ -621,9 +623,9 @@ "rules_browsers_firefox_win64": { "repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo", "attributes": { - "sha256": "2718d4cc4b2cf089aa8ac370111652bc763838e1d2ed6d635d465fc17ab6327c", + "sha256": "86a027237f7408e8a4d18637c57d487455a704cbb2466a32d0d14c2207d2699a", "urls": [ - "https://archive.mozilla.org/pub/firefox/releases/155.0/win64/en-US/Firefox%20Setup%20155.0.exe" + "https://archive.mozilla.org/pub/firefox/releases/156.0/win64/en-US/Firefox%20Setup%20156.0.exe" ], "named_files": { "FIREFOX": "core/firefox.exe" diff --git a/package.json b/package.json index 453de3aae348..61e49561549b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ }, "devDependencies": { "@angular/localize": "catalog:", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f166178ac5c37cd3aadab7b8cb7212f34d71b2a6", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#90a76327155df50e90a41fe76aed67b98a9cf954", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^8.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ba7fffa7091..6977acff409c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -165,53 +165,53 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular-devkit/core': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular-devkit/schematics': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/cli': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/common': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/compiler': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/compiler-cli': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/core': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/forms': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/localize': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/platform-browser': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/platform-browser-dynamic': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/platform-server': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/router': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@angular/ssr': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 '@schematics/angular': - specifier: 22.2.0-next.7 - version: 22.2.0-next.7 + specifier: 22.2.0-rc.0 + version: 22.2.0-rc.0 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -229,28 +229,28 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 22.2.0-next.7(chokidar@5.0.0) + version: 22.2.0-rc.0(chokidar@5.0.0) '@angular-devkit/schematics': specifier: 'catalog:' - version: 22.2.0-next.7(chokidar@5.0.0) + version: 22.2.0-rc.0(chokidar@5.0.0) '@angular/common': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) + version: 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 22.2.0-next.7 + version: 22.2.0-rc.0 '@angular/compiler-cli': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2) + version: 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2) '@angular/core': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) + version: 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) '@angular/forms': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + version: 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) '@angular/platform-browser': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)) + version: 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)) '@types/google.maps': specifier: ^3.65.1 version: 3.66.2 @@ -287,16 +287,16 @@ importers: devDependencies: '@angular/localize': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7) + version: 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#f166178ac5c37cd3aadab7b8cb7212f34d71b2a6 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f166178ac5c37cd3aadab7b8cb7212f34d71b2a6(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#90a76327155df50e90a41fe76aed67b98a9cf954 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/90a76327155df50e90a41fe76aed67b98a9cf954(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0)) '@angular/platform-server': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + version: 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0)(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) '@angular/router': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + version: 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) '@babel/core': specifier: ^8.0.1 version: 8.0.5 @@ -332,7 +332,7 @@ importers: version: 16.0.3(rollup@4.63.2) '@schematics/angular': specifier: 'catalog:' - version: 22.2.0-next.7(chokidar@5.0.0) + version: 22.2.0-rc.0(chokidar@5.0.0) '@types/babel__core': specifier: ^7.20.5 version: 7.20.5 @@ -458,7 +458,7 @@ importers: version: 0.5.8(@types/node@22.20.2)(rollup@4.63.2) sass: specifier: ^1.99.0 - version: 1.104.0 + version: 1.104.1 selenium-webdriver: specifier: ^3.6.0 version: 3.6.0 @@ -512,25 +512,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) + version: 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 22.2.0-next.7 + version: 22.2.0-rc.0 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) + version: 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) '@angular/forms': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + version: 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7) + version: 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0) '@angular/material': specifier: workspace:* version: link:../src/material @@ -542,16 +542,16 @@ importers: version: link:../src/material-luxon-adapter '@angular/platform-browser': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)) + version: 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))) + version: 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler@22.2.0-rc.0)(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))) '@angular/router': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + version: 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) '@angular/ssr': specifier: 'catalog:' - version: 22.2.0-next.7(6fd4d4a29b81a63a999801868f479227) + version: 22.2.0-rc.0(6188adad6e74e0cdf088138720868043) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -576,13 +576,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 22.2.0-next.7(076e70325f24fa63912b2d87237ffe56) + version: 22.2.0-rc.0(66bd32a5ead1f0a7a7d5750c2cf6fb7d) '@angular/cli': specifier: 'catalog:' - version: 22.2.0-next.7(@types/node@22.20.2)(chokidar@5.0.0) + version: 22.2.0-rc.0(@types/node@22.20.2)(chokidar@5.0.0) '@angular/compiler-cli': specifier: 'catalog:' - version: 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2) + version: 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.28.1 @@ -895,13 +895,13 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2202.0-next.7': - resolution: {integrity: sha512-WJA46KOarmSTmNOndPf15pb8O1sBFqLHh8yVSJQaoGwIFIb6jK3igP0UFCxlVCs0DqHDrELVseiD3KqrPXGCZg==} + '@angular-devkit/architect@0.2202.0-rc.0': + resolution: {integrity: sha512-X6EBVqINCT/wBeSIlXcYWjpW8/vE7FgG3JyF21kXtTzW/xtPxpAteRnRHrVCwKWbO/OdywCkD/F98sUJfzgRrQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular-devkit/build-angular@22.2.0-next.7': - resolution: {integrity: sha512-RLtci3Yel1AJG56JRFcisaS88c8DrSnu1nMpXaEA1KHcZOKOrG+RhGB2XXk2CIJ8qNJXq1APZCeX0rt5t/OWXw==} + '@angular-devkit/build-angular@22.2.0-rc.0': + resolution: {integrity: sha512-DYDDoMEzAPUksrSOT0aL9MddgA9PwS8bKxwVkIwhW2/vvEoORTyy6M6VbINLL6aE6VHjPturUaFd0PRzigLLoQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^22.0.0 || ^22.2.0-next.0 @@ -910,7 +910,7 @@ packages: '@angular/platform-browser': ^22.0.0 || ^22.2.0-next.0 '@angular/platform-server': ^22.0.0 || ^22.2.0-next.0 '@angular/service-worker': ^22.0.0 || ^22.2.0-next.0 - '@angular/ssr': ^22.2.0-next.7 + '@angular/ssr': ^22.2.0-rc.0 browser-sync: ^3.0.2 karma: ^6.3.0 ng-packagr: ^22.0.0 || ^22.2.0-next.0 @@ -938,15 +938,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2202.0-next.7': - resolution: {integrity: sha512-gTTHf0QYdZTiipnGK02cI5ulPMTskMYq2hJFkUpM4BJ9VmcI4RLhXyf82+kIqQeJFy4M3bfEa+YmI9JFpXM0HQ==} + '@angular-devkit/build-webpack@0.2202.0-rc.0': + resolution: {integrity: sha512-0wsObYKCuXgl3RPe12ndyNLK6sNEuwsSrK740JjAEQTRiGPjQVvq2bkEVfc2qPajeeZy+Nu8Okv526YxCzEXWA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.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 || ^6.0.0 - '@angular-devkit/core@22.2.0-next.7': - resolution: {integrity: sha512-Gz+Gg3wGxQJ0wxinrJHKTIRRVrSvDSTWa0EDH3mFHYK39TYm6gG+2Q8Izg8hkLX1EovNBbI/tY0C2AJQP2aNDg==} + '@angular-devkit/core@22.2.0-rc.0': + resolution: {integrity: sha512-2A4H/G/yWgfqxXZt4cGs19fTSVBrN5fz08ENtu+8MAT+/Qa0vBbM702pjwZxFV/CmuXOoEleiiIyRJuR8Dfo1g==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^5.0.0 @@ -954,12 +954,12 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@22.2.0-next.7': - resolution: {integrity: sha512-4FhjOH4e/PbMoOvXkLhVfxZhof7qUyJzoCeu5UB/njgRSotExiiFJf+au/YEniFl/m9ij+t9gD/CQcRKzRbklA==} + '@angular-devkit/schematics@22.2.0-rc.0': + resolution: {integrity: sha512-Cb//9P7QoL7tK90IQWypRDeQeRPpRFod9qe68YprtDnLixqFqXY0lJiiS12fk7HP0YnzVNAJmf6ek8gkv0MCyQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular/build@22.2.0-next.7': - resolution: {integrity: sha512-mYvQE5M/TlCSJjAxuFR3zUjFp2FJgXDTTa7TzngYtLXrYcb+rePs07sGKKvbhLqfVg5lngpNt5KYCRmfJaA8IA==} + '@angular/build@22.2.0-rc.0': + resolution: {integrity: sha512-PJ4aZooDm1fPL1qDGmxyy7kcpMrMuSgRnvYUj7/HFbJa0uS24blZAhalnYq+p4mBQnghS42FpqYPYze6822hLA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^22.0.0 || ^22.2.0-next.0 @@ -969,7 +969,7 @@ packages: '@angular/platform-browser': ^22.0.0 || ^22.2.0-next.0 '@angular/platform-server': ^22.0.0 || ^22.2.0-next.0 '@angular/service-worker': ^22.0.0 || ^22.2.0-next.0 - '@angular/ssr': ^22.2.0-next.7 + '@angular/ssr': ^22.2.0-rc.0 istanbul-lib-instrument: ^6.0.0 karma: ^6.4.0 less: ^4.2.0 @@ -1010,38 +1010,38 @@ packages: vitest: optional: true - '@angular/cli@22.2.0-next.7': - resolution: {integrity: sha512-xrmNfEJ2aAiJDYuSyWyLLxCJ7ID+00HPRieJb51w5XWpbu5Q8ru2ttCeOwmHG47NZfkV4hLVVBVwfiBindhgpA==} + '@angular/cli@22.2.0-rc.0': + resolution: {integrity: sha512-vXgG+Ep4AXhQfDZlD+4d0osxvbRsRjH3HVFVo8hqtycX2CYZmJs+Lc9FpI6B3BKdz1IXgncXe5gIU9kAgi5MZg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@22.2.0-next.7': - resolution: {integrity: sha512-KZtQn/IVxuRCywnTxnGX68bCWCnbLT4aqxCLHYY+1ySIMUQq0COIjD1yuNoUReOqvIIp1YIXliW0WyYYa+M9TQ==} + '@angular/common@22.2.0-rc.0': + resolution: {integrity: sha512-j80c+FC/yZ2jz0d6w/kPwvEdMhaIol23gt/IcZxOigvElUywpNfm+g36XjM34/UNy6HDhew5ck7HE9DWYVXwsw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/core': 22.2.0-next.7 + '@angular/core': 22.2.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@22.2.0-next.7': - resolution: {integrity: sha512-+VK9nYswQoGM1wovyAfTX/lAa+WXZoDNmTQH2DRazXnY66mcU745ZaCDzbJmoBpgnJthvgBbpFRM3fR6JSqfpw==} + '@angular/compiler-cli@22.2.0-rc.0': + resolution: {integrity: sha512-51yfbHuAd09YnH5tTLb9jIxzkqFTB8SAj6Gv2/LqR+xDq7AGaZgFiehQOa2pa9kDJ3wNHYbTROF7dHP+AXXj2w==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler': 22.2.0-next.7 + '@angular/compiler': 22.2.0-rc.0 typescript: 6.0.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@22.2.0-next.7': - resolution: {integrity: sha512-OMtL5mNoAtrwAIjShQ41X8eV2YKfCqAzN72MCxnZl/KcLhqguTQx9hY2LmdT13z+ovA6HleiceP+16+toUxVWw==} + '@angular/compiler@22.2.0-rc.0': + resolution: {integrity: sha512-vWavQPwkNQhie4/KKGycoQrGGPNcjKbn8VkmMiIcfPVCMtvNvhs8ssPgKENYDXaFRyg+UtJ1Y/2HRdYtIQIw8g==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} - '@angular/core@22.2.0-next.7': - resolution: {integrity: sha512-0zBKFpgIY24Lr21bNeRPF1PHXF5MVduxujrUfNlPOsORMGfjUf3YnJi5EM3V45Ew+uEowAuorEO/CbCrQSVaPA==} + '@angular/core@22.2.0-rc.0': + resolution: {integrity: sha512-HbeWk0EatMmOf5VF71W35WCVZ9nwjHkeXvdhee+1uZfr2cmpnS3OXuFrIgTP2kSrILc6jEh7xuHW/IT1itjHuA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/compiler': 22.2.0-next.7 + '@angular/compiler': 22.2.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -1050,69 +1050,69 @@ packages: zone.js: optional: true - '@angular/forms@22.2.0-next.7': - resolution: {integrity: sha512-cn5NmrgnNAzo3CI3+UyVM/Z5ajL9SQ5uBnb6YmJ5pLePeIG7lDlAGWQrHWbVAgCcQ8Ps1kTfEmTAhcSCq906gg==} + '@angular/forms@22.2.0-rc.0': + resolution: {integrity: sha512-mg+NratvkCH9ihGBplqZBKS2Q8+eLDdZSyl10FWmIzhaTmJEk9GLoZ70n4kEU0rX65hy2oF0M2aTBpr2CRxZ4w==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.7 - '@angular/core': 22.2.0-next.7 - '@angular/platform-browser': 22.2.0-next.7 + '@angular/common': 22.2.0-rc.0 + '@angular/core': 22.2.0-rc.0 + '@angular/platform-browser': 22.2.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@22.2.0-next.7': - resolution: {integrity: sha512-4gj94NGOzSjP7Wnfgm3DQYVphvMVQ0lMkZ0/8OKvy54cUX3/yzyw/hKAMpCM5+wzEaQ1GRo4oyU7D0QS/O5Ysw==} + '@angular/localize@22.2.0-rc.0': + resolution: {integrity: sha512-c0WgdyX0GYrx4hBF9KEPaOXFIcz+j9dIgLDG2hcsxLdjE9r+trmTBFwhR/4/Q7S5GThbnty4/rjVJOrRXpdi7Q==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler': 22.2.0-next.7 - '@angular/compiler-cli': 22.2.0-next.7 + '@angular/compiler': 22.2.0-rc.0 + '@angular/compiler-cli': 22.2.0-rc.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f166178ac5c37cd3aadab7b8cb7212f34d71b2a6': - resolution: {gitHosted: true, integrity: sha512-5NrBeSt7Q//Qrxhy1OVNDNuGiZLdFOaIPMLtCgjypDsJc214fEI4xRKqN7zIpAQfMlZDoIFMh7vodM/uB9oq3A==, tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f166178ac5c37cd3aadab7b8cb7212f34d71b2a6} - version: 0.0.0-cde7ad16c16f5c7dbd57b62e8b930443813484ec + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/90a76327155df50e90a41fe76aed67b98a9cf954': + resolution: {gitHosted: true, integrity: sha512-VmtUf+oZIHjATMGTjURjB3gJJ72gPo4nCDWEDUtW3MqgLPl088ISDgnV9CPXEt62EbByn9+0vVULCCk4p8YcVg==, tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/90a76327155df50e90a41fe76aed67b98a9cf954} + version: 0.0.0-20b69d39859eae19d7ac04b6f1902f73286f7686 hasBin: true - '@angular/platform-browser-dynamic@22.2.0-next.7': - resolution: {integrity: sha512-WJ2X83eYU/ZSWUuAXKq0NjCn7w85Cuneg/rvIZbmCE9tn+qBtFm9Fx1kL7Wtk/fzCwGZnSNvSRbk3AK0jDlZHg==} + '@angular/platform-browser-dynamic@22.2.0-rc.0': + resolution: {integrity: sha512-vg6FhTzL7fhz4KEbhzFs9RrlURQ/dTaCfbdLEVN5Kooj2wegC0402yGqJtKN9u9zqjxMMoCreSzyboznjHX+Yw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.7 - '@angular/compiler': 22.2.0-next.7 - '@angular/core': 22.2.0-next.7 - '@angular/platform-browser': 22.2.0-next.7 + '@angular/common': 22.2.0-rc.0 + '@angular/compiler': 22.2.0-rc.0 + '@angular/core': 22.2.0-rc.0 + '@angular/platform-browser': 22.2.0-rc.0 - '@angular/platform-browser@22.2.0-next.7': - resolution: {integrity: sha512-z3KDNFLCRT2IsDwdl7YFLToeowshz6M4XxRON2/V6RqdrPHs2l/ieYjYk9Va35r6a06iu/8/DxNNXNBiHXDQMg==} + '@angular/platform-browser@22.2.0-rc.0': + resolution: {integrity: sha512-poN1dCkFKM1t288v/5M2w+OUzragcUuEt3GQfcQQ87lIWCp5atCpClpXxbFJj0VUeYXPKvb9rUwQtFtTMzYohA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/animations': 22.2.0-next.7 - '@angular/common': 22.2.0-next.7 - '@angular/core': 22.2.0-next.7 + '@angular/animations': 22.2.0-rc.0 + '@angular/common': 22.2.0-rc.0 + '@angular/core': 22.2.0-rc.0 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@22.2.0-next.7': - resolution: {integrity: sha512-y5FjyISYE5jvInd1SsloeRLToQaPD9MzRsNglqOKHHIOHQ96q4PERukT4Q3IRtg6KYwwU5LEdxlNAsUyI8XZxw==} + '@angular/platform-server@22.2.0-rc.0': + resolution: {integrity: sha512-bohsXRaIV/d/RqFqbsdpmNpmcmurSrV/a1I7lo7IEzJJXAVchHBD/JIjJYFOk+NgqLDYZciq6Z8fF8idLfv1YQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.7 - '@angular/compiler': 22.2.0-next.7 - '@angular/core': 22.2.0-next.7 - '@angular/platform-browser': 22.2.0-next.7 + '@angular/common': 22.2.0-rc.0 + '@angular/compiler': 22.2.0-rc.0 + '@angular/core': 22.2.0-rc.0 + '@angular/platform-browser': 22.2.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@22.2.0-next.7': - resolution: {integrity: sha512-za4bd01sICnusgCeExYoP8eQI2QMPVgPgDnyfIyNMw1UVkYXcLj0JOhNo7GDTcUfEUXSKN/jR7BUHXKrNQnC7Q==} + '@angular/router@22.2.0-rc.0': + resolution: {integrity: sha512-bIOOdp5T3KM4vB2xL4L6fpXYQ3vJmkPRB+k2tXSb4xW1HLsJDEyGN9GNj/5prnLbaWIGqcfhGNwnTW/mCVm42A==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.7 - '@angular/core': 22.2.0-next.7 - '@angular/platform-browser': 22.2.0-next.7 + '@angular/common': 22.2.0-rc.0 + '@angular/core': 22.2.0-rc.0 + '@angular/platform-browser': 22.2.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@22.2.0-next.7': - resolution: {integrity: sha512-zQG7qKnkNzxXvXDJ08AdVoFtAtGSU13cDCo2gLu6bnF8DoClnXEEhC0dbQJaJWWICXUHI6vcE5lUZl5cojycAA==} + '@angular/ssr@22.2.0-rc.0': + resolution: {integrity: sha512-3mzfZWf3TEm+Mq1gtk0SXJThWbJGuLEaQyIyTNL08ONbDvg7T8XIhT0NQpNtmP1Vs6BgaYZZHouBiebP2+A0rA==} peerDependencies: '@angular/common': ^22.0.0 || ^22.2.0-next.0 '@angular/core': ^22.0.0 || ^22.2.0-next.0 @@ -1160,10 +1160,6 @@ packages: resolution: {integrity: sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==} engines: {node: '>=6.9.0'} - '@babel/generator@8.0.0': - resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/generator@8.0.5': resolution: {integrity: sha512-f/TuhuMAxJqhwxEGNsJrswuG9VHmh0oNFoQoo6TbpgtFAz9wYZXcTAcWZMHfp7ljesr0RG04bp3Aos9GI59L7w==} engines: {node: ^22.18.0 || >=24.11.0} @@ -1654,8 +1650,8 @@ packages: peerDependencies: '@babel/core': ^8.0.0 - '@babel/preset-env@8.0.2': - resolution: {integrity: sha512-CUGLn9hNBCF/eXnwdFAWERbniCcXCRvnKwLV9fegeUEIqv7YlU2MepsWMMM54GcILx5XYMnRh+JAL+K5G+mK6g==} + '@babel/preset-env@8.0.5': + resolution: {integrity: sha512-0ZiW2jOnEQ3+FV3ro3uh6B5afBT0C2yJHCKvw+s1BOKKXg7VfCvTpGBylN5UFeO2SFtkVJB2KY0tEpdnUjjguw==} engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: '@babel/core': ^8.0.0 @@ -1665,8 +1661,8 @@ packages: peerDependencies: '@babel/core': ^8.0.0 - '@babel/runtime@8.0.0': - resolution: {integrity: sha512-sL6cvO2IfkSu/iU+zs2S/w01B7A8V7suXSIKEN4hPFFdZoiPGxrj5pAG0lCaqLWiEIrjKzdznIWuaLcxPR53qw==} + '@babel/runtime@8.0.5': + resolution: {integrity: sha512-7NK+Lz3spQ52XsUGTxIEVU4jYN2/dIaX8sTxRFAUtYmttYZnVh3aehiihv+/Gb7+duMNHl2OrFcBQRyOHScxpg==} '@babel/template@7.29.7': resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} @@ -1918,15 +1914,15 @@ packages: cpu: [x64] os: [win32] - '@firebase/ai@2.15.0': - resolution: {integrity: sha512-Aj7TbFdAIWZdkX8JfdDStERpR35g6WNs+7XhNPtFLFOizUotj6k4N/D8HJkR45165HhnMJBe4hjOeeaxnnn56Q==} + '@firebase/ai@2.16.0': + resolution: {integrity: sha512-WRVxl58B61Orwf7st7949ZIW2L4huV80Gpaum1z8v2eH+m2xaxWtC8mOjQyVAOirr6O/yf89cBjlPvoyBpBfTg==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x '@firebase/app-types': 0.x - '@firebase/analytics-compat@0.2.30': - resolution: {integrity: sha512-uVZEKlLaW4AHAhv8zoN9cTmveX6v86AVqcJ4LCaRCMTChTH8/NsjbisTq1lpBfWCLWS1spqwSHB4vol/YSCdMA==} + '@firebase/analytics-compat@0.2.31': + resolution: {integrity: sha512-msTlG9REujk5rjtOHNLngiuPmvaWGQte8ugL4/F6ZCMb+92Ue7SgjSEpNxINkM8ZtTrbGS83j5SZkt0r+M1Tjw==} peerDependencies: '@firebase/app': 0.x '@firebase/app-compat': 0.x @@ -1934,8 +1930,8 @@ packages: '@firebase/analytics-types@0.8.5': resolution: {integrity: sha512-kdnooE7Bis2jEnsqcerRwn/UQpH5D3uvHpku7OdUM9TJN3omlu6iYtbyAQ6XkAJRgJtO0aNf9OOkW8J6D59oCA==} - '@firebase/analytics@0.10.24': - resolution: {integrity: sha512-OfIAcIIwoqXjBzS+DnUQpOZ7i3ePaNFg83KPpDWjBZUKJmqMwzzAtLJqmKZOkQnW8im6vFR6f2I3M/9hxVd+QA==} + '@firebase/analytics@0.10.25': + resolution: {integrity: sha512-oDagV3PHeNXBdxemksZCdj+GmUT19eCnTOcLdQePIIovFXlm3zWy3Gjeaokt9Nqx24kc4ljK8lU0XGcGmmKZ1A==} peerDependencies: '@firebase/app': 0.x @@ -1958,19 +1954,19 @@ packages: peerDependencies: '@firebase/app': 0.x - '@firebase/app-compat@0.5.17': - resolution: {integrity: sha512-5GdJWobqs6jbNYOnaQiSa4Ng8gnFerhqr7nY+v5jlnT7o9QbEeIZRLPQpnLe0TxYSWfRV2lAMbyR0kbXeIos9Q==} + '@firebase/app-compat@0.5.18': + resolution: {integrity: sha512-77H57WuGEsgrv59HdtuhHG+eQdP8di6myz7O93yW6yTZlR/tLSmsCxCq5vHp6AWWDwSV0EVtKUvizXQiQZVBWA==} engines: {node: '>=20.0.0'} '@firebase/app-types@0.9.6': resolution: {integrity: sha512-yPLahy7Esfu2w/yme3msVK4xTkDXQqq6szfQn8yVOQpCKiT5GVFjqNpLbuz6NkX0WuTwUidkmPewW3r4xkvpeg==} - '@firebase/app@0.16.1': - resolution: {integrity: sha512-tjUEorFyKrurH7PbLWv9zDHRuU4mLefgD/yY38D584ziorIRlQz/PVjx4c/SCGyCuUlmyzt72mK+Lh+COAywNQ==} + '@firebase/app@0.16.2': + resolution: {integrity: sha512-fyCLPahl3r0Zb7Wzm+JLWcOOH3SaDgAyJzJ8EWIDiv51aNiv+2Pjbpa6myEuP7iXxjmJqrcbVm0GUF7h229T1Q==} engines: {node: '>=20.0.0'} - '@firebase/auth-compat@0.6.10': - resolution: {integrity: sha512-Bvklg2nL7BrBFCAqdsleW8fse9Jh0fARqJPlJmA40uermfWx1bJiO7dnKyZN3J39d2TFVd4VJXtg3i6Wg92/YQ==} + '@firebase/auth-compat@0.6.11': + resolution: {integrity: sha512-L+xp3DTJQrBV08Vt0UhcL/ofUOSjXom7JOJfbT6oas4o7gCrQnTYFKs8wfiuKLmHoo8BxMr5LdgjAs7o6aAsqQ==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x @@ -1985,8 +1981,8 @@ packages: '@firebase/app-types': 0.x '@firebase/util': 1.x - '@firebase/auth@1.13.5': - resolution: {integrity: sha512-1AXoBJqBVD8WL8FZYo3S2GmJF9YUoom6Y6ngMxOSkzzhW5sT83pLchb6TGFgxes91dfXx8s/VYc5VrLDNqpLog==} + '@firebase/auth@1.13.6': + resolution: {integrity: sha512-MKRLvF72HJ/irNn2fJR0Gv5FOZNtqv1IBeJHRwK8l8pZ/wi9vuUw8ecyCMvQDDNxfS6uW0MWACL5KC4Y8Pp+fA==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x @@ -2023,8 +2019,8 @@ packages: resolution: {integrity: sha512-/JGpvszLoNXNgzilRXocigGfFF4hbcPA9wN1i1kjJx6oKkXgkHteZYl3lQs1lJX3ETDf6bv7zI15lPMVUp4sAQ==} engines: {node: '>=20.0.0'} - '@firebase/firestore-compat@0.4.13': - resolution: {integrity: sha512-l9dCewxMzzLOIhcwTjERCKxrWOn1kZ9JvwOQq9zZNq4I/Nbvb/B9njT230V61uvQ9qZ3/qpUG758D8DDTEFXnw==} + '@firebase/firestore-compat@0.4.14': + resolution: {integrity: sha512-HJ2HBNgNPrRsWIJ4E+Kc0u0h1U7HlF7If8AtYjie9HZXlMUmwYSJaXBj9VFm6gkSj5dlKZNcOQ0Ou25CVVG6rA==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x @@ -2036,8 +2032,8 @@ packages: '@firebase/app-types': 0.x '@firebase/util': 1.x - '@firebase/firestore@4.17.1': - resolution: {integrity: sha512-8lqPNf2w10CtYG+tayVjZO1pSyQpnhztQRudeD109VtXDzNbASTaYdO43sj5PMsDcWq0aOYY3RmJOUlXu9++jw==} + '@firebase/firestore@4.17.2': + resolution: {integrity: sha512-SiyQEK1dYPOjItFVA+kZGdvOoRAtMebDBvUaSxJPNZMkKcRwYYK2kzWo5UXTZZj523uMxJnkr+KKVySEMme3kQ==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x @@ -2078,8 +2074,8 @@ packages: resolution: {integrity: sha512-J2VO4NFTc0xQFrxV1B/lm5balicm9cwuX2acR9Yn41fN8KgUeQFo+VJV222IqW2FPSXKDu9uo5WdQFWf9TPbYg==} engines: {node: '>=20.0.0'} - '@firebase/messaging-compat@0.2.29': - resolution: {integrity: sha512-8Twe4CeYvAx8AzjBxyyQFKzinaMGGt13hPQBqaARQ2QZjagrEaqSVBe+Zy6F4L/vT8DV168yRgRu7W/RK7p+4w==} + '@firebase/messaging-compat@0.2.30': + resolution: {integrity: sha512-m1DPT2ET5x0qYqXLoHwKMAyf1mgZZOhuoE6H6/H4OPsp8zSxMIDEFPaW7MaffPJsCA5J7kHzo+BHVNXK4ZoV+w==} peerDependencies: '@firebase/app': 0.x '@firebase/app-compat': 0.x @@ -2087,8 +2083,8 @@ packages: '@firebase/messaging-interop-types@0.2.6': resolution: {integrity: sha512-MVzvkKe2V4H2dHu5oOxRfeKQcfTwWmCgnzsC4V1q3ixun5iiL8riCZ2qI35rDhCL4glPGiu0jHxDbpVNuTKfow==} - '@firebase/messaging@0.13.2': - resolution: {integrity: sha512-KcZoqUu2ih4sLH91dW9tmyHjCR0IQyNzSLZunX5uq7cLeImXb4uO2I0wq5FACduO2I+FoTeWa2BtUv7Jpowqdw==} + '@firebase/messaging@0.13.3': + resolution: {integrity: sha512-nRXPAp+z0kA3KziJtRY9kktHECvRwaaONzHvislFgllhCwJMscW7icWNQA5IjyP8Uc2+GS/4px8Uz6rx6ftTag==} peerDependencies: '@firebase/app': 0.x @@ -2205,8 +2201,8 @@ packages: resolution: {integrity: sha512-OKAA98q2M25rQcqcFvbQniix4zTFcbeSyauj+PcPd+6ngn7eXvAUqpuCRVxbIGmA8r5OtE6Ru/oCJ1xwcUR2vA==} engines: {node: '>=18'} - '@google/genai@2.20.0': - resolution: {integrity: sha512-kFEzARfA064oCNAmYTyOaAeJ9KSkbZ2Upxz36oO5eVNlcxAXsixLlGbwY1oy+Ab8HJ6nMWMD9hg+NdIron6wJw==} + '@google/genai@2.22.0': + resolution: {integrity: sha512-NE90Nl0AP75YZ2tGxXjQQs6Gkunma7a1JmPCx5g5CxvjHXshmuI2aNoPJ1xLrRixjkNxog898oylM+MyNudUQw==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.25.2 @@ -2432,15 +2428,6 @@ packages: '@types/node': optional: true - '@inquirer/prompts@8.7.0': - resolution: {integrity: sha512-yQwBMYvpJ6jqrXtKiOwRD5XezjJoyt3VQvIyjsr5Arqb519nfIohOQymWVJ8/vEgg8xtZerrCsqlSaqt/LPC9A==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/prompts@8.7.2': resolution: {integrity: sha512-QoRB4wFIjgH5iOhSjoIKMkTvSHDuV+O3OITlIqAYO0oK5x364GJILXiMBvlPiE+klg7Xx9tq5XVqQHcGUDYYPA==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2513,15 +2500,6 @@ packages: '@types/node': optional: true - '@inquirer/type@4.1.0': - resolution: {integrity: sha512-FMiJpuHUG3Dk0ex+UIXkre7i+i4OcwHWk9YdcVtZHFwb/r2rnrU2ipTCNAB7A+QOP0ryzIcqOfy76fRyyvOEAw==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/type@4.1.1': resolution: {integrity: sha512-yJoHYrMnxIsJZCY+0Vb66Dy3he3kL3e2wOBKhoSwWWAzZAY82emlxwgprCtp6yRixvNRNq9ztfRWQYPNr3Go7A==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2925,8 +2903,8 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@22.2.0-next.7': - resolution: {integrity: sha512-9fBu6aPQ08PfeafQcmmaxlYm5G0dTfDVxVaU4jPLNYnCHQ7k9SUxFR3ZtBEyta2Gx6F3tLpqGedIcZQKcF+LqA==} + '@ngtools/webpack@22.2.0-rc.0': + resolution: {integrity: sha512-bEAK7GxvA1o8uTfM68ahX00G+CfAuv03fDEY6yR0OaL4eGFeEAIOjYyxVwgztk8DSKEBaqXAcOdDEZRFFsfM/w==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^22.0.0 || ^22.2.0-next.0 @@ -3123,124 +3101,124 @@ packages: resolution: {integrity: sha512-eSYWTm620tTk45EKSedaUL8MFYI8hW164hIXsgIHyxu3VobUB3fFCu5t0hQby6OoWRPsG1KkKUG2M5UadiLiVg==} engines: {node: '>=14'} - '@oxc-parser/binding-android-arm-eabi@0.149.0': - resolution: {integrity: sha512-OQmN5XYQ/GNRkbU0Ksb2QSaHOgKWhFw7Bz6lJvANBdwVkLzTlcHXDLj62XrNPtUf3pDxRBr7OoHJrKhHYOb9iA==} + '@oxc-parser/binding-android-arm-eabi@0.150.0': + resolution: {integrity: sha512-oQef2Zu4Prz1KLKznz3HqZzU9uVoA5PMoDZuuLmqms7hKmKSAPzlaMnLllJq3t+rgKmfJJ2siPrpZfFrW06btw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxc-parser/binding-android-arm64@0.149.0': - resolution: {integrity: sha512-M7nHwfHY2Xv5Rm1iygvyOTPXrD4d5WRVw+C8eItLwoipzQBnkUMmwh3jvuGLBio2BGetfIH0F7J3Afb1Qn9dJg==} + '@oxc-parser/binding-android-arm64@0.150.0': + resolution: {integrity: sha512-B6ofpoFiAUwIZ0MJ2IgHPvZK8FAtL4qzSZRwOkAKIfxEobE1mQC8nDdiFZj7pUaJiVUVCsfkMsBJKedzO8rZvA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-parser/binding-darwin-arm64@0.149.0': - resolution: {integrity: sha512-h6NrhqRAVKbgzfShjHoBgjeJ1vQR2o6iNM6/t8JCSej1XRKJyraV08Zz7ey6SsjPzof4ecp48Upg2vidqoDgtQ==} + '@oxc-parser/binding-darwin-arm64@0.150.0': + resolution: {integrity: sha512-J+9IHKzx/bSz1JetOfD4zKXSK9sOm4/a7+0qomJODcTL6JsRXGeV/ZdkAPSIDydfFmWzYCraMlQEosSZEyBYkQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-parser/binding-darwin-x64@0.149.0': - resolution: {integrity: sha512-+WRRZeFYqVznJEEttiWNcI43Ij2iD0yphmMFkAuKNOQTyXQ+lLCAVW6aVLOD6nPO6FOymW7HtDh5KmnxZPi/2A==} + '@oxc-parser/binding-darwin-x64@0.150.0': + resolution: {integrity: sha512-v6IPfcAcSYrBWXV5Tce1DmxDMXLhEYpIIWiRFPJopgCVscZdLaV4MRQOUxvL3usQlw+yrwYOjBFB9IwBx+jUiQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-parser/binding-freebsd-x64@0.149.0': - resolution: {integrity: sha512-kG0YUZj/4hdHBQDtIr2UZ7Nyxy3M5Et+w3A0V0eefRgtQWE4wJrNflBJMJfwFPiwMLPlPL6qJR+5JdeIqhzW/g==} + '@oxc-parser/binding-freebsd-x64@0.150.0': + resolution: {integrity: sha512-AoR/4jD02HET0KO0yNT4nbTE+XJUxiO9jB1X/ycEjUE3WrIJ3IjV/Vf+gskhWLcqqeXfvNnkDtBR7epllAm88A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-parser/binding-linux-arm-gnueabihf@0.149.0': - resolution: {integrity: sha512-gOD5NhD8DG7aJ8CLZ+ve5xoDq0y0J0zKZSfkfMGfk96XLhu21IzSFvjpEvVUGodD7Yyy3Tr9rNdiPEdZjkuRqQ==} + '@oxc-parser/binding-linux-arm-gnueabihf@0.150.0': + resolution: {integrity: sha512-A/hycCFjLUrCmLoL5O/vBp40ohlaXO1Ta3v5hqYZxicYFs129wZmgZJggcW4mYGYbZebQLhup+N8JjeQl8qwyw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm-musleabihf@0.149.0': - resolution: {integrity: sha512-UtPYQkciY1NzYRtfKBopYfOjSxPFFVyprs0iH+Z5KZKNv9at/71pGd2KNrlmALhRcNocnxEsc+KuhY3nUlhIxg==} + '@oxc-parser/binding-linux-arm-musleabihf@0.150.0': + resolution: {integrity: sha512-pbqahg1Pkz7J4RKmXm30s/iQu99hv64ayXCu8P4p75HcEH5azOdR4eGqiB6lFGkFR3mMpzaYsSKLkS8oJbjmeQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm64-gnu@0.149.0': - resolution: {integrity: sha512-3jWkwykjJJegMD+5dU9n30mzwvTLi99fkUqHU9Pqdzw3fIVfyn6ZnjOl8l053jogr0BGQPxagTjIKBksp288eQ==} + '@oxc-parser/binding-linux-arm64-gnu@0.150.0': + resolution: {integrity: sha512-HV11aRbBQGwqv8bEo+K/6qr88uB4fEe1mhXncMhlVCrj+WpBSraxrUzHaPVmeQRU6x6x8v/3DuCbbo93rpp+fw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-arm64-musl@0.149.0': - resolution: {integrity: sha512-H7n8zPxnLVI0pkutAxyXJNE/IaCuCJS6ghgv2cl8IDIgXCDZWjG/Bs8rF8BHKQ9gsOpA4m+T4lFaFAdnGuk/cw==} + '@oxc-parser/binding-linux-arm64-musl@0.150.0': + resolution: {integrity: sha512-k6pVkJqALwtEuP4zukVhGRhdIy4+ofChUIUUsAHHyqDZlNsknmel3JjbggrJiWGaes6h/dIcWmEXsKW4SmK9oQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxc-parser/binding-linux-ppc64-gnu@0.149.0': - resolution: {integrity: sha512-aByOTCdLYp8FjwAUUmN7YYjAmPJ/9t0I1ACuhAkYun87fajIHbwuZ/opaBk0Pnfxzp2vYyD8hdG8OQWEglP5oA==} + '@oxc-parser/binding-linux-ppc64-gnu@0.150.0': + resolution: {integrity: sha512-tEFg39mw/rHO5n8GK2DR4ZMFfsPQZtnQIPbsIpjoQRomJc/2tRfsCSmCT6gNit+NZGoeJG5aH9ATDH5bf0WnoQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-riscv64-gnu@0.149.0': - resolution: {integrity: sha512-SAdNs+uxMRBLPM6QuLlOxzE4duWia4EMhqGknsJS2EGnWni7i53gSZhaW3VYPxaP8nk/UsMQxMODIFwBHbRWcQ==} + '@oxc-parser/binding-linux-riscv64-gnu@0.150.0': + resolution: {integrity: sha512-0JO7IFkoek6HqV589Menx3hJySNXi6quRhO4tq2P7kpEHKEXoDATnoPVUpn5B7gDH2KLkdo751N0uIrGJFCTCw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-riscv64-musl@0.149.0': - resolution: {integrity: sha512-RhmzD62QNtMjuBAeKJ15gzyNRv06Yz1ZFi6lgTiA5S3ixkrSMPJWIPGyqdlC4XiWxwAW9W4jeQNV4/Om9V27gA==} + '@oxc-parser/binding-linux-riscv64-musl@0.150.0': + resolution: {integrity: sha512-7XPzREnyAS5wHU9aB+49Uaqgoo1gVCklHc3DRlc3fJy2tXD/eAJFN1QFz/crj+Ulup5P1+axNREF+/RGaB/IRA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [musl] - '@oxc-parser/binding-linux-s390x-gnu@0.149.0': - resolution: {integrity: sha512-HqEExoeKhlfUacdhj7KEe1m93B1SzCUkF88c1qLQR5Km6GPSoMHMIjK7qmRXLzjsO+ipSTWVsnYMVG0j2/mxNA==} + '@oxc-parser/binding-linux-s390x-gnu@0.150.0': + resolution: {integrity: sha512-7n7ZxcbRWDFaTdyj8M8p0O9OfzoMKm8O6syBAIgcSutbOALq0Bb9G52Me+XH0anMLZV+NgXc726gqgG2q39vcQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-x64-gnu@0.149.0': - resolution: {integrity: sha512-FuAv1J7GoSkmxg5glvzlHA88Ld7dOIg23VdAsVLngPZN/ZjZPtCaBZDby1GPn63Yj+7h47/wbcd7i1p2UJTeNQ==} + '@oxc-parser/binding-linux-x64-gnu@0.150.0': + resolution: {integrity: sha512-Vx0GSA9ZCRTUiczoEQnIIyXkMvtEY8uc6IiwLQtMe5ci2sXPqjrry0Ek5fsPP1k2kCzkML3ow9UOOEgnEDi7Bw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-x64-musl@0.149.0': - resolution: {integrity: sha512-KDFOVgjMIOiMiRUw+jZlAIEZZFG0WgGk+adcldjc+/qz0/kvobnYJqDqNX0+REJbSpSsM1Knj0zrEGTQ6WTIng==} + '@oxc-parser/binding-linux-x64-musl@0.150.0': + resolution: {integrity: sha512-ii4/9m3viDLssMnfXU7/Pni/3nYplApuGayceX4qsVGaqqQJCx3tHIH9M/HWIeSty5i8LjS21zPYT6lVIkwLxw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxc-parser/binding-openharmony-arm64@0.149.0': - resolution: {integrity: sha512-O3O+ZBhGEUhtbDXFWRMTuOCBg+fC2hf1wrtZBrd3VJUtV/MDd1LCwZXIHY2nMCnh9Akgjay965pBok2h5AXN0A==} + '@oxc-parser/binding-openharmony-arm64@0.150.0': + resolution: {integrity: sha512-ZtoxX5rez36ZWkwtiEhjkCPnlTPoQ2I7lIL0IYZ1yjxMYohbvoOjBmUIZzrf9W/HouONq0omIfTeCWEY+R380w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-parser/binding-win32-arm64-msvc@0.149.0': - resolution: {integrity: sha512-9hMvs3GZESAcbUGU3mqXFWRLgBd8TLeosNYfHusHp/hrBnk5lIP2nJtark3hZ6qT+lqSdS79sH8NoWHj1x9iUw==} + '@oxc-parser/binding-win32-arm64-msvc@0.150.0': + resolution: {integrity: sha512-VqeRb5JX/bKYBrff7TUDvJyKY0914UzuCkuXIGxJS4FUmvMNfqkCbc7Sq90iMz9DlmAtlggwaBYQ9eg3h3ltiw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-parser/binding-win32-ia32-msvc@0.149.0': - resolution: {integrity: sha512-8hQaS1Urc1NnlutDfhQ+DwijRALGLY+AmqJSBHV4OmyPZDoqgtkmjTHl2tsTLK6PETe6PbIJLKmXcpJuqkf8Lw==} + '@oxc-parser/binding-win32-ia32-msvc@0.150.0': + resolution: {integrity: sha512-EPqJfeZ4Pgg2BJSsCV8GozxV0FDltRzpVtGVa1r2noJu1iu+opOw3gtBWXwIo9odCT/MdFfyHxdy0/CRqs3OqA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxc-parser/binding-win32-x64-msvc@0.149.0': - resolution: {integrity: sha512-xFqDgKSKdY0m2EtHQL7uMuknuEGnvbtxkWllGle5hmhVe5xn5XZ0Zb9iViAsItFAf0CjSiZ5er3XqqAlr5oARA==} + '@oxc-parser/binding-win32-x64-msvc@0.150.0': + resolution: {integrity: sha512-n5YMzbqwPQqozbkrexi0lNZrUz5cnPHalYpFWe6Dau7AmKIWNo+y24IwzDuZEQtEdUHuKhXmMMih/MPjOI+CMw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -3248,6 +3226,9 @@ packages: '@oxc-project/types@0.149.0': resolution: {integrity: sha512-Efcc+iF0j3Bf67YjEqIqWXbX5XddXoK/Mw4K1/JuXwRCZ8N16VR7iT23nlCc9XrveFVh/E5Rqs2StT0V8v9LdA==} + '@oxc-project/types@0.150.0': + resolution: {integrity: sha512-rDS5/31E9HfPl/CIzGrn0DOlvBbXFseQ5URJ9sYMfstbKLD/c6Gm9vmRzRGDdAXyOIL4zmO37lc9RIwYqVruZw==} + '@parcel/watcher-android-arm64@2.6.0': resolution: {integrity: sha512-trgpLSCKRC/huFjXX/Smh+0sWe4+YtKfktIToiMl59ghz7z+qkH6kMvNnUbLyRs9N11t8l4svSCs1+5B3rOAhA==} engines: {node: '>= 10.0.0'} @@ -3393,22 +3374,6 @@ packages: resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} engines: {node: '>=12.22.0'} - '@pnpm/crypto.hash@1000.2.2': - resolution: {integrity: sha512-W8pLZvXWLlGG5p0Z2nCvtBhlM6uuTcbAbsS15wlGS31jBBJKJW2udLoFeM7qfWPo7E2PqRPGxca7APpVYAjJhw==} - engines: {node: '>=18.12'} - - '@pnpm/crypto.polyfill@1000.1.0': - resolution: {integrity: sha512-tNe7a6U4rCpxLMBaR0SIYTdjxGdL0Vwb3G1zY8++sPtHSvy7qd54u8CIB0Z+Y6t5tc9pNYMYCMwhE/wdSY7ltg==} - engines: {node: '>=18.12'} - - '@pnpm/dependency-path@1001.1.10': - resolution: {integrity: sha512-PNImtV2SmNTDpLi4HdN86tJPmsOeIxm4VhmxgBVsMrJPEBfkNEWFcflR3wU6XVn/26g9qWdvlNHaawtCjeB93Q==} - engines: {node: '>=18.12'} - - '@pnpm/graceful-fs@1000.1.0': - resolution: {integrity: sha512-EsMX4slK0qJN2AR0/AYohY5m0HQNYGMNe+jhN74O994zp22/WbX+PbkIKyw3UQn39yQm2+z6SgwklDxbeapsmQ==} - engines: {node: '>=18.12'} - '@pnpm/network.ca-file@1.0.2': resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==} engines: {node: '>=12.22.0'} @@ -3417,10 +3382,6 @@ packages: resolution: {integrity: sha512-//0sR/cow/s4ICQaYoAobOl4aU8cjU6x/V24V7XkKotb9+O+3zySIYp146vpaobYHnxa4pZX8NkV54Z5AwbDKA==} engines: {node: '>=12'} - '@pnpm/types@1001.3.0': - resolution: {integrity: sha512-NLTXheat/u7OEGg5M5vF6Z85zx8uKUZE0+whtX/sbFV2XL48RdnOWGPTKYuVVkv8M+launaLUTgGEXNs/ess2w==} - engines: {node: '>=18.12'} - '@puppeteer/browsers@3.2.2': resolution: {integrity: sha512-q2BU4YfO9h/Wt7IcWPcggpOOqLk2Tbs1hDwolvKZrweRjy751OJBKMN9zO5bfD0pzU7X/tvKw/exQds4pM/LOg==} engines: {node: '>=22.12.0'} @@ -3698,8 +3659,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@22.2.0-next.7': - resolution: {integrity: sha512-FVJqS9zsdkqwtdaLVKhlqrxjTtxfHjSBGFqO3ge4BNTfhZtuSUIU6Yc4+T7nAFG39bNpYqzLp9bgbswlc5NThg==} + '@schematics/angular@22.2.0-rc.0': + resolution: {integrity: sha512-zhFcODfuMFF/vFaEeZCQPELIFTG26VXexDjpFC5v13+YsxYMD2BlxMROmGSaiN9YgoylMFS4UEYuA85zDVsMGQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@sentry/conventions@0.16.0': @@ -3876,8 +3837,8 @@ packages: '@types/node@22.20.2': resolution: {integrity: sha512-xlvWf4Vs9n1PEVYwP1n4vvG07M6y8WgvJ2t0vbrWTmijsIHp1cS+uJ2kMIRdY3nHZK0nCYKrPeD171+SzF4/zw==} - '@types/node@24.13.3': - resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==} + '@types/node@24.13.5': + resolution: {integrity: sha512-TXyindR+lBr22aJIdMQzCFHPHR6cR4js838mRDCSz5hOKWZvZwsXSSiXDmjRj4iJmgl+sR9O+1mkoVBSMadNug==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -4271,13 +4232,6 @@ packages: atomically@2.1.1: resolution: {integrity: sha512-P4w9o2dqARji6P7MHprklbfiArZAWvo07yW7qs3pdljb3BWr12FIB7W+p0zJiuiVsUpRO0iZn1kFFcpPegg0tQ==} - autoprefixer@10.5.5: - resolution: {integrity: sha512-uiRYvQYe/nNSzBJ7OUnd2/TZVsAdob3blml44teEpee9Cc1f4rGZFewO+JT3Wo8mgFOSzNqes4FHZn/Qz8WOuw==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.6.0: resolution: {integrity: sha512-A26d6qs9kqGgkmImIXMYvXTzqb4Qv7AVgpY1NXzr9Y659J8qHHnLOO/zE8ewIGFMprOolAoRAQYDgNryXIJKBw==} engines: {node: ^10 || ^12 || >=14} @@ -5630,8 +5584,8 @@ packages: engines: {node: '>=20.0.0 || >=22.0.0 || >=24.0.0'} hasBin: true - firebase@12.18.0: - resolution: {integrity: sha512-XaL6tlE5Xd20ZDhckqOMIw+JJTET+wTdeZPxQ7ihc42oxRb7kWUyn/j1LO5V9dH1xq8Rv5R71Pv1fBCdIkt9Rw==} + firebase@12.19.0: + resolution: {integrity: sha512-kwXCLcI0ly2lkwygkbuRx6SsX3DSO96355YrWh9SWZ5ncsxK/y5cirn3sY6nZVSiBVE++2nL6Hchzu1EB8uohQ==} flat-cache@3.2.0: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} @@ -7120,12 +7074,12 @@ packages: magic-string@0.30.21: resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} - magic-string@1.2.3: - resolution: {integrity: sha512-Bpb0W2TbLKOZ7vJnOUnVRGq3WL2p+ISV29M6hYPL1AFCpyKZpdr5ytiXoTSSxRVhg8YW7f65+6gbG8WG6PCa/g==} - magic-string@1.3.1: resolution: {integrity: sha512-rm91zr2Ou+XueDTohjQQjdQEcYM6zVi8KVUCG8Ec3vHwUEKrhSdCNyfuIywkA6hcCAteIn0ZOtAHA6eGpiX+Pg==} + magic-string@1.4.1: + resolution: {integrity: sha512-8lyCu36ErXR0J9uaGKlKQoiLZKmtI63YGLE8G2o9jyRPdr4X47LusSOwgOJOzcVtp81fTAAjxR7BwKz682Jhow==} + make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} @@ -7643,6 +7597,10 @@ packages: resolution: {integrity: sha512-RWqF+pBSkqecEvCKOn8QYhaNdRMJDZRIrlS/7rTDdLHaPcfXGCZ/h8zb413NfvdeAV0MR7T1yJcA34/q+CSm1Q==} engines: {node: '>=20'} + open@11.0.4: + resolution: {integrity: sha512-++Zlftm0kVLPmzC06t6epuWmcRMDbI4z5P3NNX979WA/k23+NtSOynEGzsVfZwguKw2mi5umVgnBlJQMwRz4Pg==} + engines: {node: '>=20'} + open@6.4.0: resolution: {integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==} engines: {node: '>=8'} @@ -7684,8 +7642,8 @@ packages: resolution: {integrity: sha512-19YVAg7T+WTrxggPukVq7DjTv6+PJ867TmhCvBsYwmbFCsZd344rq2Ld1p0wo8f8Qrrhgp82c6FJRqdXWtSEhg==} engines: {node: '>= 0.4'} - oxc-parser@0.149.0: - resolution: {integrity: sha512-iuirONeHJBp6dFuuZKvkCfFvBiF0uFmojIQooGtazR9+GvcwoayGMtal1+cvDUnEw2k435GBish01HOn5iyVqQ==} + oxc-parser@0.150.0: + resolution: {integrity: sha512-zwajKw1GUa57IOdafIS7/yOObGF2NihwIfZfs5yJTRprMSkiwhWOc/k+n8bwnUPbHr2/XsjfBO8KyTPaW3VpWg==} engines: {node: ^20.19.0 || >=22.12.0} p-defer@3.0.0: @@ -8488,120 +8446,120 @@ packages: safevalues@1.2.0: resolution: {integrity: sha512-zIsuhjYvJCjfsfjoim2ab6gLKFYAnTiDSJGh0cC3T44L/4kNLL90hBG2BzrXPrHA3f8Ms8FSJ1mljKH5dVR1cw==} - sass-embedded-all-unknown@1.104.0: - resolution: {integrity: sha512-+S5We++QAg0/wXeVstn4kaZQNZiHi/1FHFsuVRu6Qns/9+YH6aIExg5e8dE+ceNpnYIZUpoK3mdBJoxJhirReQ==} + sass-embedded-all-unknown@1.104.1: + resolution: {integrity: sha512-toyMCyUKkT6DsYlHuKZGjd8T6WltaW4TGX07F7HnF4tNJM5m/8VaVsd74zrq3QSPqGE9JjxIDK4NrNc/QY9pkA==} cpu: ['!arm', '!arm64', '!riscv64', '!x64'] - sass-embedded-android-arm64@1.104.0: - resolution: {integrity: sha512-Trknl/A+KTTGRsPWrKaVIF/uq468iTqZzXWMEK/e707bqnbodYvWBBkA7uOM1wtnJQIrepeYSp/CIQJnFr95EQ==} + sass-embedded-android-arm64@1.104.1: + resolution: {integrity: sha512-yW3BVW4YFpN2vu2cVQ+Pz5JrRTvoIz36aCdo+J/Mo1A9gEN8eVPV/AL7aeZ803YdKgIitd3qw3pY4wpmT6TXNg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [android] - sass-embedded-android-arm@1.104.0: - resolution: {integrity: sha512-yojf6KAo4EKbXVzzy4FkYJAez+qzj6NV2inEzsQQxvNfKxfX9INtC6u8UNwSjXL40M9vzAH03lygutq9zmhTCg==} + sass-embedded-android-arm@1.104.1: + resolution: {integrity: sha512-g/XPAJYAzSSQZFP4xCdGD0HLKB4mf24cJ/+5Nls8rMool3jNkBv9+AFO4EV0b+RxN8rLcEsMccH1CR64yIFYcQ==} engines: {node: '>=14.0.0'} cpu: [arm] os: [android] - sass-embedded-android-riscv64@1.104.0: - resolution: {integrity: sha512-UPR1U/qsTzIikl/DAmZn/11oPrz4DrnrbWANB7WGwz3AtYvLZeixEiVj8Yo2jNy6749zPD09Pyo352io8Y2Mxw==} + sass-embedded-android-riscv64@1.104.1: + resolution: {integrity: sha512-ZYY8oMKQS7Q/6FBoC8w3T16O3MucDe3xv8iKym41Nht5uvLCGGpm4fC4OF5nlv7wQkJv8oactYddGG3Wd0Rqkg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [android] - sass-embedded-android-x64@1.104.0: - resolution: {integrity: sha512-NebAKvwfj4a7EbOf9LAzgo4f/uO1xFJbIoebzW8bmqdjeIMSAwJvFToIizxjDuOsIJ9M6AaADxwvDxgm8JTq+w==} + sass-embedded-android-x64@1.104.1: + resolution: {integrity: sha512-5WZKC4lSfjMIjzZdQUlYQUAV+UiatBhD8w28U7cYLLj4/dMgEPOBd4g3VMv0BwpgH2JOaycMS42dXq29W2bcDg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [android] - sass-embedded-darwin-arm64@1.104.0: - resolution: {integrity: sha512-DYxsoOtA90/LabvQiFs/UVo6jrPbIlIvelSC0B9fxlB051ZBpEFnWamjLV2Xncp48E63voWTYGKpLlsHsi7clg==} + sass-embedded-darwin-arm64@1.104.1: + resolution: {integrity: sha512-oatuHzn0NsEg0d9Dcze6CuWUPvuETtMxRK4cv0eRAg7p6R0vHnv5GZRyWG6gEy3nc/ha/L+GtTasWVU82f4jrQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - sass-embedded-darwin-x64@1.104.0: - resolution: {integrity: sha512-zozGKOnR3mnlBqKhzfGH8ZqjPphaDzE5Zjx+H/IOb/ruR/KApTvYkRdi9Eq7OQvSJwL/EHYiyT2jgHaqQulOWw==} + sass-embedded-darwin-x64@1.104.1: + resolution: {integrity: sha512-gql/5sHGzUTVwuHfM3QLCDeb6NYwen+LLj22gz81C2NKHF/4nUtDyh4N+fURWdT7J0/EhtMOd0+FLML3sGNP7g==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - sass-embedded-linux-arm64@1.104.0: - resolution: {integrity: sha512-2TWOQodxIbwcp9fS01FCUbO2c8bnsdOgUCLB7aZDAhm6ZAkEL8GNIAyKxSMkVIjxndMqNHsG2UtCR2++03DQ+Q==} + sass-embedded-linux-arm64@1.104.1: + resolution: {integrity: sha512-sVWUKXNTu8sP3X95Df0xo/t49Ce5IseTIMqXHxhFBKVmx7gf7kBWNLK0wH5ym+4khc+B5nNJPgq4IxpelG8tMQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] libc: glibc - sass-embedded-linux-arm@1.104.0: - resolution: {integrity: sha512-RX4t5jBlYtGrZwpuc1mtD3lzGuat+jyPidyN5hD5DURV7q39y4IampzopVJ9fvNZqsiGElYWnKyRJA49Q4xk7w==} + sass-embedded-linux-arm@1.104.1: + resolution: {integrity: sha512-WfmshPJOp9vUKxgp8wZ2ncaKBbyrlW9J51M2aUQHWECjMNxTULnGOHWSmD7FViXv4zwn1Co5FIFQUipW7RCxtA==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] libc: glibc - sass-embedded-linux-musl-arm64@1.104.0: - resolution: {integrity: sha512-NPcl0Cw9QXdGzYgjtLZD9MU3Mmr+N31R+Wa+hbbmlNwg1yghbF/bWrpE96oixrQivtCsY1yh9cONl6d+9NrS6Q==} + sass-embedded-linux-musl-arm64@1.104.1: + resolution: {integrity: sha512-H7b+LzZ/w8pwNExInM8HDHraqvxCMdUc5ZRGU/aSJJhZ9HjeRKBjF3GxaisVHnx7o18j1l4VQ5cLBL9tTmNzZw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] libc: musl - sass-embedded-linux-musl-arm@1.104.0: - resolution: {integrity: sha512-KjXKRY/1TDCNbRg/Htq4puzf5etQ9eFXG83O/328Km/1x2FuQMCmD+pSFTqQrj2LskZ8if+NYZJb3CQ1wzF0Pw==} + sass-embedded-linux-musl-arm@1.104.1: + resolution: {integrity: sha512-k0cQ/CxBzFVYiQEObg6CpF6CUglkdEhi/DZgZXQbwC27kbGGY+fatmIs/cFPJL2z1ulACwoAr86RQUFzYvw5eg==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] libc: musl - sass-embedded-linux-musl-riscv64@1.104.0: - resolution: {integrity: sha512-/1JR6G1AfGs/paJk5nemuJmg7pOUgwXlz/WW2NhSDRHBgZnb6Zy6yMpkSHoienAOJSBGUmKceT03dQ/4b409CA==} + sass-embedded-linux-musl-riscv64@1.104.1: + resolution: {integrity: sha512-9DYdn4wfrkidjxJVtEd2iCx8HKdZe+uF82GDmrYEZhgu4NjVE6a4fQyW7OLwzn3erZMHKBaObBOH1d37DnXI1A==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] libc: musl - sass-embedded-linux-musl-x64@1.104.0: - resolution: {integrity: sha512-5wVjkPR74JdsoH9+NSKV7UCPAdMTxNoayZdu7B9PnmNkOJMRE5O8Jb2oJ3JXgSH/kcGXJ6Vl6dL8/EPLBAKkcg==} + sass-embedded-linux-musl-x64@1.104.1: + resolution: {integrity: sha512-5xz+nAr01b6yaRdrGVgE7lNvm1lGFjwNdUvnz+teidvHCbD5oTcbhrRVrnDoLHHvq5n3Jve9TzWaaHhezaEfHA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] libc: musl - sass-embedded-linux-riscv64@1.104.0: - resolution: {integrity: sha512-Bq9xrONn23cyv5bdSuLm0RG1dcKl+lFQRc1k1UlncI2B2gqb6/OdakEa4Gv2HAmo+O6iOtK39lG9XT1ivTIoww==} + sass-embedded-linux-riscv64@1.104.1: + resolution: {integrity: sha512-oWryPJWTXK5adtlz/FD7wd2kS4I0CEgp6mWLUVb4oMFURMLz9bA9fO87D7lc4SV++lds7T51PU1kykCbOvNHMg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] libc: glibc - sass-embedded-linux-x64@1.104.0: - resolution: {integrity: sha512-xznKQzFnNVNq+GiXPmBXIHLL2rlIoekDxE8HXNKgxXX6bn4fByuHApCmj5Uz+MpVOB154EYCbErztyoEcmnb9Q==} + sass-embedded-linux-x64@1.104.1: + resolution: {integrity: sha512-j/sX/yKTx/wJKepC5/ISlR6kPeSuHKThf76D2za5i2VnbHg0MN19jQq3WMorowR3kRghqt6azs3awogG+e7IRA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] libc: glibc - sass-embedded-unknown-all@1.104.0: - resolution: {integrity: sha512-0+zhxrAt9PIsdWEVTe5Wgo+gtYdlyv0ASuuAEXT4e9w2yNArUqZ9Gez4Jn8EmtbF7x9uuZxPWbdnq9z65gCH7g==} + sass-embedded-unknown-all@1.104.1: + resolution: {integrity: sha512-RaMsYZB5mRioL4qhoI7T5mmNb2OunakbPTJW2cuu3MeIULnGoxo7Wd5QKFxeQvF7sSQL57RuaQ+q9pH+/pQ9Fg==} os: ['!android', '!darwin', '!linux', '!win32'] - sass-embedded-win32-arm64@1.104.0: - resolution: {integrity: sha512-b8dKmgdgmTx0rSBLNPqLQiq4r/SDau0/3we7MG/8ULMneMSl2OoVttN2ilKSz993lqQu8FJSjx5fEjLSeXVaiA==} + sass-embedded-win32-arm64@1.104.1: + resolution: {integrity: sha512-fS6DL7lcnTPclqGLF4xRt8egZlFY9cU23d57ufbWqaUbCFu9JTu0+8qB4jMxfx1la6byi3GoSTfbnNOLfWv8sw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - sass-embedded-win32-x64@1.104.0: - resolution: {integrity: sha512-tVL4NZKUo0+fIO2sT9V1DnBOo9wUbkRoic/NbVBThQdCjl07dn7PKW+ISSnY0EwQhCxdulMDek/JZT7c46vTCA==} + sass-embedded-win32-x64@1.104.1: + resolution: {integrity: sha512-/c4N2A93Ckms6DuRFVftKYISuI1tyC8gmlVJ8WaWFzgCBN/Swq2rARJIBUNeuxlmxjmYXfd3+2f/u887K63wbA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] - sass-embedded@1.104.0: - resolution: {integrity: sha512-AW1ZaKM/o4t137+FNe9zkMFWAZlw+EbWuHopVbP0yc0vpvlYj8NqxgKKSsSqODZVgGON2FzKeFMJJHR+tXNzqA==} + sass-embedded@1.104.1: + resolution: {integrity: sha512-7LxbtPJ1MWKVbhzOnGx1sHTkHTcHVJ9hbgVsU29p/8gY1VeXt19fcJFr5xsx2f6zfrrR3FeOcYMt0uYDLAxpgw==} engines: {node: '>=20.19.0'} hasBin: true @@ -8623,11 +8581,6 @@ packages: webpack: optional: true - sass@1.104.0: - resolution: {integrity: sha512-btHMApW2bgolvClhRW8AlQJzgI9lUB3pPSofBQQT+E46GWvf9o0TVQ13SYv5riWZVFyPN+JNz3TKW9XhBlc10w==} - engines: {node: '>=20.19.0'} - hasBin: true - sass@1.104.1: resolution: {integrity: sha512-yDA+1aIG3EHgN4V/BvuhCvu61FF6hEd4e+9DxikUm9U0CAGuvdIZ/UYy7qbOxjhbbWQraoyLlMuzdRGOSV5Bmw==} engines: {node: '>=20.19.0'} @@ -8912,10 +8865,6 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - ssri@10.0.5: - resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - stack-trace@0.0.10: resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==} @@ -9161,6 +9110,9 @@ packages: third-party-web@0.29.2: resolution: {integrity: sha512-fegtha91tq2DHphyoiBXVHjVi2YG9zFaRnboT9C28tO1en9Y3wJsfspuy40F+u5wl3hHVbw7cnd1b67kEGHb8g==} + third-party-web@0.30.0: + resolution: {integrity: sha512-p+PfyL5U0ediGzvwPzMSdD9MnC8rHW6nWJJVLIQvqN7RsSqfaZ+7n4c9GILqH36EYR0eXB9CzAeCRnKFr/9uJg==} + through2@2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} @@ -9564,13 +9516,13 @@ packages: vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} - vite@8.2.2: - resolution: {integrity: sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==} + vite@8.3.0: + resolution: {integrity: sha512-lhZBVvEHefgE+HQZC9O7EBJgCU/nVzFNl7vkS4RE0APtWLP02/8QVIkQtzBxPquh7lq5/78NHipTj7ODQ6XuyQ==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: '@types/node': ^20.19.0 || >=22.12.0 - '@vitejs/devtools': ^0.4.0 || ^0.5.0 + '@vitejs/devtools': ^0.7.1 esbuild: ^0.27.0 || ^0.28.0 jiti: '>=1.21.0' less: ^4.0.0 @@ -9698,8 +9650,8 @@ packages: html-webpack-plugin: optional: true - webpack@5.110.3: - resolution: {integrity: sha512-GuizBzRvo9YPpyoNMf3ag7AzxbaW85qrRSqTha345KyJbAFPt3/cMzBM0h+RWg7SK/7DdzRLINP3LvQ0hvr4hg==} + webpack@5.111.0: + resolution: {integrity: sha512-A2R74kfE6b3eLKS91iZiol03Ebx7avmJJBOyiP+4LePW9NNeNJGQkKeSQos4dk6R4H0YAMYlv+aOrs1CyWT3eA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -9898,11 +9850,6 @@ packages: resolution: {integrity: sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==} engines: {node: '>= 6'} - yaml@2.9.0: - resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} - engines: {node: '>= 14.6'} - hasBin: true - yaml@2.9.1: resolution: {integrity: sha512-3NxN8+78OdzbT7C/WjGsyfPAtJaN3FNDsWxv7Y7mcDsT/oOmgW8BpyQQFFBnvZE3j9Y2Sdz1ULFLezL7Eb2yFw==} engines: {node: '>= 14.6'} @@ -9968,9 +9915,6 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} - zod@4.5.4: - resolution: {integrity: sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==} - zod@4.6.5: resolution: {integrity: sha512-v5l/aFXZQeai4awLbOpSoHecE9UiMrnfx75tEXLjNonXVARxQ5mOeipTjROUchszUNCqnE+hqAMujRsRHsut2Q==} @@ -10005,76 +9949,76 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2202.0-next.7(chokidar@5.0.0)': + '@angular-devkit/architect@0.2202.0-rc.0(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.2.0-next.7(chokidar@5.0.0) + '@angular-devkit/core': 22.2.0-rc.0(chokidar@5.0.0) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@22.2.0-next.7(076e70325f24fa63912b2d87237ffe56)': + '@angular-devkit/build-angular@22.2.0-rc.0(66bd32a5ead1f0a7a7d5750c2cf6fb7d)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2202.0-next.7(chokidar@5.0.0) - '@angular-devkit/build-webpack': 0.2202.0-next.7(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)))(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) - '@angular-devkit/core': 22.2.0-next.7(chokidar@5.0.0) - '@angular/build': 22.2.0-next.7(c8f62e97014983a5b47aa94c2deab142) - '@angular/compiler-cli': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2) - '@babel/core': 8.0.1 - '@babel/generator': 8.0.0 + '@angular-devkit/architect': 0.2202.0-rc.0(chokidar@5.0.0) + '@angular-devkit/build-webpack': 0.2202.0-rc.0(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)))(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + '@angular-devkit/core': 22.2.0-rc.0(chokidar@5.0.0) + '@angular/build': 22.2.0-rc.0(7399b1bb495ffddd3ba21fbc9b3a5d9b) + '@angular/compiler-cli': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2) + '@babel/core': 8.0.5 + '@babel/generator': 8.0.5 '@babel/helper-annotate-as-pure': 8.0.0 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-async-to-generator': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-runtime': 8.0.1(@babel/core@8.0.1) - '@babel/preset-env': 8.0.2(@babel/core@8.0.1) - '@babel/runtime': 8.0.0 + '@babel/plugin-transform-async-generator-functions': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-async-to-generator': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-runtime': 8.0.1(@babel/core@8.0.5) + '@babel/preset-env': 8.0.5(@babel/core@8.0.5) + '@babel/runtime': 8.0.5 '@discoveryjs/json-ext': 1.1.0 - '@ngtools/webpack': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + '@ngtools/webpack': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) ansi-colors: 4.1.3 - autoprefixer: 10.5.5(postcss@8.5.28) - babel-loader: 10.1.1(@babel/core@8.0.1)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + autoprefixer: 10.6.0(postcss@8.5.28) + babel-loader: 10.1.1(@babel/core@8.0.5)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) beasties: 0.5.4 browserslist: 4.28.9 - copy-webpack-plugin: 14.0.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) - css-loader: 7.1.5(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + copy-webpack-plugin: 14.0.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + css-loader: 7.1.5(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) esbuild-wasm: 0.28.2 http-proxy-middleware: 4.2.0(supports-color@11.0.0) istanbul-lib-instrument: 6.0.3(supports-color@11.0.0) jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.9.1(supports-color@11.0.0) - less-loader: 13.0.0(less@4.9.1(supports-color@11.0.0))(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) - license-webpack-plugin: 4.0.2(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + less-loader: 13.0.0(less@4.9.1(supports-color@11.0.0))(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + license-webpack-plugin: 4.0.2(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.10.2(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) - open: 11.0.2 + mini-css-extract-plugin: 2.10.2(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + open: 11.0.4 ora: 9.4.1 picomatch: 4.0.7 piscina: 5.3.2 postcss: 8.5.28 - postcss-loader: 8.2.1(postcss@8.5.28)(typescript@6.0.2)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + postcss-loader: 8.2.1(postcss@8.5.28)(typescript@6.0.2)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 - sass-loader: 17.0.1(sass-embedded@1.104.0)(sass@1.104.1)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + sass-loader: 17.0.1(sass-embedded@1.104.1)(sass@1.104.1)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) semver: 7.8.5 - source-map-loader: 5.0.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + source-map-loader: 5.0.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) source-map-support: 0.5.21 terser: 5.51.2 tinyglobby: 0.2.17 tslib: 2.8.1 typescript: 6.0.2 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) - webpack-dev-middleware: 8.3.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) - webpack-dev-server: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack-dev-middleware: 8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + webpack-dev-server: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + webpack-subresource-integrity: 5.1.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) optionalDependencies: - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@angular/localize': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7) - '@angular/platform-browser': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)) - '@angular/platform-server': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) - '@angular/ssr': 22.2.0-next.7(6fd4d4a29b81a63a999801868f479227) + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@angular/localize': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0) + '@angular/platform-browser': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)) + '@angular/platform-server': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0)(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + '@angular/ssr': 22.2.0-rc.0(6188adad6e74e0cdf088138720868043) esbuild: 0.28.2 karma: 6.4.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6) transitivePeerDependencies: @@ -10113,16 +10057,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2202.0-next.7(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)))(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3))': + '@angular-devkit/build-webpack@0.2202.0-rc.0(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)))(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3))': dependencies: - '@angular-devkit/architect': 0.2202.0-next.7(chokidar@5.0.0) + '@angular-devkit/architect': 0.2202.0-rc.0(chokidar@5.0.0) rxjs: 7.8.2 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) - webpack-dev-server: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack-dev-server: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@22.2.0-next.7(chokidar@5.0.0)': + '@angular-devkit/core@22.2.0-rc.0(chokidar@5.0.0)': dependencies: ajv: 8.20.0 ajv-formats: 3.0.1 @@ -10133,26 +10077,26 @@ snapshots: optionalDependencies: chokidar: 5.0.0 - '@angular-devkit/schematics@22.2.0-next.7(chokidar@5.0.0)': + '@angular-devkit/schematics@22.2.0-rc.0(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.2.0-next.7(chokidar@5.0.0) + '@angular-devkit/core': 22.2.0-rc.0(chokidar@5.0.0) jsonc-parser: 3.3.1 - magic-string: 1.2.3 + magic-string: 1.4.1 ora: 9.4.1 rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular/build@22.2.0-next.7(c8f62e97014983a5b47aa94c2deab142)': + '@angular/build@22.2.0-rc.0(7399b1bb495ffddd3ba21fbc9b3a5d9b)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2202.0-next.7(chokidar@5.0.0) - '@angular/compiler': 22.2.0-next.7 - '@angular/compiler-cli': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2) - '@babel/core': 8.0.1 + '@angular-devkit/architect': 0.2202.0-rc.0(chokidar@5.0.0) + '@angular/compiler': 22.2.0-rc.0 + '@angular/compiler-cli': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2) + '@babel/core': 8.0.5 '@inquirer/confirm': 6.3.2(@types/node@22.20.2) '@parcel/watcher': 2.6.0 - '@vitejs/plugin-basic-ssl': 2.3.0(vite@8.2.2(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.0)(sass@1.104.0)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1)) + '@vitejs/plugin-basic-ssl': 2.3.0(vite@8.3.0(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.1)(sass@1.104.1)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1)) beasties: 0.5.4 browserslist: 4.28.9 chokidar: 5.0.0 @@ -10160,28 +10104,28 @@ snapshots: https-proxy-agent: 9.1.0(supports-color@11.0.0) jsonc-parser: 3.3.1 listr2: 11.1.0 - magic-string: 1.2.3 + magic-string: 1.4.1 mrmime: 2.0.1 - oxc-parser: 0.149.0 + oxc-parser: 0.150.0 parse5-html-rewriting-stream: 8.0.1 picomatch: 4.0.7 piscina: 5.3.2 rolldown: 1.2.8 - sass: 1.104.0 - sass-embedded: 1.104.0 + sass: 1.104.1 + sass-embedded: 1.104.1 semver: 7.8.5 source-map-support: 0.5.21 tinyglobby: 0.2.17 tslib: 2.8.1 typescript: 6.0.2 - vite: 8.2.2(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.0)(sass@1.104.0)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1) + vite: 8.3.0(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.1)(sass@1.104.1)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1) xxhash-wasm: 1.1.0 optionalDependencies: - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@angular/localize': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7) - '@angular/platform-browser': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)) - '@angular/platform-server': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) - '@angular/ssr': 22.2.0-next.7(6fd4d4a29b81a63a999801868f479227) + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@angular/localize': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0) + '@angular/platform-browser': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)) + '@angular/platform-server': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0)(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + '@angular/ssr': 22.2.0-rc.0(6188adad6e74e0cdf088138720868043) istanbul-lib-instrument: 6.0.3(supports-color@11.0.0) karma: 6.4.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6) less: 4.9.1(supports-color@11.0.0) @@ -10200,38 +10144,38 @@ snapshots: - tsx - yaml - '@angular/cli@22.2.0-next.7(@types/node@22.20.2)(chokidar@5.0.0)': + '@angular/cli@22.2.0-rc.0(@types/node@22.20.2)(chokidar@5.0.0)': dependencies: - '@angular-devkit/architect': 0.2202.0-next.7(chokidar@5.0.0) - '@angular-devkit/core': 22.2.0-next.7(chokidar@5.0.0) - '@angular-devkit/schematics': 22.2.0-next.7(chokidar@5.0.0) + '@angular-devkit/architect': 0.2202.0-rc.0(chokidar@5.0.0) + '@angular-devkit/core': 22.2.0-rc.0(chokidar@5.0.0) + '@angular-devkit/schematics': 22.2.0-rc.0(chokidar@5.0.0) '@inquirer/prompts': 8.7.2(@types/node@22.20.2) '@listr2/prompt-adapter-inquirer': 4.2.7(@inquirer/prompts@8.7.2(@types/node@22.20.2))(@types/node@22.20.2)(listr2@11.1.0) '@modelcontextprotocol/server': 2.0.0 - '@schematics/angular': 22.2.0-next.7(chokidar@5.0.0) + '@schematics/angular': 22.2.0-rc.0(chokidar@5.0.0) jsonc-parser: 3.3.1 listr2: 11.1.0 npm-package-arg: 14.0.0 parse5-html-rewriting-stream: 8.0.1 semver: 7.8.5 yargs: 18.1.0 - zod: 4.5.4 + zod: 4.6.5 transitivePeerDependencies: - '@types/node' - chokidar - '@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7)': + '@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7)': dependencies: - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2)) + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2)': + '@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2)': dependencies: - '@angular/compiler': 22.2.0-next.7 + '@angular/compiler': 22.2.0-rc.0 '@babel/core': 8.0.1 '@jridgewell/sourcemap-codec': 1.6.0 chokidar: 5.0.0 @@ -10243,24 +10187,24 @@ snapshots: optionalDependencies: typescript: 6.0.2 - '@angular/compiler@22.2.0-next.7': + '@angular/compiler@22.2.0-rc.0': dependencies: tslib: 2.8.1 - '@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)': + '@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 22.2.0-next.7 + '@angular/compiler': 22.2.0-rc.0 zone.js: 0.16.3 - '@angular/forms@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7)': + '@angular/forms@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@angular/platform-browser': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2)) + '@angular/common': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@angular/platform-browser': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2)) '@standard-schema/spec': 1.1.0 rxjs: 6.6.7 tslib: 2.8.1 @@ -10268,23 +10212,23 @@ snapshots: transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/localize@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7)': + '@angular/localize@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0)': dependencies: - '@angular/compiler': 22.2.0-next.7 - '@angular/compiler-cli': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2) + '@angular/compiler': 22.2.0-rc.0 + '@angular/compiler-cli': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2) '@babel/core': 8.0.1 - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2)) tinyglobby: 0.2.17 yargs: 18.1.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f166178ac5c37cd3aadab7b8cb7212f34d71b2a6(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/90a76327155df50e90a41fe76aed67b98a9cf954(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))': dependencies: '@actions/core': 3.0.1 '@conventional-changelog/git-client': 3.1.2(conventional-commits-filter@6.0.1)(conventional-commits-parser@7.1.2) '@google-cloud/spanner': 8.0.0(supports-color@11.0.0) - '@google/genai': 2.20.0(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6) - '@inquirer/prompts': 8.7.0(@types/node@24.13.3) - '@inquirer/type': 4.1.0(@types/node@24.13.3) + '@google/genai': 2.22.0(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6) + '@inquirer/prompts': 8.7.2(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.5) '@octokit/auth-app': 8.3.1 '@octokit/core': 7.0.8 '@octokit/graphql': 9.0.5 @@ -10295,13 +10239,12 @@ snapshots: '@octokit/request-error': 7.1.2 '@octokit/rest': 22.0.1 '@octokit/types': 17.0.0 - '@pnpm/dependency-path': 1001.1.10 '@types/cli-progress': 3.11.6 '@types/ejs': 3.1.5 '@types/events': 3.0.3 '@types/folder-hash': 4.0.4 '@types/jasmine': 6.0.0 - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@types/semver': 7.8.0 '@types/which': 3.0.4 '@types/yargs': 17.0.35 @@ -10314,7 +10257,7 @@ snapshots: ejs: 6.0.1 encoding: 0.1.13 fast-glob: 3.3.3 - firebase: 12.18.0 + firebase: 12.19.0 folder-hash: 4.1.3(supports-color@11.0.0) jasmine: 6.3.0 jasmine-core: 6.3.0 @@ -10330,63 +10273,63 @@ snapshots: typescript: 6.0.2 utf-8-validate: 6.0.6 which: 7.0.0 - yaml: 2.9.0 + yaml: 2.9.1 yargs: 18.1.0 zod: 4.6.5 transitivePeerDependencies: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))': + '@angular/platform-browser-dynamic@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler@22.2.0-rc.0)(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))': dependencies: - '@angular/common': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) - '@angular/compiler': 22.2.0-next.7 - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@angular/platform-browser': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)) + '@angular/common': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) + '@angular/compiler': 22.2.0-rc.0 + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@angular/platform-browser': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)) tslib: 2.8.1 - '@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))': + '@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))': dependencies: - '@angular/common': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2)) + '@angular/common': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/platform-server@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7)': + '@angular/platform-server@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0)(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) - '@angular/compiler': 22.2.0-next.7 - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@angular/platform-browser': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2)) + '@angular/common': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) + '@angular/compiler': 22.2.0-rc.0 + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@angular/platform-browser': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/router@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7)': + '@angular/router@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@angular/platform-browser': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2)) + '@angular/common': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@angular/platform-browser': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/ssr@22.2.0-next.7(6fd4d4a29b81a63a999801868f479227)': + '@angular/ssr@22.2.0-rc.0(6188adad6e74e0cdf088138720868043)': dependencies: - '@angular/common': 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) - '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3) - '@angular/router': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + '@angular/common': 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7) + '@angular/core': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3) + '@angular/router': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) beasties: 0.5.4 tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) + '@angular/platform-server': 22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/compiler@22.2.0-rc.0)(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-rc.0(@angular/common@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.3)))(rxjs@6.6.7) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -10478,15 +10421,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@8.0.0': - dependencies: - '@babel/parser': 8.0.5 - '@babel/types': 8.0.5 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - '@types/jsesc': 2.5.1 - jsesc: 3.1.0 - '@babel/generator@8.0.5': dependencies: '@babel/parser': 8.0.5 @@ -10516,29 +10450,29 @@ snapshots: lru-cache: 11.5.2 verkit: 0.3.2 - '@babel/helper-create-class-features-plugin@8.0.5(@babel/core@8.0.1)': + '@babel/helper-create-class-features-plugin@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-annotate-as-pure': 8.0.0 '@babel/helper-member-expression-to-functions': 8.0.5 '@babel/helper-optimise-call-expression': 8.0.0 - '@babel/helper-replace-supers': 8.0.1(@babel/core@8.0.1) + '@babel/helper-replace-supers': 8.0.1(@babel/core@8.0.5) '@babel/helper-skip-transparent-expression-wrappers': 8.0.0 '@babel/traverse': 8.0.5 verkit: 0.3.2 - '@babel/helper-create-regexp-features-plugin@8.0.5(@babel/core@8.0.1)': + '@babel/helper-create-regexp-features-plugin@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-annotate-as-pure': 8.0.0 regexpu-core: 6.4.0 verkit: 0.3.2 - '@babel/helper-define-polyfill-provider@1.0.0(@babel/core@8.0.1)': + '@babel/helper-define-polyfill-provider@1.0.0(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-compilation-targets': 8.0.5 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) lodash.debounce: 4.0.8 '@babel/helper-globals@7.29.7': {} @@ -10571,9 +10505,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@8.0.5(@babel/core@8.0.1)': + '@babel/helper-module-transforms@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-module-imports': 8.0.0 '@babel/helper-validator-identifier': 8.0.4 '@babel/traverse': 8.0.5 @@ -10582,20 +10516,20 @@ snapshots: dependencies: '@babel/types': 8.0.5 - '@babel/helper-plugin-utils@8.0.1(@babel/core@8.0.1)': + '@babel/helper-plugin-utils@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 - '@babel/helper-remap-async-to-generator@8.0.1(@babel/core@8.0.1)': + '@babel/helper-remap-async-to-generator@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-annotate-as-pure': 8.0.0 '@babel/helper-wrap-function': 8.0.0 '@babel/traverse': 8.0.5 - '@babel/helper-replace-supers@8.0.1(@babel/core@8.0.1)': + '@babel/helper-replace-supers@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-member-expression-to-functions': 8.0.5 '@babel/helper-optimise-call-expression': 8.0.0 '@babel/traverse': 8.0.5 @@ -10645,414 +10579,414 @@ snapshots: dependencies: '@babel/types': 8.0.5 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-bugfix-safari-class-field-initializer-scope@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) '@babel/helper-skip-transparent-expression-wrappers': 8.0.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) '@babel/helper-skip-transparent-expression-wrappers': 8.0.0 - '@babel/plugin-transform-optional-chaining': 8.0.5(@babel/core@8.0.1) + '@babel/plugin-transform-optional-chaining': 8.0.5(@babel/core@8.0.5) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-arrow-functions@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-arrow-functions@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-async-generator-functions@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-async-generator-functions@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) - '@babel/helper-remap-async-to-generator': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) + '@babel/helper-remap-async-to-generator': 8.0.1(@babel/core@8.0.5) '@babel/traverse': 8.0.5 - '@babel/plugin-transform-async-to-generator@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-async-to-generator@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-module-imports': 8.0.0 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) - '@babel/helper-remap-async-to-generator': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) + '@babel/helper-remap-async-to-generator': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-block-scoped-functions@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-block-scoped-functions@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-block-scoping@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-block-scoping@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-class-properties@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-class-properties@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-class-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-class-static-block@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-class-static-block@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-class-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-classes@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-classes@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-annotate-as-pure': 8.0.0 '@babel/helper-compilation-targets': 8.0.5 '@babel/helper-globals': 8.0.0 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) - '@babel/helper-replace-supers': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) + '@babel/helper-replace-supers': 8.0.1(@babel/core@8.0.5) '@babel/traverse': 8.0.5 - '@babel/plugin-transform-computed-properties@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-computed-properties@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-destructuring@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-destructuring@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-dotall-regex@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-dotall-regex@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-duplicate-keys@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-duplicate-keys@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-dynamic-import@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-dynamic-import@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-explicit-resource-management@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-explicit-resource-management@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 8.0.5(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-destructuring': 8.0.5(@babel/core@8.0.5) - '@babel/plugin-transform-exponentiation-operator@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-exponentiation-operator@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-export-namespace-from@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-export-namespace-from@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-for-of@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-for-of@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) '@babel/helper-skip-transparent-expression-wrappers': 8.0.0 - '@babel/plugin-transform-function-name@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-function-name@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-compilation-targets': 8.0.5 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-json-strings@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-json-strings@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-literals@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-literals@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-logical-assignment-operators@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-logical-assignment-operators@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-member-expression-literals@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-member-expression-literals@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-modules-amd@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-modules-amd@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-module-transforms': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-module-transforms': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-modules-commonjs@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-modules-commonjs@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-module-transforms': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-module-transforms': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-modules-systemjs@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-modules-systemjs@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-module-transforms': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-module-transforms': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) '@babel/helper-validator-identifier': 8.0.4 - '@babel/plugin-transform-modules-umd@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-modules-umd@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-module-transforms': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-module-transforms': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-named-capturing-groups-regex@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-named-capturing-groups-regex@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-new-target@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-new-target@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-nullish-coalescing-operator@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-nullish-coalescing-operator@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-numeric-separator@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-numeric-separator@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-object-rest-spread@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-object-rest-spread@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-compilation-targets': 8.0.5 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 8.0.5(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-destructuring': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-parameters': 8.0.5(@babel/core@8.0.5) - '@babel/plugin-transform-object-super@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-object-super@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) - '@babel/helper-replace-supers': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) + '@babel/helper-replace-supers': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-optional-catch-binding@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-optional-catch-binding@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-optional-chaining@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-optional-chaining@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) '@babel/helper-skip-transparent-expression-wrappers': 8.0.0 - '@babel/plugin-transform-parameters@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-parameters@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-private-methods@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-private-methods@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-class-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-private-property-in-object@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-private-property-in-object@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-annotate-as-pure': 8.0.0 - '@babel/helper-create-class-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/helper-create-class-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-property-literals@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-property-literals@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-regenerator@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-regenerator@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-regexp-modifiers@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-regexp-modifiers@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-reserved-words@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-reserved-words@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-runtime@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-runtime@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-module-imports': 8.0.0 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-shorthand-properties@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-shorthand-properties@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-spread@8.0.5(@babel/core@8.0.1)': + '@babel/plugin-transform-spread@8.0.5(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) '@babel/helper-skip-transparent-expression-wrappers': 8.0.0 - '@babel/plugin-transform-sticky-regex@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-sticky-regex@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-template-literals@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-template-literals@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-typeof-symbol@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-typeof-symbol@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-unicode-escapes@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-unicode-escapes@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-unicode-property-regex@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-unicode-property-regex@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-unicode-regex@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-unicode-regex@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/plugin-transform-unicode-sets-regex@8.0.1(@babel/core@8.0.1)': + '@babel/plugin-transform-unicode-sets-regex@8.0.1(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.1) - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-create-regexp-features-plugin': 8.0.5(@babel/core@8.0.5) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) - '@babel/preset-env@8.0.2(@babel/core@8.0.1)': + '@babel/preset-env@8.0.5(@babel/core@8.0.5)': dependencies: '@babel/compat-data': 8.0.5 - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 '@babel/helper-compilation-targets': 8.0.5 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) '@babel/helper-validator-option': 8.0.0 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-bugfix-safari-rest-destructuring-rhs-array': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-async-generator-functions': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-async-to-generator': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoped-functions': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-class-properties': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-class-static-block': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-computed-properties': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-dotall-regex': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-duplicate-keys': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-dynamic-import': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-explicit-resource-management': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-exponentiation-operator': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-export-namespace-from': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-function-name': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-json-strings': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-literals': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-logical-assignment-operators': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-member-expression-literals': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-modules-amd': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-modules-commonjs': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-modules-systemjs': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-modules-umd': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-named-capturing-groups-regex': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-new-target': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-nullish-coalescing-operator': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-numeric-separator': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-object-rest-spread': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-object-super': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-optional-catch-binding': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-optional-chaining': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-private-methods': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-private-property-in-object': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-property-literals': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-regenerator': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-regexp-modifiers': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-reserved-words': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 8.0.5(@babel/core@8.0.1) - '@babel/plugin-transform-sticky-regex': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-template-literals': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-typeof-symbol': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-escapes': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-property-regex': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-regex': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-sets-regex': 8.0.1(@babel/core@8.0.1) - '@babel/preset-modules': 0.2.0(@babel/core@8.0.1) - babel-plugin-polyfill-corejs3: 1.0.0(@babel/core@8.0.1) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-bugfix-safari-rest-destructuring-rhs-array': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-arrow-functions': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-async-generator-functions': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-async-to-generator': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-block-scoped-functions': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-block-scoping': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-class-properties': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-class-static-block': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-classes': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-computed-properties': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-destructuring': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-dotall-regex': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-duplicate-keys': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-dynamic-import': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-explicit-resource-management': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-exponentiation-operator': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-export-namespace-from': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-for-of': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-function-name': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-json-strings': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-literals': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-logical-assignment-operators': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-member-expression-literals': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-modules-amd': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-modules-commonjs': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-modules-systemjs': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-modules-umd': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-named-capturing-groups-regex': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-new-target': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-nullish-coalescing-operator': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-numeric-separator': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-object-rest-spread': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-object-super': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-optional-catch-binding': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-optional-chaining': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-parameters': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-private-methods': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-private-property-in-object': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-property-literals': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-regenerator': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-regexp-modifiers': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-reserved-words': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-shorthand-properties': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-spread': 8.0.5(@babel/core@8.0.5) + '@babel/plugin-transform-sticky-regex': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-template-literals': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-typeof-symbol': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-unicode-escapes': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-unicode-property-regex': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-unicode-regex': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-unicode-sets-regex': 8.0.1(@babel/core@8.0.5) + '@babel/preset-modules': 0.2.0(@babel/core@8.0.5) + babel-plugin-polyfill-corejs3: 1.0.0(@babel/core@8.0.5) core-js-compat: 3.50.0 - semver: 7.8.5 + verkit: 0.3.2 - '@babel/preset-modules@0.2.0(@babel/core@8.0.1)': + '@babel/preset-modules@0.2.0(@babel/core@8.0.5)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-dotall-regex': 8.0.1(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-property-regex': 8.0.1(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-plugin-utils': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-dotall-regex': 8.0.1(@babel/core@8.0.5) + '@babel/plugin-transform-unicode-property-regex': 8.0.1(@babel/core@8.0.5) '@babel/types': 8.0.5 esutils: 2.0.3 - '@babel/runtime@8.0.0': {} + '@babel/runtime@8.0.5': {} '@babel/template@7.29.7': dependencies: @@ -11225,9 +11159,9 @@ snapshots: '@esbuild/win32-x64@0.28.2': optional: true - '@firebase/ai@2.15.0(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)': + '@firebase/ai@2.16.0(@firebase/app-types@0.9.6)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/app-check-interop-types': 0.3.5 '@firebase/app-types': 0.9.6 '@firebase/component': 0.7.5 @@ -11235,33 +11169,33 @@ snapshots: '@firebase/util': 1.15.3 tslib: 2.8.1 - '@firebase/analytics-compat@0.2.30(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)': + '@firebase/analytics-compat@0.2.31(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2)': dependencies: - '@firebase/analytics': 0.10.24(@firebase/app@0.16.1) + '@firebase/analytics': 0.10.25(@firebase/app@0.16.2) '@firebase/analytics-types': 0.8.5 - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 '@firebase/util': 1.15.3 tslib: 2.8.1 '@firebase/analytics-types@0.8.5': {} - '@firebase/analytics@0.10.24(@firebase/app@0.16.1)': + '@firebase/analytics@0.10.25(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 - '@firebase/installations': 0.6.24(@firebase/app@0.16.1) + '@firebase/installations': 0.6.24(@firebase/app@0.16.2) '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 tslib: 2.8.1 - '@firebase/app-check-compat@0.4.7(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)': + '@firebase/app-check-compat@0.4.7(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-check': 0.13.1(@firebase/app@0.16.1) + '@firebase/app': 0.16.2 + '@firebase/app-check': 0.13.1(@firebase/app@0.16.2) '@firebase/app-check-types': 0.5.5 - '@firebase/app-compat': 0.5.17 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 @@ -11271,17 +11205,17 @@ snapshots: '@firebase/app-check-types@0.5.5': {} - '@firebase/app-check@0.13.1(@firebase/app@0.16.1)': + '@firebase/app-check@0.13.1(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 tslib: 2.8.1 - '@firebase/app-compat@0.5.17': + '@firebase/app-compat@0.5.18': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 @@ -11291,7 +11225,7 @@ snapshots: dependencies: '@firebase/logger': 0.5.2 - '@firebase/app@0.16.1': + '@firebase/app@0.16.2': dependencies: '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 @@ -11299,11 +11233,11 @@ snapshots: idb: 7.1.1 tslib: 2.8.1 - '@firebase/auth-compat@0.6.10(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)': + '@firebase/auth-compat@0.6.11(@firebase/app-compat@0.5.18)(@firebase/app-types@0.9.6)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 - '@firebase/auth': 1.13.5(@firebase/app@0.16.1) + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 + '@firebase/auth': 1.13.6(@firebase/app@0.16.2) '@firebase/auth-types': 0.13.2(@firebase/app-types@0.9.6)(@firebase/util@1.15.3) '@firebase/component': 0.7.5 '@firebase/util': 1.15.3 @@ -11319,9 +11253,9 @@ snapshots: '@firebase/app-types': 0.9.6 '@firebase/util': 1.15.3 - '@firebase/auth@1.13.5(@firebase/app@0.16.1)': + '@firebase/auth@1.13.6(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 @@ -11332,16 +11266,16 @@ snapshots: '@firebase/util': 1.15.3 tslib: 2.8.1 - '@firebase/data-connect@0.7.4(@firebase/app@0.16.1)': + '@firebase/data-connect@0.7.4(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/auth-interop-types': 0.2.6 '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 tslib: 2.8.1 - '@firebase/database-compat@2.1.7(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)': + '@firebase/database-compat@2.1.7(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2)': dependencies: '@firebase/component': 0.7.5 '@firebase/database': 1.1.5 @@ -11350,8 +11284,8 @@ snapshots: '@firebase/util': 1.15.3 tslib: 2.8.1 optionalDependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/database-types@1.0.22': dependencies: @@ -11368,12 +11302,12 @@ snapshots: faye-websocket: 0.11.4 tslib: 2.8.1 - '@firebase/firestore-compat@0.4.13(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)': + '@firebase/firestore-compat@0.4.14(@firebase/app-compat@0.5.18)(@firebase/app-types@0.9.6)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 - '@firebase/firestore': 4.17.1(@firebase/app@0.16.1) + '@firebase/firestore': 4.17.2(@firebase/app@0.16.2) '@firebase/firestore-types': 3.0.5(@firebase/app-types@0.9.6)(@firebase/util@1.15.3) '@firebase/util': 1.15.3 tslib: 2.8.1 @@ -11385,9 +11319,9 @@ snapshots: '@firebase/app-types': 0.9.6 '@firebase/util': 1.15.3 - '@firebase/firestore@4.17.1(@firebase/app@0.16.1)': + '@firebase/firestore@4.17.2(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 @@ -11397,21 +11331,21 @@ snapshots: re2js: 2.8.6 tslib: 2.8.1 - '@firebase/functions-compat@0.5.0(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)': + '@firebase/functions-compat@0.5.0(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 - '@firebase/functions': 0.14.0(@firebase/app@0.16.1) + '@firebase/functions': 0.14.0(@firebase/app@0.16.2) '@firebase/functions-types': 0.6.5 '@firebase/util': 1.15.3 tslib: 2.8.1 '@firebase/functions-types@0.6.5': {} - '@firebase/functions@0.14.0(@firebase/app@0.16.1)': + '@firebase/functions@0.14.0(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/app-check-interop-types': 0.3.5 '@firebase/auth-interop-types': 0.2.6 '@firebase/component': 0.7.5 @@ -11419,12 +11353,12 @@ snapshots: '@firebase/util': 1.15.3 tslib: 2.8.1 - '@firebase/installations-compat@0.2.24(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)': + '@firebase/installations-compat@0.2.24(@firebase/app-compat@0.5.18)(@firebase/app-types@0.9.6)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 - '@firebase/installations': 0.6.24(@firebase/app@0.16.1) + '@firebase/installations': 0.6.24(@firebase/app@0.16.2) '@firebase/installations-types': 0.5.5(@firebase/app-types@0.9.6) '@firebase/util': 1.15.3 tslib: 2.8.1 @@ -11435,9 +11369,9 @@ snapshots: dependencies: '@firebase/app-types': 0.9.6 - '@firebase/installations@0.6.24(@firebase/app@0.16.1)': + '@firebase/installations@0.6.24(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 '@firebase/util': 1.15.3 idb: 7.1.1 @@ -11447,78 +11381,78 @@ snapshots: dependencies: tslib: 2.8.1 - '@firebase/messaging-compat@0.2.29(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)': + '@firebase/messaging-compat@0.2.30(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 - '@firebase/messaging': 0.13.2(@firebase/app@0.16.1) + '@firebase/messaging': 0.13.3(@firebase/app@0.16.2) '@firebase/util': 1.15.3 tslib: 2.8.1 '@firebase/messaging-interop-types@0.2.6': {} - '@firebase/messaging@0.13.2(@firebase/app@0.16.1)': + '@firebase/messaging@0.13.3(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 - '@firebase/installations': 0.6.24(@firebase/app@0.16.1) + '@firebase/installations': 0.6.24(@firebase/app@0.16.2) '@firebase/messaging-interop-types': 0.2.6 '@firebase/util': 1.15.3 idb: 7.1.1 tslib: 2.8.1 - '@firebase/performance-compat@0.2.27(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)': + '@firebase/performance-compat@0.2.27(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 - '@firebase/performance': 0.7.14(@firebase/app@0.16.1) + '@firebase/performance': 0.7.14(@firebase/app@0.16.2) '@firebase/performance-types': 0.2.5 '@firebase/util': 1.15.3 tslib: 2.8.1 '@firebase/performance-types@0.2.5': {} - '@firebase/performance@0.7.14(@firebase/app@0.16.1)': + '@firebase/performance@0.7.14(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 - '@firebase/installations': 0.6.24(@firebase/app@0.16.1) + '@firebase/installations': 0.6.24(@firebase/app@0.16.2) '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 tslib: 2.8.1 web-vitals: 4.2.4 - '@firebase/remote-config-compat@0.2.29(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)': + '@firebase/remote-config-compat@0.2.29(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 '@firebase/logger': 0.5.2 - '@firebase/remote-config': 0.9.2(@firebase/app@0.16.1) + '@firebase/remote-config': 0.9.2(@firebase/app@0.16.2) '@firebase/remote-config-types': 0.5.2 '@firebase/util': 1.15.3 tslib: 2.8.1 '@firebase/remote-config-types@0.5.2': {} - '@firebase/remote-config@0.9.2(@firebase/app@0.16.1)': + '@firebase/remote-config@0.9.2(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 - '@firebase/installations': 0.6.24(@firebase/app@0.16.1) + '@firebase/installations': 0.6.24(@firebase/app@0.16.2) '@firebase/logger': 0.5.2 '@firebase/util': 1.15.3 tslib: 2.8.1 - '@firebase/storage-compat@0.4.5(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)': + '@firebase/storage-compat@0.4.5(@firebase/app-compat@0.5.18)(@firebase/app-types@0.9.6)(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 - '@firebase/app-compat': 0.5.17 + '@firebase/app': 0.16.2 + '@firebase/app-compat': 0.5.18 '@firebase/component': 0.7.5 - '@firebase/storage': 0.14.5(@firebase/app@0.16.1) + '@firebase/storage': 0.14.5(@firebase/app@0.16.2) '@firebase/storage-types': 0.8.5(@firebase/app-types@0.9.6)(@firebase/util@1.15.3) '@firebase/util': 1.15.3 tslib: 2.8.1 @@ -11530,9 +11464,9 @@ snapshots: '@firebase/app-types': 0.9.6 '@firebase/util': 1.15.3 - '@firebase/storage@0.14.5(@firebase/app@0.16.1)': + '@firebase/storage@0.14.5(@firebase/app@0.16.2)': dependencies: - '@firebase/app': 0.16.1 + '@firebase/app': 0.16.2 '@firebase/component': 0.7.5 '@firebase/util': 1.15.3 tslib: 2.8.1 @@ -11671,7 +11605,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@2.20.0(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)': + '@google/genai@2.22.0(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)': dependencies: google-auth-library: 10.9.1(supports-color@11.0.0) p-retry: 4.6.2 @@ -11744,14 +11678,14 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/checkbox@5.2.5(@types/node@24.13.3)': + '@inquirer/checkbox@5.2.5(@types/node@24.13.5)': dependencies: '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.3(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/confirm@5.1.21(@types/node@22.20.2)': dependencies: @@ -11767,12 +11701,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/confirm@6.3.2(@types/node@24.13.3)': + '@inquirer/confirm@6.3.2(@types/node@24.13.5)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/core@10.3.2(@types/node@22.20.2)': dependencies: @@ -11799,17 +11733,17 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/core@12.0.3(@types/node@24.13.3)': + '@inquirer/core@12.0.3(@types/node@24.13.5)': dependencies: '@inquirer/ansi': 2.0.8 '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/type': 4.1.1(@types/node@24.13.5) cli-width: 4.1.0 fast-wrap-ansi: 0.2.2 mute-stream: 3.0.0 signal-exit: 4.1.0 optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/editor@4.2.23(@types/node@22.20.2)': dependencies: @@ -11827,13 +11761,13 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/editor@5.3.3(@types/node@24.13.3)': + '@inquirer/editor@5.3.3(@types/node@24.13.5)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.3) - '@inquirer/external-editor': 3.0.5(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/external-editor': 3.0.5(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/expand@4.0.23(@types/node@22.20.2)': dependencies: @@ -11850,12 +11784,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/expand@5.1.5(@types/node@24.13.3)': + '@inquirer/expand@5.1.5(@types/node@24.13.5)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/external-editor@1.0.3(@types/node@22.20.2)': dependencies: @@ -11871,12 +11805,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/external-editor@3.0.5(@types/node@24.13.3)': + '@inquirer/external-editor@3.0.5(@types/node@24.13.5)': dependencies: chardet: 2.2.0 iconv-lite: 0.7.3 optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/figures@1.0.15': {} @@ -11896,12 +11830,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/input@5.1.6(@types/node@24.13.3)': + '@inquirer/input@5.1.6(@types/node@24.13.5)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/number@3.0.23(@types/node@22.20.2)': dependencies: @@ -11917,12 +11851,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/number@4.2.3(@types/node@24.13.3)': + '@inquirer/number@4.2.3(@types/node@24.13.5)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/password@4.0.23(@types/node@22.20.2)': dependencies: @@ -11940,13 +11874,13 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/password@5.2.2(@types/node@24.13.3)': + '@inquirer/password@5.2.2(@types/node@24.13.5)': dependencies: '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.3(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/prompts@7.10.1(@types/node@22.20.2)': dependencies: @@ -11963,21 +11897,6 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/prompts@8.7.0(@types/node@24.13.3)': - dependencies: - '@inquirer/checkbox': 5.2.5(@types/node@24.13.3) - '@inquirer/confirm': 6.3.2(@types/node@24.13.3) - '@inquirer/editor': 5.3.3(@types/node@24.13.3) - '@inquirer/expand': 5.1.5(@types/node@24.13.3) - '@inquirer/input': 5.1.6(@types/node@24.13.3) - '@inquirer/number': 4.2.3(@types/node@24.13.3) - '@inquirer/password': 5.2.2(@types/node@24.13.3) - '@inquirer/rawlist': 5.3.5(@types/node@24.13.3) - '@inquirer/search': 4.3.3(@types/node@24.13.3) - '@inquirer/select': 5.2.5(@types/node@24.13.3) - optionalDependencies: - '@types/node': 24.13.3 - '@inquirer/prompts@8.7.2(@types/node@22.20.2)': dependencies: '@inquirer/checkbox': 5.2.5(@types/node@22.20.2) @@ -11993,6 +11912,21 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 + '@inquirer/prompts@8.7.2(@types/node@24.13.5)': + dependencies: + '@inquirer/checkbox': 5.2.5(@types/node@24.13.5) + '@inquirer/confirm': 6.3.2(@types/node@24.13.5) + '@inquirer/editor': 5.3.3(@types/node@24.13.5) + '@inquirer/expand': 5.1.5(@types/node@24.13.5) + '@inquirer/input': 5.1.6(@types/node@24.13.5) + '@inquirer/number': 4.2.3(@types/node@24.13.5) + '@inquirer/password': 5.2.2(@types/node@24.13.5) + '@inquirer/rawlist': 5.3.5(@types/node@24.13.5) + '@inquirer/search': 4.3.3(@types/node@24.13.5) + '@inquirer/select': 5.2.5(@types/node@24.13.5) + optionalDependencies: + '@types/node': 24.13.5 + '@inquirer/rawlist@4.1.11(@types/node@22.20.2)': dependencies: '@inquirer/core': 10.3.2(@types/node@22.20.2) @@ -12008,12 +11942,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/rawlist@5.3.5(@types/node@24.13.3)': + '@inquirer/rawlist@5.3.5(@types/node@24.13.5)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/search@3.2.2(@types/node@22.20.2)': dependencies: @@ -12032,13 +11966,13 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/search@4.3.3(@types/node@24.13.3)': + '@inquirer/search@4.3.3(@types/node@24.13.5)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/select@4.4.2(@types/node@22.20.2)': dependencies: @@ -12059,30 +11993,26 @@ snapshots: optionalDependencies: '@types/node': 22.20.2 - '@inquirer/select@5.2.5(@types/node@24.13.3)': + '@inquirer/select@5.2.5(@types/node@24.13.5)': dependencies: '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.3(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.5) '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.3) + '@inquirer/type': 4.1.1(@types/node@24.13.5) optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@inquirer/type@3.0.10(@types/node@22.20.2)': optionalDependencies: '@types/node': 22.20.2 - '@inquirer/type@4.1.0(@types/node@24.13.3)': - optionalDependencies: - '@types/node': 24.13.3 - '@inquirer/type@4.1.1(@types/node@22.20.2)': optionalDependencies: '@types/node': 22.20.2 - '@inquirer/type@4.1.1(@types/node@24.13.3)': + '@inquirer/type@4.1.1(@types/node@24.13.5)': optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@isaacs/cliui@8.0.2': dependencies: @@ -12435,20 +12365,20 @@ snapshots: '@napi-rs/nice-win32-x64-msvc': 1.1.1 optional: true - '@nginfra/angular-linking@1.0.11(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))': + '@nginfra/angular-linking@1.0.11(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))': dependencies: - '@angular/compiler-cli': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2) + '@angular/compiler-cli': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2) '@babel/core': 8.0.5 '@types/babel__core': 7.20.5 '@types/node': 22.20.2 tinyglobby: 0.2.12 typescript: 6.0.2 - '@ngtools/webpack@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3))': + '@ngtools/webpack@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3))': dependencies: - '@angular/compiler-cli': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.2) + '@angular/compiler-cli': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.2) typescript: 6.0.2 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) '@noble/hashes@1.4.0': {} @@ -12662,65 +12592,67 @@ snapshots: '@opentelemetry/semantic-conventions@1.43.0': {} - '@oxc-parser/binding-android-arm-eabi@0.149.0': + '@oxc-parser/binding-android-arm-eabi@0.150.0': optional: true - '@oxc-parser/binding-android-arm64@0.149.0': + '@oxc-parser/binding-android-arm64@0.150.0': optional: true - '@oxc-parser/binding-darwin-arm64@0.149.0': + '@oxc-parser/binding-darwin-arm64@0.150.0': optional: true - '@oxc-parser/binding-darwin-x64@0.149.0': + '@oxc-parser/binding-darwin-x64@0.150.0': optional: true - '@oxc-parser/binding-freebsd-x64@0.149.0': + '@oxc-parser/binding-freebsd-x64@0.150.0': optional: true - '@oxc-parser/binding-linux-arm-gnueabihf@0.149.0': + '@oxc-parser/binding-linux-arm-gnueabihf@0.150.0': optional: true - '@oxc-parser/binding-linux-arm-musleabihf@0.149.0': + '@oxc-parser/binding-linux-arm-musleabihf@0.150.0': optional: true - '@oxc-parser/binding-linux-arm64-gnu@0.149.0': + '@oxc-parser/binding-linux-arm64-gnu@0.150.0': optional: true - '@oxc-parser/binding-linux-arm64-musl@0.149.0': + '@oxc-parser/binding-linux-arm64-musl@0.150.0': optional: true - '@oxc-parser/binding-linux-ppc64-gnu@0.149.0': + '@oxc-parser/binding-linux-ppc64-gnu@0.150.0': optional: true - '@oxc-parser/binding-linux-riscv64-gnu@0.149.0': + '@oxc-parser/binding-linux-riscv64-gnu@0.150.0': optional: true - '@oxc-parser/binding-linux-riscv64-musl@0.149.0': + '@oxc-parser/binding-linux-riscv64-musl@0.150.0': optional: true - '@oxc-parser/binding-linux-s390x-gnu@0.149.0': + '@oxc-parser/binding-linux-s390x-gnu@0.150.0': optional: true - '@oxc-parser/binding-linux-x64-gnu@0.149.0': + '@oxc-parser/binding-linux-x64-gnu@0.150.0': optional: true - '@oxc-parser/binding-linux-x64-musl@0.149.0': + '@oxc-parser/binding-linux-x64-musl@0.150.0': optional: true - '@oxc-parser/binding-openharmony-arm64@0.149.0': + '@oxc-parser/binding-openharmony-arm64@0.150.0': optional: true - '@oxc-parser/binding-win32-arm64-msvc@0.149.0': + '@oxc-parser/binding-win32-arm64-msvc@0.150.0': optional: true - '@oxc-parser/binding-win32-ia32-msvc@0.149.0': + '@oxc-parser/binding-win32-ia32-msvc@0.150.0': optional: true - '@oxc-parser/binding-win32-x64-msvc@0.149.0': + '@oxc-parser/binding-win32-x64-msvc@0.150.0': optional: true '@oxc-project/types@0.149.0': {} + '@oxc-project/types@0.150.0': {} + '@parcel/watcher-android-arm64@2.6.0': optional: true @@ -12780,7 +12712,7 @@ snapshots: '@paulirish/trace_engine@0.0.65': dependencies: legacy-javascript: 0.0.1 - third-party-web: 0.29.2 + third-party-web: 0.30.0 '@peculiar/asn1-cms@2.9.4': dependencies: @@ -12886,24 +12818,6 @@ snapshots: '@pnpm/config.env-replace@1.1.0': {} - '@pnpm/crypto.hash@1000.2.2': - dependencies: - '@pnpm/crypto.polyfill': 1000.1.0 - '@pnpm/graceful-fs': 1000.1.0 - ssri: 10.0.5 - - '@pnpm/crypto.polyfill@1000.1.0': {} - - '@pnpm/dependency-path@1001.1.10': - dependencies: - '@pnpm/crypto.hash': 1000.2.2 - '@pnpm/types': 1001.3.0 - semver: 7.8.5 - - '@pnpm/graceful-fs@1000.1.0': - dependencies: - graceful-fs: 4.2.11 - '@pnpm/network.ca-file@1.0.2': dependencies: graceful-fs: 4.2.10 @@ -12914,8 +12828,6 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@pnpm/types@1001.3.0': {} - '@puppeteer/browsers@3.2.2': dependencies: modern-tar: 0.8.5 @@ -13073,12 +12985,12 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.63.2': optional: true - '@schematics/angular@22.2.0-next.7(chokidar@5.0.0)': + '@schematics/angular@22.2.0-rc.0(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.2.0-next.7(chokidar@5.0.0) - '@angular-devkit/schematics': 22.2.0-next.7(chokidar@5.0.0) + '@angular-devkit/core': 22.2.0-rc.0(chokidar@5.0.0) + '@angular-devkit/schematics': 22.2.0-rc.0(chokidar@5.0.0) jsonc-parser: 3.3.1 - oxc-parser: 0.149.0 + oxc-parser: 0.150.0 typescript: 6.0.2 transitivePeerDependencies: - chokidar @@ -13264,7 +13176,7 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.13.3': + '@types/node@24.13.5': dependencies: undici-types: 7.18.2 @@ -13343,9 +13255,9 @@ snapshots: '@types/youtube@0.3.0': {} - '@vitejs/plugin-basic-ssl@2.3.0(vite@8.2.2(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.0)(sass@1.104.0)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1))': + '@vitejs/plugin-basic-ssl@2.3.0(vite@8.3.0(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.1)(sass@1.104.1)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1))': dependencies: - vite: 8.2.2(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.0)(sass@1.104.0)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1) + vite: 8.3.0(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.1)(sass@1.104.1)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1) '@webassemblyjs/ast@1.14.1': dependencies: @@ -13660,15 +13572,6 @@ snapshots: stubborn-fs: 2.0.0 when-exit: 2.1.5 - autoprefixer@10.5.5(postcss@8.5.28): - dependencies: - browserslist: 4.28.9 - caniuse-lite: 1.0.30001810 - fraction.js: 5.3.4 - picocolors: 1.1.1 - postcss: 8.5.28 - postcss-value-parser: 4.2.0 - autoprefixer@10.6.0(postcss@8.5.28): dependencies: browserslist: 4.28.9 @@ -13690,17 +13593,17 @@ snapshots: b4a@1.9.0: {} - babel-loader@10.1.1(@babel/core@8.0.1)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + babel-loader@10.1.1(@babel/core@8.0.5)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 8.0.5 find-up: 5.0.0 optionalDependencies: - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) - babel-plugin-polyfill-corejs3@1.0.0(@babel/core@8.0.1): + babel-plugin-polyfill-corejs3@1.0.0(@babel/core@8.0.5): dependencies: - '@babel/core': 8.0.1 - '@babel/helper-define-polyfill-provider': 1.0.0(@babel/core@8.0.1) + '@babel/core': 8.0.5 + '@babel/helper-define-polyfill-provider': 1.0.0(@babel/core@8.0.5) core-js-compat: 3.50.0 bail@1.0.5: {} @@ -14315,14 +14218,14 @@ snapshots: dependencies: is-what: 4.1.16 - copy-webpack-plugin@14.0.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + copy-webpack-plugin@14.0.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.5.0 serialize-javascript: 7.1.1 tinyglobby: 0.2.17 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) core-js-compat@3.50.0: dependencies: @@ -14387,7 +14290,7 @@ snapshots: css-functions-list@3.3.3: {} - css-loader@7.1.5(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + css-loader@7.1.5(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: icss-utils: 5.1.0(postcss@8.5.28) postcss: 8.5.28 @@ -14398,7 +14301,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.8.5 optionalDependencies: - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) css-select@7.0.0: dependencies: @@ -15302,35 +15205,35 @@ snapshots: - supports-color - utf-8-validate - firebase@12.18.0: + firebase@12.19.0: dependencies: - '@firebase/ai': 2.15.0(@firebase/app-types@0.9.6)(@firebase/app@0.16.1) - '@firebase/analytics': 0.10.24(@firebase/app@0.16.1) - '@firebase/analytics-compat': 0.2.30(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1) - '@firebase/app': 0.16.1 - '@firebase/app-check': 0.13.1(@firebase/app@0.16.1) - '@firebase/app-check-compat': 0.4.7(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1) - '@firebase/app-compat': 0.5.17 + '@firebase/ai': 2.16.0(@firebase/app-types@0.9.6)(@firebase/app@0.16.2) + '@firebase/analytics': 0.10.25(@firebase/app@0.16.2) + '@firebase/analytics-compat': 0.2.31(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2) + '@firebase/app': 0.16.2 + '@firebase/app-check': 0.13.1(@firebase/app@0.16.2) + '@firebase/app-check-compat': 0.4.7(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2) + '@firebase/app-compat': 0.5.18 '@firebase/app-types': 0.9.6 - '@firebase/auth': 1.13.5(@firebase/app@0.16.1) - '@firebase/auth-compat': 0.6.10(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1) - '@firebase/data-connect': 0.7.4(@firebase/app@0.16.1) + '@firebase/auth': 1.13.6(@firebase/app@0.16.2) + '@firebase/auth-compat': 0.6.11(@firebase/app-compat@0.5.18)(@firebase/app-types@0.9.6)(@firebase/app@0.16.2) + '@firebase/data-connect': 0.7.4(@firebase/app@0.16.2) '@firebase/database': 1.1.5 - '@firebase/database-compat': 2.1.7(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1) - '@firebase/firestore': 4.17.1(@firebase/app@0.16.1) - '@firebase/firestore-compat': 0.4.13(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1) - '@firebase/functions': 0.14.0(@firebase/app@0.16.1) - '@firebase/functions-compat': 0.5.0(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1) - '@firebase/installations': 0.6.24(@firebase/app@0.16.1) - '@firebase/installations-compat': 0.2.24(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1) - '@firebase/messaging': 0.13.2(@firebase/app@0.16.1) - '@firebase/messaging-compat': 0.2.29(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1) - '@firebase/performance': 0.7.14(@firebase/app@0.16.1) - '@firebase/performance-compat': 0.2.27(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1) - '@firebase/remote-config': 0.9.2(@firebase/app@0.16.1) - '@firebase/remote-config-compat': 0.2.29(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1) - '@firebase/storage': 0.14.5(@firebase/app@0.16.1) - '@firebase/storage-compat': 0.4.5(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1) + '@firebase/database-compat': 2.1.7(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2) + '@firebase/firestore': 4.17.2(@firebase/app@0.16.2) + '@firebase/firestore-compat': 0.4.14(@firebase/app-compat@0.5.18)(@firebase/app-types@0.9.6)(@firebase/app@0.16.2) + '@firebase/functions': 0.14.0(@firebase/app@0.16.2) + '@firebase/functions-compat': 0.5.0(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2) + '@firebase/installations': 0.6.24(@firebase/app@0.16.2) + '@firebase/installations-compat': 0.2.24(@firebase/app-compat@0.5.18)(@firebase/app-types@0.9.6)(@firebase/app@0.16.2) + '@firebase/messaging': 0.13.3(@firebase/app@0.16.2) + '@firebase/messaging-compat': 0.2.30(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2) + '@firebase/performance': 0.7.14(@firebase/app@0.16.2) + '@firebase/performance-compat': 0.2.27(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2) + '@firebase/remote-config': 0.9.2(@firebase/app@0.16.2) + '@firebase/remote-config-compat': 0.2.29(@firebase/app-compat@0.5.18)(@firebase/app@0.16.2) + '@firebase/storage': 0.14.5(@firebase/app@0.16.2) + '@firebase/storage-compat': 0.4.5(@firebase/app-compat@0.5.18)(@firebase/app-types@0.9.6)(@firebase/app@0.16.2) '@firebase/util': 1.15.3 transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -15488,7 +15391,7 @@ snapshots: gcp-metadata@8.1.2(supports-color@11.0.0): dependencies: gaxios: 7.3.1(supports-color@11.0.0) - google-logging-utils: 1.1.3 + google-logging-utils: 1.2.0 json-bigint: 1.0.0 transitivePeerDependencies: - supports-color @@ -15676,7 +15579,7 @@ snapshots: ecdsa-sig-formatter: 1.0.11 gaxios: 7.3.1(supports-color@11.0.0) gcp-metadata: 8.1.4(supports-color@11.0.0) - google-logging-utils: 1.1.3 + google-logging-utils: 1.2.0 gtoken: 8.0.0(supports-color@11.0.0) jws: 4.0.1 transitivePeerDependencies: @@ -16697,12 +16600,12 @@ snapshots: legacy-javascript@0.0.1: {} - less-loader@13.0.0(less@4.9.1(supports-color@11.0.0))(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + less-loader@13.0.0(less@4.9.1(supports-color@11.0.0))(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: '@types/less': 3.0.8 less: 4.9.1(supports-color@11.0.0) optionalDependencies: - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) less@4.9.1(supports-color@11.0.0): dependencies: @@ -16730,11 +16633,11 @@ snapshots: libsodium@0.7.16: {} - license-webpack-plugin@4.0.2(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + license-webpack-plugin@4.0.2(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: webpack-sources: 3.5.1 optionalDependencies: - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) lie@3.3.0: dependencies: @@ -17024,11 +16927,11 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.6.0 - magic-string@1.2.3: + magic-string@1.3.1: dependencies: '@jridgewell/sourcemap-codec': 1.6.0 - magic-string@1.3.1: + magic-string@1.4.1: dependencies: '@jridgewell/sourcemap-codec': 1.6.0 @@ -17147,11 +17050,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.10.2(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + mini-css-extract-plugin@2.10.2(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: schema-utils: 4.5.0 tapable: 2.3.3 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) minimalistic-assert@1.0.1: {} @@ -17191,13 +17094,13 @@ snapshots: minimist@1.2.8: {} - minimizer-webpack-plugin@5.10.1(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + minimizer-webpack-plugin@5.10.1(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.5.0 terser: 5.51.2 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) optionalDependencies: esbuild: 0.28.2 lightningcss: 1.33.0 @@ -17510,6 +17413,15 @@ snapshots: powershell-utils: 0.2.1 wsl-utils: 1.0.0 + open@11.0.4: + dependencies: + default-browser: 5.5.1 + define-lazy-prop: 3.0.0 + is-in-ssh: 1.0.0 + is-inside-container: 1.0.0 + powershell-utils: 0.2.1 + wsl-utils: 1.0.0 + open@6.4.0: dependencies: is-wsl: 1.1.0 @@ -17572,29 +17484,29 @@ snapshots: object-keys: 1.1.1 safe-push-apply: 1.0.0 - oxc-parser@0.149.0: + oxc-parser@0.150.0: dependencies: - '@oxc-project/types': 0.149.0 + '@oxc-project/types': 0.150.0 optionalDependencies: - '@oxc-parser/binding-android-arm-eabi': 0.149.0 - '@oxc-parser/binding-android-arm64': 0.149.0 - '@oxc-parser/binding-darwin-arm64': 0.149.0 - '@oxc-parser/binding-darwin-x64': 0.149.0 - '@oxc-parser/binding-freebsd-x64': 0.149.0 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.149.0 - '@oxc-parser/binding-linux-arm-musleabihf': 0.149.0 - '@oxc-parser/binding-linux-arm64-gnu': 0.149.0 - '@oxc-parser/binding-linux-arm64-musl': 0.149.0 - '@oxc-parser/binding-linux-ppc64-gnu': 0.149.0 - '@oxc-parser/binding-linux-riscv64-gnu': 0.149.0 - '@oxc-parser/binding-linux-riscv64-musl': 0.149.0 - '@oxc-parser/binding-linux-s390x-gnu': 0.149.0 - '@oxc-parser/binding-linux-x64-gnu': 0.149.0 - '@oxc-parser/binding-linux-x64-musl': 0.149.0 - '@oxc-parser/binding-openharmony-arm64': 0.149.0 - '@oxc-parser/binding-win32-arm64-msvc': 0.149.0 - '@oxc-parser/binding-win32-ia32-msvc': 0.149.0 - '@oxc-parser/binding-win32-x64-msvc': 0.149.0 + '@oxc-parser/binding-android-arm-eabi': 0.150.0 + '@oxc-parser/binding-android-arm64': 0.150.0 + '@oxc-parser/binding-darwin-arm64': 0.150.0 + '@oxc-parser/binding-darwin-x64': 0.150.0 + '@oxc-parser/binding-freebsd-x64': 0.150.0 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.150.0 + '@oxc-parser/binding-linux-arm-musleabihf': 0.150.0 + '@oxc-parser/binding-linux-arm64-gnu': 0.150.0 + '@oxc-parser/binding-linux-arm64-musl': 0.150.0 + '@oxc-parser/binding-linux-ppc64-gnu': 0.150.0 + '@oxc-parser/binding-linux-riscv64-gnu': 0.150.0 + '@oxc-parser/binding-linux-riscv64-musl': 0.150.0 + '@oxc-parser/binding-linux-s390x-gnu': 0.150.0 + '@oxc-parser/binding-linux-x64-gnu': 0.150.0 + '@oxc-parser/binding-linux-x64-musl': 0.150.0 + '@oxc-parser/binding-openharmony-arm64': 0.150.0 + '@oxc-parser/binding-win32-arm64-msvc': 0.150.0 + '@oxc-parser/binding-win32-ia32-msvc': 0.150.0 + '@oxc-parser/binding-win32-x64-msvc': 0.150.0 p-defer@3.0.0: {} @@ -17834,14 +17746,14 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-loader@8.2.1(postcss@8.5.28)(typescript@6.0.2)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + postcss-loader@8.2.1(postcss@8.5.28)(typescript@6.0.2)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: cosmiconfig: 9.0.2(typescript@6.0.2) jiti: 2.7.0 postcss: 8.5.28 semver: 7.8.5 optionalDependencies: - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) transitivePeerDependencies: - typescript @@ -18483,65 +18395,65 @@ snapshots: safevalues@1.2.0: {} - sass-embedded-all-unknown@1.104.0: + sass-embedded-all-unknown@1.104.1: dependencies: - sass: 1.104.0 + sass: 1.104.1 optional: true - sass-embedded-android-arm64@1.104.0: + sass-embedded-android-arm64@1.104.1: optional: true - sass-embedded-android-arm@1.104.0: + sass-embedded-android-arm@1.104.1: optional: true - sass-embedded-android-riscv64@1.104.0: + sass-embedded-android-riscv64@1.104.1: optional: true - sass-embedded-android-x64@1.104.0: + sass-embedded-android-x64@1.104.1: optional: true - sass-embedded-darwin-arm64@1.104.0: + sass-embedded-darwin-arm64@1.104.1: optional: true - sass-embedded-darwin-x64@1.104.0: + sass-embedded-darwin-x64@1.104.1: optional: true - sass-embedded-linux-arm64@1.104.0: + sass-embedded-linux-arm64@1.104.1: optional: true - sass-embedded-linux-arm@1.104.0: + sass-embedded-linux-arm@1.104.1: optional: true - sass-embedded-linux-musl-arm64@1.104.0: + sass-embedded-linux-musl-arm64@1.104.1: optional: true - sass-embedded-linux-musl-arm@1.104.0: + sass-embedded-linux-musl-arm@1.104.1: optional: true - sass-embedded-linux-musl-riscv64@1.104.0: + sass-embedded-linux-musl-riscv64@1.104.1: optional: true - sass-embedded-linux-musl-x64@1.104.0: + sass-embedded-linux-musl-x64@1.104.1: optional: true - sass-embedded-linux-riscv64@1.104.0: + sass-embedded-linux-riscv64@1.104.1: optional: true - sass-embedded-linux-x64@1.104.0: + sass-embedded-linux-x64@1.104.1: optional: true - sass-embedded-unknown-all@1.104.0: + sass-embedded-unknown-all@1.104.1: dependencies: - sass: 1.104.0 + sass: 1.104.1 optional: true - sass-embedded-win32-arm64@1.104.0: + sass-embedded-win32-arm64@1.104.1: optional: true - sass-embedded-win32-x64@1.104.0: + sass-embedded-win32-x64@1.104.1: optional: true - sass-embedded@1.104.0: + sass-embedded@1.104.1: dependencies: '@bufbuild/protobuf': 2.15.0 colorjs.io: 0.7.1 @@ -18551,38 +18463,30 @@ snapshots: sync-child-process: 1.0.2 varint: 6.0.0 optionalDependencies: - sass-embedded-all-unknown: 1.104.0 - sass-embedded-android-arm: 1.104.0 - sass-embedded-android-arm64: 1.104.0 - sass-embedded-android-riscv64: 1.104.0 - sass-embedded-android-x64: 1.104.0 - sass-embedded-darwin-arm64: 1.104.0 - sass-embedded-darwin-x64: 1.104.0 - sass-embedded-linux-arm: 1.104.0 - sass-embedded-linux-arm64: 1.104.0 - sass-embedded-linux-musl-arm: 1.104.0 - sass-embedded-linux-musl-arm64: 1.104.0 - sass-embedded-linux-musl-riscv64: 1.104.0 - sass-embedded-linux-musl-x64: 1.104.0 - sass-embedded-linux-riscv64: 1.104.0 - sass-embedded-linux-x64: 1.104.0 - sass-embedded-unknown-all: 1.104.0 - sass-embedded-win32-arm64: 1.104.0 - sass-embedded-win32-x64: 1.104.0 - - sass-loader@17.0.1(sass-embedded@1.104.0)(sass@1.104.1)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + sass-embedded-all-unknown: 1.104.1 + sass-embedded-android-arm: 1.104.1 + sass-embedded-android-arm64: 1.104.1 + sass-embedded-android-riscv64: 1.104.1 + sass-embedded-android-x64: 1.104.1 + sass-embedded-darwin-arm64: 1.104.1 + sass-embedded-darwin-x64: 1.104.1 + sass-embedded-linux-arm: 1.104.1 + sass-embedded-linux-arm64: 1.104.1 + sass-embedded-linux-musl-arm: 1.104.1 + sass-embedded-linux-musl-arm64: 1.104.1 + sass-embedded-linux-musl-riscv64: 1.104.1 + sass-embedded-linux-musl-x64: 1.104.1 + sass-embedded-linux-riscv64: 1.104.1 + sass-embedded-linux-x64: 1.104.1 + sass-embedded-unknown-all: 1.104.1 + sass-embedded-win32-arm64: 1.104.1 + sass-embedded-win32-x64: 1.104.1 + + sass-loader@17.0.1(sass-embedded@1.104.1)(sass@1.104.1)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): optionalDependencies: sass: 1.104.1 - sass-embedded: 1.104.0 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) - - sass@1.104.0: - dependencies: - chokidar: 5.0.0 - immutable: 5.1.9 - source-map-js: 1.2.1 - optionalDependencies: - '@parcel/watcher': 2.6.0 + sass-embedded: 1.104.1 + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) sass@1.104.1: dependencies: @@ -18884,11 +18788,11 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@5.0.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + source-map-loader@5.0.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) source-map-support@0.4.18: dependencies: @@ -18985,10 +18889,6 @@ snapshots: safer-buffer: 2.1.2 tweetnacl: 0.14.5 - ssri@10.0.5: - dependencies: - minipass: 7.1.3 - stack-trace@0.0.10: {} statuses@1.5.0: {} @@ -19340,6 +19240,8 @@ snapshots: third-party-web@0.29.2: {} + third-party-web@0.30.0: {} + through2@2.0.5: dependencies: readable-stream: 2.3.8 @@ -19740,7 +19642,7 @@ snapshots: unist-util-stringify-position: 1.1.2 vfile-message: 1.1.1 - vite@8.2.2(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.0)(sass@1.104.0)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1): + vite@8.3.0(@types/node@22.20.2)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.1(supports-color@11.0.0))(sass-embedded@1.104.1)(sass@1.104.1)(terser@5.51.2)(tsx@4.23.13)(yaml@2.9.1): dependencies: lightningcss: 1.33.0 picomatch: 4.0.7 @@ -19753,8 +19655,8 @@ snapshots: fsevents: 2.3.3 jiti: 2.7.0 less: 4.9.1(supports-color@11.0.0) - sass: 1.104.0 - sass-embedded: 1.104.0 + sass: 1.104.1 + sass-embedded: 1.104.1 terser: 5.51.2 tsx: 4.23.13 yaml: 2.9.1 @@ -19812,7 +19714,7 @@ snapshots: webidl-conversions@3.0.1: {} - webpack-dev-middleware@8.3.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + webpack-dev-middleware@8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: ansi-html-community: 0.0.8 memfs: 4.78.0 @@ -19820,9 +19722,9 @@ snapshots: range-parser: 1.3.0 schema-utils: 4.5.0 optionalDependencies: - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) - webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -19847,10 +19749,10 @@ snapshots: selfsigned: 5.5.0 serve-index: 1.9.2(supports-color@11.0.0) tinyglobby: 0.2.17 - webpack-dev-middleware: 8.3.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) + webpack-dev-middleware: 8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) ws: 8.21.3(bufferutil@4.1.0)(utf-8-validate@6.0.6) optionalDependencies: - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) transitivePeerDependencies: - bufferutil - supports-color @@ -19864,19 +19766,18 @@ snapshots: webpack-sources@3.5.1: {} - webpack-subresource-integrity@5.1.0(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): + webpack-subresource-integrity@5.1.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: typed-assert: 1.0.9 - webpack: 5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) + webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) - webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3): + webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3): dependencies: '@types/estree': 1.0.9 '@types/json-schema': 7.0.15 '@webassemblyjs/ast': 1.14.1 '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.18.0 browserslist: 4.28.9 chrome-trace-event: 1.0.4 enhanced-resolve: 5.25.1 @@ -19884,8 +19785,7 @@ snapshots: events: 3.3.0 graceful-fs: 4.2.11 mime-db: 1.54.0 - minimizer-webpack-plugin: 5.10.1(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)(webpack@5.110.3(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) - neo-async: 2.6.2 + minimizer-webpack-plugin: 5.10.1(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) schema-utils: 4.5.0 tapable: 2.3.3 watchpack: 2.5.2 @@ -20112,8 +20012,6 @@ snapshots: yaml@1.10.3: {} - yaml@2.9.0: {} - yaml@2.9.1: {} yargs-parser@18.1.3: @@ -20190,8 +20088,6 @@ snapshots: zod@3.25.76: {} - zod@4.5.4: {} - zod@4.6.5: {} zone.js@0.16.3: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 230daa66210b..3046c1d1d2c1 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -18,23 +18,23 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 22.2.0-next.7 - '@angular-devkit/core': 22.2.0-next.7 - '@angular-devkit/schematics': 22.2.0-next.7 - '@angular/build': 22.2.0-next.7 - '@angular/cli': 22.2.0-next.7 - '@angular/common': 22.2.0-next.7 - '@angular/compiler-cli': 22.2.0-next.7 - '@angular/compiler': 22.2.0-next.7 - '@angular/core': 22.2.0-next.7 - '@angular/ssr': 22.2.0-next.7 - '@angular/forms': 22.2.0-next.7 - '@angular/localize': 22.2.0-next.7 - '@angular/platform-browser': 22.2.0-next.7 - '@angular/platform-browser-dynamic': 22.2.0-next.7 - '@angular/platform-server': 22.2.0-next.7 - '@angular/router': 22.2.0-next.7 - '@schematics/angular': 22.2.0-next.7 + '@angular-devkit/build-angular': 22.2.0-rc.0 + '@angular-devkit/core': 22.2.0-rc.0 + '@angular-devkit/schematics': 22.2.0-rc.0 + '@angular/build': 22.2.0-rc.0 + '@angular/cli': 22.2.0-rc.0 + '@angular/common': 22.2.0-rc.0 + '@angular/compiler-cli': 22.2.0-rc.0 + '@angular/compiler': 22.2.0-rc.0 + '@angular/core': 22.2.0-rc.0 + '@angular/ssr': 22.2.0-rc.0 + '@angular/forms': 22.2.0-rc.0 + '@angular/localize': 22.2.0-rc.0 + '@angular/platform-browser': 22.2.0-rc.0 + '@angular/platform-browser-dynamic': 22.2.0-rc.0 + '@angular/platform-server': 22.2.0-rc.0 + '@angular/router': 22.2.0-rc.0 + '@schematics/angular': 22.2.0-rc.0 'rxjs': ^6.6.7 # The minimum age of a release to be considered for dependency installation.