diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index adb620ec5285..1160ea5a41a9 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/branch-manager@238d775bf817ed92f2ee2e570eada7c4d23ee2be 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 9cd85396ea45..3e96757dc42a 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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 3714d73324a9..b215326efcc0 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Install node modules @@ -49,13 +49,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -67,13 +67,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -85,13 +85,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -104,13 +104,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -122,13 +122,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -140,13 +140,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and @@ -174,9 +174,9 @@ jobs: - name: Disable AppArmor run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -199,14 +199,14 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/browserstack@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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 3aa6fb0064b5..e4c601d67883 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 703f12627f70..62254100b444 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/pull-request-labeling@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/post-approval-changes@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/docs-preview-build.yml b/.github/workflows/docs-preview-build.yml index 3a75fb76281f..6530411be20d 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@238d775bf817ed92f2ee2e570eada7c4d23ee2be 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 2db5f2214468..596e062d77fa 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -40,7 +40,7 @@ jobs: npx -y firebase-tools@latest target:clear --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio npx -y firebase-tools@latest target:apply --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@238d775bf817ed92f2ee2e570eada7c4d23ee2be 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 0ddeed92efff..71cbc23f0d1f 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/google-internal-tests@238d775bf817ed92f2ee2e570eada7c4d23ee2be 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 d833f6e4689b..7ecaa3cd295d 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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 04621a874979..4325c92d0628 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Install node modules @@ -45,7 +45,7 @@ jobs: - name: Check code format run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/linting/licenses@238d775bf817ed92f2ee2e570eada7c4d23ee2be # Commit message check is last intentionally, because the caretaker can fix it # during merge, while other lint failures have to be resolved by the PR author. - name: Check commit message @@ -55,13 +55,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -103,13 +103,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -119,13 +119,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -135,13 +135,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -164,7 +164,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -172,8 +172,8 @@ jobs: - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/browserstack@238d775bf817ed92f2ee2e570eada7c4d23ee2be - 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 55c5d55f189c..f69c9f3d5981 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,18 +23,18 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be # 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@238d775bf817ed92f2ee2e570eada7c4d23ee2be 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 6d330b81fcf5..980b50da285d 100644 --- a/.github/workflows/preview-deploy-dev-app.yml +++ b/.github/workflows/preview-deploy-dev-app.yml @@ -33,7 +33,7 @@ jobs: npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@238d775bf817ed92f2ee2e570eada7c4d23ee2be 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 1a0d2bee8fa6..d1b7e73b7944 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@238d775bf817ed92f2ee2e570eada7c4d23ee2be - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@238d775bf817ed92f2ee2e570eada7c4d23ee2be with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and diff --git a/MODULE.bazel b/MODULE.bazel index 1fa0df59f776..c6a9c383d3fa 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "7e2eefa1375195fa7616f78a76f538a188852067", + commit = "238d775bf817ed92f2ee2e570eada7c4d23ee2be", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 4c0ead9a4443..ee646b07ab89 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "devDependencies": { "@angular/compiler-cli": "catalog:", "@angular/localize": "catalog:", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e5cf193487333c2dbb5eaaa0941a6b23b34af262", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#472b13c749d3436957c26d86e296545c4d208589", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d5dd2f2f8e3..6acc709bd1b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,53 +7,53 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular-devkit/core': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular-devkit/schematics': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/cli': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/common': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/compiler': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/compiler-cli': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/core': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/forms': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/localize': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/platform-browser': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/platform-browser-dynamic': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/platform-server': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/router': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/ssr': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@schematics/angular': - specifier: 21.0.0-next.0 - version: 21.0.0-next.0 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -69,25 +69,25 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 21.0.0-next.0(chokidar@4.0.3) + version: 21.0.0-next.2(chokidar@4.0.3) '@angular-devkit/schematics': specifier: 'catalog:' - version: 21.0.0-next.0(chokidar@4.0.3) + version: 21.0.0-next.2(chokidar@4.0.3) '@angular/common': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + version: 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 21.0.0-next.0 + version: 21.0.0-next.2 '@angular/core': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) + version: 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) '@angular/forms': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@angular/platform-browser': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)) + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)) '@types/google.maps': specifier: ^3.54.10 version: 3.58.1 @@ -121,19 +121,19 @@ importers: devDependencies: '@angular/compiler-cli': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2) + version: 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@angular/localize': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0) + version: 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#e5cf193487333c2dbb5eaaa0941a6b23b34af262 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/e5cf193487333c2dbb5eaaa0941a6b23b34af262(@modelcontextprotocol/sdk@1.17.3) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#472b13c749d3436957c26d86e296545c4d208589 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/472b13c749d3436957c26d86e296545c4d208589(@modelcontextprotocol/sdk@1.17.5) '@angular/platform-server': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0)(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@angular/router': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@babel/core': specifier: ^7.16.12 version: 7.28.0 @@ -166,7 +166,7 @@ importers: version: 16.0.1(rollup@4.46.2) '@schematics/angular': specifier: 'catalog:' - version: 21.0.0-next.0(chokidar@4.0.3) + version: 21.0.0-next.2(chokidar@4.0.3) '@types/babel__core': specifier: ^7.1.18 version: 7.20.5 @@ -355,25 +355,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + version: 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 21.0.0-next.0 + version: 21.0.0-next.2 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) + version: 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) '@angular/forms': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0) + version: 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2) '@angular/material': specifier: workspace:* version: link:../src/material @@ -385,16 +385,16 @@ importers: version: link:../src/material-moment-adapter '@angular/platform-browser': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)) + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler@21.0.0-next.0)(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))) + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))) '@angular/router': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@angular/ssr': specifier: 'catalog:' - version: 21.0.0-next.0(2fd076adf7b395476f88f6eea7420f85) + version: 21.0.0-next.2(dd9f288ff911d4e7d351e5c586ba0e2f) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -419,13 +419,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 21.0.0-next.0(ecbdb97fa1b95299a1e5759bcf8d6205) + version: 21.0.0-next.2(24cbe1331f4c3dc56592b4dacb560197) '@angular/cli': specifier: 'catalog:' - version: 21.0.0-next.0(@types/node@22.17.1)(chokidar@4.0.3) + version: 21.0.0-next.2(@types/node@22.17.1)(chokidar@4.0.3) '@angular/compiler-cli': specifier: 'catalog:' - version: 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2) + version: 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.26.0 @@ -712,72 +712,72 @@ packages: '@actions/io@1.1.3': resolution: {integrity: sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==} - '@algolia/abtesting@1.1.0': - resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} + '@algolia/abtesting@1.3.0': + resolution: {integrity: sha512-KqPVLdVNfoJzX5BKNGM9bsW8saHeyax8kmPFXul5gejrSPN3qss7PgsFH5mMem7oR8tvjvNkia97ljEYPYCN8Q==} engines: {node: '>= 14.0.0'} - '@algolia/client-abtesting@5.35.0': - resolution: {integrity: sha512-uUdHxbfHdoppDVflCHMxRlj49/IllPwwQ2cQ8DLC4LXr3kY96AHBpW0dMyi6ygkn2MtFCc6BxXCzr668ZRhLBQ==} + '@algolia/client-abtesting@5.37.0': + resolution: {integrity: sha512-Dp2Zq+x9qQFnuiQhVe91EeaaPxWBhzwQ6QnznZQnH9C1/ei3dvtmAFfFeaTxM6FzfJXDLvVnaQagTYFTQz3R5g==} engines: {node: '>= 14.0.0'} - '@algolia/client-analytics@5.35.0': - resolution: {integrity: sha512-SunAgwa9CamLcRCPnPHx1V2uxdQwJGqb1crYrRWktWUdld0+B2KyakNEeVn5lln4VyeNtW17Ia7V7qBWyM/Skw==} + '@algolia/client-analytics@5.37.0': + resolution: {integrity: sha512-wyXODDOluKogTuZxRII6mtqhAq4+qUR3zIUJEKTiHLe8HMZFxfUEI4NO2qSu04noXZHbv/sRVdQQqzKh12SZuQ==} engines: {node: '>= 14.0.0'} - '@algolia/client-common@5.35.0': - resolution: {integrity: sha512-ipE0IuvHu/bg7TjT2s+187kz/E3h5ssfTtjpg1LbWMgxlgiaZIgTTbyynM7NfpSJSKsgQvCQxWjGUO51WSCu7w==} + '@algolia/client-common@5.37.0': + resolution: {integrity: sha512-GylIFlPvLy9OMgFG8JkonIagv3zF+Dx3H401Uo2KpmfMVBBJiGfAb9oYfXtplpRMZnZPxF5FnkWaI/NpVJMC+g==} engines: {node: '>= 14.0.0'} - '@algolia/client-insights@5.35.0': - resolution: {integrity: sha512-UNbCXcBpqtzUucxExwTSfAe8gknAJ485NfPN6o1ziHm6nnxx97piIbcBQ3edw823Tej2Wxu1C0xBY06KgeZ7gA==} + '@algolia/client-insights@5.37.0': + resolution: {integrity: sha512-T63afO2O69XHKw2+F7mfRoIbmXWGzgpZxgOFAdP3fR4laid7pWBt20P4eJ+Zn23wXS5kC9P2K7Bo3+rVjqnYiw==} engines: {node: '>= 14.0.0'} - '@algolia/client-personalization@5.35.0': - resolution: {integrity: sha512-/KWjttZ6UCStt4QnWoDAJ12cKlQ+fkpMtyPmBgSS2WThJQdSV/4UWcqCUqGH7YLbwlj3JjNirCu3Y7uRTClxvA==} + '@algolia/client-personalization@5.37.0': + resolution: {integrity: sha512-1zOIXM98O9zD8bYDCJiUJRC/qNUydGHK/zRK+WbLXrW1SqLFRXECsKZa5KoG166+o5q5upk96qguOtE8FTXDWQ==} engines: {node: '>= 14.0.0'} - '@algolia/client-query-suggestions@5.35.0': - resolution: {integrity: sha512-8oCuJCFf/71IYyvQQC+iu4kgViTODbXDk3m7yMctEncRSRV+u2RtDVlpGGfPlJQOrAY7OONwJlSHkmbbm2Kp/w==} + '@algolia/client-query-suggestions@5.37.0': + resolution: {integrity: sha512-31Nr2xOLBCYVal+OMZn1rp1H4lPs1914Tfr3a34wU/nsWJ+TB3vWjfkUUuuYhWoWBEArwuRzt3YNLn0F/KRVkg==} engines: {node: '>= 14.0.0'} - '@algolia/client-search@5.35.0': - resolution: {integrity: sha512-FfmdHTrXhIduWyyuko1YTcGLuicVbhUyRjO3HbXE4aP655yKZgdTIfMhZ/V5VY9bHuxv/fGEh3Od1Lvv2ODNTg==} + '@algolia/client-search@5.37.0': + resolution: {integrity: sha512-DAFVUvEg+u7jUs6BZiVz9zdaUebYULPiQ4LM2R4n8Nujzyj7BZzGr2DCd85ip4p/cx7nAZWKM8pLcGtkTRTdsg==} engines: {node: '>= 14.0.0'} - '@algolia/ingestion@1.35.0': - resolution: {integrity: sha512-gPzACem9IL1Co8mM1LKMhzn1aSJmp+Vp434An4C0OBY4uEJRcqsLN3uLBlY+bYvFg8C8ImwM9YRiKczJXRk0XA==} + '@algolia/ingestion@1.37.0': + resolution: {integrity: sha512-pkCepBRRdcdd7dTLbFddnu886NyyxmhgqiRcHHaDunvX03Ij4WzvouWrQq7B7iYBjkMQrLS8wQqSP0REfA4W8g==} engines: {node: '>= 14.0.0'} - '@algolia/monitoring@1.35.0': - resolution: {integrity: sha512-w9MGFLB6ashI8BGcQoVt7iLgDIJNCn4OIu0Q0giE3M2ItNrssvb8C0xuwJQyTy1OFZnemG0EB1OvXhIHOvQwWw==} + '@algolia/monitoring@1.37.0': + resolution: {integrity: sha512-fNw7pVdyZAAQQCJf1cc/ih4fwrRdQSgKwgor4gchsI/Q/ss9inmC6bl/69jvoRSzgZS9BX4elwHKdo0EfTli3w==} engines: {node: '>= 14.0.0'} - '@algolia/recommend@5.35.0': - resolution: {integrity: sha512-AhrVgaaXAb8Ue0u2nuRWwugt0dL5UmRgS9LXe0Hhz493a8KFeZVUE56RGIV3hAa6tHzmAV7eIoqcWTQvxzlJeQ==} + '@algolia/recommend@5.37.0': + resolution: {integrity: sha512-U+FL5gzN2ldx3TYfQO5OAta2TBuIdabEdFwD5UVfWPsZE5nvOKkc/6BBqP54Z/adW/34c5ZrvvZhlhNTZujJXQ==} engines: {node: '>= 14.0.0'} - '@algolia/requester-browser-xhr@5.35.0': - resolution: {integrity: sha512-diY415KLJZ6x1Kbwl9u96Jsz0OstE3asjXtJ9pmk1d+5gPuQ5jQyEsgC+WmEXzlec3iuVszm8AzNYYaqw6B+Zw==} + '@algolia/requester-browser-xhr@5.37.0': + resolution: {integrity: sha512-Ao8GZo8WgWFABrU7iq+JAftXV0t+UcOtCDL4mzHHZ+rQeTTf1TZssr4d0vIuoqkVNnKt9iyZ7T4lQff4ydcTrw==} engines: {node: '>= 14.0.0'} - '@algolia/requester-fetch@5.35.0': - resolution: {integrity: sha512-uydqnSmpAjrgo8bqhE9N1wgcB98psTRRQXcjc4izwMB7yRl9C8uuAQ/5YqRj04U0mMQ+fdu2fcNF6m9+Z1BzDQ==} + '@algolia/requester-fetch@5.37.0': + resolution: {integrity: sha512-H7OJOXrFg5dLcGJ22uxx8eiFId0aB9b0UBhoOi4SMSuDBe6vjJJ/LeZyY25zPaSvkXNBN3vAM+ad6M0h6ha3AA==} engines: {node: '>= 14.0.0'} - '@algolia/requester-node-http@5.35.0': - resolution: {integrity: sha512-RgLX78ojYOrThJHrIiPzT4HW3yfQa0D7K+MQ81rhxqaNyNBu4F1r+72LNHYH/Z+y9I1Mrjrd/c/Ue5zfDgAEjQ==} + '@algolia/requester-node-http@5.37.0': + resolution: {integrity: sha512-npZ9aeag4SGTx677eqPL3rkSPlQrnzx/8wNrl1P7GpWq9w/eTmRbOq+wKrJ2r78idlY0MMgmY/mld2tq6dc44g==} engines: {node: '>= 14.0.0'} '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2100.0-next.0': - resolution: {integrity: sha512-7b4H9bUCsImjgB80n2L90UFjY5DoDtZcJBRoErR4I3ZRw2RKW+IEhqJ/ooAVr7qdxprFiQ76/xBuAM1NrkU4Mg==} + '@angular-devkit/architect@0.2100.0-next.2': + resolution: {integrity: sha512-BXBPteoeE1RkMwlgLu4brjwgyQrUbCmyEkDfqnPDu+mjwUzsLInsxlb1k4AZCAmAtLuSHRKihSppzKQsT8xayA==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/build-angular@21.0.0-next.0': - resolution: {integrity: sha512-qFH8DUU9vUqx9FvHG8VkQPKgktrhNPIJ8Xnl2AZA/7Tmwfx1Un3gUmq/BRu5g6RsxQhQAr99OxiIyDk7D2R34w==} + '@angular-devkit/build-angular@21.0.0-next.2': + resolution: {integrity: sha512-NhfsdHAII1nnW5YEBEnc89/Uy8TkeX4RfNx5fJYwVtclHresOvtkkcV1B90W3gWAx5L5twHd5Dgn4+qmcnQV5g==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^21.0.0-next.0 @@ -786,7 +786,7 @@ packages: '@angular/platform-browser': ^21.0.0-next.0 '@angular/platform-server': ^21.0.0-next.0 '@angular/service-worker': ^21.0.0-next.0 - '@angular/ssr': ^21.0.0-next.0 + '@angular/ssr': ^21.0.0-next.2 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 @@ -826,15 +826,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2100.0-next.0': - resolution: {integrity: sha512-YZqsw2NVIfrMaTWmPBp4LB9MwaRurDYSLXY3fLzflnMnmZfHJW2sc+y1XVyHpGg0LZt4TIh3lEJ6uKrmOs3KfQ==} + '@angular-devkit/build-webpack@0.2100.0-next.2': + resolution: {integrity: sha512-P/FX/UvYk78/xdyBkLQPw07cwzT6qlyxG55jvpUcMdsYz+6CPXJl9rxXPW+MAWHEDsKYlEnDdCfuY3wKTYwpdg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 - '@angular-devkit/core@21.0.0-next.0': - resolution: {integrity: sha512-b5or1kdG1vyDCd7DZRL3D0SmtsOWEdRjuDKt2feuy8mvMiSMT1XjFcB48qwqjI/ygwKDxOGZB5RQL9PeZkvgaA==} + '@angular-devkit/core@21.0.0-next.2': + resolution: {integrity: sha512-33mvI+4cUDU3c8uXViZz6NtbY+z+noObokig0+2FP9NIetLsT3WB0+ZEPvRw3oQ7edA+ryv1m+AgQsf9sx31Ng==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 @@ -842,12 +842,12 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@21.0.0-next.0': - resolution: {integrity: sha512-sSPkCkongYy85g+067uepAyd8xbGvjp48+yFyrB2etZynoEUHs9lAED1LqilZiiaF0glXTZVJ1nRtJldqZDeCQ==} + '@angular-devkit/schematics@21.0.0-next.2': + resolution: {integrity: sha512-0twg6aaLQAgx2WDL53gOV4+e+nUnfAxi29nUVIvxVbbOjVVCm/0W/Q2TMaHV05JAbfXNjtHly6j53b5qB3c2Ng==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} - '@angular/build@21.0.0-next.0': - resolution: {integrity: sha512-pazaMkgMi+hq31yLuMFbYJLiTx+wcfQFybdjwRLyb7XbejN1xh8Mznegb8wrDDSSr5dhzYnWXCZRLqtXWIu6fQ==} + '@angular/build@21.0.0-next.2': + resolution: {integrity: sha512-aYIIQhia6R6XzUIKsCx4a6K/N02yoprqDGjdaWowtYq8wMBOEm+d01dSzNifsmlePnoNVyktvDv9T6pMW3ww/g==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^21.0.0-next.0 @@ -857,7 +857,7 @@ packages: '@angular/platform-browser': ^21.0.0-next.0 '@angular/platform-server': ^21.0.0-next.0 '@angular/service-worker': ^21.0.0-next.0 - '@angular/ssr': ^21.0.0-next.0 + '@angular/ssr': ^21.0.0-next.2 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^21.0.0-next.0 @@ -892,38 +892,38 @@ packages: vitest: optional: true - '@angular/cli@21.0.0-next.0': - resolution: {integrity: sha512-P5iuVE58kItzBzGpS+5XimBPTTGr0qfyBjwr/jU+5JcIvDTXSbv6LX5iJdDUPedCo44unoV8y2zHeeCdyaBnIA==} + '@angular/cli@21.0.0-next.2': + resolution: {integrity: sha512-1Y1divWGT24PNnOkbBlex03HGvkvpiclRrRTn9R09Qac5SEn4WSxGfjJblAPZypoW5RyLI8x5xFMZSYqDgPAgw==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@21.0.0-next.0': - resolution: {integrity: sha512-LLo+Pu/vvP4cjHGpgKTwM40f4CppUi9C1fif9Wr1kGWwJufFXt3Ggyw9UtB/2HzM/yz2LsFDy7/VWRTs1CDlyw==} + '@angular/common@21.0.0-next.2': + resolution: {integrity: sha512-6+D2n0lNtgZZc3z/omnkVLAOJ+BKLmDhjrtj3Ss0LCFOrCZu5yyPx7quFH4m4P/R471k95xKJxybzgZCupYoDg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/core': 21.0.0-next.0 + '@angular/core': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.0.0-next.0': - resolution: {integrity: sha512-6PzZExf10Y3dl9qvroWVdZZkRhegHCEnNWhvezlOb52EisNdArelW32fWqcN8VEIytn1D3NYinrwtFrvw3AiuQ==} + '@angular/compiler-cli@21.0.0-next.2': + resolution: {integrity: sha512-XbZ04Y7Xr6vC8YvkQou5HndAKW6yltUIV6xVb36rBaMS4DLR4kpJ1oxbpLcHDIwf8uwpLD2rSGGI6GCQ7Z8J2g==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.0.0-next.0 + '@angular/compiler': 21.0.0-next.2 typescript: 5.9.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.0.0-next.0': - resolution: {integrity: sha512-KelVzb9KEpCF0l+fUuuGZM5OOnZ+u+CIskXP0frjAnV/hG+gNvoDXhzhBdUVjQK6bKbAEaU4sW9mTd6t5twi/w==} + '@angular/compiler@21.0.0-next.2': + resolution: {integrity: sha512-YJaTI3WPhz2fANa9IgqKByBP1Qxatjxx0waDHT4qHDCIQ/H/KKtwIU1V6/qVxsctnYAKS+DRO7hew+P3/ZIzXg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} - '@angular/core@21.0.0-next.0': - resolution: {integrity: sha512-vmF76Lko0ckhNlkjDmOfQbprHSHVGKyqXh+nb0ghDbvfwufbFpnyUPNNYUzEpB3DajwzNo8tgya/SCkyIuEZYg==} + '@angular/core@21.0.0-next.2': + resolution: {integrity: sha512-35PHWD9MloIPzMk+u6wiZCfu2pH9wwWG0CRSLY63FAeMjuzgSK4oSQrk0TQ3DItpmgvPslSc/gZUvqh5RKrMzg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/compiler': 21.0.0-next.0 + '@angular/compiler': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -932,69 +932,70 @@ packages: zone.js: optional: true - '@angular/forms@21.0.0-next.0': - resolution: {integrity: sha512-tMbshB4FwTGBaeS/9OpDx1Ukg1P5KkcwDrDt35V9kg1KLjSVUCS8RJ+SGXD3t5P9298Om3edukOuMMqZOUdOog==} + '@angular/forms@21.0.0-next.2': + resolution: {integrity: sha512-RAlp1dUr+9irX1mVMeVHkHvZhggBm2Nk2qz3dVQnqidafFkQ1nJvYXkeVjxo8nj7egvUz7FsCFrWXwYFrh7s0A==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.0 - '@angular/core': 21.0.0-next.0 - '@angular/platform-browser': 21.0.0-next.0 + '@angular/common': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 + '@angular/platform-browser': 21.0.0-next.2 + '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@21.0.0-next.0': - resolution: {integrity: sha512-EQYe6kXY1oLwHzvF3tvXUun3XyVOKDh4jwzHZDZtZisWLldBwsTKFiTcPq0gOejGabheDvKFhxnmnhAvT+Bd+w==} + '@angular/localize@21.0.0-next.2': + resolution: {integrity: sha512-xbzjff3TUWF/dZuF1mfYeIQnCmgVLyvYzhfQRJ0rv89kzNVQc/GCEDhVx4fHhTi13mdv3Gbhvb+loB4dBtl/pQ==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.0.0-next.0 - '@angular/compiler-cli': 21.0.0-next.0 + '@angular/compiler': 21.0.0-next.2 + '@angular/compiler-cli': 21.0.0-next.2 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/e5cf193487333c2dbb5eaaa0941a6b23b34af262': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/e5cf193487333c2dbb5eaaa0941a6b23b34af262} - version: 0.0.0-80db036355181684ed07021a175e9f039190d3d6 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/472b13c749d3436957c26d86e296545c4d208589': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/472b13c749d3436957c26d86e296545c4d208589} + version: 0.0.0-238d775bf817ed92f2ee2e570eada7c4d23ee2be hasBin: true - '@angular/platform-browser-dynamic@21.0.0-next.0': - resolution: {integrity: sha512-V+4W/2gx7zD6vlkfaqlUC2jttTEtbd5eLqfu0+PGe7fxtk36GtEn8LT6CgQwBTUSECDRWe+azqepzf2dKTBX1w==} + '@angular/platform-browser-dynamic@21.0.0-next.2': + resolution: {integrity: sha512-P9QYGmSB4OIWNIZfHkzqJDYqacdoyTiC2Of5nHCXu2YY/H0khBe4ihw+ZiWk1jtAxm2hHM0Dx29QGqMXkCSd7g==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.0 - '@angular/compiler': 21.0.0-next.0 - '@angular/core': 21.0.0-next.0 - '@angular/platform-browser': 21.0.0-next.0 + '@angular/common': 21.0.0-next.2 + '@angular/compiler': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 + '@angular/platform-browser': 21.0.0-next.2 - '@angular/platform-browser@21.0.0-next.0': - resolution: {integrity: sha512-ILf2hJzGVGKetnOrEIU153X4f09hSnNfCGvKb5GSzz1Ldri/uiqu3uHX/eaBTS+62Tt4X5QrD/rhmAUiOvcfNg==} + '@angular/platform-browser@21.0.0-next.2': + resolution: {integrity: sha512-jlbm5Vvw4UzJZjGKfOOOmU4QxNs564JomHNX/R53RYE71VwZPI1cWB6ObWHSY4FpzWP+jEOPzsAU7Bg0t9svxg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/animations': 21.0.0-next.0 - '@angular/common': 21.0.0-next.0 - '@angular/core': 21.0.0-next.0 + '@angular/animations': 21.0.0-next.2 + '@angular/common': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@21.0.0-next.0': - resolution: {integrity: sha512-WjyGMJOAke0Zfk/LO+qnAyIfeLHVPrYakypeH+aJh15szBWPX4FeHrR68QW+q0NoPkgG3nJFF51ww6pYcYmmGQ==} + '@angular/platform-server@21.0.0-next.2': + resolution: {integrity: sha512-/GpMgBQSoCPGJ4QOrPXmewJsoY71uKJmXlAKK+tO3bDPYzVPHvIq2L1F9/UHJINGVUPRKBCoP4f2t2XU0c/5pA==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.0 - '@angular/compiler': 21.0.0-next.0 - '@angular/core': 21.0.0-next.0 - '@angular/platform-browser': 21.0.0-next.0 + '@angular/common': 21.0.0-next.2 + '@angular/compiler': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 + '@angular/platform-browser': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@21.0.0-next.0': - resolution: {integrity: sha512-2gCW+LeLuLJ2DPMPMBVeia79Y6mfPbIlQ5rOVXTYYyNgIXN/xDcbAyNhTrwiSwtGfkQnRTDFxTyXT0mncMoNwA==} + '@angular/router@21.0.0-next.2': + resolution: {integrity: sha512-HsCSrWn4sWgXLIgwdtY8pln26scEbu3P8hXpfu7hSxTqB+lKjFGOh/UpakoC0CJF1pesIJf6YfqmlzeK02xwjw==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.0 - '@angular/core': 21.0.0-next.0 - '@angular/platform-browser': 21.0.0-next.0 + '@angular/common': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 + '@angular/platform-browser': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@21.0.0-next.0': - resolution: {integrity: sha512-MR0TrF7SyuA46Roqcl/stwHQbP6112oXzxx2RSFbxYK7jQYRoIBOTBxQJY6UbRMJRcA0pFwx3AfZfEElbdAVhQ==} + '@angular/ssr@21.0.0-next.2': + resolution: {integrity: sha512-zIRbQWkh2lQjGL2yHueO018vqBgG1UX2MXM+vSY5TabfgA6lT/IONxiXvEzjWQpAQpPgMXmIHPx73a6yierQdg==} peerDependencies: '@angular/common': ^21.0.0-next.0 '@angular/core': ^21.0.0-next.0 @@ -1043,12 +1044,6 @@ packages: resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.27.1': - resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.28.3': resolution: {integrity: sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==} engines: {node: '>=6.9.0'} @@ -1572,6 +1567,18 @@ packages: resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} engines: {node: '>=0.1.90'} + '@conventional-changelog/git-client@1.0.1': + resolution: {integrity: sha512-PJEqBwAleffCMETaVm/fUgHldzBE35JFk3/9LL6NUA5EXa3qednu+UT6M7E5iBu3zIQZCULYIiZ90fBYHt6xUw==} + engines: {node: '>=18'} + peerDependencies: + conventional-commits-filter: ^5.0.0 + conventional-commits-parser: ^6.0.0 + peerDependenciesMeta: + conventional-commits-filter: + optional: true + conventional-commits-parser: + optional: true + '@cspotcode/source-map-support@0.8.1': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} @@ -1769,8 +1776,8 @@ packages: resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} engines: {node: '>=14'} - '@firebase/ai@2.0.0': - resolution: {integrity: sha512-N/aSHjqOpU+KkYU3piMkbcuxzvqsOvxflLUXBAkYAPAz8wjE2Ye3BQDgKHEYuhMmEWqj6LFgEBUN8wwc6dfMTw==} + '@firebase/ai@2.2.1': + resolution: {integrity: sha512-0VWlkGB18oDhwMqsgxpt/usMsyjnH3a7hTvQPcAbk7VhFg0QZMDX60mQKfLTFKrB5VwmlaIdVsSZznsTY2S0wA==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x @@ -1807,15 +1814,15 @@ packages: peerDependencies: '@firebase/app': 0.x - '@firebase/app-compat@0.5.0': - resolution: {integrity: sha512-nUnNpOeRj0KZzVzHsyuyrmZKKHfykZ8mn40FtG28DeSTWeM5b/2P242Va4bmQpJsy5y32vfv50+jvdckrpzy7Q==} + '@firebase/app-compat@0.5.2': + resolution: {integrity: sha512-cn+U27GDaBS/irsbvrfnPZdcCzeZPRGKieSlyb7vV6LSOL6mdECnB86PgYjYGxSNg8+U48L/NeevTV1odU+mOQ==} engines: {node: '>=20.0.0'} '@firebase/app-types@0.9.3': resolution: {integrity: sha512-kRVpIl4vVGJ4baogMDINbyrIOtOxqhkZQg4jTq3l8Lw6WSk0xfpEYzezFu+Kl4ve4fbPl79dvwRtaFqAC/ucCw==} - '@firebase/app@0.14.0': - resolution: {integrity: sha512-APIAeKvRNFWKJLjIL8wLDjh7u8g6ZjaeVmItyqSjCdEkJj14UuVlus74D8ofsOMWh45HEwxwkd96GYbi+CImEg==} + '@firebase/app@0.14.2': + resolution: {integrity: sha512-Ecx2ig/JLC9ayIQwZHqm41Tzlf4c1WUuFhFUZB1y+JIJqDRE579x7Uil7tKT8MwDpOPwrK5ZtpxdSsrfy/LF8Q==} engines: {node: '>=20.0.0'} '@firebase/auth-compat@0.6.0': @@ -1863,8 +1870,8 @@ packages: resolution: {integrity: sha512-gM6MJFae3pTyNLoc9VcJNuaUDej0ctdjn3cVtILo3D5lpp0dmUHHLFN/pUKe7ImyeB1KAvRlEYxvIHNF04Filg==} engines: {node: '>=20.0.0'} - '@firebase/firestore-compat@0.4.0': - resolution: {integrity: sha512-4O7v4VFeSEwAZtLjsaj33YrMHMRjplOIYC2CiYsF6o/MboOhrhe01VrTt8iY9Y5EwjRHuRz4pS6jMBT8LfQYJA==} + '@firebase/firestore-compat@0.4.1': + resolution: {integrity: sha512-BjalPTDh/K0vmR/M/DE148dpIqbcfvtFVTietbUDWDWYIl9YH0TTVp/EwXRbZwswPxyjx4GdHW61GB2AYVz1SQ==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app-compat': 0.x @@ -1875,14 +1882,14 @@ packages: '@firebase/app-types': 0.x '@firebase/util': 1.x - '@firebase/firestore@4.9.0': - resolution: {integrity: sha512-5zl0+/h1GvlCSLt06RMwqFsd7uqRtnNZt4sW99k2rKRd6k/ECObIWlEnvthm2cuOSnUmwZknFqtmd1qyYSLUuQ==} + '@firebase/firestore@4.9.1': + resolution: {integrity: sha512-PYVUTkhC9y8pydrqC3O1Oc4AMfkGSWdmuH9xgPJjiEbpUIUPQ4J8wJhyuash+o2u+axmyNRFP8ULNUKb+WzBzQ==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x - '@firebase/functions-compat@0.4.0': - resolution: {integrity: sha512-VPgtvoGFywWbQqtvgJnVWIDFSHV1WE6Hmyi5EGI+P+56EskiGkmnw6lEqc/MEUfGpPGdvmc4I9XMU81uj766/g==} + '@firebase/functions-compat@0.4.1': + resolution: {integrity: sha512-AxxUBXKuPrWaVNQ8o1cG1GaCAtXT8a0eaTDfqgS5VsRYLAR0ALcfqDLwo/QyijZj1w8Qf8n3Qrfy/+Im245hOQ==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app-compat': 0.x @@ -1890,8 +1897,8 @@ packages: '@firebase/functions-types@0.6.3': resolution: {integrity: sha512-EZoDKQLUHFKNx6VLipQwrSMh01A1SaL3Wg6Hpi//x6/fJ6Ee4hrAeswK99I5Ht8roiniKHw4iO0B1Oxj5I4plg==} - '@firebase/functions@0.13.0': - resolution: {integrity: sha512-2/LH5xIbD8aaLOWSFHAwwAybgSzHIM0dB5oVOL0zZnxFG1LctX2bc1NIAaPk1T+Zo9aVkLKUlB5fTXTkVUQprQ==} + '@firebase/functions@0.13.1': + resolution: {integrity: sha512-sUeWSb0rw5T+6wuV2o9XNmh9yHxjFI9zVGFnjFi+n7drTEWpl7ZTz1nROgGrSu472r+LAaj+2YaSicD4R8wfbw==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x @@ -1928,16 +1935,16 @@ packages: peerDependencies: '@firebase/app': 0.x - '@firebase/performance-compat@0.2.21': - resolution: {integrity: sha512-OQfYRsIQiEf9ez1SOMLb5TRevBHNIyA2x1GI1H10lZ432W96AK5r4LTM+SNApg84dxOuHt6RWSQWY7TPWffKXg==} + '@firebase/performance-compat@0.2.22': + resolution: {integrity: sha512-xLKxaSAl/FVi10wDX/CHIYEUP13jXUjinL+UaNXT9ByIvxII5Ne5150mx6IgM8G6Q3V+sPiw9C8/kygkyHUVxg==} peerDependencies: '@firebase/app-compat': 0.x '@firebase/performance-types@0.2.3': resolution: {integrity: sha512-IgkyTz6QZVPAq8GSkLYJvwSLr3LS9+V6vNPQr0x4YozZJiLF5jYixj0amDtATf1X0EtYHqoPO48a9ija8GocxQ==} - '@firebase/performance@0.7.8': - resolution: {integrity: sha512-k6xfNM/CdTl4RaV4gT/lH53NU+wP33JiN0pUeNBzGVNvfXZ3HbCkoISE3M/XaiOwHgded1l6XfLHa4zHgm0Wyg==} + '@firebase/performance@0.7.9': + resolution: {integrity: sha512-UzybENl1EdM2I1sjYm74xGt/0JzRnU/0VmfMAKo2LSpHJzaj77FCLZXmYQ4oOuE+Pxtt8Wy2BVJEENiZkaZAzQ==} peerDependencies: '@firebase/app': 0.x @@ -2042,11 +2049,11 @@ packages: resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} engines: {node: '>=18'} - '@google/genai@1.13.0': - resolution: {integrity: sha512-BxilXzE8cJ0zt5/lXk6KwuBcIT9P2Lbi2WXhwWMbxf1RNeC68/8DmYQqMrzQP333CieRMdbDXs0eNCphLoScWg==} + '@google/genai@1.18.0': + resolution: {integrity: sha512-G1RTmr2nUud9zPfPgNOGGALgvncSMwtH90wgZdaKHULq+p4TY8E85krPbTfLrx7LgythCzWneH9/+bODM/PAZg==} engines: {node: '>=20.0.0'} peerDependencies: - '@modelcontextprotocol/sdk': ^1.11.0 + '@modelcontextprotocol/sdk': ^1.11.4 peerDependenciesMeta: '@modelcontextprotocol/sdk': optional: true @@ -2091,6 +2098,15 @@ packages: '@types/node': optional: true + '@inquirer/checkbox@4.2.2': + resolution: {integrity: sha512-E+KExNurKcUJJdxmjglTl141EwxWyAHplvsYJQgSwXf8qiNWkTxTuCCqmhFEmbIXd4zLaGMfQFJ6WrZ7fSeV3g==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/confirm@5.1.14': resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} engines: {node: '>=18'} @@ -2109,6 +2125,15 @@ packages: '@types/node': optional: true + '@inquirer/confirm@5.1.16': + resolution: {integrity: sha512-j1a5VstaK5KQy8Mu8cHmuQvN1Zc62TbLhjJxwHvKPPKEoowSF6h/0UdOpA9DNdWZ+9Inq73+puRq1df6OJ8Sag==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/core@10.1.15': resolution: {integrity: sha512-8xrp836RZvKkpNbVvgWUlxjT4CraKk2q+I3Ksy+seI2zkcE+y6wNs1BVhgcv8VyImFecUhdQrYLdW32pAjwBdA==} engines: {node: '>=18'} @@ -2118,6 +2143,15 @@ packages: '@types/node': optional: true + '@inquirer/core@10.2.0': + resolution: {integrity: sha512-NyDSjPqhSvpZEMZrLCYUquWNl+XC/moEcVFqS55IEYIYsY0a1cUCevSqk7ctOlnm/RaSBU5psFryNlxcmGrjaA==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/editor@4.2.16': resolution: {integrity: sha512-iSzLjT4C6YKp2DU0fr8T7a97FnRRxMO6CushJnW5ktxLNM2iNeuyUuUA5255eOLPORoGYCrVnuDOEBdGkHGkpw==} engines: {node: '>=18'} @@ -2136,6 +2170,15 @@ packages: '@types/node': optional: true + '@inquirer/editor@4.2.18': + resolution: {integrity: sha512-yeQN3AXjCm7+Hmq5L6Dm2wEDeBRdAZuyZ4I7tWSSanbxDzqM0KqzoDbKM7p4ebllAYdoQuPJS6N71/3L281i6w==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/expand@4.0.17': resolution: {integrity: sha512-PSqy9VmJx/VbE3CT453yOfNa+PykpKg/0SYP7odez1/NWBGuDXgPhp4AeGYYKjhLn5lUUavVS/JbeYMPdH50Mw==} engines: {node: '>=18'} @@ -2145,6 +2188,15 @@ packages: '@types/node': optional: true + '@inquirer/expand@4.0.18': + resolution: {integrity: sha512-xUjteYtavH7HwDMzq4Cn2X4Qsh5NozoDHCJTdoXg9HfZ4w3R6mxV1B9tL7DGJX2eq/zqtsFjhm0/RJIMGlh3ag==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/external-editor@1.0.0': resolution: {integrity: sha512-5v3YXc5ZMfL6OJqXPrX9csb4l7NlQA2doO1yynUjpUChT9hg4JcuBVP0RbsEJ/3SL/sxWEyFjT2W69ZhtoBWqg==} engines: {node: '>=18'} @@ -2173,6 +2225,15 @@ packages: '@types/node': optional: true + '@inquirer/input@4.2.2': + resolution: {integrity: sha512-hqOvBZj/MhQCpHUuD3MVq18SSoDNHy7wEnQ8mtvs71K8OPZVXJinOzcvQna33dNYLYE4LkA9BlhAhK6MJcsVbw==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/number@3.0.17': resolution: {integrity: sha512-GcvGHkyIgfZgVnnimURdOueMk0CztycfC8NZTiIY9arIAkeOgt6zG57G+7vC59Jns3UX27LMkPKnKWAOF5xEYg==} engines: {node: '>=18'} @@ -2182,6 +2243,15 @@ packages: '@types/node': optional: true + '@inquirer/number@3.0.18': + resolution: {integrity: sha512-7exgBm52WXZRczsydCVftozFTrrwbG5ySE0GqUd2zLNSBXyIucs2Wnm7ZKLe/aUu6NUg9dg7Q80QIHCdZJiY4A==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/password@4.0.17': resolution: {integrity: sha512-DJolTnNeZ00E1+1TW+8614F7rOJJCM4y4BAGQ3Gq6kQIG+OJ4zr3GLjIjVVJCbKsk2jmkmv6v2kQuN/vriHdZA==} engines: {node: '>=18'} @@ -2191,8 +2261,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.8.0': - resolution: {integrity: sha512-JHwGbQ6wjf1dxxnalDYpZwZxUEosT+6CPGD9Zh4sm9WXdtUp9XODCQD3NjSTmu+0OAyxWXNOqf0spjIymJa2Tw==} + '@inquirer/password@4.0.18': + resolution: {integrity: sha512-zXvzAGxPQTNk/SbT3carAD4Iqi6A2JS2qtcqQjsL22uvD+JfQzUrDEtPjLL7PLn8zlSNyPdY02IiQjzoL9TStA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -2218,6 +2288,15 @@ packages: '@types/node': optional: true + '@inquirer/prompts@7.8.4': + resolution: {integrity: sha512-MuxVZ1en1g5oGamXV3DWP89GEkdD54alcfhHd7InUW5BifAdKQEK9SLFa/5hlWbvuhMPlobF0WAx7Okq988Jxg==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/rawlist@4.1.5': resolution: {integrity: sha512-R5qMyGJqtDdi4Ht521iAkNqyB6p2UPuZUbMifakg1sWtu24gc2Z8CJuw8rP081OckNDMgtDCuLe42Q2Kr3BolA==} engines: {node: '>=18'} @@ -2227,6 +2306,15 @@ packages: '@types/node': optional: true + '@inquirer/rawlist@4.1.6': + resolution: {integrity: sha512-KOZqa3QNr3f0pMnufzL7K+nweFFCCBs6LCXZzXDrVGTyssjLeudn5ySktZYv1XiSqobyHRYYK0c6QsOxJEhXKA==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/search@3.1.0': resolution: {integrity: sha512-PMk1+O/WBcYJDq2H7foV0aAZSmDdkzZB9Mw2v/DmONRJopwA/128cS9M/TXWLKKdEQKZnKwBzqu2G4x/2Nqx8Q==} engines: {node: '>=18'} @@ -2236,6 +2324,15 @@ packages: '@types/node': optional: true + '@inquirer/search@3.1.1': + resolution: {integrity: sha512-TkMUY+A2p2EYVY3GCTItYGvqT6LiLzHBnqsU1rJbrpXUijFfM6zvUx0R4civofVwFCmJZcKqOVwwWAjplKkhxA==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/select@4.3.1': resolution: {integrity: sha512-Gfl/5sqOF5vS/LIrSndFgOh7jgoe0UXEizDqahFRkq5aJBLegZ6WjuMh/hVEJwlFQjyLq1z9fRtvUMkb7jM1LA==} engines: {node: '>=18'} @@ -2245,6 +2342,15 @@ packages: '@types/node': optional: true + '@inquirer/select@4.3.2': + resolution: {integrity: sha512-nwous24r31M+WyDEHV+qckXkepvihxhnyIaod2MG7eCE6G0Zm/HUF6jgN8GXgf4U7AU6SLseKdanY195cwvU6w==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/type@3.0.8': resolution: {integrity: sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==} engines: {node: '>=18'} @@ -2338,12 +2444,12 @@ packages: '@leichtgewicht/ip-codec@2.0.5': resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==} - '@listr2/prompt-adapter-inquirer@3.0.1': - resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + '@listr2/prompt-adapter-inquirer@3.0.3': + resolution: {integrity: sha512-h7Qzj7Z5RzXtuibNI2KEqzyX7w/D42CD8Llo4udC2WSbV38hpFvj4P/x0gzCEtPxDqYALVvclHAfjoKgifx/Ig==} engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' - listr2: 9.0.1 + listr2: 9.0.3 '@lmdb/lmdb-darwin-arm64@3.4.2': resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} @@ -2387,8 +2493,8 @@ packages: resolution: {integrity: sha512-EFLRNXR/ixpXQWu6/3Cu30ndDFIFNaqUXcTqsGebujeMan9FzhAaFFswLRiFj61rgygDRr8WO1N+UijjgRxX9g==} engines: {node: '>=18'} - '@modelcontextprotocol/sdk@1.17.3': - resolution: {integrity: sha512-JPwUKWSsbzx+DLFznf/QZ32Qa+ptfbUlHhRLrBQBAFu9iI1iYvizM4p+zhhRDceSsPutXp4z+R/HPVphlIiclg==} + '@modelcontextprotocol/sdk@1.17.5': + resolution: {integrity: sha512-QakrKIGniGuRVfWBdMsDea/dx1PNE739QJ7gCM41s9q+qaCYTHCdsIBXQVVXry3mfWAiaM9kT22Hyz53Uw8mfg==} engines: {node: '>=18'} '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': @@ -2533,8 +2639,8 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@21.0.0-next.0': - resolution: {integrity: sha512-6Sq75NxK5MLkdzNUL37pkj2hLJusglvGKpkAW5zWqcF3ytQP4dQArrDIflm+UzsnP1zD43+Kakv0uru4ie3hpg==} + '@ngtools/webpack@21.0.0-next.2': + resolution: {integrity: sha512-mOp9Rz8RZP4eS2sb7hQf1G3rUp9fOHq4xj9fREt475XaPdSR4ClLXzH7uIrRT4KZ76aKsasjWyl4+0i8PRKCQg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^21.0.0-next.0 @@ -2590,8 +2696,8 @@ packages: resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} engines: {node: ^18.17.0 ||>=20.5.0} - '@octokit/auth-app@8.0.2': - resolution: {integrity: sha512-dLTmmA9gUlqiAJZgozfOsZFfpN/OldH3xweb7lqSnngax5Rs+PfO5dDlokaBfc41H1xOtsLYV5QqR0DkBAtPmw==} + '@octokit/auth-app@8.1.0': + resolution: {integrity: sha512-6bWhyvLXqCSfHiqlwzn9pScLZ+Qnvh/681GR/UEEPCMIVwfpRDBw0cCzy3/t2Dq8B7W2X/8pBgmw6MOiyE0DXQ==} engines: {node: '>= 20'} '@octokit/auth-oauth-app@9.0.1': @@ -2702,12 +2808,12 @@ packages: resolution: {integrity: sha512-TtxJSRD8Ohxp6bKkhrm27JRHAxPczQA7idtcTOMYI+wQRRrfgqxHv1cFbCApcSnNjtXkmzFozn6jQtFrOmbjPQ==} engines: {node: '>=14'} - '@oxc-project/runtime@0.82.2': - resolution: {integrity: sha512-cYxcj5CPn/vo5QSpCZcYzBiLidU5+GlFSqIeNaMgBDtcVRBsBJHZg3pHw999W6nHamFQ1EHuPPByB26tjaJiJw==} + '@oxc-project/runtime@0.82.3': + resolution: {integrity: sha512-LNh5GlJvYHAnMurO+EyA8jJwN1rki7l3PSHuosDh2I7h00T6/u9rCkUjg/SvPmT1CZzvhuW0y+gf7jcqUy/Usg==} engines: {node: '>=6.9.0'} - '@oxc-project/types@0.82.2': - resolution: {integrity: sha512-WMGSwd9FsNBs/WfqIOH0h3k1LBdjZJQGYjGnC+vla/fh6HUsu5HzGPerRljiq1hgMQ6gs031YJR12VyP57b/hQ==} + '@oxc-project/types@0.82.3': + resolution: {integrity: sha512-6nCUxBnGX0c6qfZW5MaF6/fmu5dHJDMiMPaioKHKs5mi5+8/FHQ7WGjgQIz1zxpmceMYfdIXkOaLYE+ejbuOtA==} '@parcel/watcher-android-arm64@2.5.1': resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} @@ -2875,78 +2981,78 @@ packages: engines: {node: '>=18'} hasBin: true - '@rolldown/binding-android-arm64@1.0.0-beta.33': - resolution: {integrity: sha512-xhDQXKftRkEULIxCddrKMR8y0YO/Y+6BKk/XrQP2B29YjV2wr8DByoEz+AHX9BfLHb2srfpdN46UquBW2QXWpQ==} + '@rolldown/binding-android-arm64@1.0.0-beta.34': + resolution: {integrity: sha512-jf5GNe5jP3Sr1Tih0WKvg2bzvh5T/1TA0fn1u32xSH7ca/p5t+/QRr4VRFCV/na5vjwKEhwWrChsL2AWlY+eoA==} cpu: [arm64] os: [android] - '@rolldown/binding-darwin-arm64@1.0.0-beta.33': - resolution: {integrity: sha512-7lhhY08v5ZtRq8JJQaJ49fnJombAPnqllKKCDLU/UvaqNAOEyTGC8J1WVOLC4EA4zbXO5U3CCRgVGyAFNH2VtQ==} + '@rolldown/binding-darwin-arm64@1.0.0-beta.34': + resolution: {integrity: sha512-2F/TqH4QuJQ34tgWxqBjFL3XV1gMzeQgUO8YRtCPGBSP0GhxtoFzsp7KqmQEothsxztlv+KhhT9Dbg3HHwHViQ==} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.0-beta.33': - resolution: {integrity: sha512-U2iGjcDV7NWyYyhap8YuY0nwrLX6TvX/9i7gBtdEMPm9z3wIUVGNMVdGlA43uqg7xDpRGpEqGnxbeDgiEwYdnA==} + '@rolldown/binding-darwin-x64@1.0.0-beta.34': + resolution: {integrity: sha512-E1QuFslgLWbHQ8Qli/AqUKdfg0pockQPwRxVbhNQ74SciZEZpzLaujkdmOLSccMlSXDfFCF8RPnMoRAzQ9JV8Q==} cpu: [x64] os: [darwin] - '@rolldown/binding-freebsd-x64@1.0.0-beta.33': - resolution: {integrity: sha512-gd6ASromVHFLlzrjJWMG5CXHkS7/36DEZ8HhvGt2NN8eZALCIuyEx8HMMLqvKA7z4EAztVkdToVrdxpGMsKZxw==} + '@rolldown/binding-freebsd-x64@1.0.0-beta.34': + resolution: {integrity: sha512-VS8VInNCwnkpI9WeQaWu3kVBq9ty6g7KrHdLxYMzeqz24+w9hg712TcWdqzdY6sn+24lUoMD9jTZrZ/qfVpk0g==} cpu: [x64] os: [freebsd] - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.33': - resolution: {integrity: sha512-xmeLfkfGthuynO1EpCdyTVr0r4G+wqvnKCuyR6rXOet+hLrq5HNAC2XtP/jU2TB4Bc6aiLYxl868B8CGtFDhcw==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.34': + resolution: {integrity: sha512-4St4emjcnULnxJYb/5ZDrH/kK/j6PcUgc3eAqH5STmTrcF+I9m/X2xvSF2a2bWv1DOQhxBewThu0KkwGHdgu5w==} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.33': - resolution: {integrity: sha512-cHGp8yfHL4pes6uaLbO5L58ceFkUK4efd8iE86jClD1QPPDLKiqEXJCFYeuK3OfODuF5EBOmf0SlcUZNEYGdmw==} + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.34': + resolution: {integrity: sha512-a737FTqhFUoWfnebS2SnQ2BS50p0JdukdkUBwy2J06j4hZ6Eej0zEB8vTfAqoCjn8BQKkXBy+3Sx0IRkgwz1gA==} cpu: [arm64] os: [linux] - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.33': - resolution: {integrity: sha512-wZ1t7JAvVeFgskH1L9y7c47ITitPytpL0s8FmAT8pVfXcaTmS58ZyoXT+y6cz8uCkQnETjrX3YezTGI18u3ecg==} + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.34': + resolution: {integrity: sha512-NH+FeQWKyuw0k+PbXqpFWNfvD8RPvfJk766B/njdaWz4TmiEcSB0Nb6guNw1rBpM1FmltQYb3fFnTumtC6pRfA==} cpu: [arm64] os: [linux] - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.33': - resolution: {integrity: sha512-cDndWo3VEYbm7yeujOV6Ie2XHz0K8YX/R/vbNmMo03m1QwtBKKvbYNSyJb3B9+8igltDjd8zNM9mpiNNrq/ekQ==} + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.34': + resolution: {integrity: sha512-Q3RSCivp8pNadYK8ke3hLnQk08BkpZX9BmMjgwae2FWzdxhxxUiUzd9By7kneUL0vRQ4uRnhD9VkFQ+Haeqdvw==} cpu: [x64] os: [linux] - '@rolldown/binding-linux-x64-musl@1.0.0-beta.33': - resolution: {integrity: sha512-bl7uzi6es/l6LT++NZcBpiX43ldLyKXCPwEZGY1rZJ99HQ7m1g3KxWwYCcGxtKjlb2ExVvDZicF6k+96vxOJKg==} + '@rolldown/binding-linux-x64-musl@1.0.0-beta.34': + resolution: {integrity: sha512-wDd/HrNcVoBhWWBUW3evJHoo7GJE/RofssBy3Dsiip05YUBmokQVrYAyrboOY4dzs/lJ7HYeBtWQ9hj8wlyF0A==} cpu: [x64] os: [linux] - '@rolldown/binding-openharmony-arm64@1.0.0-beta.33': - resolution: {integrity: sha512-TrgzQanpLgcmmzolCbYA9BPZgF1gYxkIGZhU/HROnJPsq67gcyaYw/JBLioqQLjIwMipETkn25YY799D2OZzJA==} + '@rolldown/binding-openharmony-arm64@1.0.0-beta.34': + resolution: {integrity: sha512-dH3FTEV6KTNWpYSgjSXZzeX7vLty9oBYn6R3laEdhwZftQwq030LKL+5wyQdlbX5pnbh4h127hpv3Hl1+sj8dg==} cpu: [arm64] os: [openharmony] - '@rolldown/binding-wasm32-wasi@1.0.0-beta.33': - resolution: {integrity: sha512-z0LltdUfvoKak9SuaLz/M9AVSg+RTOZjFksbZXzC6Svl1odyW4ai21VHhZy3m2Faeeb/rl/9efVLayj+qYEGxw==} + '@rolldown/binding-wasm32-wasi@1.0.0-beta.34': + resolution: {integrity: sha512-y5BUf+QtO0JsIDKA51FcGwvhJmv89BYjUl8AmN7jqD6k/eU55mH6RJYnxwCsODq5m7KSSTigVb6O7/GqB8wbPw==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.33': - resolution: {integrity: sha512-CpvOHyqDNOYx9riD4giyXQDIu72bWRU2Dwt1xFSPlBudk6NumK0OJl6Ch+LPnkp5podQHcQg0mMauAXPVKct7g==} + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.34': + resolution: {integrity: sha512-ga5hFhdTwpaNxEiuxZHWnD3ed0GBAzbgzS5tRHpe0ObptxM1a9Xrq6TVfNQirBLwb5Y7T/FJmJi3pmdLy95ljg==} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.33': - resolution: {integrity: sha512-/tNTvZTWHz6HiVuwpR3zR0kGIyCNb+/tFhnJmti+Aw2fAXs3l7Aj0DcXd0646eFKMX8L2w5hOW9H08FXTUkN0g==} + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.34': + resolution: {integrity: sha512-4/MBp9T9eRnZskxWr8EXD/xHvLhdjWaeX/qY9LPRG1JdCGV3DphkLTy5AWwIQ5jhAy2ZNJR5z2fYRlpWU0sIyQ==} cpu: [ia32] os: [win32] - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.33': - resolution: {integrity: sha512-Bb2qK3z7g2mf4zaKRvkohHzweaP1lLbaoBmXZFkY6jJWMm0Z8Pfnh8cOoRlH1IVM1Ufbo8ZZ1WXp1LbOpRMtXw==} + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.34': + resolution: {integrity: sha512-7O5iUBX6HSBKlQU4WykpUoEmb0wQmonb6ziKFr3dJTHud2kzDnWMqk344T0qm3uGv9Ddq6Re/94pInxo1G2d4w==} cpu: [x64] os: [win32] - '@rolldown/pluginutils@1.0.0-beta.33': - resolution: {integrity: sha512-she25NCG6NoEPC/SEB4pHs5STcnfI4VBFOzjeI63maSPrWME5J2XC8ogrBgp8NaE/xzj28/kbpSaebiMvFRj+w==} + '@rolldown/pluginutils@1.0.0-beta.34': + resolution: {integrity: sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA==} '@rollup/plugin-commonjs@28.0.6': resolution: {integrity: sha512-XSQB1K7FUU5QP+3lOQmVCE3I0FcbbNvmNT4VJSj93iUjayaARrTQeoRdiYQoftAJBLrR9t2agwAd3ekaTgHNlw==} @@ -3075,8 +3181,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@21.0.0-next.0': - resolution: {integrity: sha512-ku2LxG4jhzRUMUiRQethsd1Ne15M8SEZHdTbHmXrV7YYXEn/M+cDqXpa3NR58PXBGms5UC7X86ac9EQCEcVt5w==} + '@schematics/angular@21.0.0-next.2': + resolution: {integrity: sha512-qcFCD0n02yq+63oNpJ0R7h6VwhUDpCXd2UrGNYMODGxmsNMbz1PLMIjx8lxXuRZtQC55k20hzvxxYUpcIA75qA==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0, npm: ^6.11.0 || ^7.5.6 ||>=8.0.0, yarn: '>= 1.13.0'} '@sentry/core@6.19.7': @@ -3200,9 +3306,6 @@ packages: '@types/connect@3.4.38': resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} - '@types/conventional-commits-parser@5.0.1': - resolution: {integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==} - '@types/cors@2.8.19': resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==} @@ -3236,8 +3339,8 @@ packages: '@types/fs-extra@11.0.4': resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} - '@types/git-raw-commits@2.0.0': - resolution: {integrity: sha512-sHXOKjKqu1kQxbxkZiz2s0yx2kc7g20g6tE98LYGq5jQyT9r+GRyTn19NBfPotOlXhGO6oPvYT3tdnPl8MYYyA==} + '@types/git-raw-commits@5.0.0': + resolution: {integrity: sha512-MQIzbZxgEnKpN1kCcw9JlQIu3Wdw5c4CCCP2cUli+DYgFjzsjtGLOeUe8oqPjjrKJudOoFnNuIZb/4sYHXEWZg==} '@types/google.maps@3.58.1': resolution: {integrity: sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==} @@ -3282,8 +3385,8 @@ packages: '@types/node@22.17.1': resolution: {integrity: sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==} - '@types/node@24.2.0': - resolution: {integrity: sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==} + '@types/node@24.3.1': + resolution: {integrity: sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3318,6 +3421,9 @@ packages: '@types/semver@7.7.0': resolution: {integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==} + '@types/semver@7.7.1': + resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} + '@types/send@0.17.5': resolution: {integrity: sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==} @@ -3444,10 +3550,6 @@ packages: '@yarnpkg/lockfile@1.1.0': resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} - JSONStream@1.3.5: - resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} - hasBin: true - a-sync-waterfall@1.0.1: resolution: {integrity: sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==} @@ -3537,8 +3639,8 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} - algoliasearch@5.35.0: - resolution: {integrity: sha512-Y+moNhsqgLmvJdgTsO4GZNgsaDWv8AOGAaPeIeHKlDn/XunoAqYbA+XNpBd1dW8GOXAUDyxC9Rxc7AV4kpFcIg==} + algoliasearch@5.37.0: + resolution: {integrity: sha512-y7gau/ZOQDqoInTQp0IwTOjkrHc4Aq4R8JgpmCleFwiLl+PbN2DMWoDUWZnrK8AhNJwT++dn28Bt4NZYNLAmuA==} engines: {node: '>= 14.0.0'} amdefine@1.0.1: @@ -3993,6 +4095,10 @@ packages: resolution: {integrity: sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==} engines: {node: ^12.17.0 || ^14.13 ||>=16.0.0} + chalk@5.6.2: + resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==} + engines: {node: ^12.17.0 || ^14.13 ||>=16.0.0} + change-case@3.0.0: resolution: {integrity: sha512-O+B6Hvykrph2FAW3JxBU+sGgjEdhVn5Pu9x/GSPAq1yWiDQ5bjqzx1HlV16wUrb0pcOpBNHUD3h201gT3j22Ag==} @@ -4230,9 +4336,13 @@ packages: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} - conventional-commits-parser@5.0.0: - resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} - engines: {node: '>=16'} + conventional-commits-filter@5.0.0: + resolution: {integrity: sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==} + engines: {node: '>=18'} + + conventional-commits-parser@6.2.0: + resolution: {integrity: sha512-uLnoLeIW4XaoFtH37qEcg/SXMJmKF4vi7V0H2rnPueg+VEtFGA/asSCNTcq4M/GQ6QmlzchAEtOoDTtKqWeHag==} + engines: {node: '>=18'} hasBin: true convert-source-map@1.9.0: @@ -4365,10 +4475,6 @@ packages: resolution: {integrity: sha512-TVF6svNzeQCOpjCqsy0/CSy8VgObG3wXusJ73xW2GbG5rGx7lC8zxDSURicsXI2UsGdi2L0QNRCi745/wUDvsA==} engines: {node: '>=0.4.0'} - dargs@8.1.0: - resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==} - engines: {node: '>=12'} - dashdash@1.14.1: resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} engines: {node: '>=0.10'} @@ -5054,8 +5160,8 @@ packages: engines: {node: '>=20.0.0 ||>=22.0.0'} hasBin: true - firebase@12.0.0: - resolution: {integrity: sha512-KV+OrMJpi2uXlqL2zaCcXb7YuQbY/gMIWT1hf8hKeTW1bSumWaHT5qfmn0WTpHwKQa3QEVOtZR2ta9EchcmYuw==} + firebase@12.2.1: + resolution: {integrity: sha512-UkuW2ZYaq/QuOQ24bfaqmkVqoBFhkA/ptATfPuRtc5vdm+zhwc3mfZBwFe6LqH9yrCN/6rAblgxKz2/0tDvA7w==} flat-cache@3.2.0: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} @@ -5231,9 +5337,9 @@ packages: getpass@0.1.7: resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} - git-raw-commits@4.0.0: - resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} - engines: {node: '>=16'} + git-raw-commits@5.0.0: + resolution: {integrity: sha512-I2ZXrXeOc0KrCvC7swqtIFXFN+rbjnC7b2T943tvemIOVNl+XP8YnA9UVwqFhzzLClnSA60KR/qEjLpXzs73Qg==} + engines: {node: '>=18'} hasBin: true glob-parent@5.1.2: @@ -5923,10 +6029,6 @@ packages: resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} engines: {node: '>= 0.4'} - is-text-path@2.0.0: - resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} - engines: {node: '>=8'} - is-typed-array@1.1.15: resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} engines: {node: '>= 0.4'} @@ -6070,6 +6172,9 @@ packages: jasmine-core@4.6.1: resolution: {integrity: sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==} + jasmine-core@5.10.0: + resolution: {integrity: sha512-MrChbWV5LBo+EaeKwTM1eZ6oYSz1brvFExnRafraEkJkbJ9evbUxABhnIgGQimhpMxhg+BD6QmOvb/e3NXsNdg==} + jasmine-core@5.9.0: resolution: {integrity: sha512-OMUvF1iI6+gSRYOhMrH4QYothVLN9C3EJ6wm4g7zLJlnaTl8zbaPOr0bTw70l7QxkoM7sVFOWo83u9B2Fe2Zng==} @@ -6083,6 +6188,10 @@ packages: resolution: {integrity: sha512-KbdGQTf5jbZgltoHs31XGiChAPumMSY64OZMWLNYnEnMfG5uwGBhffePwuskexjT+/Jea/gU3qAU8344hNohSw==} hasBin: true + jasmine@5.10.0: + resolution: {integrity: sha512-v4FojO8cXQdx15mJXovGhjJOvyIcVf7AC+H0ZahnfLk52vUbwuLxjVgbikc95yLmgwKQsFT47/FGQ3dOrWVxtQ==} + hasBin: true + jasmine@5.9.0: resolution: {integrity: sha512-SspK51QMnuC92z5zpF4kOkWN+MyZZDOBv8zgzlMAYvMD0UoGwcq5yYaDe1mrpN7wXZ2CFXh5y8Ua2ugwE4OmXQ==} hasBin: true @@ -6095,8 +6204,8 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} - jiti@1.21.7: - resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} + jiti@2.5.1: + resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==} hasBin: true jju@1.4.0: @@ -6348,8 +6457,8 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - listr2@9.0.1: - resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + listr2@9.0.3: + resolution: {integrity: sha512-0aeh5HHHgmq1KRdMMDHfhMWQmIT/m7nRDTlxlFqni2Sp0had9baqsjJRvDGdlvgd6NmPE0nPloOipiQJGFtTHQ==} engines: {node: '>=20.0.0'} lmdb@3.4.2: @@ -6498,9 +6607,6 @@ packages: resolution: {integrity: sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==} engines: {node: '>=12'} - magic-string@0.30.17: - resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} - magic-string@0.30.18: resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==} @@ -6581,9 +6687,9 @@ packages: resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} engines: {node: '>= 0.10.0'} - meow@12.1.1: - resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} - engines: {node: '>=16.10'} + meow@13.2.0: + resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} + engines: {node: '>=18'} meow@9.0.0: resolution: {integrity: sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==} @@ -6838,8 +6944,8 @@ packages: no-case@2.3.2: resolution: {integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==} - nock@14.0.8: - resolution: {integrity: sha512-5DCGrkwK1f8kxUvqvzLWb97XuDUY4/t5M3ZcogPfLGvC2wO8wjRQsIDSXj2L6e1J0Dv8xscf9wWSvGnS3OL29Q==} + nock@14.0.10: + resolution: {integrity: sha512-Q7HjkpyPeLa0ZVZC5qpxBt5EyLczFJ91MEewQiIi9taWuA0KB/MDJlUWtON+7dGouVdADTQsf9RA7TZk6D8VMw==} engines: {node: '>=18.20.0 <20 ||>=20.12.1'} node-addon-api@6.1.0: @@ -7336,8 +7442,8 @@ packages: resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} engines: {node: '>= 0.4'} - postcss-loader@8.1.1: - resolution: {integrity: sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==} + postcss-loader@8.2.0: + resolution: {integrity: sha512-tHX+RkpsXVcc7st4dSdDGliI+r4aAQDuv+v3vFYHixb6YgjreG5AG4SEB0kDK8u2s6htqEEpKlkhSBUTvWKYnA==} engines: {node: '>= 18.12.0'} peerDependencies: '@rspack/core': 0.x || 1.x @@ -7800,8 +7906,8 @@ packages: resolution: {integrity: sha512-s+pyvQeIKIZ0dx5iJiQk1tPLJAWln39+MI5jtM8wnyws+G5azk+dMnMX0qfbqNetKKNgcWWOdi0sfm+FbQbgdQ==} engines: {node: '>=10.0.0'} - rolldown@1.0.0-beta.33: - resolution: {integrity: sha512-mgu118ZuRguC8unhPCbdZbyRbjQfEMiWqlojBA5aRIncBelRaBomnHNpGKYkYWeK7twRz5Cql30xgqqrA3Xelw==} + rolldown@1.0.0-beta.34: + resolution: {integrity: sha512-Wwh7EwalMzzX3Yy3VN58VEajeR2Si8+HDNMf706jPLIqU7CxneRW+dQVfznf5O0TWTnJyu4npelwg2bzTXB1Nw==} hasBin: true rollup-plugin-dts@6.2.3: @@ -7913,6 +8019,11 @@ packages: engines: {node: '>=14.0.0'} hasBin: true + sass@1.92.0: + resolution: {integrity: sha512-KDNI0BxgIRDAfJgzNm5wuy+4yOCIZyrUbjSpiU/JItfih+KGXAVefKL53MTml054MmBA3DDKIBMSI/7XLxZJ3A==} + engines: {node: '>=14.0.0'} + hasBin: true + saucelabs@1.5.0: resolution: {integrity: sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==} @@ -8358,8 +8469,8 @@ packages: engines: {node: 18 || 20 || 22} hasBin: true - supports-color@10.1.0: - resolution: {integrity: sha512-GBuewsPrhJPftT+fqDa9oI/zc5HNsG9nREqwzoSFDOIqf0NggOZbHQj2TE1P1CDJK8ZogFnlZY9hWoUiur7I/A==} + supports-color@10.2.2: + resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} engines: {node: '>=18'} supports-color@2.0.0: @@ -8458,13 +8569,14 @@ packages: engines: {node: '>=10'} hasBin: true + terser@5.44.0: + resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==} + engines: {node: '>=10'} + hasBin: true + text-decoder@1.2.3: resolution: {integrity: sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==} - text-extensions@2.4.0: - resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} - engines: {node: '>=8'} - text-hex@1.0.0: resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} @@ -8892,8 +9004,8 @@ packages: vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} - vite@7.1.3: - resolution: {integrity: sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==} + vite@7.1.4: + resolution: {integrity: sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==} engines: {node: ^20.19.0 ||>=22.12.0} hasBin: true peerDependencies: @@ -9308,110 +9420,110 @@ snapshots: '@actions/io@1.1.3': {} - '@algolia/abtesting@1.1.0': + '@algolia/abtesting@1.3.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/client-abtesting@5.35.0': + '@algolia/client-abtesting@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/client-analytics@5.35.0': + '@algolia/client-analytics@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/client-common@5.35.0': {} + '@algolia/client-common@5.37.0': {} - '@algolia/client-insights@5.35.0': + '@algolia/client-insights@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/client-personalization@5.35.0': + '@algolia/client-personalization@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/client-query-suggestions@5.35.0': + '@algolia/client-query-suggestions@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/client-search@5.35.0': + '@algolia/client-search@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/ingestion@1.35.0': + '@algolia/ingestion@1.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/monitoring@1.35.0': + '@algolia/monitoring@1.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/recommend@5.35.0': + '@algolia/recommend@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + '@algolia/client-common': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 - '@algolia/requester-browser-xhr@5.35.0': + '@algolia/requester-browser-xhr@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 + '@algolia/client-common': 5.37.0 - '@algolia/requester-fetch@5.35.0': + '@algolia/requester-fetch@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 + '@algolia/client-common': 5.37.0 - '@algolia/requester-node-http@5.35.0': + '@algolia/requester-node-http@5.37.0': dependencies: - '@algolia/client-common': 5.35.0 + '@algolia/client-common': 5.37.0 '@ampproject/remapping@2.3.0': dependencies: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.30 - '@angular-devkit/architect@0.2100.0-next.0(chokidar@4.0.3)': + '@angular-devkit/architect@0.2100.0-next.2(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 21.0.0-next.0(chokidar@4.0.3) + '@angular-devkit/core': 21.0.0-next.2(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@21.0.0-next.0(ecbdb97fa1b95299a1e5759bcf8d6205)': + '@angular-devkit/build-angular@21.0.0-next.2(24cbe1331f4c3dc56592b4dacb560197)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2100.0-next.0(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2100.0-next.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.3(esbuild@0.25.9)))(webpack@5.101.3(esbuild@0.25.9)) - '@angular-devkit/core': 21.0.0-next.0(chokidar@4.0.3) - '@angular/build': 21.0.0-next.0(b75ca7c3cad770553b0d64c59669e6fc) - '@angular/compiler-cli': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2) + '@angular-devkit/architect': 0.2100.0-next.2(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2100.0-next.2(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.3(esbuild@0.25.9)))(webpack@5.101.3(esbuild@0.25.9)) + '@angular-devkit/core': 21.0.0-next.2(chokidar@4.0.3) + '@angular/build': 21.0.0-next.2(db1eb49f11df178926a7bc593b949d73) + '@angular/compiler-cli': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@babel/core': 7.28.3 '@babel/generator': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 @@ -9422,7 +9534,7 @@ snapshots: '@babel/preset-env': 7.28.3(@babel/core@7.28.3) '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.3(esbuild@0.25.9)) + '@ngtools/webpack': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.3(esbuild@0.25.9)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.101.3(esbuild@0.25.9)) @@ -9445,15 +9557,15 @@ snapshots: picomatch: 4.0.3 piscina: 5.1.3 postcss: 8.5.6 - postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.9.2)(webpack@5.101.3(esbuild@0.25.9)) + postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.2)(webpack@5.101.3(esbuild@0.25.9)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 - sass: 1.90.0 - sass-loader: 16.0.5(sass@1.90.0)(webpack@5.101.3(esbuild@0.25.9)) + sass: 1.92.0 + sass-loader: 16.0.5(sass@1.92.0)(webpack@5.101.3(esbuild@0.25.9)) semver: 7.7.2 source-map-loader: 5.0.0(webpack@5.101.3(esbuild@0.25.9)) source-map-support: 0.5.21 - terser: 5.43.1 + terser: 5.44.0 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.9.2 @@ -9463,11 +9575,11 @@ snapshots: webpack-merge: 6.0.1 webpack-subresource-integrity: 5.1.0(webpack@5.101.3(esbuild@0.25.9)) optionalDependencies: - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/localize': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0) - '@angular/platform-browser': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@angular/platform-server': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0)(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) - '@angular/ssr': 21.0.0-next.0(2fd076adf7b395476f88f6eea7420f85) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/localize': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2) + '@angular/platform-browser': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/platform-server': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + '@angular/ssr': 21.0.0-next.2(dd9f288ff911d4e7d351e5c586ba0e2f) esbuild: 0.25.9 karma: 6.4.4(bufferutil@4.0.9) protractor: 7.0.0 @@ -9494,16 +9606,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2100.0-next.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.3(esbuild@0.25.9)))(webpack@5.101.3(esbuild@0.25.9))': + '@angular-devkit/build-webpack@0.2100.0-next.2(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.3(esbuild@0.25.9)))(webpack@5.101.3(esbuild@0.25.9))': dependencies: - '@angular-devkit/architect': 0.2100.0-next.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2100.0-next.2(chokidar@4.0.3) rxjs: 7.8.2 webpack: 5.101.3(esbuild@0.25.9) webpack-dev-server: 5.2.2(bufferutil@4.0.9)(webpack@5.101.3(esbuild@0.25.9)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@21.0.0-next.0(chokidar@4.0.3)': + '@angular-devkit/core@21.0.0-next.2(chokidar@4.0.3)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -9514,54 +9626,54 @@ snapshots: optionalDependencies: chokidar: 4.0.3 - '@angular-devkit/schematics@21.0.0-next.0(chokidar@4.0.3)': + '@angular-devkit/schematics@21.0.0-next.2(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 21.0.0-next.0(chokidar@4.0.3) + '@angular-devkit/core': 21.0.0-next.2(chokidar@4.0.3) jsonc-parser: 3.3.1 - magic-string: 0.30.17 + magic-string: 0.30.18 ora: 8.2.0 rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular/build@21.0.0-next.0(b75ca7c3cad770553b0d64c59669e6fc)': + '@angular/build@21.0.0-next.2(db1eb49f11df178926a7bc593b949d73)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2100.0-next.0(chokidar@4.0.3) - '@angular/compiler': 21.0.0-next.0 - '@angular/compiler-cli': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2) + '@angular-devkit/architect': 0.2100.0-next.2(chokidar@4.0.3) + '@angular/compiler': 21.0.0-next.2 + '@angular/compiler-cli': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.15(@types/node@22.17.1) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.3(@types/node@22.17.1)(jiti@1.21.7)(less@4.4.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.16(@types/node@22.17.1) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.4(@types/node@22.17.1)(jiti@2.5.1)(less@4.4.1)(sass@1.92.0)(terser@5.44.0)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.25.2 esbuild: 0.25.9 - https-proxy-agent: 7.0.6(supports-color@10.1.0) + https-proxy-agent: 7.0.6(supports-color@10.2.2) istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 - listr2: 9.0.1 - magic-string: 0.30.17 + listr2: 9.0.3 + magic-string: 0.30.18 mrmime: 2.0.1 parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.3 piscina: 5.1.3 - rolldown: 1.0.0-beta.33 - sass: 1.90.0 + rolldown: 1.0.0-beta.34 + sass: 1.92.0 semver: 7.7.2 source-map-support: 0.5.21 tinyglobby: 0.2.14 tslib: 2.8.1 typescript: 5.9.2 - vite: 7.1.3(@types/node@22.17.1)(jiti@1.21.7)(less@4.4.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + vite: 7.1.4(@types/node@22.17.1)(jiti@2.5.1)(less@4.4.1)(sass@1.92.0)(terser@5.44.0)(yaml@2.8.1) watchpack: 2.4.4 optionalDependencies: - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/localize': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0) - '@angular/platform-browser': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@angular/platform-server': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0)(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) - '@angular/ssr': 21.0.0-next.0(2fd076adf7b395476f88f6eea7420f85) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/localize': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2) + '@angular/platform-browser': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/platform-server': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + '@angular/ssr': 21.0.0-next.2(dd9f288ff911d4e7d351e5c586ba0e2f) karma: 6.4.4(bufferutil@4.0.9) less: 4.4.1 lmdb: 3.4.2 @@ -9579,20 +9691,20 @@ snapshots: - tsx - yaml - '@angular/cli@21.0.0-next.0(@types/node@22.17.1)(chokidar@4.0.3)': + '@angular/cli@21.0.0-next.2(@types/node@22.17.1)(chokidar@4.0.3)': dependencies: - '@angular-devkit/architect': 0.2100.0-next.0(chokidar@4.0.3) - '@angular-devkit/core': 21.0.0-next.0(chokidar@4.0.3) - '@angular-devkit/schematics': 21.0.0-next.0(chokidar@4.0.3) - '@inquirer/prompts': 7.8.3(@types/node@22.17.1) - '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.3(@types/node@22.17.1))(@types/node@22.17.1)(listr2@9.0.1) - '@modelcontextprotocol/sdk': 1.17.3 - '@schematics/angular': 21.0.0-next.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2100.0-next.2(chokidar@4.0.3) + '@angular-devkit/core': 21.0.0-next.2(chokidar@4.0.3) + '@angular-devkit/schematics': 21.0.0-next.2(chokidar@4.0.3) + '@inquirer/prompts': 7.8.4(@types/node@22.17.1) + '@listr2/prompt-adapter-inquirer': 3.0.3(@inquirer/prompts@7.8.4(@types/node@22.17.1))(@types/node@22.17.1)(listr2@9.0.3) + '@modelcontextprotocol/sdk': 1.17.5 + '@schematics/angular': 21.0.0-next.2(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 - algoliasearch: 5.35.0 + algoliasearch: 5.37.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 9.0.1 + listr2: 9.0.3 npm-package-arg: 13.0.0 pacote: 21.0.0 resolve: 1.22.10 @@ -9604,19 +9716,19 @@ snapshots: - chokidar - supports-color - '@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7)': + '@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7)': dependencies: - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2)) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2)': + '@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2)': dependencies: - '@angular/compiler': 21.0.0-next.0 + '@angular/compiler': 21.0.0-next.2 '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.3 @@ -9630,50 +9742,50 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@21.0.0-next.0': + '@angular/compiler@21.0.0-next.2': dependencies: tslib: 2.8.1 - '@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)': + '@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.0.0-next.0 + '@angular/compiler': 21.0.0-next.2 zone.js: 0.15.1 - '@angular/forms@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': + '@angular/forms@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2)) + '@angular/common': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/localize@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0)': + '@angular/localize@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2)': dependencies: - '@angular/compiler': 21.0.0-next.0 - '@angular/compiler-cli': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2) + '@angular/compiler': 21.0.0-next.2 + '@angular/compiler-cli': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@babel/core': 7.28.3 - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2)) '@types/babel__core': 7.20.5 tinyglobby: 0.2.14 yargs: 18.0.0 transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/e5cf193487333c2dbb5eaaa0941a6b23b34af262(@modelcontextprotocol/sdk@1.17.3)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/472b13c749d3436957c26d86e296545c4d208589(@modelcontextprotocol/sdk@1.17.5)': dependencies: '@actions/core': 1.11.1 - '@google-cloud/spanner': 8.0.0(supports-color@10.1.0) - '@google/genai': 1.13.0(@modelcontextprotocol/sdk@1.17.3)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.1.0)(utf-8-validate@6.0.5) - '@inquirer/prompts': 7.8.0(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) - '@octokit/auth-app': 8.0.2 + '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) + '@google/genai': 1.18.0(@modelcontextprotocol/sdk@1.17.5)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5) + '@inquirer/prompts': 7.8.4(@types/node@24.3.1) + '@inquirer/type': 3.0.8(@types/node@24.3.1) + '@octokit/auth-app': 8.1.0 '@octokit/core': 7.0.3 '@octokit/graphql': 9.0.1 '@octokit/graphql-schema': 15.26.0 @@ -9685,39 +9797,39 @@ snapshots: '@octokit/types': 14.1.0 '@pnpm/dependency-path': 100110 '@types/cli-progress': 3.11.6 - '@types/conventional-commits-parser': 5.0.1 '@types/ejs': 3.1.5 '@types/events': 3.0.3 '@types/folder-hash': 4.0.4 - '@types/git-raw-commits': 2.0.0 - '@types/jasmine': 5.1.8 + '@types/git-raw-commits': 5.0.0 + '@types/jasmine': 5.1.9 '@types/minimatch': 6.0.0 - '@types/node': 24.2.0 - '@types/semver': 7.7.0 + '@types/node': 24.3.1 + '@types/semver': 7.7.1 '@types/supports-color': 10.0.0 '@types/which': 3.0.4 '@types/yargs': 17.0.33 '@types/yarnpkg__lockfile': 1.1.9 '@yarnpkg/lockfile': 1.1.0 bufferutil: 4.0.9 - chalk: 5.5.0 + chalk: 5.6.2 cli-progress: 3.12.0 - conventional-commits-parser: 5.0.0 + conventional-commits-filter: 5.0.0 + conventional-commits-parser: 6.2.0 ejs: 3.1.10 encoding: 0.1.13 fast-glob: 3.3.3 - firebase: 12.0.0 - folder-hash: 4.1.1(supports-color@10.1.0) - git-raw-commits: 4.0.0 - jasmine: 5.9.0 - jasmine-core: 5.9.0 + firebase: 12.2.1 + folder-hash: 4.1.1(supports-color@10.2.2) + git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0) + jasmine: 5.10.0 + jasmine-core: 5.10.0 jasmine-reporters: 2.5.2 jsonc-parser: 3.3.1 minimatch: 10.0.3 multimatch: 7.0.0 - nock: 14.0.8 + nock: 14.0.10 semver: 7.7.2 - supports-color: 10.1.0 + supports-color: 10.2.2 typed-graphqlify: 3.1.6 typescript: 5.9.2 utf-8-validate: 6.0.5 @@ -9728,31 +9840,31 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler@21.0.0-next.0)(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))': dependencies: - '@angular/common': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/compiler': 21.0.0-next.0 - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/common': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/compiler': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)) tslib: 2.8.1 - '@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))': + '@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))': dependencies: - '@angular/common': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2)) + '@angular/common': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/platform-server@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0)(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': + '@angular/platform-server@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/compiler': 21.0.0-next.0 - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2)) + '@angular/common': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/compiler': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 @@ -9760,26 +9872,26 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/router@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': + '@angular/router@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2)) + '@angular/common': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/ssr@21.0.0-next.0(2fd076adf7b395476f88f6eea7420f85)': + '@angular/ssr@21.0.0-next.2(dd9f288ff911d4e7d351e5c586ba0e2f)': dependencies: - '@angular/common': 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/router': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + '@angular/common': 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/router': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/compiler@21.0.0-next.0)(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + '@angular/platform-server': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -9800,16 +9912,16 @@ snapshots: dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.27.1 - '@babel/generator': 7.28.0 + '@babel/generator': 7.28.3 '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.26.10) - '@babel/helpers': 7.28.2 - '@babel/parser': 7.28.0 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.10) + '@babel/helpers': 7.28.3 + '@babel/parser': 7.28.3 '@babel/template': 7.27.2 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 '@babel/types': 7.28.2 convert-source-map: 2.0.0 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -9829,7 +9941,7 @@ snapshots: '@babel/traverse': 7.28.0 '@babel/types': 7.28.2 convert-source-map: 2.0.0 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -9849,7 +9961,7 @@ snapshots: '@babel/traverse': 7.28.3 '@babel/types': 7.28.2 convert-source-map: 2.0.0 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -9884,19 +9996,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.28.3)': - dependencies: - '@babel/core': 7.28.3 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-member-expression-to-functions': 7.27.1 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.3) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.0 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.28.3(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -9922,7 +10021,7 @@ snapshots: '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) lodash.debounce: 4.0.8 resolve: 1.22.10 transitivePeerDependencies: @@ -9939,20 +10038,11 @@ snapshots: '@babel/helper-module-imports@7.27.1': dependencies: - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.0 - transitivePeerDependencies: - - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 @@ -9962,12 +10052,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.3)': + '@babel/helper-module-transforms@7.28.3(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.28.3 + '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 transitivePeerDependencies: - supports-color @@ -9991,7 +10081,7 @@ snapshots: '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 transitivePeerDependencies: - supports-color @@ -10006,7 +10096,7 @@ snapshots: '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color @@ -10024,7 +10114,7 @@ snapshots: '@babel/helper-wrap-function@7.27.1': dependencies: '@babel/template': 7.27.2 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color @@ -10051,7 +10141,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 transitivePeerDependencies: - supports-color @@ -10112,7 +10202,7 @@ snapshots: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 transitivePeerDependencies: - supports-color @@ -10138,7 +10228,7 @@ snapshots: '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.3) + '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color @@ -10173,7 +10263,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 transitivePeerDependencies: - supports-color @@ -10230,7 +10320,7 @@ snapshots: '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 transitivePeerDependencies: - supports-color @@ -10257,7 +10347,7 @@ snapshots: '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.3) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color @@ -10265,7 +10355,7 @@ snapshots: '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.3) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color @@ -10273,17 +10363,17 @@ snapshots: '@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.3) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 transitivePeerDependencies: - supports-color '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.3) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color @@ -10316,7 +10406,7 @@ snapshots: '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.3) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.3 transitivePeerDependencies: - supports-color @@ -10349,7 +10439,7 @@ snapshots: '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.3) + '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color @@ -10358,7 +10448,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.3) + '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color @@ -10546,7 +10636,7 @@ snapshots: '@babel/parser': 7.28.0 '@babel/template': 7.27.2 '@babel/types': 7.28.2 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -10558,7 +10648,7 @@ snapshots: '@babel/parser': 7.28.3 '@babel/template': 7.27.2 '@babel/types': 7.28.2 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -10579,6 +10669,14 @@ snapshots: '@colors/colors@1.6.0': {} + '@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0)': + dependencies: + '@types/semver': 7.7.1 + semver: 7.7.2 + optionalDependencies: + conventional-commits-filter: 5.0.0 + conventional-commits-parser: 6.2.0 + '@cspotcode/source-map-support@0.8.1': dependencies: '@jridgewell/trace-mapping': 0.3.9 @@ -10699,9 +10797,9 @@ snapshots: '@fastify/busboy@2.1.1': {} - '@firebase/ai@2.0.0(@firebase/app-types@0.9.3)(@firebase/app@0.14.0)': + '@firebase/ai@2.2.1(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/app-check-interop-types': 0.3.3 '@firebase/app-types': 0.9.3 '@firebase/component': 0.7.0 @@ -10709,11 +10807,11 @@ snapshots: '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/analytics-compat@0.2.24(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0)': + '@firebase/analytics-compat@0.2.24(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': dependencies: - '@firebase/analytics': 0.10.18(@firebase/app@0.14.0) + '@firebase/analytics': 0.10.18(@firebase/app@0.14.2) '@firebase/analytics-types': 0.8.3 - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10722,20 +10820,20 @@ snapshots: '@firebase/analytics-types@0.8.3': {} - '@firebase/analytics@0.10.18(@firebase/app@0.14.0)': + '@firebase/analytics@0.10.18(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.0) + '@firebase/installations': 0.6.19(@firebase/app@0.14.2) '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/app-check-compat@0.4.0(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0)': + '@firebase/app-check-compat@0.4.0(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-check': 0.11.0(@firebase/app@0.14.0) + '@firebase/app-check': 0.11.0(@firebase/app@0.14.2) '@firebase/app-check-types': 0.5.3 - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 @@ -10747,17 +10845,17 @@ snapshots: '@firebase/app-check-types@0.5.3': {} - '@firebase/app-check@0.11.0(@firebase/app@0.14.0)': + '@firebase/app-check@0.11.0(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/app-compat@0.5.0': + '@firebase/app-compat@0.5.2': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 @@ -10765,7 +10863,7 @@ snapshots: '@firebase/app-types@0.9.3': {} - '@firebase/app@0.14.0': + '@firebase/app@0.14.2': dependencies: '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 @@ -10773,10 +10871,10 @@ snapshots: idb: 7.1.1 tslib: 2.8.1 - '@firebase/auth-compat@0.6.0(@firebase/app-compat@0.5.0)(@firebase/app-types@0.9.3)(@firebase/app@0.14.0)': + '@firebase/auth-compat@0.6.0(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-compat': 0.5.0 - '@firebase/auth': 1.11.0(@firebase/app@0.14.0) + '@firebase/app-compat': 0.5.2 + '@firebase/auth': 1.11.0(@firebase/app@0.14.2) '@firebase/auth-types': 0.13.0(@firebase/app-types@0.9.3)(@firebase/util@1.13.0) '@firebase/component': 0.7.0 '@firebase/util': 1.13.0 @@ -10793,9 +10891,9 @@ snapshots: '@firebase/app-types': 0.9.3 '@firebase/util': 1.13.0 - '@firebase/auth@1.11.0(@firebase/app@0.14.0)': + '@firebase/auth@1.11.0(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 @@ -10806,9 +10904,9 @@ snapshots: '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/data-connect@0.3.11(@firebase/app@0.14.0)': + '@firebase/data-connect@0.3.11(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/auth-interop-types': 0.2.4 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 @@ -10839,11 +10937,11 @@ snapshots: faye-websocket: 0.11.4 tslib: 2.8.1 - '@firebase/firestore-compat@0.4.0(@firebase/app-compat@0.5.0)(@firebase/app-types@0.9.3)(@firebase/app@0.14.0)': + '@firebase/firestore-compat@0.4.1(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 - '@firebase/firestore': 4.9.0(@firebase/app@0.14.0) + '@firebase/firestore': 4.9.1(@firebase/app@0.14.2) '@firebase/firestore-types': 3.0.3(@firebase/app-types@0.9.3)(@firebase/util@1.13.0) '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10856,9 +10954,9 @@ snapshots: '@firebase/app-types': 0.9.3 '@firebase/util': 1.13.0 - '@firebase/firestore@4.9.0(@firebase/app@0.14.0)': + '@firebase/firestore@4.9.1(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 @@ -10867,11 +10965,11 @@ snapshots: '@grpc/proto-loader': 0.7.15 tslib: 2.8.1 - '@firebase/functions-compat@0.4.0(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0)': + '@firebase/functions-compat@0.4.1(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 - '@firebase/functions': 0.13.0(@firebase/app@0.14.0) + '@firebase/functions': 0.13.1(@firebase/app@0.14.2) '@firebase/functions-types': 0.6.3 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10880,9 +10978,9 @@ snapshots: '@firebase/functions-types@0.6.3': {} - '@firebase/functions@0.13.0(@firebase/app@0.14.0)': + '@firebase/functions@0.13.1(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/app-check-interop-types': 0.3.3 '@firebase/auth-interop-types': 0.2.4 '@firebase/component': 0.7.0 @@ -10890,11 +10988,11 @@ snapshots: '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/installations-compat@0.2.19(@firebase/app-compat@0.5.0)(@firebase/app-types@0.9.3)(@firebase/app@0.14.0)': + '@firebase/installations-compat@0.2.19(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.0) + '@firebase/installations': 0.6.19(@firebase/app@0.14.2) '@firebase/installations-types': 0.5.3(@firebase/app-types@0.9.3) '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10906,9 +11004,9 @@ snapshots: dependencies: '@firebase/app-types': 0.9.3 - '@firebase/installations@0.6.19(@firebase/app@0.14.0)': + '@firebase/installations@0.6.19(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 '@firebase/util': 1.13.0 idb: 7.1.1 @@ -10918,11 +11016,11 @@ snapshots: dependencies: tslib: 2.8.1 - '@firebase/messaging-compat@0.2.23(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0)': + '@firebase/messaging-compat@0.2.23(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 - '@firebase/messaging': 0.12.23(@firebase/app@0.14.0) + '@firebase/messaging': 0.12.23(@firebase/app@0.14.2) '@firebase/util': 1.13.0 tslib: 2.8.1 transitivePeerDependencies: @@ -10930,22 +11028,22 @@ snapshots: '@firebase/messaging-interop-types@0.2.3': {} - '@firebase/messaging@0.12.23(@firebase/app@0.14.0)': + '@firebase/messaging@0.12.23(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.0) + '@firebase/installations': 0.6.19(@firebase/app@0.14.2) '@firebase/messaging-interop-types': 0.2.3 '@firebase/util': 1.13.0 idb: 7.1.1 tslib: 2.8.1 - '@firebase/performance-compat@0.2.21(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0)': + '@firebase/performance-compat@0.2.22(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 - '@firebase/performance': 0.7.8(@firebase/app@0.14.0) + '@firebase/performance': 0.7.9(@firebase/app@0.14.2) '@firebase/performance-types': 0.2.3 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10954,22 +11052,22 @@ snapshots: '@firebase/performance-types@0.2.3': {} - '@firebase/performance@0.7.8(@firebase/app@0.14.0)': + '@firebase/performance@0.7.9(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.0) + '@firebase/installations': 0.6.19(@firebase/app@0.14.2) '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 web-vitals: 4.2.4 - '@firebase/remote-config-compat@0.2.19(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0)': + '@firebase/remote-config-compat@0.2.19(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 - '@firebase/remote-config': 0.6.6(@firebase/app@0.14.0) + '@firebase/remote-config': 0.6.6(@firebase/app@0.14.2) '@firebase/remote-config-types': 0.4.0 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10978,20 +11076,20 @@ snapshots: '@firebase/remote-config-types@0.4.0': {} - '@firebase/remote-config@0.6.6(@firebase/app@0.14.0)': + '@firebase/remote-config@0.6.6(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.0) + '@firebase/installations': 0.6.19(@firebase/app@0.14.2) '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/storage-compat@0.4.0(@firebase/app-compat@0.5.0)(@firebase/app-types@0.9.3)(@firebase/app@0.14.0)': + '@firebase/storage-compat@0.4.0(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': dependencies: - '@firebase/app-compat': 0.5.0 + '@firebase/app-compat': 0.5.2 '@firebase/component': 0.7.0 - '@firebase/storage': 0.14.0(@firebase/app@0.14.0) + '@firebase/storage': 0.14.0(@firebase/app@0.14.2) '@firebase/storage-types': 0.8.3(@firebase/app-types@0.9.3)(@firebase/util@1.13.0) '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -11004,9 +11102,9 @@ snapshots: '@firebase/app-types': 0.9.3 '@firebase/util': 1.13.0 - '@firebase/storage@0.14.0(@firebase/app@0.14.0)': + '@firebase/storage@0.14.0(@firebase/app@0.14.2)': dependencies: - '@firebase/app': 0.14.0 + '@firebase/app': 0.14.2 '@firebase/component': 0.7.0 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -11046,23 +11144,23 @@ snapshots: '@google-cloud/cloud-sql-connector@1.8.3': dependencies: '@googleapis/sqladmin': 31.1.0 - gaxios: 7.1.1(supports-color@10.1.0) - google-auth-library: 10.2.1(supports-color@10.1.0) + gaxios: 7.1.1(supports-color@10.2.2) + google-auth-library: 10.2.1(supports-color@10.2.2) p-throttle: 7.0.0 transitivePeerDependencies: - supports-color - '@google-cloud/common@6.0.0(supports-color@10.1.0)': + '@google-cloud/common@6.0.0(supports-color@10.2.2)': dependencies: '@google-cloud/projectify': 4.0.0 '@google-cloud/promisify': 4.1.0 arrify: 2.0.1 duplexify: 4.1.3 extend: 3.0.2 - google-auth-library: 10.2.1(supports-color@10.1.0) + google-auth-library: 10.2.1(supports-color@10.2.2) html-entities: 2.6.0 - retry-request: 8.0.2(supports-color@10.1.0) - teeny-request: 10.1.0(supports-color@10.1.0) + retry-request: 8.0.2(supports-color@10.2.2) + teeny-request: 10.1.0(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -11095,7 +11193,7 @@ snapshots: '@opentelemetry/semantic-conventions': 1.30.0 arrify: 2.0.1 extend: 3.0.2 - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.1.0) + google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.2.2) google-gax: 4.6.1(encoding@0.1.13) heap-js: 2.6.0 is-stream-ended: 0.1.4 @@ -11105,9 +11203,9 @@ snapshots: - encoding - supports-color - '@google-cloud/spanner@8.0.0(supports-color@10.1.0)': + '@google-cloud/spanner@8.0.0(supports-color@10.2.2)': dependencies: - '@google-cloud/common': 6.0.0(supports-color@10.1.0) + '@google-cloud/common': 6.0.0(supports-color@10.2.2) '@google-cloud/precise-date': 5.0.0 '@google-cloud/projectify': 5.0.0 '@google-cloud/promisify': 5.0.0 @@ -11123,29 +11221,29 @@ snapshots: duplexify: 4.1.3 events-intercept: 2.0.0 extend: 3.0.2 - google-auth-library: 10.2.1(supports-color@10.1.0) - google-gax: 5.0.3(supports-color@10.1.0) + google-auth-library: 10.2.1(supports-color@10.2.2) + google-gax: 5.0.3(supports-color@10.2.2) grpc-gcp: 1.0.1 is: 3.3.2 lodash.snakecase: 4.1.1 merge-stream: 2.0.0 p-queue: 6.6.2 protobufjs: 7.5.3 - retry-request: 8.0.2(supports-color@10.1.0) + retry-request: 8.0.2(supports-color@10.2.2) split-array-stream: 2.0.0 stack-trace: 0.0.10 stream-events: 1.0.5 - teeny-request: 10.1.0(supports-color@10.1.0) + teeny-request: 10.1.0(supports-color@10.2.2) through2: 4.0.2 transitivePeerDependencies: - supports-color - '@google/genai@1.13.0(@modelcontextprotocol/sdk@1.17.3)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.1.0)(utf-8-validate@6.0.5)': + '@google/genai@1.18.0(@modelcontextprotocol/sdk@1.17.5)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5)': dependencies: - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.1.0) + google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.2.2) ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) optionalDependencies: - '@modelcontextprotocol/sdk': 1.17.3 + '@modelcontextprotocol/sdk': 1.17.5 transitivePeerDependencies: - bufferutil - encoding @@ -11202,15 +11300,25 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/checkbox@4.2.1(@types/node@24.2.0)': + '@inquirer/checkbox@4.2.2(@types/node@22.17.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@22.17.1) '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/type': 3.0.8(@types/node@22.17.1) ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 22.17.1 + + '@inquirer/checkbox@4.2.2(@types/node@24.3.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/figures': 1.0.13 + '@inquirer/type': 3.0.8(@types/node@24.3.1) + ansi-escapes: 4.3.2 + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 24.3.1 '@inquirer/confirm@5.1.14(@types/node@22.17.1)': dependencies: @@ -11226,12 +11334,19 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/confirm@5.1.15(@types/node@24.2.0)': + '@inquirer/confirm@5.1.16(@types/node@22.17.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@22.17.1) + '@inquirer/type': 3.0.8(@types/node@22.17.1) optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 22.17.1 + + '@inquirer/confirm@5.1.16(@types/node@24.3.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/type': 3.0.8(@types/node@24.3.1) + optionalDependencies: + '@types/node': 24.3.1 '@inquirer/core@10.1.15(@types/node@22.17.1)': dependencies: @@ -11246,10 +11361,10 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/core@10.1.15(@types/node@24.2.0)': + '@inquirer/core@10.2.0(@types/node@22.17.1)': dependencies: '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/type': 3.0.8(@types/node@22.17.1) ansi-escapes: 4.3.2 cli-width: 4.1.0 mute-stream: 2.0.0 @@ -11257,7 +11372,20 @@ snapshots: wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 22.17.1 + + '@inquirer/core@10.2.0(@types/node@24.3.1)': + dependencies: + '@inquirer/figures': 1.0.13 + '@inquirer/type': 3.0.8(@types/node@24.3.1) + ansi-escapes: 4.3.2 + cli-width: 4.1.0 + mute-stream: 2.0.0 + signal-exit: 4.1.0 + wrap-ansi: 6.2.0 + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 24.3.1 '@inquirer/editor@4.2.16(@types/node@22.17.1)': dependencies: @@ -11275,13 +11403,21 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/editor@4.2.17(@types/node@24.2.0)': + '@inquirer/editor@4.2.18(@types/node@22.17.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@22.17.1) + '@inquirer/external-editor': 1.0.1(@types/node@22.17.1) + '@inquirer/type': 3.0.8(@types/node@22.17.1) + optionalDependencies: + '@types/node': 22.17.1 + + '@inquirer/editor@4.2.18(@types/node@24.3.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/external-editor': 1.0.1(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/external-editor': 1.0.1(@types/node@24.3.1) + '@inquirer/type': 3.0.8(@types/node@24.3.1) optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 24.3.1 '@inquirer/expand@4.0.17(@types/node@22.17.1)': dependencies: @@ -11291,13 +11427,21 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/expand@4.0.17(@types/node@24.2.0)': + '@inquirer/expand@4.0.18(@types/node@22.17.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@22.17.1) + '@inquirer/type': 3.0.8(@types/node@22.17.1) + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.17.1 + + '@inquirer/expand@4.0.18(@types/node@24.3.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/type': 3.0.8(@types/node@24.3.1) yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 24.3.1 '@inquirer/external-editor@1.0.0(@types/node@22.17.1)': dependencies: @@ -11312,12 +11456,12 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/external-editor@1.0.1(@types/node@24.2.0)': + '@inquirer/external-editor@1.0.1(@types/node@24.3.1)': dependencies: chardet: 2.1.0 iconv-lite: 0.6.3 optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 24.3.1 '@inquirer/figures@1.0.13': {} @@ -11328,12 +11472,19 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/input@4.2.1(@types/node@24.2.0)': + '@inquirer/input@4.2.2(@types/node@22.17.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@22.17.1) + '@inquirer/type': 3.0.8(@types/node@22.17.1) optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 22.17.1 + + '@inquirer/input@4.2.2(@types/node@24.3.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/type': 3.0.8(@types/node@24.3.1) + optionalDependencies: + '@types/node': 24.3.1 '@inquirer/number@3.0.17(@types/node@22.17.1)': dependencies: @@ -11342,12 +11493,19 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/number@3.0.17(@types/node@24.2.0)': + '@inquirer/number@3.0.18(@types/node@22.17.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@22.17.1) + '@inquirer/type': 3.0.8(@types/node@22.17.1) + optionalDependencies: + '@types/node': 22.17.1 + + '@inquirer/number@3.0.18(@types/node@24.3.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/type': 3.0.8(@types/node@24.3.1) optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 24.3.1 '@inquirer/password@4.0.17(@types/node@22.17.1)': dependencies: @@ -11357,28 +11515,21 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/password@4.0.17(@types/node@24.2.0)': + '@inquirer/password@4.0.18(@types/node@22.17.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@22.17.1) + '@inquirer/type': 3.0.8(@types/node@22.17.1) ansi-escapes: 4.3.2 optionalDependencies: - '@types/node': 24.2.0 - - '@inquirer/prompts@7.8.0(@types/node@24.2.0)': - dependencies: - '@inquirer/checkbox': 4.2.1(@types/node@24.2.0) - '@inquirer/confirm': 5.1.15(@types/node@24.2.0) - '@inquirer/editor': 4.2.17(@types/node@24.2.0) - '@inquirer/expand': 4.0.17(@types/node@24.2.0) - '@inquirer/input': 4.2.1(@types/node@24.2.0) - '@inquirer/number': 3.0.17(@types/node@24.2.0) - '@inquirer/password': 4.0.17(@types/node@24.2.0) - '@inquirer/rawlist': 4.1.5(@types/node@24.2.0) - '@inquirer/search': 3.1.0(@types/node@24.2.0) - '@inquirer/select': 4.3.1(@types/node@24.2.0) + '@types/node': 22.17.1 + + '@inquirer/password@4.0.18(@types/node@24.3.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/type': 3.0.8(@types/node@24.3.1) + ansi-escapes: 4.3.2 optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 24.3.1 '@inquirer/prompts@7.8.1(@types/node@22.17.1)': dependencies: @@ -11410,6 +11561,36 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 + '@inquirer/prompts@7.8.4(@types/node@22.17.1)': + dependencies: + '@inquirer/checkbox': 4.2.2(@types/node@22.17.1) + '@inquirer/confirm': 5.1.16(@types/node@22.17.1) + '@inquirer/editor': 4.2.18(@types/node@22.17.1) + '@inquirer/expand': 4.0.18(@types/node@22.17.1) + '@inquirer/input': 4.2.2(@types/node@22.17.1) + '@inquirer/number': 3.0.18(@types/node@22.17.1) + '@inquirer/password': 4.0.18(@types/node@22.17.1) + '@inquirer/rawlist': 4.1.6(@types/node@22.17.1) + '@inquirer/search': 3.1.1(@types/node@22.17.1) + '@inquirer/select': 4.3.2(@types/node@22.17.1) + optionalDependencies: + '@types/node': 22.17.1 + + '@inquirer/prompts@7.8.4(@types/node@24.3.1)': + dependencies: + '@inquirer/checkbox': 4.2.2(@types/node@24.3.1) + '@inquirer/confirm': 5.1.16(@types/node@24.3.1) + '@inquirer/editor': 4.2.18(@types/node@24.3.1) + '@inquirer/expand': 4.0.18(@types/node@24.3.1) + '@inquirer/input': 4.2.2(@types/node@24.3.1) + '@inquirer/number': 3.0.18(@types/node@24.3.1) + '@inquirer/password': 4.0.18(@types/node@24.3.1) + '@inquirer/rawlist': 4.1.6(@types/node@24.3.1) + '@inquirer/search': 3.1.1(@types/node@24.3.1) + '@inquirer/select': 4.3.2(@types/node@24.3.1) + optionalDependencies: + '@types/node': 24.3.1 + '@inquirer/rawlist@4.1.5(@types/node@22.17.1)': dependencies: '@inquirer/core': 10.1.15(@types/node@22.17.1) @@ -11418,13 +11599,21 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/rawlist@4.1.5(@types/node@24.2.0)': + '@inquirer/rawlist@4.1.6(@types/node@22.17.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@22.17.1) + '@inquirer/type': 3.0.8(@types/node@22.17.1) + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.17.1 + + '@inquirer/rawlist@4.1.6(@types/node@24.3.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/type': 3.0.8(@types/node@24.3.1) yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 24.3.1 '@inquirer/search@3.1.0(@types/node@22.17.1)': dependencies: @@ -11435,14 +11624,23 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/search@3.1.0(@types/node@24.2.0)': + '@inquirer/search@3.1.1(@types/node@22.17.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@22.17.1) '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/type': 3.0.8(@types/node@22.17.1) yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 22.17.1 + + '@inquirer/search@3.1.1(@types/node@24.3.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/figures': 1.0.13 + '@inquirer/type': 3.0.8(@types/node@24.3.1) + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 24.3.1 '@inquirer/select@4.3.1(@types/node@22.17.1)': dependencies: @@ -11454,23 +11652,33 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 - '@inquirer/select@4.3.1(@types/node@24.2.0)': + '@inquirer/select@4.3.2(@types/node@22.17.1)': dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) + '@inquirer/core': 10.2.0(@types/node@22.17.1) '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.2.0) + '@inquirer/type': 3.0.8(@types/node@22.17.1) ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 22.17.1 + + '@inquirer/select@4.3.2(@types/node@24.3.1)': + dependencies: + '@inquirer/core': 10.2.0(@types/node@24.3.1) + '@inquirer/figures': 1.0.13 + '@inquirer/type': 3.0.8(@types/node@24.3.1) + ansi-escapes: 4.3.2 + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 24.3.1 '@inquirer/type@3.0.8(@types/node@22.17.1)': optionalDependencies: '@types/node': 22.17.1 - '@inquirer/type@3.0.8(@types/node@24.2.0)': + '@inquirer/type@3.0.8(@types/node@24.3.1)': optionalDependencies: - '@types/node': 24.2.0 + '@types/node': 24.3.1 '@isaacs/balanced-match@4.0.1': {} @@ -11557,11 +11765,11 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.3(@types/node@22.17.1))(@types/node@22.17.1)(listr2@9.0.1)': + '@listr2/prompt-adapter-inquirer@3.0.3(@inquirer/prompts@7.8.4(@types/node@22.17.1))(@types/node@22.17.1)(listr2@9.0.3)': dependencies: - '@inquirer/prompts': 7.8.3(@types/node@22.17.1) + '@inquirer/prompts': 7.8.4(@types/node@22.17.1) '@inquirer/type': 3.0.8(@types/node@22.17.1) - listr2: 9.0.1 + listr2: 9.0.3 transitivePeerDependencies: - '@types/node' @@ -11605,7 +11813,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@modelcontextprotocol/sdk@1.17.3': + '@modelcontextprotocol/sdk@1.17.5': dependencies: ajv: 6.12.6 content-type: 1.0.5 @@ -11724,9 +11932,9 @@ snapshots: '@tybys/wasm-util': 0.10.0 optional: true - '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))': + '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))': dependencies: - '@angular/compiler-cli': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2) + '@angular/compiler-cli': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 '@types/node': 22.17.1 @@ -11735,9 +11943,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@ngtools/webpack@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.3(esbuild@0.25.9))': + '@ngtools/webpack@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.3(esbuild@0.25.9))': dependencies: - '@angular/compiler-cli': 21.0.0-next.0(@angular/compiler@21.0.0-next.0)(typescript@5.9.2) + '@angular/compiler-cli': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) typescript: 5.9.2 webpack: 5.101.3(esbuild@0.25.9) @@ -11757,7 +11965,7 @@ snapshots: dependencies: agent-base: 7.1.4 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6(supports-color@10.1.0) + https-proxy-agent: 7.0.6(supports-color@10.2.2) lru-cache: 10.4.3 socks-proxy-agent: 8.0.5 transitivePeerDependencies: @@ -11812,7 +12020,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@octokit/auth-app@8.0.2': + '@octokit/auth-app@8.1.0': dependencies: '@octokit/auth-oauth-app': 9.0.1 '@octokit/auth-oauth-user': 6.0.0 @@ -11946,9 +12154,9 @@ snapshots: '@opentelemetry/semantic-conventions@1.36.0': {} - '@oxc-project/runtime@0.82.2': {} + '@oxc-project/runtime@0.82.3': {} - '@oxc-project/types@0.82.2': {} + '@oxc-project/types@0.82.3': {} '@parcel/watcher-android-arm64@2.5.1': optional: true @@ -12078,7 +12286,7 @@ snapshots: '@puppeteer/browsers@2.10.6': dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.5.0 @@ -12091,7 +12299,7 @@ snapshots: '@puppeteer/browsers@2.3.0': dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.5.0 @@ -12103,51 +12311,51 @@ snapshots: - bare-buffer - supports-color - '@rolldown/binding-android-arm64@1.0.0-beta.33': + '@rolldown/binding-android-arm64@1.0.0-beta.34': optional: true - '@rolldown/binding-darwin-arm64@1.0.0-beta.33': + '@rolldown/binding-darwin-arm64@1.0.0-beta.34': optional: true - '@rolldown/binding-darwin-x64@1.0.0-beta.33': + '@rolldown/binding-darwin-x64@1.0.0-beta.34': optional: true - '@rolldown/binding-freebsd-x64@1.0.0-beta.33': + '@rolldown/binding-freebsd-x64@1.0.0-beta.34': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.33': + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.34': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.33': + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.34': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.33': + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.34': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.33': + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.34': optional: true - '@rolldown/binding-linux-x64-musl@1.0.0-beta.33': + '@rolldown/binding-linux-x64-musl@1.0.0-beta.34': optional: true - '@rolldown/binding-openharmony-arm64@1.0.0-beta.33': + '@rolldown/binding-openharmony-arm64@1.0.0-beta.34': optional: true - '@rolldown/binding-wasm32-wasi@1.0.0-beta.33': + '@rolldown/binding-wasm32-wasi@1.0.0-beta.34': dependencies: '@napi-rs/wasm-runtime': 1.0.3 optional: true - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.33': + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.34': optional: true - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.33': + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.34': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.33': + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.34': optional: true - '@rolldown/pluginutils@1.0.0-beta.33': {} + '@rolldown/pluginutils@1.0.0-beta.34': {} '@rollup/plugin-commonjs@28.0.6(rollup@4.46.2)': dependencies: @@ -12239,10 +12447,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.46.2': optional: true - '@schematics/angular@21.0.0-next.0(chokidar@4.0.3)': + '@schematics/angular@21.0.0-next.2(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 21.0.0-next.0(chokidar@4.0.3) - '@angular-devkit/schematics': 21.0.0-next.0(chokidar@4.0.3) + '@angular-devkit/core': 21.0.0-next.2(chokidar@4.0.3) + '@angular-devkit/schematics': 21.0.0-next.2(chokidar@4.0.3) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -12274,7 +12482,7 @@ snapshots: '@sentry/types': 6.19.7 '@sentry/utils': 6.19.7 cookie: 0.4.2 - https-proxy-agent: 5.0.1(supports-color@10.1.0) + https-proxy-agent: 5.0.1(supports-color@10.2.2) lru_map: 0.3.3 tslib: 1.14.1 transitivePeerDependencies: @@ -12396,10 +12604,6 @@ snapshots: dependencies: '@types/node': 22.17.1 - '@types/conventional-commits-parser@5.0.1': - dependencies: - '@types/node': 22.17.1 - '@types/cors@2.8.19': dependencies: '@types/node': 22.17.1 @@ -12445,7 +12649,7 @@ snapshots: '@types/jsonfile': 6.1.4 '@types/node': 22.17.1 - '@types/git-raw-commits@2.0.0': + '@types/git-raw-commits@5.0.0': dependencies: '@types/node': 22.17.1 @@ -12487,7 +12691,7 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.2.0': + '@types/node@24.3.1': dependencies: undici-types: 7.10.0 @@ -12521,6 +12725,8 @@ snapshots: '@types/semver@7.7.0': {} + '@types/semver@7.7.1': {} + '@types/send@0.17.5': dependencies: '@types/mime': 1.3.5 @@ -12549,7 +12755,7 @@ snapshots: '@types/supports-color@10.0.0': dependencies: - supports-color: 10.1.0 + supports-color: 10.2.2 '@types/tough-cookie@4.0.5': {} @@ -12590,9 +12796,9 @@ snapshots: '@types/youtube@0.1.2': {} - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.3(@types/node@22.17.1)(jiti@1.21.7)(less@4.4.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.4(@types/node@22.17.1)(jiti@2.5.1)(less@4.4.1)(sass@1.92.0)(terser@5.44.0)(yaml@2.8.1))': dependencies: - vite: 7.1.3(@types/node@22.17.1)(jiti@1.21.7)(less@4.4.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + vite: 7.1.4(@types/node@22.17.1)(jiti@2.5.1)(less@4.4.1)(sass@1.92.0)(terser@5.44.0)(yaml@2.8.1) '@webassemblyjs/ast@1.14.1': dependencies: @@ -12678,11 +12884,6 @@ snapshots: '@yarnpkg/lockfile@1.1.0': {} - JSONStream@1.3.5: - dependencies: - jsonparse: 1.3.1 - through: 2.3.8 - a-sync-waterfall@1.0.1: {} abbrev@1.0.9: {} @@ -12730,9 +12931,9 @@ snapshots: dependencies: es6-promisify: 5.0.0 - agent-base@6.0.2(supports-color@10.1.0): + agent-base@6.0.2(supports-color@10.2.2): dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -12765,22 +12966,22 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - algoliasearch@5.35.0: - dependencies: - '@algolia/abtesting': 1.1.0 - '@algolia/client-abtesting': 5.35.0 - '@algolia/client-analytics': 5.35.0 - '@algolia/client-common': 5.35.0 - '@algolia/client-insights': 5.35.0 - '@algolia/client-personalization': 5.35.0 - '@algolia/client-query-suggestions': 5.35.0 - '@algolia/client-search': 5.35.0 - '@algolia/ingestion': 1.35.0 - '@algolia/monitoring': 1.35.0 - '@algolia/recommend': 5.35.0 - '@algolia/requester-browser-xhr': 5.35.0 - '@algolia/requester-fetch': 5.35.0 - '@algolia/requester-node-http': 5.35.0 + algoliasearch@5.37.0: + dependencies: + '@algolia/abtesting': 1.3.0 + '@algolia/client-abtesting': 5.37.0 + '@algolia/client-analytics': 5.37.0 + '@algolia/client-common': 5.37.0 + '@algolia/client-insights': 5.37.0 + '@algolia/client-personalization': 5.37.0 + '@algolia/client-query-suggestions': 5.37.0 + '@algolia/client-search': 5.37.0 + '@algolia/ingestion': 1.37.0 + '@algolia/monitoring': 1.37.0 + '@algolia/recommend': 5.37.0 + '@algolia/requester-browser-xhr': 5.37.0 + '@algolia/requester-fetch': 5.37.0 + '@algolia/requester-node-http': 5.37.0 amdefine@1.0.1: optional: true @@ -13080,7 +13281,7 @@ snapshots: dependencies: bytes: 3.1.2 content-type: 1.0.5 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) http-errors: 2.0.0 iconv-lite: 0.6.3 on-finished: 2.4.1 @@ -13130,8 +13331,8 @@ snapshots: browserstack-local@1.5.8: dependencies: - agent-base: 6.0.2(supports-color@10.1.0) - https-proxy-agent: 5.0.1(supports-color@10.1.0) + agent-base: 6.0.2(supports-color@10.2.2) + https-proxy-agent: 5.0.1(supports-color@10.2.2) is-running: 2.1.0 ps-tree: 1.2.0 temp-fs: 0.9.9 @@ -13268,6 +13469,8 @@ snapshots: chalk@5.5.0: {} + chalk@5.6.2: {} + change-case@3.0.0: dependencies: camel-case: 3.0.0 @@ -13555,12 +13758,11 @@ snapshots: content-type@1.0.5: {} - conventional-commits-parser@5.0.0: + conventional-commits-filter@5.0.0: {} + + conventional-commits-parser@6.2.0: dependencies: - JSONStream: 1.3.5 - is-text-path: 2.0.0 - meow: 12.1.1 - split2: 4.2.0 + meow: 13.2.0 convert-source-map@1.9.0: {} @@ -13683,8 +13885,6 @@ snapshots: cycle@1.0.3: {} - dargs@8.1.0: {} - dashdash@1.14.1: dependencies: assert-plus: 1.0.0 @@ -13731,17 +13931,17 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.4.0(supports-color@10.1.0): + debug@4.4.0(supports-color@10.2.2): dependencies: ms: 2.1.3 optionalDependencies: - supports-color: 10.1.0 + supports-color: 10.2.2 - debug@4.4.1(supports-color@10.1.0): + debug@4.4.1(supports-color@10.2.2): dependencies: ms: 2.1.3 optionalDependencies: - supports-color: 10.1.0 + supports-color: 10.2.2 decamelize-keys@1.1.1: dependencies: @@ -14359,7 +14559,7 @@ snapshots: content-type: 1.0.5 cookie: 0.7.2 cookie-signature: 1.2.2 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -14387,7 +14587,7 @@ snapshots: extract-zip@2.0.1: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -14488,7 +14688,7 @@ snapshots: finalhandler@2.1.0: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 @@ -14539,9 +14739,9 @@ snapshots: form-data: 4.0.4 fs-extra: 10.1.0 fuzzy: 0.1.3 - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.1.0) + gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.2.2) glob: 10.4.5 - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.1.0) + google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.2.2) ignore: 7.0.5 js-yaml: 3.14.1 jsonwebtoken: 9.0.2 @@ -14623,9 +14823,9 @@ snapshots: form-data: 4.0.4 fs-extra: 10.1.0 fuzzy: 0.1.3 - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.1.0) + gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.2.2) glob: 10.4.5 - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.1.0) + google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.2.2) ignore: 7.0.5 js-yaml: 3.14.1 jsonwebtoken: 9.0.2 @@ -14675,35 +14875,35 @@ snapshots: - supports-color - utf-8-validate - firebase@12.0.0: + firebase@12.2.1: dependencies: - '@firebase/ai': 2.0.0(@firebase/app-types@0.9.3)(@firebase/app@0.14.0) - '@firebase/analytics': 0.10.18(@firebase/app@0.14.0) - '@firebase/analytics-compat': 0.2.24(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0) - '@firebase/app': 0.14.0 - '@firebase/app-check': 0.11.0(@firebase/app@0.14.0) - '@firebase/app-check-compat': 0.4.0(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0) - '@firebase/app-compat': 0.5.0 + '@firebase/ai': 2.2.1(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) + '@firebase/analytics': 0.10.18(@firebase/app@0.14.2) + '@firebase/analytics-compat': 0.2.24(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) + '@firebase/app': 0.14.2 + '@firebase/app-check': 0.11.0(@firebase/app@0.14.2) + '@firebase/app-check-compat': 0.4.0(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) + '@firebase/app-compat': 0.5.2 '@firebase/app-types': 0.9.3 - '@firebase/auth': 1.11.0(@firebase/app@0.14.0) - '@firebase/auth-compat': 0.6.0(@firebase/app-compat@0.5.0)(@firebase/app-types@0.9.3)(@firebase/app@0.14.0) - '@firebase/data-connect': 0.3.11(@firebase/app@0.14.0) + '@firebase/auth': 1.11.0(@firebase/app@0.14.2) + '@firebase/auth-compat': 0.6.0(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) + '@firebase/data-connect': 0.3.11(@firebase/app@0.14.2) '@firebase/database': 1.1.0 '@firebase/database-compat': 2.1.0 - '@firebase/firestore': 4.9.0(@firebase/app@0.14.0) - '@firebase/firestore-compat': 0.4.0(@firebase/app-compat@0.5.0)(@firebase/app-types@0.9.3)(@firebase/app@0.14.0) - '@firebase/functions': 0.13.0(@firebase/app@0.14.0) - '@firebase/functions-compat': 0.4.0(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0) - '@firebase/installations': 0.6.19(@firebase/app@0.14.0) - '@firebase/installations-compat': 0.2.19(@firebase/app-compat@0.5.0)(@firebase/app-types@0.9.3)(@firebase/app@0.14.0) - '@firebase/messaging': 0.12.23(@firebase/app@0.14.0) - '@firebase/messaging-compat': 0.2.23(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0) - '@firebase/performance': 0.7.8(@firebase/app@0.14.0) - '@firebase/performance-compat': 0.2.21(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0) - '@firebase/remote-config': 0.6.6(@firebase/app@0.14.0) - '@firebase/remote-config-compat': 0.2.19(@firebase/app-compat@0.5.0)(@firebase/app@0.14.0) - '@firebase/storage': 0.14.0(@firebase/app@0.14.0) - '@firebase/storage-compat': 0.4.0(@firebase/app-compat@0.5.0)(@firebase/app-types@0.9.3)(@firebase/app@0.14.0) + '@firebase/firestore': 4.9.1(@firebase/app@0.14.2) + '@firebase/firestore-compat': 0.4.1(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) + '@firebase/functions': 0.13.1(@firebase/app@0.14.2) + '@firebase/functions-compat': 0.4.1(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) + '@firebase/installations': 0.6.19(@firebase/app@0.14.2) + '@firebase/installations-compat': 0.2.19(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) + '@firebase/messaging': 0.12.23(@firebase/app@0.14.2) + '@firebase/messaging-compat': 0.2.23(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) + '@firebase/performance': 0.7.9(@firebase/app@0.14.2) + '@firebase/performance-compat': 0.2.22(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) + '@firebase/remote-config': 0.6.6(@firebase/app@0.14.2) + '@firebase/remote-config-compat': 0.2.19(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) + '@firebase/storage': 0.14.0(@firebase/app@0.14.2) + '@firebase/storage-compat': 0.4.0(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) '@firebase/util': 1.13.0 transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -14720,16 +14920,16 @@ snapshots: fn.name@1.1.0: {} - folder-hash@4.1.1(supports-color@10.1.0): + folder-hash@4.1.1(supports-color@10.2.2): dependencies: - debug: 4.4.0(supports-color@10.1.0) + debug: 4.4.0(supports-color@10.2.2) minimatch: 7.4.6 transitivePeerDependencies: - supports-color follow-redirects@1.15.11(debug@4.4.1): optionalDependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) for-each@0.3.5: dependencies: @@ -14825,10 +15025,10 @@ snapshots: fuzzy@0.1.3: {} - gaxios@6.7.1(encoding@0.1.13)(supports-color@10.1.0): + gaxios@6.7.1(encoding@0.1.13)(supports-color@10.2.2): dependencies: extend: 3.0.2 - https-proxy-agent: 7.0.6(supports-color@10.1.0) + https-proxy-agent: 7.0.6(supports-color@10.2.2) is-stream: 2.0.1 node-fetch: 2.7.0(encoding@0.1.13) uuid: 9.0.1 @@ -14836,10 +15036,10 @@ snapshots: - encoding - supports-color - gaxios@7.1.1(supports-color@10.1.0): + gaxios@7.1.1(supports-color@10.2.2): dependencies: extend: 3.0.2 - https-proxy-agent: 7.0.6(supports-color@10.1.0) + https-proxy-agent: 7.0.6(supports-color@10.2.2) node-fetch: 3.3.2 transitivePeerDependencies: - supports-color @@ -14848,18 +15048,18 @@ snapshots: dependencies: globule: 1.3.4 - gcp-metadata@6.1.1(encoding@0.1.13)(supports-color@10.1.0): + gcp-metadata@6.1.1(encoding@0.1.13)(supports-color@10.2.2): dependencies: - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.1.0) + gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.2.2) google-logging-utils: 0.0.2 json-bigint: 1.0.0 transitivePeerDependencies: - encoding - supports-color - gcp-metadata@7.0.1(supports-color@10.1.0): + gcp-metadata@7.0.1(supports-color@10.2.2): dependencies: - gaxios: 7.1.1(supports-color@10.1.0) + gaxios: 7.1.1(supports-color@10.2.2) google-logging-utils: 1.1.1 json-bigint: 1.0.0 transitivePeerDependencies: @@ -14905,7 +15105,7 @@ snapshots: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -14913,11 +15113,13 @@ snapshots: dependencies: assert-plus: 1.0.0 - git-raw-commits@4.0.0: + git-raw-commits@5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0): dependencies: - dargs: 8.1.0 - meow: 12.1.1 - split2: 4.2.0 + '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0) + meow: 13.2.0 + transitivePeerDependencies: + - conventional-commits-filter + - conventional-commits-parser glob-parent@5.1.2: dependencies: @@ -15026,25 +15228,25 @@ snapshots: lodash: 4.17.21 minimatch: 3.0.8 - google-auth-library@10.2.1(supports-color@10.1.0): + google-auth-library@10.2.1(supports-color@10.2.2): dependencies: base64-js: 1.5.1 ecdsa-sig-formatter: 1.0.11 - gaxios: 7.1.1(supports-color@10.1.0) - gcp-metadata: 7.0.1(supports-color@10.1.0) + gaxios: 7.1.1(supports-color@10.2.2) + gcp-metadata: 7.0.1(supports-color@10.2.2) google-logging-utils: 1.1.1 - gtoken: 8.0.0(supports-color@10.1.0) + gtoken: 8.0.0(supports-color@10.2.2) jws: 4.0.0 transitivePeerDependencies: - supports-color - google-auth-library@9.15.1(encoding@0.1.13)(supports-color@10.1.0): + google-auth-library@9.15.1(encoding@0.1.13)(supports-color@10.2.2): dependencies: base64-js: 1.5.1 ecdsa-sig-formatter: 1.0.11 - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.1.0) - gcp-metadata: 6.1.1(encoding@0.1.13)(supports-color@10.1.0) - gtoken: 7.1.0(encoding@0.1.13)(supports-color@10.1.0) + gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.2.2) + gcp-metadata: 6.1.1(encoding@0.1.13)(supports-color@10.2.2) + gtoken: 7.1.0(encoding@0.1.13)(supports-color@10.2.2) jws: 4.0.0 transitivePeerDependencies: - encoding @@ -15057,7 +15259,7 @@ snapshots: '@types/long': 4.0.2 abort-controller: 3.0.0 duplexify: 4.1.3 - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.1.0) + google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.2.2) node-fetch: 2.7.0(encoding@0.1.13) object-hash: 3.0.0 proto3-json-serializer: 2.0.2 @@ -15068,19 +15270,19 @@ snapshots: - encoding - supports-color - google-gax@5.0.3(supports-color@10.1.0): + google-gax@5.0.3(supports-color@10.2.2): dependencies: '@grpc/grpc-js': 1.13.4 '@grpc/proto-loader': 0.8.0 abort-controller: 3.0.0 duplexify: 4.1.3 - google-auth-library: 10.2.1(supports-color@10.1.0) + google-auth-library: 10.2.1(supports-color@10.2.2) google-logging-utils: 1.1.1 node-fetch: 3.3.2 object-hash: 3.0.0 proto3-json-serializer: 3.0.2 protobufjs: 7.5.3 - retry-request: 8.0.2(supports-color@10.1.0) + retry-request: 8.0.2(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -15091,8 +15293,8 @@ snapshots: googleapis-common@8.0.2-rc.0: dependencies: extend: 3.0.2 - gaxios: 7.1.1(supports-color@10.1.0) - google-auth-library: 10.2.1(supports-color@10.1.0) + gaxios: 7.1.1(supports-color@10.2.2) + google-auth-library: 10.2.1(supports-color@10.2.2) qs: 6.14.0 url-template: 2.0.8 transitivePeerDependencies: @@ -15116,17 +15318,17 @@ snapshots: '@grpc/grpc-js': 1.13.4 protobufjs: 7.4.0 - gtoken@7.1.0(encoding@0.1.13)(supports-color@10.1.0): + gtoken@7.1.0(encoding@0.1.13)(supports-color@10.2.2): dependencies: - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.1.0) + gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.2.2) jws: 4.0.0 transitivePeerDependencies: - encoding - supports-color - gtoken@8.0.0(supports-color@10.1.0): + gtoken@8.0.0(supports-color@10.2.2): dependencies: - gaxios: 7.1.1(supports-color@10.1.0) + gaxios: 7.1.1(supports-color@10.2.2) jws: 4.0.0 transitivePeerDependencies: - supports-color @@ -15306,18 +15508,18 @@ snapshots: http-parser-js@0.5.10: {} - http-proxy-agent@5.0.0(supports-color@10.1.0): + http-proxy-agent@5.0.0(supports-color@10.2.2): dependencies: '@tootallnate/once': 2.0.0 - agent-base: 6.0.2(supports-color@10.1.0) - debug: 4.4.1(supports-color@10.1.0) + agent-base: 6.0.2(supports-color@10.2.2) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -15336,7 +15538,7 @@ snapshots: http-proxy-middleware@3.0.5: dependencies: '@types/http-proxy': 1.17.16 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) http-proxy: 1.18.1(debug@4.4.1) is-glob: 4.0.3 is-plain-object: 5.0.0 @@ -15365,17 +15567,17 @@ snapshots: transitivePeerDependencies: - supports-color - https-proxy-agent@5.0.1(supports-color@10.1.0): + https-proxy-agent@5.0.1(supports-color@10.2.2): dependencies: - agent-base: 6.0.2(supports-color@10.1.0) - debug: 4.4.1(supports-color@10.1.0) + agent-base: 6.0.2(supports-color@10.2.2) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.6(supports-color@10.1.0): + https-proxy-agent@7.0.6(supports-color@10.2.2): dependencies: agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -15666,10 +15868,6 @@ snapshots: has-symbols: 1.1.0 safe-regex-test: 1.1.0 - is-text-path@2.0.0: - dependencies: - text-extensions: 2.4.0 - is-typed-array@1.1.15: dependencies: which-typed-array: 1.1.19 @@ -15748,7 +15946,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: - '@babel/core': 7.28.0 + '@babel/core': 7.28.3 '@babel/parser': 7.28.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 @@ -15759,7 +15957,7 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: '@babel/core': 7.28.3 - '@babel/parser': 7.28.0 + '@babel/parser': 7.28.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.7.2 @@ -15774,7 +15972,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -15822,6 +16020,8 @@ snapshots: jasmine-core@4.6.1: {} + jasmine-core@5.10.0: {} + jasmine-core@5.9.0: {} jasmine-reporters@2.5.2: @@ -15839,6 +16039,11 @@ snapshots: glob: 7.2.3 jasmine-core: 2.8.0 + jasmine@5.10.0: + dependencies: + glob: 10.4.5 + jasmine-core: 5.10.0 + jasmine@5.9.0: dependencies: glob: 10.4.5 @@ -15852,7 +16057,7 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jiti@1.21.7: {} + jiti@2.5.1: {} jju@1.4.0: {} @@ -16154,7 +16359,7 @@ snapshots: lighthouse-logger@2.0.2: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) marky: 1.3.0 transitivePeerDependencies: - supports-color @@ -16200,7 +16405,7 @@ snapshots: lines-and-columns@1.2.4: {} - listr2@9.0.1: + listr2@9.0.3: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 @@ -16317,7 +16522,7 @@ snapshots: log4js@6.9.1: dependencies: date-format: 4.0.14 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) flatted: 3.3.3 rfdc: 1.4.1 streamroller: 3.1.5 @@ -16366,10 +16571,6 @@ snapshots: luxon@3.7.1: {} - magic-string@0.30.17: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 - magic-string@0.30.18: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -16448,7 +16649,7 @@ snapshots: memorystream@0.3.1: {} - meow@12.1.1: {} + meow@13.2.0: {} meow@9.0.0: dependencies: @@ -16691,7 +16892,7 @@ snapshots: dependencies: lower-case: 1.1.4 - nock@14.0.8: + nock@14.0.10: dependencies: '@mswjs/interceptors': 0.39.6 json-stringify-safe: 5.0.1 @@ -17013,10 +17214,10 @@ snapshots: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) get-uri: 6.0.5 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6(supports-color@10.1.0) + https-proxy-agent: 7.0.6(supports-color@10.2.2) pac-resolver: 7.0.1 socks-proxy-agent: 8.0.5 transitivePeerDependencies: @@ -17223,16 +17424,16 @@ snapshots: portfinder@1.0.37: dependencies: async: 3.2.6 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) transitivePeerDependencies: - supports-color possible-typed-array-names@1.1.0: {} - postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.9.2)(webpack@5.101.3(esbuild@0.25.9)): + postcss-loader@8.2.0(postcss@8.5.6)(typescript@5.9.2)(webpack@5.101.3(esbuild@0.25.9)): dependencies: cosmiconfig: 9.0.0(typescript@5.9.2) - jiti: 1.21.7 + jiti: 2.5.1 postcss: 8.5.6 semver: 7.7.2 optionalDependencies: @@ -17399,9 +17600,9 @@ snapshots: proxy-agent@6.5.0: dependencies: agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6(supports-color@10.1.0) + https-proxy-agent: 7.0.6(supports-color@10.2.2) lru-cache: 7.18.3 pac-proxy-agent: 7.2.0 proxy-from-env: 1.1.0 @@ -17452,7 +17653,7 @@ snapshots: dependencies: '@puppeteer/browsers': 2.3.0 chromium-bidi: 0.6.3(devtools-protocol@0.0.1312386) - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) devtools-protocol: 0.0.1312386 ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) transitivePeerDependencies: @@ -17465,7 +17666,7 @@ snapshots: dependencies: '@puppeteer/browsers': 2.10.6 chromium-bidi: 7.3.1(devtools-protocol@0.0.1475386) - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) devtools-protocol: 0.0.1475386 typed-query-selector: 2.12.0 ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) @@ -17742,10 +17943,10 @@ snapshots: - encoding - supports-color - retry-request@8.0.2(supports-color@10.1.0): + retry-request@8.0.2(supports-color@10.2.2): dependencies: extend: 3.0.2 - teeny-request: 10.1.0(supports-color@10.1.0) + teeny-request: 10.1.0(supports-color@10.2.2) transitivePeerDependencies: - supports-color @@ -17771,27 +17972,27 @@ snapshots: robots-parser@3.0.1: {} - rolldown@1.0.0-beta.33: + rolldown@1.0.0-beta.34: dependencies: - '@oxc-project/runtime': 0.82.2 - '@oxc-project/types': 0.82.2 - '@rolldown/pluginutils': 1.0.0-beta.33 + '@oxc-project/runtime': 0.82.3 + '@oxc-project/types': 0.82.3 + '@rolldown/pluginutils': 1.0.0-beta.34 ansis: 4.1.0 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-beta.33 - '@rolldown/binding-darwin-arm64': 1.0.0-beta.33 - '@rolldown/binding-darwin-x64': 1.0.0-beta.33 - '@rolldown/binding-freebsd-x64': 1.0.0-beta.33 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.33 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.33 - '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.33 - '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.33 - '@rolldown/binding-linux-x64-musl': 1.0.0-beta.33 - '@rolldown/binding-openharmony-arm64': 1.0.0-beta.33 - '@rolldown/binding-wasm32-wasi': 1.0.0-beta.33 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.33 - '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.33 - '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.33 + '@rolldown/binding-android-arm64': 1.0.0-beta.34 + '@rolldown/binding-darwin-arm64': 1.0.0-beta.34 + '@rolldown/binding-darwin-x64': 1.0.0-beta.34 + '@rolldown/binding-freebsd-x64': 1.0.0-beta.34 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.34 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.34 + '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.34 + '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.34 + '@rolldown/binding-linux-x64-musl': 1.0.0-beta.34 + '@rolldown/binding-openharmony-arm64': 1.0.0-beta.34 + '@rolldown/binding-wasm32-wasi': 1.0.0-beta.34 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.34 + '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.34 + '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.34 rollup-plugin-dts@6.2.3(rollup@4.46.2)(typescript@5.9.2): dependencies: @@ -17836,7 +18037,7 @@ snapshots: router@2.2.0: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) depd: 2.0.0 is-promise: 4.0.0 parseurl: 1.3.3 @@ -17914,11 +18115,11 @@ snapshots: safevalues@1.2.0: {} - sass-loader@16.0.5(sass@1.90.0)(webpack@5.101.3(esbuild@0.25.9)): + sass-loader@16.0.5(sass@1.92.0)(webpack@5.101.3(esbuild@0.25.9)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.90.0 + sass: 1.92.0 webpack: 5.101.3(esbuild@0.25.9) sass@1.90.0: @@ -17937,6 +18138,14 @@ snapshots: optionalDependencies: '@parcel/watcher': 2.5.1 + sass@1.92.0: + dependencies: + chokidar: 4.0.3 + immutable: 5.1.3 + source-map-js: 1.2.1 + optionalDependencies: + '@parcel/watcher': 2.5.1 + saucelabs@1.5.0: dependencies: https-proxy-agent: 2.2.4 @@ -18014,7 +18223,7 @@ snapshots: send@1.2.0: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -18247,7 +18456,7 @@ snapshots: socks-proxy-agent@8.0.5: dependencies: agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) socks: 2.8.7 transitivePeerDependencies: - supports-color @@ -18309,7 +18518,7 @@ snapshots: spdy-transport@3.0.0: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -18320,7 +18529,7 @@ snapshots: spdy@4.0.2: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -18412,7 +18621,7 @@ snapshots: streamroller@3.1.5: dependencies: date-format: 4.0.14 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) fs-extra: 8.1.0 transitivePeerDependencies: - supports-color @@ -18525,7 +18734,7 @@ snapshots: colord: 2.9.3 cosmiconfig: 7.1.0 css-functions-list: 3.2.3 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 file-entry-cache: 6.0.1 @@ -18586,7 +18795,7 @@ snapshots: - encoding - supports-color - supports-color@10.1.0: {} + supports-color@10.2.2: {} supports-color@2.0.0: {} @@ -18676,10 +18885,10 @@ snapshots: transitivePeerDependencies: - supports-color - teeny-request@10.1.0(supports-color@10.1.0): + teeny-request@10.1.0(supports-color@10.2.2): dependencies: - http-proxy-agent: 5.0.0(supports-color@10.1.0) - https-proxy-agent: 5.0.1(supports-color@10.1.0) + http-proxy-agent: 5.0.0(supports-color@10.2.2) + https-proxy-agent: 5.0.1(supports-color@10.2.2) node-fetch: 3.3.2 stream-events: 1.0.5 transitivePeerDependencies: @@ -18687,8 +18896,8 @@ snapshots: teeny-request@9.0.0(encoding@0.1.13): dependencies: - http-proxy-agent: 5.0.0(supports-color@10.1.0) - https-proxy-agent: 5.0.1(supports-color@10.1.0) + http-proxy-agent: 5.0.0(supports-color@10.2.2) + https-proxy-agent: 5.0.1(supports-color@10.2.2) node-fetch: 2.7.0(encoding@0.1.13) stream-events: 1.0.5 uuid: 9.0.1 @@ -18706,7 +18915,7 @@ snapshots: jest-worker: 27.5.1 schema-utils: 4.3.2 serialize-javascript: 6.0.2 - terser: 5.43.1 + terser: 5.44.0 webpack: 5.101.3(esbuild@0.25.9) optionalDependencies: esbuild: 0.25.9 @@ -18718,12 +18927,17 @@ snapshots: commander: 2.20.3 source-map-support: 0.5.21 + terser@5.44.0: + dependencies: + '@jridgewell/source-map': 0.3.11 + acorn: 8.15.0 + commander: 2.20.3 + source-map-support: 0.5.21 + text-decoder@1.2.3: dependencies: b4a: 1.6.7 - text-extensions@2.4.0: {} - text-hex@1.0.0: {} thenify-all@1.6.0: @@ -18755,12 +18969,12 @@ snapshots: tinyglobby@0.2.12: dependencies: - fdir: 6.4.6(picomatch@4.0.3) + fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 tinyglobby@0.2.14: dependencies: - fdir: 6.4.6(picomatch@4.0.3) + fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 title-case@2.1.1: @@ -18884,7 +19098,7 @@ snapshots: tuf-js@3.1.0: dependencies: '@tufjs/models': 3.0.1 - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) make-fetch-happen: 14.0.3 transitivePeerDependencies: - supports-color @@ -19040,7 +19254,7 @@ snapshots: universal-analytics@0.5.3: dependencies: - debug: 4.4.1(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.2.2) uuid: 8.3.2 transitivePeerDependencies: - supports-color @@ -19155,7 +19369,7 @@ snapshots: unist-util-stringify-position: 1.1.2 vfile-message: 1.1.1 - vite@7.1.3(@types/node@22.17.1)(jiti@1.21.7)(less@4.4.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): + vite@7.1.4(@types/node@22.17.1)(jiti@2.5.1)(less@4.4.1)(sass@1.92.0)(terser@5.44.0)(yaml@2.8.1): dependencies: esbuild: 0.25.9 fdir: 6.5.0(picomatch@4.0.3) @@ -19166,10 +19380,10 @@ snapshots: optionalDependencies: '@types/node': 22.17.1 fsevents: 2.3.3 - jiti: 1.21.7 + jiti: 2.5.1 less: 4.4.1 - sass: 1.90.0 - terser: 5.43.1 + sass: 1.92.0 + terser: 5.44.0 yaml: 2.8.1 void-elements@2.0.1: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b2a17557dbc9..e116259ca4dd 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,21 +17,21 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 21.0.0-next.0 - '@angular-devkit/core': 21.0.0-next.0 - '@angular-devkit/schematics': 21.0.0-next.0 - '@angular/build': 21.0.0-next.0 - '@angular/cli': 21.0.0-next.0 - '@angular/common': 21.0.0-next.0 - '@angular/compiler-cli': 21.0.0-next.0 - '@angular/compiler': 21.0.0-next.0 - '@angular/core': 21.0.0-next.0 - '@angular/ssr': 21.0.0-next.0 - '@angular/forms': 21.0.0-next.0 - '@angular/localize': 21.0.0-next.0 - '@angular/platform-browser': 21.0.0-next.0 - '@angular/platform-browser-dynamic': 21.0.0-next.0 - '@angular/platform-server': 21.0.0-next.0 - '@angular/router': 21.0.0-next.0 - '@schematics/angular': 21.0.0-next.0 + '@angular-devkit/build-angular': 21.0.0-next.2 + '@angular-devkit/core': 21.0.0-next.2 + '@angular-devkit/schematics': 21.0.0-next.2 + '@angular/build': 21.0.0-next.2 + '@angular/cli': 21.0.0-next.2 + '@angular/common': 21.0.0-next.2 + '@angular/compiler-cli': 21.0.0-next.2 + '@angular/compiler': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 + '@angular/ssr': 21.0.0-next.2 + '@angular/forms': 21.0.0-next.2 + '@angular/localize': 21.0.0-next.2 + '@angular/platform-browser': 21.0.0-next.2 + '@angular/platform-browser-dynamic': 21.0.0-next.2 + '@angular/platform-server': 21.0.0-next.2 + '@angular/router': 21.0.0-next.2 + '@schematics/angular': 21.0.0-next.2 'rxjs': ^6.6.7