From 8ca985f94c8b774e9cb50fd17e3a232e286cbc46 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 12 Dec 2025 00:15:35 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.material-aio.yml | 18 +- .github/workflows/ci.yml | 50 +- .../workflows/deploy-dev-app-main-push.yml | 6 +- .github/workflows/dev-infra.yml | 4 +- .github/workflows/docs-preview-build.yml | 8 +- .github/workflows/docs-preview-deploy.yml | 2 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/pr.material-aio.yml | 18 +- .github/workflows/pr.yml | 46 +- .github/workflows/preview-build-dev-app.yml | 8 +- .github/workflows/preview-deploy-dev-app.yml | 2 +- .github/workflows/scheduled-ci.yml | 14 +- MODULE.bazel | 2 +- package.json | 2 +- pnpm-lock.yaml | 1347 ++++++++++------- pnpm-workspace.yaml | 34 +- 17 files changed, 918 insertions(+), 647 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index d81337bd6e12..cc0aae0a00f7 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@d4f17986de97f198b59da03bf1b5fc4c78497a40 + - uses: angular/dev-infra/github-actions/branch-manager@2562f2bd84bf2b992d4742d2f36895fd904d696a 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 25cc211e62c8..1329b81e72f0 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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 1d28e70a7fc0..7c4ac9bb20ba 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -49,11 +49,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -65,11 +65,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -98,11 +98,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -114,11 +114,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -130,11 +130,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build Snapshots @@ -154,15 +154,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -185,12 +185,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/browserstack@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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 042ec7fffcd0..558e8902be3a 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,11 +17,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 479c068e9fad..5fc97c5e208f 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: angular/dev-infra/github-actions/pull-request-labeling@d4f17986de97f198b59da03bf1b5fc4c78497a40 + - uses: angular/dev-infra/github-actions/pull-request-labeling@2562f2bd84bf2b992d4742d2f36895fd904d696a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: angular/dev-infra/github-actions/pull-request-labeling@d4f17986de97f198b59da03bf1b5fc4c78497a40 + - uses: angular/dev-infra/github-actions/pull-request-labeling@2562f2bd84bf2b992d4742d2f36895fd904d696a 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 fa6e2e49f599..7bdc6af3633a 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@2562f2bd84bf2b992d4742d2f36895fd904d696a 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 6bcfbeb920b8..e861eb7dbc67 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@2562f2bd84bf2b992d4742d2f36895fd904d696a 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 e7d1058e8041..e2c323d4982f 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: angular/dev-infra/github-actions/google-internal-tests@d4f17986de97f198b59da03bf1b5fc4c78497a40 + - uses: angular/dev-infra/github-actions/google-internal-tests@2562f2bd84bf2b992d4742d2f36895fd904d696a 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 6000d7a2470f..95522be7aecb 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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 7aab9efe0714..049748f3c298 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -45,7 +45,7 @@ jobs: - name: Check code format run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/linting/licenses@2562f2bd84bf2b992d4742d2f36895fd904d696a # Commit message check is last intentionally, because the caretaker can fix it # during merge, while other lint failures have to be resolved by the PR author. - name: Check commit message @@ -55,11 +55,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -69,11 +69,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -83,11 +83,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -97,11 +97,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -111,11 +111,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -125,11 +125,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a with: # Checking out the pull request commit is intended here as we need to run the changed code tests. ref: ${{ github.event.pull_request.head.sha }} - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/browserstack@2562f2bd84bf2b992d4742d2f36895fd904d696a - 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 bd717b19d568..4bebf4231e62 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,16 +23,16 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a # 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@2562f2bd84bf2b992d4742d2f36895fd904d696a 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 8f58248b42f4..d41212e993b9 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@d4f17986de97f198b59da03bf1b5fc4c78497a40 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@2562f2bd84bf2b992d4742d2f36895fd904d696a 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 4b808995a62e..f3f773dd62c6 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d4f17986de97f198b59da03bf1b5fc4c78497a40 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor diff --git a/MODULE.bazel b/MODULE.bazel index af810d4dd6e1..8c30c9e98905 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "d4f17986de97f198b59da03bf1b5fc4c78497a40", + commit = "2562f2bd84bf2b992d4742d2f36895fd904d696a", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index ccdb7e08e4e2..b2ce32e381e4 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "devDependencies": { "@angular/compiler-cli": "catalog:", "@angular/localize": "catalog:", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6e9e02173ce8b5c0f1694de04135931831e15e70", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d01dccf28bf240ced7828fe93c65eda247b24dec", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af878005d43d..2e45b3ebd381 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,53 +7,53 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.2 + version: 21.1.0-next.2 '@angular-devkit/core': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.2 + version: 21.1.0-next.2 '@angular-devkit/schematics': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.2 + version: 21.1.0-next.2 '@angular/cli': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.2 + version: 21.1.0-next.2 '@angular/common': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/compiler': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/compiler-cli': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/core': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/forms': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/localize': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/platform-browser': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/platform-browser-dynamic': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/platform-server': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/router': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.3 + version: 21.1.0-next.3 '@angular/ssr': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.2 + version: 21.1.0-next.2 '@schematics/angular': - specifier: 21.1.0-next.1 - version: 21.1.0-next.1 + specifier: 21.1.0-next.2 + version: 21.1.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.1.0-next.1(chokidar@5.0.0) + version: 21.1.0-next.2(chokidar@5.0.0) '@angular-devkit/schematics': specifier: 'catalog:' - version: 21.1.0-next.1(chokidar@5.0.0) + version: 21.1.0-next.2(chokidar@5.0.0) '@angular/common': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + version: 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 21.1.0-next.1 + version: 21.1.0-next.3 '@angular/core': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) + version: 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) '@angular/forms': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + version: 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) '@angular/platform-browser': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)) + version: 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)) '@types/google.maps': specifier: ^3.54.10 version: 3.58.1 @@ -121,19 +121,19 @@ importers: devDependencies: '@angular/compiler-cli': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) + version: 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2) '@angular/localize': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1) + version: 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#6e9e02173ce8b5c0f1694de04135931831e15e70 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e9e02173ce8b5c0f1694de04135931831e15e70(@modelcontextprotocol/sdk@1.24.0) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#d01dccf28bf240ced7828fe93c65eda247b24dec + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d01dccf28bf240ced7828fe93c65eda247b24dec(@modelcontextprotocol/sdk@1.24.3) '@angular/platform-server': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1)(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + version: 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3)(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) '@angular/router': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + version: 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) '@babel/core': specifier: ^7.16.12 version: 7.28.5 @@ -166,7 +166,7 @@ importers: version: 16.0.3(rollup@4.53.3) '@schematics/angular': specifier: 'catalog:' - version: 21.1.0-next.1(chokidar@5.0.0) + version: 21.1.0-next.2(chokidar@5.0.0) '@types/babel__core': specifier: ^7.1.18 version: 7.20.5 @@ -361,25 +361,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + version: 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 21.1.0-next.1 + version: 21.1.0-next.3 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) + version: 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) '@angular/forms': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + version: 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1) + version: 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3) '@angular/material': specifier: workspace:* version: link:../src/material @@ -391,16 +391,16 @@ importers: version: link:../src/material-luxon-adapter '@angular/platform-browser': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)) + version: 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler@21.1.0-next.1)(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))) + version: 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler@21.1.0-next.3)(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))) '@angular/router': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + version: 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) '@angular/ssr': specifier: 'catalog:' - version: 21.1.0-next.1(a39afe27bd2a02c87964a162b10ea10c) + version: 21.1.0-next.2(c5fd228b28f4ddd4f3d15aa5f9d7a611) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -425,13 +425,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 21.1.0-next.1(5901ff1922cf747fd43a0036ecf7d573) + version: 21.1.0-next.2(95e34ecef709725cf6c39cb8acf40159) '@angular/cli': specifier: 'catalog:' - version: 21.1.0-next.1(@types/node@22.19.1)(chokidar@5.0.0) + version: 21.1.0-next.2(@types/node@22.19.1)(chokidar@5.0.0) '@angular/compiler-cli': specifier: 'catalog:' - version: 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) + version: 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.26.0 @@ -734,72 +734,72 @@ packages: '@actions/io@1.1.3': resolution: {integrity: sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==} - '@algolia/abtesting@1.11.0': - resolution: {integrity: sha512-a7oQ8dwiyoyVmzLY0FcuBqyqcNSq78qlcOtHmNBumRlHCSnXDcuoYGBGPN1F6n8JoGhviDDsIaF/oQrzTzs6Lg==} + '@algolia/abtesting@1.12.0': + resolution: {integrity: sha512-EfW0bfxjPs+C7ANkJDw2TATntfBKsFiy7APh+KO0pQ8A6HYa5I0NjFuCGCXWfzzzLXNZta3QUl3n5Kmm6aJo9Q==} engines: {node: '>= 14.0.0'} - '@algolia/client-abtesting@5.45.0': - resolution: {integrity: sha512-WTW0VZA8xHMbzuQD5b3f41ovKZ0MNTIXkWfm0F2PU+XGcLxmxX15UqODzF2sWab0vSbi3URM1xLhJx+bXbd1eQ==} + '@algolia/client-abtesting@5.46.0': + resolution: {integrity: sha512-eG5xV8rujK4ZIHXrRshvv9O13NmU/k42Rnd3w43iKH5RaQ2zWuZO6Q7XjaoJjAFVCsJWqRbXzbYyPGrbF3wGNg==} engines: {node: '>= 14.0.0'} - '@algolia/client-analytics@5.45.0': - resolution: {integrity: sha512-I3g7VtvG/QJOH3tQO7E7zWTwBfK/nIQXShFLR8RvPgWburZ626JNj332M3wHCYcaAMivN9WJG66S2JNXhm6+Xg==} + '@algolia/client-analytics@5.46.0': + resolution: {integrity: sha512-AYh2uL8IUW9eZrbbT+wZElyb7QkkeV3US2NEKY7doqMlyPWE8lErNfkVN1NvZdVcY4/SVic5GDbeDz2ft8YIiQ==} engines: {node: '>= 14.0.0'} - '@algolia/client-common@5.45.0': - resolution: {integrity: sha512-/nTqm1tLiPtbUr+8kHKyFiCOfhRfgC+JxLvOCq471gFZZOlsh6VtFRiKI60/zGmHTojFC6B0mD80PB7KeK94og==} + '@algolia/client-common@5.46.0': + resolution: {integrity: sha512-0emZTaYOeI9WzJi0TcNd2k3SxiN6DZfdWc2x2gHt855Jl9jPUOzfVTL6gTvCCrOlT4McvpDGg5nGO+9doEjjig==} engines: {node: '>= 14.0.0'} - '@algolia/client-insights@5.45.0': - resolution: {integrity: sha512-suQTx/1bRL1g/K2hRtbK3ANmbzaZCi13487sxxmqok+alBDKKw0/TI73ZiHjjFXM2NV52inwwcmW4fUR45206Q==} + '@algolia/client-insights@5.46.0': + resolution: {integrity: sha512-wrBJ8fE+M0TDG1As4DDmwPn2TXajrvmvAN72Qwpuv8e2JOKNohF7+JxBoF70ZLlvP1A1EiH8DBu+JpfhBbNphQ==} engines: {node: '>= 14.0.0'} - '@algolia/client-personalization@5.45.0': - resolution: {integrity: sha512-CId/dbjpzI3eoUhPU6rt/z4GrRsDesqFISEMOwrqWNSrf4FJhiUIzN42Ac+Gzg69uC0RnzRYy60K1y4Na5VSMw==} + '@algolia/client-personalization@5.46.0': + resolution: {integrity: sha512-LnkeX4p0ENt0DoftDJJDzQQJig/sFQmD1eQifl/iSjhUOGUIKC/7VTeXRcKtQB78naS8njUAwpzFvxy1CDDXDQ==} engines: {node: '>= 14.0.0'} - '@algolia/client-query-suggestions@5.45.0': - resolution: {integrity: sha512-tjbBKfA8fjAiFtvl9g/MpIPiD6pf3fj7rirVfh1eMIUi8ybHP4ovDzIaE216vHuRXoePQVCkMd2CokKvYq1CLw==} + '@algolia/client-query-suggestions@5.46.0': + resolution: {integrity: sha512-aF9tc4ex/smypXw+W3lBPB1jjKoaGHpZezTqofvDOI/oK1dR2sdTpFpK2Ru+7IRzYgwtRqHF3znmTlyoNs9dpA==} engines: {node: '>= 14.0.0'} - '@algolia/client-search@5.45.0': - resolution: {integrity: sha512-nxuCid+Nszs4xqwIMDw11pRJPes2c+Th1yup/+LtpjFH8QWXkr3SirNYSD3OXAeM060HgWWPLA8/Fxk+vwxQOA==} + '@algolia/client-search@5.46.0': + resolution: {integrity: sha512-22SHEEVNjZfFWkFks3P6HilkR3rS7a6GjnCIqR22Zz4HNxdfT0FG+RE7efTcFVfLUkTTMQQybvaUcwMrHXYa7Q==} engines: {node: '>= 14.0.0'} - '@algolia/ingestion@1.45.0': - resolution: {integrity: sha512-t+1doBzhkQTeOOjLHMlm4slmXBhvgtEGQhOmNpMPTnIgWOyZyESWdm+XD984qM4Ej1i9FRh8VttOGrdGnAjAng==} + '@algolia/ingestion@1.46.0': + resolution: {integrity: sha512-2LT0/Z+/sFwEpZLH6V17WSZ81JX2uPjgvv5eNlxgU7rPyup4NXXfuMbtCJ+6uc4RO/LQpEJd3Li59ke3wtyAsA==} engines: {node: '>= 14.0.0'} - '@algolia/monitoring@1.45.0': - resolution: {integrity: sha512-IaX3ZX1A/0wlgWZue+1BNWlq5xtJgsRo7uUk/aSiYD7lPbJ7dFuZ+yTLFLKgbl4O0QcyHTj1/mSBj9ryF1Lizg==} + '@algolia/monitoring@1.46.0': + resolution: {integrity: sha512-uivZ9wSWZ8mz2ZU0dgDvQwvVZV8XBv6lYBXf8UtkQF3u7WeTqBPeU8ZoeTyLpf0jAXCYOvc1mAVmK0xPLuEwOQ==} engines: {node: '>= 14.0.0'} - '@algolia/recommend@5.45.0': - resolution: {integrity: sha512-1jeMLoOhkgezCCPsOqkScwYzAAc1Jr5T2hisZl0s32D94ZV7d1OHozBukgOjf8Dw+6Hgi6j52jlAdUWTtkX9Mg==} + '@algolia/recommend@5.46.0': + resolution: {integrity: sha512-O2BB8DuySuddgOAbhyH4jsGbL+KyDGpzJRtkDZkv091OMomqIA78emhhMhX9d/nIRrzS1wNLWB/ix7Hb2eV5rg==} engines: {node: '>= 14.0.0'} - '@algolia/requester-browser-xhr@5.45.0': - resolution: {integrity: sha512-46FIoUkQ9N7wq4/YkHS5/W9Yjm4Ab+q5kfbahdyMpkBPJ7IBlwuNEGnWUZIQ6JfUZuJVojRujPRHMihX4awUMg==} + '@algolia/requester-browser-xhr@5.46.0': + resolution: {integrity: sha512-eW6xyHCyYrJD0Kjk9Mz33gQ40LfWiEA51JJTVfJy3yeoRSw/NXhAL81Pljpa0qslTs6+LO/5DYPZddct6HvISQ==} engines: {node: '>= 14.0.0'} - '@algolia/requester-fetch@5.45.0': - resolution: {integrity: sha512-XFTSAtCwy4HdBhSReN2rhSyH/nZOM3q3qe5ERG2FLbYId62heIlJBGVyAPRbltRwNlotlydbvSJ+SQ0ruWC2cw==} + '@algolia/requester-fetch@5.46.0': + resolution: {integrity: sha512-Vn2+TukMGHy4PIxmdvP667tN/MhS7MPT8EEvEhS6JyFLPx3weLcxSa1F9gVvrfHWCUJhLWoMVJVB2PT8YfRGcw==} engines: {node: '>= 14.0.0'} - '@algolia/requester-node-http@5.45.0': - resolution: {integrity: sha512-8mTg6lHx5i44raCU52APsu0EqMsdm4+7Hch/e4ZsYZw0hzwkuaMFh826ngnkYf9XOl58nHoou63aZ874m8AbpQ==} + '@algolia/requester-node-http@5.46.0': + resolution: {integrity: sha512-xaqXyna5yBZ+r1SJ9my/DM6vfTqJg9FJgVydRJ0lnO+D5NhqGW/qaRG/iBGKr/d4fho34el6WakV7BqJvrl/HQ==} engines: {node: '>= 14.0.0'} '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2101.0-next.1': - resolution: {integrity: sha512-07B9Jt9abm9N4sfT8i+ee7fLmN3bPJYqV0515ZEkLrzPBXj3WvbudwBhherkR3zhiEvUW2Q/GS86nwmvSDjoUA==} + '@angular-devkit/architect@0.2101.0-next.2': + resolution: {integrity: sha512-Lm8VsC+FmZ29/iZ4fjyAqp+kFjzY+UPUtIAFcckux0ss63JxOWxBhgU3QL8EwvGCnaUuYO7XoBwG3fV9dNp0fA==} 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.1.0-next.1': - resolution: {integrity: sha512-rdgBmUdPHAXNbS1u1/ywT1zx6zrN0R6Z3eq7K1dAOw5ogtXydW0mrMi/DwnTsY2Ni+tHg3clu2oSxDNXf0ag9g==} + '@angular-devkit/build-angular@21.1.0-next.2': + resolution: {integrity: sha512-fZvBzacz/NpSRvN0eSRzZXm5XIuZtd/FLosjsqcNcVM05pK1SxC7foHoW1nOQ9S4W4lq9inLpD4VNN4AZgH04A==} 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 || ^21.1.0-next.0 @@ -808,7 +808,7 @@ packages: '@angular/platform-browser': ^21.0.0 || ^21.1.0-next.0 '@angular/platform-server': ^21.0.0 || ^21.1.0-next.0 '@angular/service-worker': ^21.0.0 || ^21.1.0-next.0 - '@angular/ssr': ^21.1.0-next.1 + '@angular/ssr': ^21.1.0-next.2 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^30.2.0 @@ -848,15 +848,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2101.0-next.1': - resolution: {integrity: sha512-L8P4TL8HzhoW0cecrXqZyinA8iTi3OxwsWIWCIGrfMsY/Utopg3d/eFbU8Shqe+/Lw/Jn56YlfbNWNem02BNaw==} + '@angular-devkit/build-webpack@0.2101.0-next.2': + resolution: {integrity: sha512-lj2zbp9Xo2qPm3qGRswYsOzZ8ED9HExMTHt9pDDzRcVpnKCqQGSINmJVndnD8xLVt92S39Cpr1QBOsE6U9FKXQ==} 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.1.0-next.1': - resolution: {integrity: sha512-C1DqEMD4njwBbYvFZRrduMznnmY4JRUphrIU7XjuQG3+/GZMeI7+QdZlowKO5A1cfZZDYAtXF+5k4Z88dsm6hw==} + '@angular-devkit/core@21.1.0-next.2': + resolution: {integrity: sha512-SavlqKJmM+EqX1eg4iuboaqbJTBRALuwuocctSBmowOoYFYjJXaJbdit1fwB0vqQ946RKG56YYCcAEuIhjmNwA==} 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: ^5.0.0 @@ -864,12 +864,12 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@21.1.0-next.1': - resolution: {integrity: sha512-C6nD4ja7b9+zYY9i1tQigJwd1ybNFpCv+iY6CF83okgA5oks273OSJ0a71thiJhzasHuBvTsaWk2FONVV3NbZQ==} + '@angular-devkit/schematics@21.1.0-next.2': + resolution: {integrity: sha512-01krelZX9UC8l8BlkIpExQ8fIekvtnSk0831j9dbWxbhKu/QZa8IHbKsB14Ph6NNvlz84FmUFhZpODMwjS831w==} 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.1.0-next.1': - resolution: {integrity: sha512-nclnJKT79Dq+erMIU2zM0GlNajvwSDHh3p0VhTKAjutfVKbQ7yFQj8XF4bsoSdiK05+1g0ceqzmKXd681SoP9g==} + '@angular/build@21.1.0-next.2': + resolution: {integrity: sha512-WHbkVNH5t+OyOd3ciWKxMhAe9IdTGMqUxH+HasiJ+MYcwQ4SCqL4GWsOPl+UiJrOUKa4At9yd5lnOpjz1kWrWA==} 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 || ^21.1.0-next.0 @@ -879,7 +879,7 @@ packages: '@angular/platform-browser': ^21.0.0 || ^21.1.0-next.0 '@angular/platform-server': ^21.0.0 || ^21.1.0-next.0 '@angular/service-worker': ^21.0.0 || ^21.1.0-next.0 - '@angular/ssr': ^21.1.0-next.1 + '@angular/ssr': ^21.1.0-next.2 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^21.0.0 || ^21.1.0-next.0 @@ -914,38 +914,38 @@ packages: vitest: optional: true - '@angular/cli@21.1.0-next.1': - resolution: {integrity: sha512-oPV0dBEVBfI92tHPHrCoVzY6Dk6H/dRBcoj7nz7gYhSj4Ka1jJbUiwkHp2YW2VJdStZ4pCNgQKykupzVG91vzg==} + '@angular/cli@21.1.0-next.2': + resolution: {integrity: sha512-SLBX5G187ih0gu+SoXoQ6wPJcmbZtVwjD705YEPH4YD1vsv1IP8YOwGlIV5SHbv7A4cM+wL1S1HNHD/e950iJQ==} 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.1.0-next.1': - resolution: {integrity: sha512-8PeshaDEzCo7GNCa64NSnf8yc+eCId4po/iWeOp+gddKHC/Vaksbz3bJBi6EWpaPKIGixjYfQlfhcoXz0+XXyg==} + '@angular/common@21.1.0-next.3': + resolution: {integrity: sha512-+VEjuNdlkaBD668zA4xozUx7ScVC7OplQ86jk12N9fBaOhaujlVqVEvpxMBdt413MJWNIBCM82Ktv9oH0Tfr3w==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 21.1.0-next.1 + '@angular/core': 21.1.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.1.0-next.1': - resolution: {integrity: sha512-FATOxDvH5bkTcVkPIdahA3xHbhZvPy70gXcBRedSlMwNq2ubRfxB4hLTGS0BmrAKcVUeZPabCWABymOWqTKtUQ==} + '@angular/compiler-cli@21.1.0-next.3': + resolution: {integrity: sha512-kGxr8KjYz7LhySkKVGsHQjZG0gXO/UkJ/oJen7S9JWfuW9PCUlooh6mrrGzcdj47wZLl9owFSWyb8r8RXykOpw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.1.0-next.1 + '@angular/compiler': 21.1.0-next.3 typescript: 5.9.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.1.0-next.1': - resolution: {integrity: sha512-sKA7XwvXj5pgzDab49u6p2srtiOWRE3dvJeHl0iOgttKIYSF+ot2e6ulzha7CtP5qQ78cpUWb9Ih0O5KJhKjMQ==} + '@angular/compiler@21.1.0-next.3': + resolution: {integrity: sha512-q7vXtZU9M+SEQDZs38L/zt5K6iKnwlrAnKHBrXkTwjQFCL7LUXCSWvHpWexKWciFhHhLTvSsACzOrYOwF2xFEQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@21.1.0-next.1': - resolution: {integrity: sha512-sgOEuLiSNkaID24w62u3qlD4TzCcUC1mIG8RT8nwbEK5XsjrbgaxZQYqTYJWJpwSTSynbi2qQTQzJNn0vfNJnw==} + '@angular/core@21.1.0-next.3': + resolution: {integrity: sha512-KpnzQSr8nVlG/1cvoJAsOEu0iEtDkwKO97hRrIzumLQHKreCpk2zJpqRmjkIPQTqSH948eqmjIpiLrKiaZDKug==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 21.1.0-next.1 + '@angular/compiler': 21.1.0-next.3 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -954,70 +954,70 @@ packages: zone.js: optional: true - '@angular/forms@21.1.0-next.1': - resolution: {integrity: sha512-zx/oms9ul3EIJczIDZwnHZRpQy0Ysq7NHCCSa/07zBPfjbc8brU6cfoCWnqYMRkavuocG0q3VWmlJuLghD0oYg==} + '@angular/forms@21.1.0-next.3': + resolution: {integrity: sha512-lDS0gs3GOJBjIsg1xRwNviAKg7aM8VE0io1pT+dng/SWXtxIX/W33k4qYpq2PTutp6cY3k1wuKZkUL0Qerq9kQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.1.0-next.1 - '@angular/core': 21.1.0-next.1 - '@angular/platform-browser': 21.1.0-next.1 + '@angular/common': 21.1.0-next.3 + '@angular/core': 21.1.0-next.3 + '@angular/platform-browser': 21.1.0-next.3 '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@21.1.0-next.1': - resolution: {integrity: sha512-v7tnLvujrP490kZUHUGtUbd9ByDQLFK93OUPhFtoj5WKlrGlfSwESU029D8tnoE2IyzIBxKnNRbGMm734fY9bA==} + '@angular/localize@21.1.0-next.3': + resolution: {integrity: sha512-soU4WUhgmuSMIHDaan3k8u9EkIQD2lvFE7R1FbpFkuPRHwSnZrT0AQkRrs0dzzTPLs1QYGQxB3gtUZO+5+doRw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.1.0-next.1 - '@angular/compiler-cli': 21.1.0-next.1 + '@angular/compiler': 21.1.0-next.3 + '@angular/compiler-cli': 21.1.0-next.3 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e9e02173ce8b5c0f1694de04135931831e15e70': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e9e02173ce8b5c0f1694de04135931831e15e70} - version: 0.0.0-d4f17986de97f198b59da03bf1b5fc4c78497a40 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d01dccf28bf240ced7828fe93c65eda247b24dec': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d01dccf28bf240ced7828fe93c65eda247b24dec} + version: 0.0.0-2562f2bd84bf2b992d4742d2f36895fd904d696a hasBin: true - '@angular/platform-browser-dynamic@21.1.0-next.1': - resolution: {integrity: sha512-g3GRfm9k+YXGRj/Q31Y/MTgMxd0KwiMnYY4r0vfg4WS5Nvy4VuEFx6zbRtbvnpI+ruqvHEMEpfAqxLTooTjTsw==} + '@angular/platform-browser-dynamic@21.1.0-next.3': + resolution: {integrity: sha512-AfGmUDYHYrT1+4jmMlWMMaWl2iXSmk4IHVcMMOo/jzv2mtbX/h9a1kPuSZFEfqPLzCoZttFbYob1HNgBu87o+Q==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.1.0-next.1 - '@angular/compiler': 21.1.0-next.1 - '@angular/core': 21.1.0-next.1 - '@angular/platform-browser': 21.1.0-next.1 + '@angular/common': 21.1.0-next.3 + '@angular/compiler': 21.1.0-next.3 + '@angular/core': 21.1.0-next.3 + '@angular/platform-browser': 21.1.0-next.3 - '@angular/platform-browser@21.1.0-next.1': - resolution: {integrity: sha512-dZF5PemHmXaw78PRFFRaVrW3SHvtK3lVe1NuQEqp+Qiv5vn/YOfCBGL/U7NcXprB24kXPpaoBp0NsO2KXDA4hw==} + '@angular/platform-browser@21.1.0-next.3': + resolution: {integrity: sha512-CzuWjK1Llvp4Wu3jtnny3h5uxEanrL8mDXrMGlReT1Q2wpVuURj0CtogQVeh8uWd2OB37AYT43Xwwnr6rdpXBg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 21.1.0-next.1 - '@angular/common': 21.1.0-next.1 - '@angular/core': 21.1.0-next.1 + '@angular/animations': 21.1.0-next.3 + '@angular/common': 21.1.0-next.3 + '@angular/core': 21.1.0-next.3 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@21.1.0-next.1': - resolution: {integrity: sha512-nlnKp10oLNqg18zqf79ymY4LLarhmBF7+ldO9c1Xqe4iNu7BsF536H93hy0MAnEtVN5zGX6whySTVNRavbyIvw==} + '@angular/platform-server@21.1.0-next.3': + resolution: {integrity: sha512-9vaEb4ViOoPgdo1XyLFVFH9yEhIPpMktz07iuY9FE066Orvp66ibmCpo4lCMKG5JJCPh4YIETWJnW+YrjHlJZQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.1.0-next.1 - '@angular/compiler': 21.1.0-next.1 - '@angular/core': 21.1.0-next.1 - '@angular/platform-browser': 21.1.0-next.1 + '@angular/common': 21.1.0-next.3 + '@angular/compiler': 21.1.0-next.3 + '@angular/core': 21.1.0-next.3 + '@angular/platform-browser': 21.1.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@21.1.0-next.1': - resolution: {integrity: sha512-gVzyePS5GeDpgBWyAiikE9iQYS+2HrrS4xkz8DuOG5DNF0d/lkz/f4jpKc/4KfV3Y0mqst2KOFr/xRC60PYmfw==} + '@angular/router@21.1.0-next.3': + resolution: {integrity: sha512-OLNdn+pY8g0YDhNdnKCL31yxHDHwlC2f/MrLWkp5Fb6YaZcEwZV+dtjnBxN3PcM/cyMCzayE9rX6XonNMumjIQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.1.0-next.1 - '@angular/core': 21.1.0-next.1 - '@angular/platform-browser': 21.1.0-next.1 + '@angular/common': 21.1.0-next.3 + '@angular/core': 21.1.0-next.3 + '@angular/platform-browser': 21.1.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@21.1.0-next.1': - resolution: {integrity: sha512-+x5uxURV8LklsO95kcHY3LsIs9snigopjfOGkJQ0JKOcuorYPERLnsUx1E5W7zh6rfjMkV59lXJrm5W4aKBJ1A==} + '@angular/ssr@21.1.0-next.2': + resolution: {integrity: sha512-WYORIbnS5wkp/sVosb4dsmu96lg/x2hdKE8oBag5/3RfLp2xjc1W0wY3XAAF+YJyiKIJG24X487zwiArzq0B9w==} peerDependencies: '@angular/common': ^21.0.0 || ^21.1.0-next.0 '@angular/core': ^21.0.0 || ^21.1.0-next.0 @@ -1633,6 +1633,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.27.1': + resolution: {integrity: sha512-HHB50pdsBX6k47S4u5g/CaLjqS3qwaOVE5ILsq64jyzgMhLuCuZ8rGzM9yhsAjfjkbgUPMzZEPa7DAp7yz6vuA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.25.12': resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} engines: {node: '>=18'} @@ -1645,6 +1651,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.27.1': + resolution: {integrity: sha512-45fuKmAJpxnQWixOGCrS+ro4Uvb4Re9+UTieUY2f8AEc+t7d4AaZ6eUJ3Hva7dtrxAAWHtlEFsXFMAgNnGU9uQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.25.12': resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} engines: {node: '>=18'} @@ -1657,6 +1669,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.27.1': + resolution: {integrity: sha512-kFqa6/UcaTbGm/NncN9kzVOODjhZW8e+FRdSeypWe6j33gzclHtwlANs26JrupOntlcWmB0u8+8HZo8s7thHvg==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.25.12': resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} engines: {node: '>=18'} @@ -1669,6 +1687,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.27.1': + resolution: {integrity: sha512-LBEpOz0BsgMEeHgenf5aqmn/lLNTFXVfoWMUox8CtWWYK9X4jmQzWjoGoNb8lmAYml/tQ/Ysvm8q7szu7BoxRQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.25.12': resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} engines: {node: '>=18'} @@ -1681,6 +1705,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.27.1': + resolution: {integrity: sha512-veg7fL8eMSCVKL7IW4pxb54QERtedFDfY/ASrumK/SbFsXnRazxY4YykN/THYqFnFwJ0aVjiUrVG2PwcdAEqQQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.25.12': resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} engines: {node: '>=18'} @@ -1693,6 +1723,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.27.1': + resolution: {integrity: sha512-+3ELd+nTzhfWb07Vol7EZ+5PTbJ/u74nC6iv4/lwIU99Ip5uuY6QoIf0Hn4m2HoV0qcnRivN3KSqc+FyCHjoVQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.25.12': resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} engines: {node: '>=18'} @@ -1705,6 +1741,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.27.1': + resolution: {integrity: sha512-/8Rfgns4XD9XOSXlzUDepG8PX+AVWHliYlUkFI3K3GB6tqbdjYqdhcb4BKRd7C0BhZSoaCxhv8kTcBrcZWP+xg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.25.12': resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} engines: {node: '>=18'} @@ -1717,6 +1759,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.27.1': + resolution: {integrity: sha512-GITpD8dK9C+r+5yRT/UKVT36h/DQLOHdwGVwwoHidlnA168oD3uxA878XloXebK4Ul3gDBBIvEdL7go9gCUFzQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.25.12': resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} engines: {node: '>=18'} @@ -1729,6 +1777,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.27.1': + resolution: {integrity: sha512-W9//kCrh/6in9rWIBdKaMtuTTzNj6jSeG/haWBADqLLa9P8O5YSRDzgD5y9QBok4AYlzS6ARHifAb75V6G670Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.25.12': resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} engines: {node: '>=18'} @@ -1741,6 +1795,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.27.1': + resolution: {integrity: sha512-ieMID0JRZY/ZeCrsFQ3Y3NlHNCqIhTprJfDgSB3/lv5jJZ8FX3hqPyXWhe+gvS5ARMBJ242PM+VNz/ctNj//eA==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.25.12': resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} engines: {node: '>=18'} @@ -1753,6 +1813,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.27.1': + resolution: {integrity: sha512-VIUV4z8GD8rtSVMfAj1aXFahsi/+tcoXXNYmXgzISL+KB381vbSTNdeZHHHIYqFyXcoEhu9n5cT+05tRv13rlw==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.25.12': resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} engines: {node: '>=18'} @@ -1765,6 +1831,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.27.1': + resolution: {integrity: sha512-l4rfiiJRN7sTNI//ff65zJ9z8U+k6zcCg0LALU5iEWzY+a1mVZ8iWC1k5EsNKThZ7XCQ6YWtsZ8EWYm7r1UEsg==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.25.12': resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} engines: {node: '>=18'} @@ -1777,6 +1849,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.27.1': + resolution: {integrity: sha512-U0bEuAOLvO/DWFdygTHWY8C067FXz+UbzKgxYhXC0fDieFa0kDIra1FAhsAARRJbvEyso8aAqvPdNxzWuStBnA==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.25.12': resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} engines: {node: '>=18'} @@ -1789,6 +1867,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.27.1': + resolution: {integrity: sha512-NzdQ/Xwu6vPSf/GkdmRNsOfIeSGnh7muundsWItmBsVpMoNPVpM61qNzAVY3pZ1glzzAxLR40UyYM23eaDDbYQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.25.12': resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} engines: {node: '>=18'} @@ -1801,6 +1885,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.27.1': + resolution: {integrity: sha512-7zlw8p3IApcsN7mFw0O1Z1PyEk6PlKMu18roImfl3iQHTnr/yAfYv6s4hXPidbDoI2Q0pW+5xeoM4eTCC0UdrQ==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.25.12': resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} engines: {node: '>=18'} @@ -1813,6 +1903,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.27.1': + resolution: {integrity: sha512-cGj5wli+G+nkVQdZo3+7FDKC25Uh4ZVwOAK6A06Hsvgr8WqBBuOy/1s+PUEd/6Je+vjfm6stX0kmib5b/O2Ykw==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.25.12': resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} engines: {node: '>=18'} @@ -1825,6 +1921,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.27.1': + resolution: {integrity: sha512-z3H/HYI9MM0HTv3hQZ81f+AKb+yEoCRlUby1F80vbQ5XdzEMyY/9iNlAmhqiBKw4MJXwfgsh7ERGEOhrM1niMA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-arm64@0.25.12': resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} engines: {node: '>=18'} @@ -1837,6 +1939,12 @@ packages: cpu: [arm64] os: [netbsd] + '@esbuild/netbsd-arm64@0.27.1': + resolution: {integrity: sha512-wzC24DxAvk8Em01YmVXyjl96Mr+ecTPyOuADAvjGg+fyBpGmxmcr2E5ttf7Im8D0sXZihpxzO1isus8MdjMCXQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-x64@0.25.12': resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} engines: {node: '>=18'} @@ -1849,6 +1957,12 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.27.1': + resolution: {integrity: sha512-1YQ8ybGi2yIXswu6eNzJsrYIGFpnlzEWRl6iR5gMgmsrR0FcNoV1m9k9sc3PuP5rUBLshOZylc9nqSgymI+TYg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.25.12': resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} engines: {node: '>=18'} @@ -1861,6 +1975,12 @@ packages: cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.27.1': + resolution: {integrity: sha512-5Z+DzLCrq5wmU7RDaMDe2DVXMRm2tTDvX2KU14JJVBN2CT/qov7XVix85QoJqHltpvAOZUAc3ndU56HSMWrv8g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.25.12': resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} engines: {node: '>=18'} @@ -1873,6 +1993,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.27.1': + resolution: {integrity: sha512-Q73ENzIdPF5jap4wqLtsfh8YbYSZ8Q0wnxplOlZUOyZy7B4ZKW8DXGWgTCZmF8VWD7Tciwv5F4NsRf6vYlZtqg==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/openharmony-arm64@0.25.12': resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} engines: {node: '>=18'} @@ -1885,6 +2011,12 @@ packages: cpu: [arm64] os: [openharmony] + '@esbuild/openharmony-arm64@0.27.1': + resolution: {integrity: sha512-ajbHrGM/XiK+sXM0JzEbJAen+0E+JMQZ2l4RR4VFwvV9JEERx+oxtgkpoKv1SevhjavK2z2ReHk32pjzktWbGg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/sunos-x64@0.25.12': resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} engines: {node: '>=18'} @@ -1897,6 +2029,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.27.1': + resolution: {integrity: sha512-IPUW+y4VIjuDVn+OMzHc5FV4GubIwPnsz6ubkvN8cuhEqH81NovB53IUlrlBkPMEPxvNnf79MGBoz8rZ2iW8HA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.25.12': resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} engines: {node: '>=18'} @@ -1909,6 +2047,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.27.1': + resolution: {integrity: sha512-RIVRWiljWA6CdVu8zkWcRmGP7iRRIIwvhDKem8UMBjPql2TXM5PkDVvvrzMtj1V+WFPB4K7zkIGM7VzRtFkjdg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.25.12': resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} engines: {node: '>=18'} @@ -1921,6 +2065,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.27.1': + resolution: {integrity: sha512-2BR5M8CPbptC1AK5JbJT1fWrHLvejwZidKx3UMSF0ecHMa+smhi16drIrCEggkgviBwLYd5nwrFLSl5Kho96RQ==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.25.12': resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} engines: {node: '>=18'} @@ -1933,6 +2083,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.27.1': + resolution: {integrity: sha512-d5X6RMYv6taIymSk8JBP+nxv8DQAMY6A51GPgusqLdK9wBz5wWIXy1KjTck6HnjE9hqJzJRdk+1p/t5soSbCtw==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@fastify/busboy@2.1.1': resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} engines: {node: '>=14'} @@ -2202,11 +2358,11 @@ packages: resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} engines: {node: '>=18'} - '@google/genai@1.31.0': - resolution: {integrity: sha512-rK0RKXxNkbK35eDl+G651SxtxwHNEOogjyeZJUJe+Ed4yxu3xy5ufCiU0+QLT7xo4M9Spey8OAYfD8LPRlYBKw==} + '@google/genai@1.32.0': + resolution: {integrity: sha512-46vaEaHAThIBlqWFTti1fo3xYU6DwCOwnIIotLhYUbNha90wk5cZL79zdf+NoAfKVsx4DPmjCtXvbQNNVPl5ZQ==} engines: {node: '>=20.0.0'} peerDependencies: - '@modelcontextprotocol/sdk': ^1.20.1 + '@modelcontextprotocol/sdk': ^1.24.0 peerDependenciesMeta: '@modelcontextprotocol/sdk': optional: true @@ -2642,8 +2798,8 @@ packages: '@cfworker/json-schema': optional: true - '@modelcontextprotocol/sdk@1.24.0': - resolution: {integrity: sha512-D8h5KXY2vHFW8zTuxn2vuZGN0HGrQ5No6LkHwlEA9trVgNdPL3TF1dSqKA7Dny6BbBYKSW/rOBDXdC8KJAjUCg==} + '@modelcontextprotocol/sdk@1.24.3': + resolution: {integrity: sha512-YgSHW29fuzKKAHTGe9zjNoo+yF8KaQPzDC2W9Pv41E7/57IfY+AMGJ/aDFlgTLcVVELoggKE4syABCE75u3NCw==} engines: {node: '>=18'} peerDependencies: '@cfworker/json-schema': ^4.1.1 @@ -2798,16 +2954,16 @@ packages: resolution: {integrity: sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==} engines: {node: '>= 10'} - '@napi-rs/wasm-runtime@1.0.7': - resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==} + '@napi-rs/wasm-runtime@1.1.0': + resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} '@nginfra/angular-linking@1.0.9': resolution: {integrity: sha512-25cph8loaVTzSxD6Ll5vjUhm/xxbr1OHLaH/kh464yOMaiK2eKYpNdnIPpfsTFStrwh5/3wKTWTNSCFvjgeTiQ==} peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@21.1.0-next.1': - resolution: {integrity: sha512-dhplhHLxbCmi0Vf1CNhinEPNkmNE2/JHQTij6mZdmeyDCz51DtAKMbRq/e8NFuY3w7VF6976SnYxHM3RUUqYxA==} + '@ngtools/webpack@21.1.0-next.2': + resolution: {integrity: sha512-EFou/qczcYYaKFunyl4iLp6tJqClwO2lngesO6eDRlV2LdRNlB0uImmurNyluaM3vKkLvRkRVlzq0G4Q6kQTUw==} 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 || ^21.1.0-next.0 @@ -3167,8 +3323,8 @@ packages: peerDependencies: '@opentelemetry/api': ^1.1.0 - '@oxc-project/types@0.99.0': - resolution: {integrity: sha512-LLDEhXB7g1m5J+woRSgfKsFPS3LhR9xRhTeIoEBm5WrkwMxn6eZ0Ld0c0K5eHB57ChZX6I3uSmmLjZ8pcjlRcw==} + '@oxc-project/types@0.101.0': + resolution: {integrity: sha512-nuFhqlUzJX+gVIPPfuE6xurd4lST3mdcWOhyK/rZO0B9XWMKm79SuszIQEnSMmmDhq1DC8WWVYGVd+6F93o1gQ==} '@parcel/watcher-android-arm64@2.5.1': resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} @@ -3282,8 +3438,8 @@ packages: resolution: {integrity: sha512-tNe7a6U4rCpxLMBaR0SIYTdjxGdL0Vwb3G1zY8++sPtHSvy7qd54u8CIB0Z+Y6t5tc9pNYMYCMwhE/wdSY7ltg==} engines: {node: '>=18.12'} - '@pnpm/dependency-path@1001.1.6': - resolution: {integrity: sha512-MQ0l7p0xTNsobggVsT3zXed677WvlDQ25wt0rTQv54Z6fLS/B89pwemUMNhWIKR4q+5WHJjkSlVN2t+W4um+7Q==} + '@pnpm/dependency-path@1001.1.7': + resolution: {integrity: sha512-7XPsLscJuNYJr+1RVVGi7ul4GRoNV9Uq6PR04VkFteFgc+LmvBoyq1lQq1dDw+MUwjG2KHhsVtQVooRVpd0niQ==} engines: {node: '>=18.12'} '@pnpm/graceful-fs@1000.0.1': @@ -3298,8 +3454,8 @@ packages: resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==} engines: {node: '>=12'} - '@pnpm/types@1001.0.1': - resolution: {integrity: sha512-v5X09E6LkJFOOw9FgGITpAs7nQJtx6u3N0SNtyIC5mSeIC5SebMrrelpCz6QUTJvyXBEa1AWj2dZhYfLj59xhA==} + '@pnpm/types@1001.1.0': + resolution: {integrity: sha512-HaGoB+TIJ3aWLM1lLUKQmh1K4bjz16VJ9+mJcp3nf1RQm/lZFhkyjGW2D44Zf3M8c1tlyTsczIDQR4K2OSvaaQ==} engines: {node: '>=18.12'} '@prisma/instrumentation@6.11.1': @@ -3342,95 +3498,89 @@ packages: engines: {node: '>=18'} hasBin: true - '@rolldown/binding-android-arm64@1.0.0-beta.52': - resolution: {integrity: sha512-MBGIgysimZPqTDcLXI+i9VveijkP5C3EAncEogXhqfax6YXj1Tr2LY3DVuEOMIjWfMPMhtQSPup4fSTAmgjqIw==} + '@rolldown/binding-android-arm64@1.0.0-beta.53': + resolution: {integrity: sha512-Ok9V8o7o6YfSdTTYA/uHH30r3YtOxLD6G3wih/U9DO0ucBBFq8WPt/DslU53OgfteLRHITZny9N/qCUxMf9kjQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rolldown/binding-darwin-arm64@1.0.0-beta.52': - resolution: {integrity: sha512-MmKeoLnKu1d9j6r19K8B+prJnIZ7u+zQ+zGQ3YHXGnr41rzE3eqQLovlkvoZnRoxDGPA4ps0pGiwXy6YE3lJyg==} + '@rolldown/binding-darwin-arm64@1.0.0-beta.53': + resolution: {integrity: sha512-yIsKqMz0CtRnVa6x3Pa+mzTihr4Ty+Z6HfPbZ7RVbk1Uxnco4+CUn7Qbm/5SBol1JD/7nvY8rphAgyAi7Lj6Vg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.0-beta.52': - resolution: {integrity: sha512-qpHedvQBmIjT8zdnjN3nWPR2qjQyJttbXniCEKKdHeAbZG9HyNPBUzQF7AZZGwmS9coQKL+hWg9FhWzh2dZ2IA==} + '@rolldown/binding-darwin-x64@1.0.0-beta.53': + resolution: {integrity: sha512-GTXe+mxsCGUnJOFMhfGWmefP7Q9TpYUseHvhAhr21nCTgdS8jPsvirb0tJwM3lN0/u/cg7bpFNa16fQrjKrCjQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-freebsd-x64@1.0.0-beta.52': - resolution: {integrity: sha512-dDp7WbPapj/NVW0LSiH/CLwMhmLwwKb3R7mh2kWX+QW85X1DGVnIEyKh9PmNJjB/+suG1dJygdtdNPVXK1hylg==} + '@rolldown/binding-freebsd-x64@1.0.0-beta.53': + resolution: {integrity: sha512-9Tmp7bBvKqyDkMcL4e089pH3RsjD3SUungjmqWtyhNOxoQMh0fSmINTyYV8KXtE+JkxYMPWvnEt+/mfpVCkk8w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.52': - resolution: {integrity: sha512-9e4l6vy5qNSliDPqNfR6CkBOAx6PH7iDV4OJiEJzajajGrVy8gc/IKKJUsoE52G8ud8MX6r3PMl97NfwgOzB7g==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.53': + resolution: {integrity: sha512-a1y5fiB0iovuzdbjUxa7+Zcvgv+mTmlGGC4XydVIsyl48eoxgaYkA3l9079hyTyhECsPq+mbr0gVQsFU11OJAQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.52': - resolution: {integrity: sha512-V48oDR84feRU2KRuzpALp594Uqlx27+zFsT6+BgTcXOtu7dWy350J1G28ydoCwKB+oxwsRPx2e7aeQnmd3YJbQ==} + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.53': + resolution: {integrity: sha512-bpIGX+ov9PhJYV+wHNXl9rzq4F0QvILiURn0y0oepbQx+7stmQsKA0DhPGwmhfvF856wq+gbM8L92SAa/CBcLg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.52': - resolution: {integrity: sha512-ENLmSQCWqSA/+YN45V2FqTIemg7QspaiTjlm327eUAMeOLdqmSOVVyrQexJGNTQ5M8sDYCgVAig2Kk01Ggmqaw==} + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.53': + resolution: {integrity: sha512-bGe5EBB8FVjHBR1mOLOPEFg1Lp3//7geqWkU5NIhxe+yH0W8FVrQ6WRYOap4SUTKdklD/dC4qPLREkMMQ855FA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.52': - resolution: {integrity: sha512-klahlb2EIFltSUubn/VLjuc3qxp1E7th8ukayPfdkcKvvYcQ5rJztgx8JsJSuAKVzKtNTqUGOhy4On71BuyV8g==} + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.53': + resolution: {integrity: sha512-qL+63WKVQs1CMvFedlPt0U9PiEKJOAL/bsHMKUDS6Vp2Q+YAv/QLPu8rcvkfIMvQ0FPU2WL0aX4eWwF6e/GAnA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-musl@1.0.0-beta.52': - resolution: {integrity: sha512-UuA+JqQIgqtkgGN2c/AQ5wi8M6mJHrahz/wciENPTeI6zEIbbLGoth5XN+sQe2pJDejEVofN9aOAp0kaazwnVg==} + '@rolldown/binding-linux-x64-musl@1.0.0-beta.53': + resolution: {integrity: sha512-VGl9JIGjoJh3H8Mb+7xnVqODajBmrdOOb9lxWXdcmxyI+zjB2sux69br0hZJDTyLJfvBoYm439zPACYbCjGRmw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@rolldown/binding-openharmony-arm64@1.0.0-beta.52': - resolution: {integrity: sha512-1BNQW8u4ro8bsN1+tgKENJiqmvc+WfuaUhXzMImOVSMw28pkBKdfZtX2qJPADV3terx+vNJtlsgSGeb3+W6Jiw==} + '@rolldown/binding-openharmony-arm64@1.0.0-beta.53': + resolution: {integrity: sha512-B4iIserJXuSnNzA5xBLFUIjTfhNy7d9sq4FUMQY3GhQWGVhS2RWWzzDnkSU6MUt7/aHUrep0CdQfXUJI9D3W7A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@rolldown/binding-wasm32-wasi@1.0.0-beta.52': - resolution: {integrity: sha512-K/p7clhCqJOQpXGykrFaBX2Dp9AUVIDHGc+PtFGBwg7V+mvBTv/tsm3LC3aUmH02H2y3gz4y+nUTQ0MLpofEEg==} + '@rolldown/binding-wasm32-wasi@1.0.0-beta.53': + resolution: {integrity: sha512-BUjAEgpABEJXilGq/BPh7jeU3WAJ5o15c1ZEgHaDWSz3LB881LQZnbNJHmUiM4d1JQWMYYyR1Y490IBHi2FPJg==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.52': - resolution: {integrity: sha512-a4EkXBtnYYsKipjS7QOhEBM4bU5IlR9N1hU+JcVEVeuTiaslIyhWVKsvf7K2YkQHyVAJ+7/A9BtrGqORFcTgng==} + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.53': + resolution: {integrity: sha512-s27uU7tpCWSjHBnxyVXHt3rMrQdJq5MHNv3BzsewCIroIw3DJFjMH1dzCPPMUFxnh1r52Nf9IJ/eWp6LDoyGcw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.52': - resolution: {integrity: sha512-5ZXcYyd4GxPA6QfbGrNcQjmjbuLGvfz6728pZMsQvGHI+06LT06M6TPtXvFvLgXtexc+OqvFe1yAIXJU1gob/w==} - engines: {node: ^20.19.0 || >=22.12.0} - cpu: [ia32] - os: [win32] - - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.52': - resolution: {integrity: sha512-tzpnRQXJrSzb8Z9sm97UD3cY0toKOImx+xRKsDLX4zHaAlRXWh7jbaKBePJXEN7gNw7Nm03PBNwphdtA8KSUYQ==} + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.53': + resolution: {integrity: sha512-cjWL/USPJ1g0en2htb4ssMjIycc36RvdQAx1WlXnS6DpULswiUTVXPDesTifSKYSyvx24E0YqQkEm0K/M2Z/AA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@rolldown/pluginutils@1.0.0-beta.52': - resolution: {integrity: sha512-/L0htLJZbaZFL1g9OHOblTxbCYIGefErJjtYOwgl9ZqNx27P3L0SDfjhhHIss32gu5NWgnxuT2a2Hnnv6QGHKA==} + '@rolldown/pluginutils@1.0.0-beta.53': + resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} '@rollup/plugin-commonjs@29.0.0': resolution: {integrity: sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==} @@ -3589,8 +3739,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@21.1.0-next.1': - resolution: {integrity: sha512-sLhsY30Dxzs6ltCUXthzVwKOOYhP1JN7LW4FzftbxiNB4hOpvWCUEf5/TVJP6HEQpTAyl+qtvoEdKxY//ItyWA==} + '@schematics/angular@21.1.0-next.2': + resolution: {integrity: sha512-NqVq5MbwNhJ5Phmv1pzj8ZvIVoGi3e4a702VbBlS6KxoZI9j8ulBh8ZnAWN3q6ZkSRnOIuPqvgowfeNbRtplFg==} 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@9.47.1': @@ -3795,8 +3945,8 @@ packages: '@types/node@22.19.1': resolution: {integrity: sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==} - '@types/node@24.10.1': - resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} + '@types/node@24.10.2': + resolution: {integrity: sha512-WOhQTZ4G8xZ1tjJTvKOpyEVSGgOTvJAfDK3FNFgELyaTpzhdgHVHeqW8V+UJvzF5BT+/B54T/1S2K6gd9c7bbA==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -4060,8 +4210,8 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} - algoliasearch@5.45.0: - resolution: {integrity: sha512-wrj4FGr14heLOYkBKV3Fbq5ZBGuIFeDJkTilYq/G+hH1CSlQBtYvG2X1j67flwv0fUeQJwnWxxRIunSemAZirA==} + algoliasearch@5.46.0: + resolution: {integrity: sha512-7ML6fa2K93FIfifG3GMWhDEwT5qQzPTmoHKCTvhzGEwdbQ4n0yYUWZlLYT75WllTGJCJtNUI0C1ybN4BCegqvg==} engines: {node: '>= 14.0.0'} amdefine@1.0.1: @@ -5334,8 +5484,8 @@ packages: es6-promisify@5.0.0: resolution: {integrity: sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==} - esbuild-wasm@0.27.0: - resolution: {integrity: sha512-4XpLDOY4sOzqgiezPXDkHTn25cBA1MKN5OTotehoFR7/wTpSYCK76OA8rQfpiuz12G27JpGxxdh+/D9GcNl61w==} + esbuild-wasm@0.27.1: + resolution: {integrity: sha512-NjueSyuuMjX6F/mnqQ8g4rkwAFTct7JT/A/oXjXhGTFbWiTm3zU59BMulOrT+KuCHj+oShTBARQCxCDDvVxwFA==} engines: {node: '>=18'} hasBin: true @@ -5349,6 +5499,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.27.1: + resolution: {integrity: sha512-yY35KZckJJuVVPXpvjgxiCuVEJT67F6zDeVTv4rizyPrfGBUpZQsvmxnN+C371c2esD/hNMjj4tpBhuueLN7aA==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -8411,8 +8566,8 @@ packages: resolution: {integrity: sha512-s+pyvQeIKIZ0dx5iJiQk1tPLJAWln39+MI5jtM8wnyws+G5azk+dMnMX0qfbqNetKKNgcWWOdi0sfm+FbQbgdQ==} engines: {node: '>=10.0.0'} - rolldown@1.0.0-beta.52: - resolution: {integrity: sha512-Hbnpljue+JhMJrlOjQ1ixp9me7sUec7OjFvS+A1Qm8k8Xyxmw3ZhxFu7LlSXW1s9AX3POE9W9o2oqCEeR5uDmg==} + rolldown@1.0.0-beta.53: + resolution: {integrity: sha512-Qd9c2p0XKZdgT5AYd+KgAMggJ8ZmCs3JnS9PTMWkyUfteKlfmKtxJbWTHkVakxwXs1Ub7jrRYVeFeF7N0sQxyw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -8525,6 +8680,11 @@ packages: engines: {node: '>=14.0.0'} hasBin: true + sass@1.95.0: + resolution: {integrity: sha512-9QMjhLq+UkOg/4bb8Lt8A+hJZvY3t+9xeZMKSBtBEgxrXA3ed5Ts4NDreUkYgJP1BTmrscQE/xYhf7iShow6lw==} + engines: {node: '>=14.0.0'} + hasBin: true + saucelabs@1.5.0: resolution: {integrity: sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==} @@ -9524,8 +9684,8 @@ packages: vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} - vite@7.2.6: - resolution: {integrity: sha512-tI2l/nFHC5rLh7+5+o7QjKjSR04ivXDF4jcgV0f/bTQ+OJiITy5S6gaynVsEM+7RqzufMnVbIon6Sr5x1SDYaQ==} + vite@7.2.7: + resolution: {integrity: sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -9968,110 +10128,110 @@ snapshots: '@actions/io@1.1.3': {} - '@algolia/abtesting@1.11.0': + '@algolia/abtesting@1.12.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/client-abtesting@5.45.0': + '@algolia/client-abtesting@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/client-analytics@5.45.0': + '@algolia/client-analytics@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/client-common@5.45.0': {} + '@algolia/client-common@5.46.0': {} - '@algolia/client-insights@5.45.0': + '@algolia/client-insights@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/client-personalization@5.45.0': + '@algolia/client-personalization@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/client-query-suggestions@5.45.0': + '@algolia/client-query-suggestions@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/client-search@5.45.0': + '@algolia/client-search@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/ingestion@1.45.0': + '@algolia/ingestion@1.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/monitoring@1.45.0': + '@algolia/monitoring@1.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/recommend@5.45.0': + '@algolia/recommend@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + '@algolia/client-common': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 - '@algolia/requester-browser-xhr@5.45.0': + '@algolia/requester-browser-xhr@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 + '@algolia/client-common': 5.46.0 - '@algolia/requester-fetch@5.45.0': + '@algolia/requester-fetch@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 + '@algolia/client-common': 5.46.0 - '@algolia/requester-node-http@5.45.0': + '@algolia/requester-node-http@5.46.0': dependencies: - '@algolia/client-common': 5.45.0 + '@algolia/client-common': 5.46.0 '@ampproject/remapping@2.3.0': dependencies: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2101.0-next.1(chokidar@5.0.0)': + '@angular-devkit/architect@0.2101.0-next.2(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.1.0-next.1(chokidar@5.0.0) + '@angular-devkit/core': 21.1.0-next.2(chokidar@5.0.0) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@21.1.0-next.1(5901ff1922cf747fd43a0036ecf7d573)': + '@angular-devkit/build-angular@21.1.0-next.2(95e34ecef709725cf6c39cb8acf40159)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2101.0-next.1(chokidar@5.0.0) - '@angular-devkit/build-webpack': 0.2101.0-next.1(chokidar@5.0.0)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.0)))(webpack@5.103.0(esbuild@0.27.0)) - '@angular-devkit/core': 21.1.0-next.1(chokidar@5.0.0) - '@angular/build': 21.1.0-next.1(3070a4d1e63b5f5f22dd6c5c5cd4f86c) - '@angular/compiler-cli': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) + '@angular-devkit/architect': 0.2101.0-next.2(chokidar@5.0.0) + '@angular-devkit/build-webpack': 0.2101.0-next.2(chokidar@5.0.0)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.1)))(webpack@5.103.0(esbuild@0.27.1)) + '@angular-devkit/core': 21.1.0-next.2(chokidar@5.0.0) + '@angular/build': 21.1.0-next.2(08143de7ef57328a48f56aa90e03c309) + '@angular/compiler-cli': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2) '@babel/core': 7.28.5 '@babel/generator': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 @@ -10082,53 +10242,53 @@ snapshots: '@babel/preset-env': 7.28.5(@babel/core@7.28.5) '@babel/runtime': 7.28.4 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.0)) + '@ngtools/webpack': 21.1.0-next.2(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.1)) ansi-colors: 4.1.3 autoprefixer: 10.4.22(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.103.0(esbuild@0.27.0)) + babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.103.0(esbuild@0.27.1)) browserslist: 4.28.0 - copy-webpack-plugin: 13.0.1(webpack@5.103.0(esbuild@0.27.0)) - css-loader: 7.1.2(webpack@5.103.0(esbuild@0.27.0)) - esbuild-wasm: 0.27.0 + copy-webpack-plugin: 13.0.1(webpack@5.103.0(esbuild@0.27.1)) + css-loader: 7.1.2(webpack@5.103.0(esbuild@0.27.1)) + esbuild-wasm: 0.27.1 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.4.2 - less-loader: 12.3.0(less@4.4.2)(webpack@5.103.0(esbuild@0.27.0)) - license-webpack-plugin: 4.0.2(webpack@5.103.0(esbuild@0.27.0)) + less-loader: 12.3.0(less@4.4.2)(webpack@5.103.0(esbuild@0.27.1)) + license-webpack-plugin: 4.0.2(webpack@5.103.0(esbuild@0.27.1)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.103.0(esbuild@0.27.0)) + mini-css-extract-plugin: 2.9.4(webpack@5.103.0(esbuild@0.27.1)) open: 11.0.0 ora: 9.0.0 picomatch: 4.0.3 piscina: 5.1.4 postcss: 8.5.6 - postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.0)) + postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.1)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 - sass: 1.94.2 - sass-loader: 16.0.6(sass@1.94.2)(webpack@5.103.0(esbuild@0.27.0)) + sass: 1.95.0 + sass-loader: 16.0.6(sass@1.95.0)(webpack@5.103.0(esbuild@0.27.1)) semver: 7.7.3 - source-map-loader: 5.0.0(webpack@5.103.0(esbuild@0.27.0)) + source-map-loader: 5.0.0(webpack@5.103.0(esbuild@0.27.1)) source-map-support: 0.5.21 terser: 5.44.1 tinyglobby: 0.2.15 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.9.2 - webpack: 5.103.0(esbuild@0.27.0) - webpack-dev-middleware: 7.4.5(webpack@5.103.0(esbuild@0.27.0)) - webpack-dev-server: 5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.0)) + webpack: 5.103.0(esbuild@0.27.1) + webpack-dev-middleware: 7.4.5(webpack@5.103.0(esbuild@0.27.1)) + webpack-dev-server: 5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.1)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(webpack@5.103.0(esbuild@0.27.0)) + webpack-subresource-integrity: 5.1.0(webpack@5.103.0(esbuild@0.27.1)) optionalDependencies: - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/localize': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1) - '@angular/platform-browser': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)) - '@angular/platform-server': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1)(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) - '@angular/ssr': 21.1.0-next.1(a39afe27bd2a02c87964a162b10ea10c) - esbuild: 0.27.0 + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@angular/localize': 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3) + '@angular/platform-browser': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)) + '@angular/platform-server': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3)(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + '@angular/ssr': 21.1.0-next.2(c5fd228b28f4ddd4f3d15aa5f9d7a611) + esbuild: 0.27.1 karma: 6.4.4(bufferutil@4.0.9) protractor: 7.0.0 transitivePeerDependencies: @@ -10154,16 +10314,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2101.0-next.1(chokidar@5.0.0)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.0)))(webpack@5.103.0(esbuild@0.27.0))': + '@angular-devkit/build-webpack@0.2101.0-next.2(chokidar@5.0.0)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.1)))(webpack@5.103.0(esbuild@0.27.1))': dependencies: - '@angular-devkit/architect': 0.2101.0-next.1(chokidar@5.0.0) + '@angular-devkit/architect': 0.2101.0-next.2(chokidar@5.0.0) rxjs: 7.8.2 - webpack: 5.103.0(esbuild@0.27.0) - webpack-dev-server: 5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.0)) + webpack: 5.103.0(esbuild@0.27.1) + webpack-dev-server: 5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.1)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@21.1.0-next.1(chokidar@5.0.0)': + '@angular-devkit/core@21.1.0-next.2(chokidar@5.0.0)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -10174,9 +10334,9 @@ snapshots: optionalDependencies: chokidar: 5.0.0 - '@angular-devkit/schematics@21.1.0-next.1(chokidar@5.0.0)': + '@angular-devkit/schematics@21.1.0-next.2(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.1.0-next.1(chokidar@5.0.0) + '@angular-devkit/core': 21.1.0-next.2(chokidar@5.0.0) jsonc-parser: 3.3.1 magic-string: 0.30.21 ora: 9.0.0 @@ -10184,20 +10344,20 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/build@21.1.0-next.1(3070a4d1e63b5f5f22dd6c5c5cd4f86c)': + '@angular/build@21.1.0-next.2(08143de7ef57328a48f56aa90e03c309)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2101.0-next.1(chokidar@5.0.0) - '@angular/compiler': 21.1.0-next.1 - '@angular/compiler-cli': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) + '@angular-devkit/architect': 0.2101.0-next.2(chokidar@5.0.0) + '@angular/compiler': 21.1.0-next.3 + '@angular/compiler-cli': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2) '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.21(@types/node@22.19.1) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.6(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2)) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.7(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.95.0)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2)) beasties: 0.3.5 browserslist: 4.28.0 - esbuild: 0.27.0 + esbuild: 0.27.1 https-proxy-agent: 7.0.6(supports-color@10.2.2) istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 @@ -10207,22 +10367,22 @@ snapshots: parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.3 piscina: 5.1.4 - rolldown: 1.0.0-beta.52 - sass: 1.94.2 + rolldown: 1.0.0-beta.53 + sass: 1.95.0 semver: 7.7.3 source-map-support: 0.5.21 tinyglobby: 0.2.15 tslib: 2.8.1 typescript: 5.9.2 undici: 7.16.0 - vite: 7.2.6(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2) + vite: 7.2.7(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.95.0)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2) watchpack: 2.4.4 optionalDependencies: - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/localize': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1) - '@angular/platform-browser': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)) - '@angular/platform-server': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1)(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) - '@angular/ssr': 21.1.0-next.1(a39afe27bd2a02c87964a162b10ea10c) + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@angular/localize': 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3) + '@angular/platform-browser': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)) + '@angular/platform-server': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3)(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + '@angular/ssr': 21.1.0-next.2(c5fd228b28f4ddd4f3d15aa5f9d7a611) karma: 6.4.4(bufferutil@4.0.9) less: 4.4.2 lmdb: 3.4.4 @@ -10240,17 +10400,17 @@ snapshots: - tsx - yaml - '@angular/cli@21.1.0-next.1(@types/node@22.19.1)(chokidar@5.0.0)': + '@angular/cli@21.1.0-next.2(@types/node@22.19.1)(chokidar@5.0.0)': dependencies: - '@angular-devkit/architect': 0.2101.0-next.1(chokidar@5.0.0) - '@angular-devkit/core': 21.1.0-next.1(chokidar@5.0.0) - '@angular-devkit/schematics': 21.1.0-next.1(chokidar@5.0.0) + '@angular-devkit/architect': 0.2101.0-next.2(chokidar@5.0.0) + '@angular-devkit/core': 21.1.0-next.2(chokidar@5.0.0) + '@angular-devkit/schematics': 21.1.0-next.2(chokidar@5.0.0) '@inquirer/prompts': 7.10.1(@types/node@22.19.1) '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@22.19.1))(@types/node@22.19.1)(listr2@9.0.5) - '@modelcontextprotocol/sdk': 1.24.0 - '@schematics/angular': 21.1.0-next.1(chokidar@5.0.0) + '@modelcontextprotocol/sdk': 1.24.3 + '@schematics/angular': 21.1.0-next.2(chokidar@5.0.0) '@yarnpkg/lockfile': 1.1.0 - algoliasearch: 5.45.0 + algoliasearch: 5.46.0 ini: 6.0.0 jsonc-parser: 3.3.1 listr2: 9.0.5 @@ -10267,19 +10427,19 @@ snapshots: - chokidar - supports-color - '@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7)': + '@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7)': dependencies: - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2)) + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2)': + '@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2)': dependencies: - '@angular/compiler': 21.1.0-next.1 + '@angular/compiler': 21.1.0-next.3 '@babel/core': 7.28.5 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -10293,49 +10453,49 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@21.1.0-next.1': + '@angular/compiler@21.1.0-next.3': dependencies: tslib: 2.8.1 - '@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)': + '@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.1.0-next.1 + '@angular/compiler': 21.1.0-next.3 zone.js: 0.16.0 - '@angular/forms@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': + '@angular/forms@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/platform-browser': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2)) + '@angular/common': 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@angular/platform-browser': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/localize@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1)': + '@angular/localize@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3)': dependencies: - '@angular/compiler': 21.1.0-next.1 - '@angular/compiler-cli': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) + '@angular/compiler': 21.1.0-next.3 + '@angular/compiler-cli': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2) '@babel/core': 7.28.5 - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2)) '@types/babel__core': 7.20.5 tinyglobby: 0.2.15 yargs: 18.0.0 transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e9e02173ce8b5c0f1694de04135931831e15e70(@modelcontextprotocol/sdk@1.24.0)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d01dccf28bf240ced7828fe93c65eda247b24dec(@modelcontextprotocol/sdk@1.24.3)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) - '@google/genai': 1.31.0(@modelcontextprotocol/sdk@1.24.0)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5) - '@inquirer/prompts': 8.0.2(@types/node@24.10.1) - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@google/genai': 1.32.0(@modelcontextprotocol/sdk@1.24.3)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5) + '@inquirer/prompts': 8.0.2(@types/node@24.10.2) + '@inquirer/type': 4.0.2(@types/node@24.10.2) '@octokit/auth-app': 8.1.2 '@octokit/core': 7.0.6 '@octokit/graphql': 9.0.3 @@ -10346,14 +10506,14 @@ snapshots: '@octokit/request-error': 7.1.0 '@octokit/rest': 22.0.1 '@octokit/types': 16.0.0 - '@pnpm/dependency-path': 1001.1.6 + '@pnpm/dependency-path': 1001.1.7 '@types/cli-progress': 3.11.6 '@types/ejs': 3.1.5 '@types/events': 3.0.3 '@types/folder-hash': 4.0.4 '@types/git-raw-commits': 5.0.1 '@types/jasmine': 5.1.13 - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@types/semver': 7.7.1 '@types/which': 3.0.4 '@types/yargs': 17.0.35 @@ -10389,31 +10549,31 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler@21.1.0-next.1)(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))': + '@angular/platform-browser-dynamic@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler@21.1.0-next.3)(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))': dependencies: - '@angular/common': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/compiler': 21.1.0-next.1 - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/platform-browser': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)) + '@angular/common': 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + '@angular/compiler': 21.1.0-next.3 + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@angular/platform-browser': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)) tslib: 2.8.1 - '@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))': + '@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))': dependencies: - '@angular/common': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2)) + '@angular/common': 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/platform-server@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1)(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': + '@angular/platform-server@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3)(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/compiler': 21.1.0-next.1 - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/platform-browser': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2)) + '@angular/common': 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + '@angular/compiler': 21.1.0-next.3 + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@angular/platform-browser': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 @@ -10421,26 +10581,26 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/router@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': + '@angular/router@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/platform-browser': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2)) + '@angular/common': 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@angular/platform-browser': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/ssr@21.1.0-next.1(a39afe27bd2a02c87964a162b10ea10c)': + '@angular/ssr@21.1.0-next.2(c5fd228b28f4ddd4f3d15aa5f9d7a611)': dependencies: - '@angular/common': 21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/core': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/router': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + '@angular/common': 21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + '@angular/core': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0) + '@angular/router': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/compiler@21.1.0-next.1)(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.1(@angular/common@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + '@angular/platform-server': 21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/compiler@21.1.0-next.3)(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.3(@angular/common@21.1.0-next.3(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(@angular/core@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -11232,156 +11392,234 @@ snapshots: '@esbuild/aix-ppc64@0.27.0': optional: true + '@esbuild/aix-ppc64@0.27.1': + optional: true + '@esbuild/android-arm64@0.25.12': optional: true '@esbuild/android-arm64@0.27.0': optional: true + '@esbuild/android-arm64@0.27.1': + optional: true + '@esbuild/android-arm@0.25.12': optional: true '@esbuild/android-arm@0.27.0': optional: true + '@esbuild/android-arm@0.27.1': + optional: true + '@esbuild/android-x64@0.25.12': optional: true '@esbuild/android-x64@0.27.0': optional: true + '@esbuild/android-x64@0.27.1': + optional: true + '@esbuild/darwin-arm64@0.25.12': optional: true '@esbuild/darwin-arm64@0.27.0': optional: true + '@esbuild/darwin-arm64@0.27.1': + optional: true + '@esbuild/darwin-x64@0.25.12': optional: true '@esbuild/darwin-x64@0.27.0': optional: true + '@esbuild/darwin-x64@0.27.1': + optional: true + '@esbuild/freebsd-arm64@0.25.12': optional: true '@esbuild/freebsd-arm64@0.27.0': optional: true + '@esbuild/freebsd-arm64@0.27.1': + optional: true + '@esbuild/freebsd-x64@0.25.12': optional: true '@esbuild/freebsd-x64@0.27.0': optional: true + '@esbuild/freebsd-x64@0.27.1': + optional: true + '@esbuild/linux-arm64@0.25.12': optional: true '@esbuild/linux-arm64@0.27.0': optional: true + '@esbuild/linux-arm64@0.27.1': + optional: true + '@esbuild/linux-arm@0.25.12': optional: true '@esbuild/linux-arm@0.27.0': optional: true + '@esbuild/linux-arm@0.27.1': + optional: true + '@esbuild/linux-ia32@0.25.12': optional: true '@esbuild/linux-ia32@0.27.0': optional: true + '@esbuild/linux-ia32@0.27.1': + optional: true + '@esbuild/linux-loong64@0.25.12': optional: true '@esbuild/linux-loong64@0.27.0': optional: true + '@esbuild/linux-loong64@0.27.1': + optional: true + '@esbuild/linux-mips64el@0.25.12': optional: true '@esbuild/linux-mips64el@0.27.0': optional: true + '@esbuild/linux-mips64el@0.27.1': + optional: true + '@esbuild/linux-ppc64@0.25.12': optional: true '@esbuild/linux-ppc64@0.27.0': optional: true + '@esbuild/linux-ppc64@0.27.1': + optional: true + '@esbuild/linux-riscv64@0.25.12': optional: true '@esbuild/linux-riscv64@0.27.0': optional: true + '@esbuild/linux-riscv64@0.27.1': + optional: true + '@esbuild/linux-s390x@0.25.12': optional: true '@esbuild/linux-s390x@0.27.0': optional: true + '@esbuild/linux-s390x@0.27.1': + optional: true + '@esbuild/linux-x64@0.25.12': optional: true '@esbuild/linux-x64@0.27.0': optional: true + '@esbuild/linux-x64@0.27.1': + optional: true + '@esbuild/netbsd-arm64@0.25.12': optional: true '@esbuild/netbsd-arm64@0.27.0': optional: true + '@esbuild/netbsd-arm64@0.27.1': + optional: true + '@esbuild/netbsd-x64@0.25.12': optional: true '@esbuild/netbsd-x64@0.27.0': optional: true + '@esbuild/netbsd-x64@0.27.1': + optional: true + '@esbuild/openbsd-arm64@0.25.12': optional: true '@esbuild/openbsd-arm64@0.27.0': optional: true + '@esbuild/openbsd-arm64@0.27.1': + optional: true + '@esbuild/openbsd-x64@0.25.12': optional: true '@esbuild/openbsd-x64@0.27.0': optional: true + '@esbuild/openbsd-x64@0.27.1': + optional: true + '@esbuild/openharmony-arm64@0.25.12': optional: true '@esbuild/openharmony-arm64@0.27.0': optional: true + '@esbuild/openharmony-arm64@0.27.1': + optional: true + '@esbuild/sunos-x64@0.25.12': optional: true '@esbuild/sunos-x64@0.27.0': optional: true + '@esbuild/sunos-x64@0.27.1': + optional: true + '@esbuild/win32-arm64@0.25.12': optional: true '@esbuild/win32-arm64@0.27.0': optional: true + '@esbuild/win32-arm64@0.27.1': + optional: true + '@esbuild/win32-ia32@0.25.12': optional: true '@esbuild/win32-ia32@0.27.0': optional: true + '@esbuild/win32-ia32@0.27.1': + optional: true + '@esbuild/win32-x64@0.25.12': optional: true '@esbuild/win32-x64@0.27.0': optional: true + '@esbuild/win32-x64@0.27.1': + optional: true + '@fastify/busboy@2.1.1': {} '@firebase/ai@2.6.0(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)': @@ -11820,12 +12058,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.31.0(@modelcontextprotocol/sdk@1.24.0)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)': + '@google/genai@1.32.0(@modelcontextprotocol/sdk@1.24.3)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)': dependencies: google-auth-library: 10.5.0(supports-color@10.2.2) ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) optionalDependencies: - '@modelcontextprotocol/sdk': 1.24.0 + '@modelcontextprotocol/sdk': 1.24.3 transitivePeerDependencies: - bufferutil - supports-color @@ -11875,14 +12113,14 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/checkbox@5.0.2(@types/node@24.10.1)': + '@inquirer/checkbox@5.0.2(@types/node@24.10.2)': dependencies: '@inquirer/ansi': 2.0.2 - '@inquirer/core': 11.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) '@inquirer/figures': 2.0.2 - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/confirm@5.1.21(@types/node@22.19.1)': dependencies: @@ -11891,12 +12129,12 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/confirm@6.0.2(@types/node@24.10.1)': + '@inquirer/confirm@6.0.2(@types/node@24.10.2)': dependencies: - '@inquirer/core': 11.0.2(@types/node@24.10.1) - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/core@10.3.2(@types/node@22.19.1)': dependencies: @@ -11911,17 +12149,17 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/core@11.0.2(@types/node@24.10.1)': + '@inquirer/core@11.0.2(@types/node@24.10.2)': dependencies: '@inquirer/ansi': 2.0.2 '@inquirer/figures': 2.0.2 - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/type': 4.0.2(@types/node@24.10.2) cli-width: 4.1.0 mute-stream: 3.0.0 signal-exit: 4.1.0 wrap-ansi: 9.0.2 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/editor@4.2.23(@types/node@22.19.1)': dependencies: @@ -11931,13 +12169,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/editor@5.0.2(@types/node@24.10.1)': + '@inquirer/editor@5.0.2(@types/node@24.10.2)': dependencies: - '@inquirer/core': 11.0.2(@types/node@24.10.1) - '@inquirer/external-editor': 2.0.2(@types/node@24.10.1) - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) + '@inquirer/external-editor': 2.0.2(@types/node@24.10.2) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/expand@4.0.23(@types/node@22.19.1)': dependencies: @@ -11947,12 +12185,12 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/expand@5.0.2(@types/node@24.10.1)': + '@inquirer/expand@5.0.2(@types/node@24.10.2)': dependencies: - '@inquirer/core': 11.0.2(@types/node@24.10.1) - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/external-editor@1.0.3(@types/node@22.19.1)': dependencies: @@ -11961,12 +12199,12 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/external-editor@2.0.2(@types/node@24.10.1)': + '@inquirer/external-editor@2.0.2(@types/node@24.10.2)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.0 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/figures@1.0.15': {} @@ -11979,12 +12217,12 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/input@5.0.2(@types/node@24.10.1)': + '@inquirer/input@5.0.2(@types/node@24.10.2)': dependencies: - '@inquirer/core': 11.0.2(@types/node@24.10.1) - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/number@3.0.23(@types/node@22.19.1)': dependencies: @@ -11993,12 +12231,12 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/number@4.0.2(@types/node@24.10.1)': + '@inquirer/number@4.0.2(@types/node@24.10.2)': dependencies: - '@inquirer/core': 11.0.2(@types/node@24.10.1) - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/password@4.0.23(@types/node@22.19.1)': dependencies: @@ -12008,13 +12246,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/password@5.0.2(@types/node@24.10.1)': + '@inquirer/password@5.0.2(@types/node@24.10.2)': dependencies: '@inquirer/ansi': 2.0.2 - '@inquirer/core': 11.0.2(@types/node@24.10.1) - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/prompts@7.10.1(@types/node@22.19.1)': dependencies: @@ -12031,20 +12269,20 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/prompts@8.0.2(@types/node@24.10.1)': - dependencies: - '@inquirer/checkbox': 5.0.2(@types/node@24.10.1) - '@inquirer/confirm': 6.0.2(@types/node@24.10.1) - '@inquirer/editor': 5.0.2(@types/node@24.10.1) - '@inquirer/expand': 5.0.2(@types/node@24.10.1) - '@inquirer/input': 5.0.2(@types/node@24.10.1) - '@inquirer/number': 4.0.2(@types/node@24.10.1) - '@inquirer/password': 5.0.2(@types/node@24.10.1) - '@inquirer/rawlist': 5.0.2(@types/node@24.10.1) - '@inquirer/search': 4.0.2(@types/node@24.10.1) - '@inquirer/select': 5.0.2(@types/node@24.10.1) + '@inquirer/prompts@8.0.2(@types/node@24.10.2)': + dependencies: + '@inquirer/checkbox': 5.0.2(@types/node@24.10.2) + '@inquirer/confirm': 6.0.2(@types/node@24.10.2) + '@inquirer/editor': 5.0.2(@types/node@24.10.2) + '@inquirer/expand': 5.0.2(@types/node@24.10.2) + '@inquirer/input': 5.0.2(@types/node@24.10.2) + '@inquirer/number': 4.0.2(@types/node@24.10.2) + '@inquirer/password': 5.0.2(@types/node@24.10.2) + '@inquirer/rawlist': 5.0.2(@types/node@24.10.2) + '@inquirer/search': 4.0.2(@types/node@24.10.2) + '@inquirer/select': 5.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/rawlist@4.1.11(@types/node@22.19.1)': dependencies: @@ -12054,12 +12292,12 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/rawlist@5.0.2(@types/node@24.10.1)': + '@inquirer/rawlist@5.0.2(@types/node@24.10.2)': dependencies: - '@inquirer/core': 11.0.2(@types/node@24.10.1) - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/search@3.2.2(@types/node@22.19.1)': dependencies: @@ -12070,13 +12308,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/search@4.0.2(@types/node@24.10.1)': + '@inquirer/search@4.0.2(@types/node@24.10.2)': dependencies: - '@inquirer/core': 11.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) '@inquirer/figures': 2.0.2 - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/select@4.4.2(@types/node@22.19.1)': dependencies: @@ -12088,22 +12326,22 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/select@5.0.2(@types/node@24.10.1)': + '@inquirer/select@5.0.2(@types/node@24.10.2)': dependencies: '@inquirer/ansi': 2.0.2 - '@inquirer/core': 11.0.2(@types/node@24.10.1) + '@inquirer/core': 11.0.2(@types/node@24.10.2) '@inquirer/figures': 2.0.2 - '@inquirer/type': 4.0.2(@types/node@24.10.1) + '@inquirer/type': 4.0.2(@types/node@24.10.2) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@inquirer/type@3.0.10(@types/node@22.19.1)': optionalDependencies: '@types/node': 22.19.1 - '@inquirer/type@4.0.2(@types/node@24.10.1)': + '@inquirer/type@4.0.2(@types/node@24.10.2)': optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.2 '@isaacs/balanced-match@4.0.1': {} @@ -12246,7 +12484,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@modelcontextprotocol/sdk@1.24.0': + '@modelcontextprotocol/sdk@1.24.3': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -12364,16 +12602,16 @@ snapshots: '@napi-rs/nice-win32-x64-msvc': 1.1.1 optional: true - '@napi-rs/wasm-runtime@1.0.7': + '@napi-rs/wasm-runtime@1.1.0': dependencies: '@emnapi/core': 1.7.1 '@emnapi/runtime': 1.7.1 '@tybys/wasm-util': 0.10.1 optional: true - '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))': + '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))': dependencies: - '@angular/compiler-cli': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) + '@angular/compiler-cli': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 '@types/node': 22.19.1 @@ -12382,11 +12620,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@ngtools/webpack@21.1.0-next.1(@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.0))': + '@ngtools/webpack@21.1.0-next.2(@angular/compiler-cli@21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.1))': dependencies: - '@angular/compiler-cli': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) + '@angular/compiler-cli': 21.1.0-next.3(@angular/compiler@21.1.0-next.3)(typescript@5.9.2) typescript: 5.9.2 - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) '@nodelib/fs.scandir@2.1.5': dependencies: @@ -12851,7 +13089,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) - '@oxc-project/types@0.99.0': {} + '@oxc-project/types@0.101.0': {} '@parcel/watcher-android-arm64@2.5.1': optional: true @@ -12937,10 +13175,10 @@ snapshots: '@pnpm/crypto.polyfill@1000.1.0': {} - '@pnpm/dependency-path@1001.1.6': + '@pnpm/dependency-path@1001.1.7': dependencies: '@pnpm/crypto.hash': 1000.2.1 - '@pnpm/types': 1001.0.1 + '@pnpm/types': 1001.1.0 semver: 7.7.3 '@pnpm/graceful-fs@1000.0.1': @@ -12957,7 +13195,7 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@pnpm/types@1001.0.1': {} + '@pnpm/types@1001.1.0': {} '@prisma/instrumentation@6.11.1(@opentelemetry/api@1.9.0)': dependencies: @@ -13004,51 +13242,48 @@ snapshots: - react-native-b4a - supports-color - '@rolldown/binding-android-arm64@1.0.0-beta.52': + '@rolldown/binding-android-arm64@1.0.0-beta.53': optional: true - '@rolldown/binding-darwin-arm64@1.0.0-beta.52': + '@rolldown/binding-darwin-arm64@1.0.0-beta.53': optional: true - '@rolldown/binding-darwin-x64@1.0.0-beta.52': + '@rolldown/binding-darwin-x64@1.0.0-beta.53': optional: true - '@rolldown/binding-freebsd-x64@1.0.0-beta.52': + '@rolldown/binding-freebsd-x64@1.0.0-beta.53': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.52': + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.53': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.52': + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.53': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.52': + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.53': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.52': + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.53': optional: true - '@rolldown/binding-linux-x64-musl@1.0.0-beta.52': + '@rolldown/binding-linux-x64-musl@1.0.0-beta.53': optional: true - '@rolldown/binding-openharmony-arm64@1.0.0-beta.52': + '@rolldown/binding-openharmony-arm64@1.0.0-beta.53': optional: true - '@rolldown/binding-wasm32-wasi@1.0.0-beta.52': + '@rolldown/binding-wasm32-wasi@1.0.0-beta.53': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 - optional: true - - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.52': + '@napi-rs/wasm-runtime': 1.1.0 optional: true - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.52': + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.53': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.52': + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.53': optional: true - '@rolldown/pluginutils@1.0.0-beta.52': {} + '@rolldown/pluginutils@1.0.0-beta.53': {} '@rollup/plugin-commonjs@29.0.0(rollup@4.53.3)': dependencies: @@ -13154,10 +13389,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.53.3': optional: true - '@schematics/angular@21.1.0-next.1(chokidar@5.0.0)': + '@schematics/angular@21.1.0-next.2(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.1.0-next.1(chokidar@5.0.0) - '@angular-devkit/schematics': 21.1.0-next.1(chokidar@5.0.0) + '@angular-devkit/core': 21.1.0-next.2(chokidar@5.0.0) + '@angular-devkit/schematics': 21.1.0-next.2(chokidar@5.0.0) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -13423,7 +13658,7 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.10.1': + '@types/node@24.10.2': dependencies: undici-types: 7.16.0 @@ -13533,9 +13768,9 @@ snapshots: '@types/youtube@0.1.2': {} - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.6(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.7(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.95.0)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))': dependencies: - vite: 7.2.6(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2) + vite: 7.2.7(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.95.0)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2) '@webassemblyjs/ast@1.14.1': dependencies: @@ -13710,22 +13945,22 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - algoliasearch@5.45.0: - dependencies: - '@algolia/abtesting': 1.11.0 - '@algolia/client-abtesting': 5.45.0 - '@algolia/client-analytics': 5.45.0 - '@algolia/client-common': 5.45.0 - '@algolia/client-insights': 5.45.0 - '@algolia/client-personalization': 5.45.0 - '@algolia/client-query-suggestions': 5.45.0 - '@algolia/client-search': 5.45.0 - '@algolia/ingestion': 1.45.0 - '@algolia/monitoring': 1.45.0 - '@algolia/recommend': 5.45.0 - '@algolia/requester-browser-xhr': 5.45.0 - '@algolia/requester-fetch': 5.45.0 - '@algolia/requester-node-http': 5.45.0 + algoliasearch@5.46.0: + dependencies: + '@algolia/abtesting': 1.12.0 + '@algolia/client-abtesting': 5.46.0 + '@algolia/client-analytics': 5.46.0 + '@algolia/client-common': 5.46.0 + '@algolia/client-insights': 5.46.0 + '@algolia/client-personalization': 5.46.0 + '@algolia/client-query-suggestions': 5.46.0 + '@algolia/client-search': 5.46.0 + '@algolia/ingestion': 1.46.0 + '@algolia/monitoring': 1.46.0 + '@algolia/recommend': 5.46.0 + '@algolia/requester-browser-xhr': 5.46.0 + '@algolia/requester-fetch': 5.46.0 + '@algolia/requester-node-http': 5.46.0 amdefine@1.0.1: optional: true @@ -13888,11 +14123,11 @@ snapshots: b4a@1.7.3: {} - babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.103.0(esbuild@0.27.0)): + babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.103.0(esbuild@0.27.1)): dependencies: '@babel/core': 7.28.5 find-up: 5.0.0 - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5): dependencies: @@ -14562,14 +14797,14 @@ snapshots: dependencies: is-what: 3.14.1 - copy-webpack-plugin@13.0.1(webpack@5.103.0(esbuild@0.27.0)): + copy-webpack-plugin@13.0.1(webpack@5.103.0(esbuild@0.27.1)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 tinyglobby: 0.2.15 - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) core-js-compat@3.47.0: dependencies: @@ -14634,7 +14869,7 @@ snapshots: css-functions-list@3.2.3: {} - css-loader@7.1.2(webpack@5.103.0(esbuild@0.27.0)): + css-loader@7.1.2(webpack@5.103.0(esbuild@0.27.1)): dependencies: icss-utils: 5.1.0(postcss@8.5.6) postcss: 8.5.6 @@ -14645,7 +14880,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.3 optionalDependencies: - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) css-select@6.0.0: dependencies: @@ -15127,7 +15362,7 @@ snapshots: dependencies: es6-promise: 4.2.8 - esbuild-wasm@0.27.0: {} + esbuild-wasm@0.27.1: {} esbuild@0.25.12: optionalDependencies: @@ -15187,6 +15422,35 @@ snapshots: '@esbuild/win32-ia32': 0.27.0 '@esbuild/win32-x64': 0.27.0 + esbuild@0.27.1: + optionalDependencies: + '@esbuild/aix-ppc64': 0.27.1 + '@esbuild/android-arm': 0.27.1 + '@esbuild/android-arm64': 0.27.1 + '@esbuild/android-x64': 0.27.1 + '@esbuild/darwin-arm64': 0.27.1 + '@esbuild/darwin-x64': 0.27.1 + '@esbuild/freebsd-arm64': 0.27.1 + '@esbuild/freebsd-x64': 0.27.1 + '@esbuild/linux-arm': 0.27.1 + '@esbuild/linux-arm64': 0.27.1 + '@esbuild/linux-ia32': 0.27.1 + '@esbuild/linux-loong64': 0.27.1 + '@esbuild/linux-mips64el': 0.27.1 + '@esbuild/linux-ppc64': 0.27.1 + '@esbuild/linux-riscv64': 0.27.1 + '@esbuild/linux-s390x': 0.27.1 + '@esbuild/linux-x64': 0.27.1 + '@esbuild/netbsd-arm64': 0.27.1 + '@esbuild/netbsd-x64': 0.27.1 + '@esbuild/openbsd-arm64': 0.27.1 + '@esbuild/openbsd-x64': 0.27.1 + '@esbuild/openharmony-arm64': 0.27.1 + '@esbuild/sunos-x64': 0.27.1 + '@esbuild/win32-arm64': 0.27.1 + '@esbuild/win32-ia32': 0.27.1 + '@esbuild/win32-x64': 0.27.1 + escalade@3.2.0: {} escape-goat@2.1.1: {} @@ -17041,11 +17305,11 @@ snapshots: legacy-javascript@0.0.1: {} - less-loader@12.3.0(less@4.4.2)(webpack@5.103.0(esbuild@0.27.0)): + less-loader@12.3.0(less@4.4.2)(webpack@5.103.0(esbuild@0.27.1)): dependencies: less: 4.4.2 optionalDependencies: - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) less@4.4.2: dependencies: @@ -17074,11 +17338,11 @@ snapshots: libsodium@0.7.15: {} - license-webpack-plugin@4.0.2(webpack@5.103.0(esbuild@0.27.0)): + license-webpack-plugin@4.0.2(webpack@5.103.0(esbuild@0.27.1)): dependencies: webpack-sources: 3.3.3 optionalDependencies: - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) lie@3.3.0: dependencies: @@ -17469,11 +17733,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.4(webpack@5.103.0(esbuild@0.27.0)): + mini-css-extract-plugin@2.9.4(webpack@5.103.0(esbuild@0.27.1)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) minimalistic-assert@1.0.1: {} @@ -18247,14 +18511,14 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-loader@8.2.0(postcss@8.5.6)(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.0)): + postcss-loader@8.2.0(postcss@8.5.6)(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.1)): dependencies: cosmiconfig: 9.0.0(typescript@5.9.2) jiti: 2.6.1 postcss: 8.5.6 semver: 7.7.3 optionalDependencies: - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) transitivePeerDependencies: - typescript @@ -18786,25 +19050,24 @@ snapshots: robots-parser@3.0.1: {} - rolldown@1.0.0-beta.52: + rolldown@1.0.0-beta.53: dependencies: - '@oxc-project/types': 0.99.0 - '@rolldown/pluginutils': 1.0.0-beta.52 + '@oxc-project/types': 0.101.0 + '@rolldown/pluginutils': 1.0.0-beta.53 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-beta.52 - '@rolldown/binding-darwin-arm64': 1.0.0-beta.52 - '@rolldown/binding-darwin-x64': 1.0.0-beta.52 - '@rolldown/binding-freebsd-x64': 1.0.0-beta.52 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.52 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.52 - '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.52 - '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.52 - '@rolldown/binding-linux-x64-musl': 1.0.0-beta.52 - '@rolldown/binding-openharmony-arm64': 1.0.0-beta.52 - '@rolldown/binding-wasm32-wasi': 1.0.0-beta.52 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.52 - '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.52 - '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.52 + '@rolldown/binding-android-arm64': 1.0.0-beta.53 + '@rolldown/binding-darwin-arm64': 1.0.0-beta.53 + '@rolldown/binding-darwin-x64': 1.0.0-beta.53 + '@rolldown/binding-freebsd-x64': 1.0.0-beta.53 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.53 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.53 + '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.53 + '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.53 + '@rolldown/binding-linux-x64-musl': 1.0.0-beta.53 + '@rolldown/binding-openharmony-arm64': 1.0.0-beta.53 + '@rolldown/binding-wasm32-wasi': 1.0.0-beta.53 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.53 + '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.53 rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.9.2): dependencies: @@ -18929,12 +19192,12 @@ snapshots: safevalues@1.2.0: {} - sass-loader@16.0.6(sass@1.94.2)(webpack@5.103.0(esbuild@0.27.0)): + sass-loader@16.0.6(sass@1.95.0)(webpack@5.103.0(esbuild@0.27.1)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.94.2 - webpack: 5.103.0(esbuild@0.27.0) + sass: 1.95.0 + webpack: 5.103.0(esbuild@0.27.1) sass@1.94.0: dependencies: @@ -18952,6 +19215,14 @@ snapshots: optionalDependencies: '@parcel/watcher': 2.5.1 + sass@1.95.0: + dependencies: + chokidar: 4.0.3 + immutable: 5.1.4 + source-map-js: 1.2.1 + optionalDependencies: + '@parcel/watcher': 2.5.1 + saucelabs@1.5.0: dependencies: https-proxy-agent: 2.2.4 @@ -19271,11 +19542,11 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@5.0.0(webpack@5.103.0(esbuild@0.27.0)): + source-map-loader@5.0.0(webpack@5.103.0(esbuild@0.27.1)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) source-map-support@0.4.18: dependencies: @@ -19719,16 +19990,16 @@ snapshots: dependencies: rimraf: 2.5.4 - terser-webpack-plugin@5.3.14(esbuild@0.27.0)(webpack@5.103.0(esbuild@0.27.0)): + terser-webpack-plugin@5.3.14(esbuild@0.27.1)(webpack@5.103.0(esbuild@0.27.1)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 serialize-javascript: 6.0.2 terser: 5.44.1 - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) optionalDependencies: - esbuild: 0.27.0 + esbuild: 0.27.1 terser@5.44.1: dependencies: @@ -20190,7 +20461,7 @@ snapshots: unist-util-stringify-position: 1.1.2 vfile-message: 1.1.1 - vite@7.2.6(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2): + vite@7.2.7(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.95.0)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) @@ -20203,7 +20474,7 @@ snapshots: fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 - sass: 1.94.2 + sass: 1.95.0 terser: 5.44.1 tsx: 4.21.0 yaml: 2.8.2 @@ -20260,7 +20531,7 @@ snapshots: webidl-conversions@3.0.1: {} - webpack-dev-middleware@7.4.5(webpack@5.103.0(esbuild@0.27.0)): + webpack-dev-middleware@7.4.5(webpack@5.103.0(esbuild@0.27.1)): dependencies: colorette: 2.0.20 memfs: 4.51.0 @@ -20269,9 +20540,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) - webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.0)): + webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.103.0(esbuild@0.27.1)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -20299,10 +20570,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.103.0(esbuild@0.27.0)) + webpack-dev-middleware: 7.4.5(webpack@5.103.0(esbuild@0.27.1)) ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) optionalDependencies: - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) transitivePeerDependencies: - bufferutil - debug @@ -20317,12 +20588,12 @@ snapshots: webpack-sources@3.3.3: {} - webpack-subresource-integrity@5.1.0(webpack@5.103.0(esbuild@0.27.0)): + webpack-subresource-integrity@5.1.0(webpack@5.103.0(esbuild@0.27.1)): dependencies: typed-assert: 1.0.9 - webpack: 5.103.0(esbuild@0.27.0) + webpack: 5.103.0(esbuild@0.27.1) - webpack@5.103.0(esbuild@0.27.0): + webpack@5.103.0(esbuild@0.27.1): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -20346,7 +20617,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.14(esbuild@0.27.0)(webpack@5.103.0(esbuild@0.27.0)) + terser-webpack-plugin: 5.3.14(esbuild@0.27.1)(webpack@5.103.0(esbuild@0.27.1)) watchpack: 2.4.4 webpack-sources: 3.3.3 transitivePeerDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 082d62d14bbe..8a1cdc003e75 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -18,23 +18,23 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 21.1.0-next.1 - '@angular-devkit/core': 21.1.0-next.1 - '@angular-devkit/schematics': 21.1.0-next.1 - '@angular/build': 21.1.0-next.1 - '@angular/cli': 21.1.0-next.1 - '@angular/common': 21.1.0-next.1 - '@angular/compiler-cli': 21.1.0-next.1 - '@angular/compiler': 21.1.0-next.1 - '@angular/core': 21.1.0-next.1 - '@angular/ssr': 21.1.0-next.1 - '@angular/forms': 21.1.0-next.1 - '@angular/localize': 21.1.0-next.1 - '@angular/platform-browser': 21.1.0-next.1 - '@angular/platform-browser-dynamic': 21.1.0-next.1 - '@angular/platform-server': 21.1.0-next.1 - '@angular/router': 21.1.0-next.1 - '@schematics/angular': 21.1.0-next.1 + '@angular-devkit/build-angular': 21.1.0-next.2 + '@angular-devkit/core': 21.1.0-next.2 + '@angular-devkit/schematics': 21.1.0-next.2 + '@angular/build': 21.1.0-next.2 + '@angular/cli': 21.1.0-next.2 + '@angular/common': 21.1.0-next.3 + '@angular/compiler-cli': 21.1.0-next.3 + '@angular/compiler': 21.1.0-next.3 + '@angular/core': 21.1.0-next.3 + '@angular/ssr': 21.1.0-next.2 + '@angular/forms': 21.1.0-next.3 + '@angular/localize': 21.1.0-next.3 + '@angular/platform-browser': 21.1.0-next.3 + '@angular/platform-browser-dynamic': 21.1.0-next.3 + '@angular/platform-server': 21.1.0-next.3 + '@angular/router': 21.1.0-next.3 + '@schematics/angular': 21.1.0-next.2 'rxjs': ^6.6.7 # The minimum age of a release to be considered for dependency installation.