diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 30a0126a5023..dbc5d1503874 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + - uses: angular/dev-infra/github-actions/branch-manager@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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 67b2798cf856..58d2dd8ee88e 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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 7329077aa495..880fce81f1c4 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a # 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/browserstack@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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 de6de0f4dda8..c41d0ef6f619 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index ce834aaad8d8..bb20c5aa956a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + - uses: angular/dev-infra/github-actions/pull-request-labeling@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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/post-approval-changes@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + - uses: angular/dev-infra/github-actions/pull-request-labeling@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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 38b4cf20b37f..bb2bb102e833 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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 6a364ebe33eb..b128bb5de23d 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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 644948ed1943..ec75060fbfdf 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + - uses: angular/dev-infra/github-actions/pull-request-labeling@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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 89135393dfc5..ff75b4988e08 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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 b54054199949..bff0b2b93e33 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/linting/licenses@73051ae248ba64911a8e7e66536d8c99ba07ef2a # 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/browserstack@73051ae248ba64911a8e7e66536d8c99ba07ef2a - 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 5c1df85c6fe1..5281f194ff63 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a # 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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 c5b9808557a8..ff6ae379b57c 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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 34a7a4b74dc9..55b1cd8e4724 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a 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@95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a # 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/.ng-dev/github.mts b/.ng-dev/github.mts index 382a66b0de32..e8d7aeb223ad 100644 --- a/.ng-dev/github.mts +++ b/.ng-dev/github.mts @@ -8,5 +8,5 @@ export const github: GithubConfig = { owner: 'angular', name: 'components', mainBranchName: 'main', - useNgDevAuthService: true, + mergeMode: 'team-only', }; diff --git a/integration/harness-e2e-cli/angular.json b/integration/harness-e2e-cli/angular.json index b47b4e0da88b..a3224acaa384 100644 --- a/integration/harness-e2e-cli/angular.json +++ b/integration/harness-e2e-cli/angular.json @@ -5,7 +5,8 @@ "cli": { "cache": { "enabled": false - } + }, + "analytics": false }, "projects": { "harness-e2e-cli": { diff --git a/package.json b/package.json index 03e24305d8f1..feb683a54c74 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#4c28145df03aff8c74d0a53f4f5602140e4d1a23", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a6bcef88323031f5c157227705792019833c5c08", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e03096b08810..735f4ca06f49 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.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular-devkit/core': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular-devkit/schematics': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/cli': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/common': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/compiler': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/compiler-cli': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/core': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/forms': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/localize': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/platform-browser': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/platform-browser-dynamic': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/platform-server': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/router': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@angular/ssr': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 '@schematics/angular': - specifier: 21.1.0-next.0 - version: 21.1.0-next.0 + specifier: 21.1.0-next.1 + version: 21.1.0-next.1 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.0(chokidar@4.0.3) + version: 21.1.0-next.1(chokidar@5.0.0) '@angular-devkit/schematics': specifier: 'catalog:' - version: 21.1.0-next.0(chokidar@4.0.3) + version: 21.1.0-next.1(chokidar@5.0.0) '@angular/common': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + 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) '@angular/compiler': specifier: 'catalog:' - version: 21.1.0-next.0 + version: 21.1.0-next.1 '@angular/core': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) + version: 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) '@angular/forms': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + 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) '@angular/platform-browser': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)) + 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)) '@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.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2) + version: 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) '@angular/localize': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0) + 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) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#4c28145df03aff8c74d0a53f4f5602140e4d1a23 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4c28145df03aff8c74d0a53f4f5602140e4d1a23(@modelcontextprotocol/sdk@1.24.1) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#a6bcef88323031f5c157227705792019833c5c08 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a6bcef88323031f5c157227705792019833c5c08(@modelcontextprotocol/sdk@1.24.0) '@angular/platform-server': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0)(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + 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) '@angular/router': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + 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) '@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.0(chokidar@4.0.3) + version: 21.1.0-next.1(chokidar@5.0.0) '@types/babel__core': specifier: ^7.1.18 version: 7.20.5 @@ -175,7 +175,7 @@ importers: version: 11.0.4 '@types/jasmine': specifier: ^5.0.0 - version: 5.1.13 + version: 5.1.12 '@types/luxon': specifier: ^3.0.0 version: 3.7.1 @@ -229,7 +229,7 @@ importers: version: 9.1.7 jasmine: specifier: ^5.6.0 - version: 5.13.0 + version: 5.12.0 jasmine-core: specifier: 5.13.0 version: 5.13.0 @@ -277,13 +277,13 @@ importers: version: 4.0.9(postcss@8.5.6) prettier: specifier: ^3.5.3 - version: 3.7.4 + version: 3.6.2 protractor: specifier: ^7.0.0 version: 7.0.0 requirejs: specifier: ^2.3.6 - version: 2.3.8 + version: 2.3.7 rollup: specifier: ^4.52.3 version: 4.53.3 @@ -295,7 +295,7 @@ importers: version: 0.5.4(@types/node@22.19.1)(rollup@4.53.3) sass: specifier: ^1.80.6 - version: 1.94.2 + version: 1.94.0 selenium-webdriver: specifier: ^3.6.0 version: 3.6.0 @@ -340,7 +340,7 @@ importers: version: 6.0.0(tslint@6.1.3(typescript@5.9.2))(typescript@5.9.2) yaml: specifier: ^2.8.1 - version: 2.8.2 + version: 2.8.1 yargs: specifier: ^18.0.0 version: 18.0.0 @@ -361,25 +361,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) + 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) '@angular/compiler': specifier: 'catalog:' - version: 21.1.0-next.0 + version: 21.1.0-next.1 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) + version: 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@6.6.7)(zone.js@0.16.0) '@angular/forms': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + 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) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0) + 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) '@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.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)) + 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-dynamic': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler@21.1.0-next.0)(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))) + 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))) '@angular/router': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + 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) '@angular/ssr': specifier: 'catalog:' - version: 21.1.0-next.0(0864c276b1c9338af783204b3a02af96) + version: 21.1.0-next.1(a39afe27bd2a02c87964a162b10ea10c) '@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.0(33b865df72b4dfb1f28e23479cf7d605) + version: 21.1.0-next.1(5901ff1922cf747fd43a0036ecf7d573) '@angular/cli': specifier: 'catalog:' - version: 21.1.0-next.0(@types/node@22.19.1)(chokidar@4.0.3) + version: 21.1.0-next.1(@types/node@22.19.1)(chokidar@5.0.0) '@angular/compiler-cli': specifier: 'catalog:' - version: 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2) + version: 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.26.0 @@ -488,7 +488,7 @@ importers: version: 7.0.0 puppeteer-core: specifier: ^24.6.1 - version: 24.32.0(bufferutil@4.0.9) + version: 24.31.0(bufferutil@4.0.9) sass: specifier: 1.94.2 version: 1.94.2 @@ -794,12 +794,12 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2101.0-next.0': - resolution: {integrity: sha512-aExU6NQA1RDKqH9oecf+YBSZE7UlsdsWKqMJ8Me8Zj7PzMy6CNu82xL1Cv4yRB3xTHfNlB+CSnwnU6FoOoGohw==} + '@angular-devkit/architect@0.2101.0-next.1': + resolution: {integrity: sha512-07B9Jt9abm9N4sfT8i+ee7fLmN3bPJYqV0515ZEkLrzPBXj3WvbudwBhherkR3zhiEvUW2Q/GS86nwmvSDjoUA==} 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.0': - resolution: {integrity: sha512-WT1Bzm0KLS+5me7Cup5o0iM6JaPjU9yP8S4AVX54ikHEtuiw+dxiait7aEAapMlcO8Wt2m8FMC+X0RChReAtJA==} + '@angular-devkit/build-angular@21.1.0-next.1': + resolution: {integrity: sha512-rdgBmUdPHAXNbS1u1/ywT1zx6zrN0R6Z3eq7K1dAOw5ogtXydW0mrMi/DwnTsY2Ni+tHg3clu2oSxDNXf0ag9g==} 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.0 + '@angular/ssr': ^21.1.0-next.1 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^30.2.0 @@ -848,28 +848,28 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2101.0-next.0': - resolution: {integrity: sha512-eLnDxsc3YfdLjl+0FPPunEjvmwdhmH28aiZIQxqN0ULH/iKercdjuI51ilwG/fS+UUpIxazXcyHqv9MjL0Sc/Q==} + '@angular-devkit/build-webpack@0.2101.0-next.1': + resolution: {integrity: sha512-L8P4TL8HzhoW0cecrXqZyinA8iTi3OxwsWIWCIGrfMsY/Utopg3d/eFbU8Shqe+/Lw/Jn56YlfbNWNem02BNaw==} 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.0': - resolution: {integrity: sha512-a48yNgGp79R23HPekTjjcwgRrtJEDndN1nBs0j42qgg+jSM/cqeTw7rMjNPAgNv9dkqxn3Rk/G1WGKIEHANlkQ==} + '@angular-devkit/core@21.1.0-next.1': + resolution: {integrity: sha512-C1DqEMD4njwBbYvFZRrduMznnmY4JRUphrIU7XjuQG3+/GZMeI7+QdZlowKO5A1cfZZDYAtXF+5k4Z88dsm6hw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - chokidar: ^4.0.0 + chokidar: ^5.0.0 peerDependenciesMeta: chokidar: optional: true - '@angular-devkit/schematics@21.1.0-next.0': - resolution: {integrity: sha512-fi8zVvjGkrW3DQTB8NEHvKVQpW62B1o3ZMazRYRTwxMlqJiWn+eCU3EzuVw1ScgxlvnHeacesxIn9OPovGFIug==} + '@angular-devkit/schematics@21.1.0-next.1': + resolution: {integrity: sha512-C6nD4ja7b9+zYY9i1tQigJwd1ybNFpCv+iY6CF83okgA5oks273OSJ0a71thiJhzasHuBvTsaWk2FONVV3NbZQ==} 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.0': - resolution: {integrity: sha512-2vH+9Caw75JnviZ97mibOLPaTwJgHxjVuYoE9za5Arm9Up4NsCakui//V379qkLobsEAnln0huh8g0PC+mJ4Jg==} + '@angular/build@21.1.0-next.1': + resolution: {integrity: sha512-nclnJKT79Dq+erMIU2zM0GlNajvwSDHh3p0VhTKAjutfVKbQ7yFQj8XF4bsoSdiK05+1g0ceqzmKXd681SoP9g==} 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.0 + '@angular/ssr': ^21.1.0-next.1 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.0': - resolution: {integrity: sha512-QpboTD5qCFjw1SRPjnVWJQ7c2s4Co5rnHSvVWuAixtM4rlNkulzgzcAndO4HqjnBq4Q8RRs8V1L/JeW71MSfwQ==} + '@angular/cli@21.1.0-next.1': + resolution: {integrity: sha512-oPV0dBEVBfI92tHPHrCoVzY6Dk6H/dRBcoj7nz7gYhSj4Ka1jJbUiwkHp2YW2VJdStZ4pCNgQKykupzVG91vzg==} 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.0': - resolution: {integrity: sha512-GS4D+A4qx5ojAdedUTjQXs3vfq9rzi8ffX1X/fTpycYL2j2CArOU/Tv2A6pedDlZetJMu0iifcLNuZNE4+ReKw==} + '@angular/common@21.1.0-next.1': + resolution: {integrity: sha512-8PeshaDEzCo7GNCa64NSnf8yc+eCId4po/iWeOp+gddKHC/Vaksbz3bJBi6EWpaPKIGixjYfQlfhcoXz0+XXyg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 21.1.0-next.0 + '@angular/core': 21.1.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.1.0-next.0': - resolution: {integrity: sha512-gaPkonFV0EPTiLLTcWC0hMYmlCYiG3R5TMxyaxqrMmcJrMqcI9eqJPqfD4zgnZqntS2IzJtzCx2PbZlj8eibpA==} + '@angular/compiler-cli@21.1.0-next.1': + resolution: {integrity: sha512-FATOxDvH5bkTcVkPIdahA3xHbhZvPy70gXcBRedSlMwNq2ubRfxB4hLTGS0BmrAKcVUeZPabCWABymOWqTKtUQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.1.0-next.0 + '@angular/compiler': 21.1.0-next.1 typescript: 5.9.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.1.0-next.0': - resolution: {integrity: sha512-7RBOOws5enj6Cl63QPpFKEuXgnfUz+fVsSa2S772hVCarwPoV5p33hUYhSchGh54GkbU2lrQqyDXK6nUdUoWGw==} + '@angular/compiler@21.1.0-next.1': + resolution: {integrity: sha512-sKA7XwvXj5pgzDab49u6p2srtiOWRE3dvJeHl0iOgttKIYSF+ot2e6ulzha7CtP5qQ78cpUWb9Ih0O5KJhKjMQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@21.1.0-next.0': - resolution: {integrity: sha512-dhAp5/QFwbtZC5ie8BGbLMkXeRu81WDdWPuNNBxq5qGRGixNsLQSO0fXDT5X1JK31mGbS+HEjxkv/BrLI7YH7w==} + '@angular/core@21.1.0-next.1': + resolution: {integrity: sha512-sgOEuLiSNkaID24w62u3qlD4TzCcUC1mIG8RT8nwbEK5XsjrbgaxZQYqTYJWJpwSTSynbi2qQTQzJNn0vfNJnw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 21.1.0-next.0 + '@angular/compiler': 21.1.0-next.1 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.0': - resolution: {integrity: sha512-lvrrag5KlRt+d4NgNb5JtkFF/AK8bBYcs921N6P5yTUlU1Lp/Ay3k2yiZlF4gjgDhNwp9xXt7Z/wx95lZNQvxQ==} + '@angular/forms@21.1.0-next.1': + resolution: {integrity: sha512-zx/oms9ul3EIJczIDZwnHZRpQy0Ysq7NHCCSa/07zBPfjbc8brU6cfoCWnqYMRkavuocG0q3VWmlJuLghD0oYg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.1.0-next.0 - '@angular/core': 21.1.0-next.0 - '@angular/platform-browser': 21.1.0-next.0 + '@angular/common': 21.1.0-next.1 + '@angular/core': 21.1.0-next.1 + '@angular/platform-browser': 21.1.0-next.1 '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@21.1.0-next.0': - resolution: {integrity: sha512-VnQCLUJSTDEc7iD5kXD0i8uYQeTR13vkwZEA+w21ZaaksKkKg5gz8PxWnl3k/v+U6wJZklkXupuMfh2L/SqQUg==} + '@angular/localize@21.1.0-next.1': + resolution: {integrity: sha512-v7tnLvujrP490kZUHUGtUbd9ByDQLFK93OUPhFtoj5WKlrGlfSwESU029D8tnoE2IyzIBxKnNRbGMm734fY9bA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.1.0-next.0 - '@angular/compiler-cli': 21.1.0-next.0 + '@angular/compiler': 21.1.0-next.1 + '@angular/compiler-cli': 21.1.0-next.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4c28145df03aff8c74d0a53f4f5602140e4d1a23': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4c28145df03aff8c74d0a53f4f5602140e4d1a23} - version: 0.0.0-95e3a0ede6dfa1aedd34b03918ad72b18f87e5ae + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a6bcef88323031f5c157227705792019833c5c08': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a6bcef88323031f5c157227705792019833c5c08} + version: 0.0.0-73051ae248ba64911a8e7e66536d8c99ba07ef2a hasBin: true - '@angular/platform-browser-dynamic@21.1.0-next.0': - resolution: {integrity: sha512-NQN8WTFNNP3n2cSxjPROOKKDEBTpgNEQH8FSB6fcpPcH6fVl8j028jZHebwIQbPSunmF8cV5jLRABRdcX2d7yg==} + '@angular/platform-browser-dynamic@21.1.0-next.1': + resolution: {integrity: sha512-g3GRfm9k+YXGRj/Q31Y/MTgMxd0KwiMnYY4r0vfg4WS5Nvy4VuEFx6zbRtbvnpI+ruqvHEMEpfAqxLTooTjTsw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.1.0-next.0 - '@angular/compiler': 21.1.0-next.0 - '@angular/core': 21.1.0-next.0 - '@angular/platform-browser': 21.1.0-next.0 + '@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/platform-browser@21.1.0-next.0': - resolution: {integrity: sha512-ZyMQQ0C95FvH9MI72heIXXwUlo0lc6Mw2cTls03dOcjFcEX2vTqgrCXf5fjVNRWeVD5Nr5utGq5lFfmfRdzfZw==} + '@angular/platform-browser@21.1.0-next.1': + resolution: {integrity: sha512-dZF5PemHmXaw78PRFFRaVrW3SHvtK3lVe1NuQEqp+Qiv5vn/YOfCBGL/U7NcXprB24kXPpaoBp0NsO2KXDA4hw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 21.1.0-next.0 - '@angular/common': 21.1.0-next.0 - '@angular/core': 21.1.0-next.0 + '@angular/animations': 21.1.0-next.1 + '@angular/common': 21.1.0-next.1 + '@angular/core': 21.1.0-next.1 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@21.1.0-next.0': - resolution: {integrity: sha512-wo+/pQR1Aeb51c5b977GgYtnqVAbA1Blc/PIrI22/+k3KM+JwTlg39qmnVziB9+fjaTjr8+ANoYfZbxFZdccUQ==} + '@angular/platform-server@21.1.0-next.1': + resolution: {integrity: sha512-nlnKp10oLNqg18zqf79ymY4LLarhmBF7+ldO9c1Xqe4iNu7BsF536H93hy0MAnEtVN5zGX6whySTVNRavbyIvw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.1.0-next.0 - '@angular/compiler': 21.1.0-next.0 - '@angular/core': 21.1.0-next.0 - '@angular/platform-browser': 21.1.0-next.0 + '@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 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@21.1.0-next.0': - resolution: {integrity: sha512-tjSxC3bvOJu/yJ60Ccsma/zaX9AHO/cOxZLA8VHumO08apltWoC83vvxR6jPH8eH8FCvrLB3BKzSxjzLqH6vvQ==} + '@angular/router@21.1.0-next.1': + resolution: {integrity: sha512-gVzyePS5GeDpgBWyAiikE9iQYS+2HrrS4xkz8DuOG5DNF0d/lkz/f4jpKc/4KfV3Y0mqst2KOFr/xRC60PYmfw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.1.0-next.0 - '@angular/core': 21.1.0-next.0 - '@angular/platform-browser': 21.1.0-next.0 + '@angular/common': 21.1.0-next.1 + '@angular/core': 21.1.0-next.1 + '@angular/platform-browser': 21.1.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@21.1.0-next.0': - resolution: {integrity: sha512-8sit1MbJq0wc/VgSs7Rd2yRUiLV/WFGi3vZgJ9A07s9nuRy/asB4OHgxVb3avINlGp+XaifbUONWRqy65XbwZg==} + '@angular/ssr@21.1.0-next.1': + resolution: {integrity: sha512-+x5uxURV8LklsO95kcHY3LsIs9snigopjfOGkJQ0JKOcuorYPERLnsUx1E5W7zh6rfjMkV59lXJrm5W4aKBJ1A==} peerDependencies: '@angular/common': ^21.0.0 || ^21.1.0-next.0 '@angular/core': ^21.0.0 || ^21.1.0-next.0 @@ -2215,8 +2215,8 @@ packages: resolution: {integrity: sha512-k4lXSFCFuZmWtYuW/OH/PcHimZP5P/uDLK0+ACbgoZFB8qmlgcyF0531aJt6JHIdBwCRlHXZlMW4LDC5Gqra5w==} engines: {node: '>=12.0.0'} - '@grpc/grpc-js@1.14.2': - resolution: {integrity: sha512-QzVUtEFyu05UNx2xr0fCQmStUO17uVQhGNowtxs00IgTZT6/W2PBLfUkj30s0FKJ29VtTa3ArVNIhNP6akQhqA==} + '@grpc/grpc-js@1.14.1': + resolution: {integrity: sha512-sPxgEWtPUR3EnRJCEtbGZG2iX8LQDUls2wUS3o27jg07KqJFMq6YDeWvMo1wfpmy3rqRdS0rivpLwhqQtEyCuQ==} engines: {node: '>=12.10.0'} '@grpc/grpc-js@1.9.15': @@ -2420,8 +2420,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@8.0.1': - resolution: {integrity: sha512-MURRu/cyvLm9vchDDaVZ9u4p+ADnY0Mz3LQr0KTgihrrvuKZlqcWwlBC4lkOMvd0KKX4Wz7Ww9+uA7qEpQaqjg==} + '@inquirer/prompts@8.0.2': + resolution: {integrity: sha512-2zK5zY48fZcl6+gG4eqOC/UzZsJckHCRvjXoLuW4D8LKOCVGdcJiSKkLnumSZjR/6PXPINDGOrGHqNxb+sxJDg==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -2492,15 +2492,6 @@ packages: '@types/node': optional: true - '@inquirer/type@4.0.1': - resolution: {integrity: sha512-odO8YwoQAw/eVu/PSPsDDVPmqO77r/Mq7zcoF5VduVqIu2wSRWUgmYb5K9WH1no0SjLnOe8MDKtDL++z6mfo2g==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/type@4.0.2': resolution: {integrity: sha512-cae7mzluplsjSdgFA6ACLygb5jC8alO0UUnFPyu0E7tNRPrL+q/f8VcSXp+cjZQ7l5CMpDpi2G1+IQvkOiL1Lw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} @@ -2651,8 +2642,8 @@ packages: '@cfworker/json-schema': optional: true - '@modelcontextprotocol/sdk@1.24.1': - resolution: {integrity: sha512-YTg4v6bKSst8EJM8NXHC3nGm8kgHD08IbIBbognUeLAgGLVgLpYrgQswzLQd4OyTL4l614ejhqsDrV1//t02Qw==} + '@modelcontextprotocol/sdk@1.24.0': + resolution: {integrity: sha512-D8h5KXY2vHFW8zTuxn2vuZGN0HGrQ5No6LkHwlEA9trVgNdPL3TF1dSqKA7Dny6BbBYKSW/rOBDXdC8KJAjUCg==} engines: {node: '>=18'} peerDependencies: '@cfworker/json-schema': ^4.1.1 @@ -2807,16 +2798,16 @@ packages: resolution: {integrity: sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==} engines: {node: '>= 10'} - '@napi-rs/wasm-runtime@1.1.0': - resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} + '@napi-rs/wasm-runtime@1.0.7': + resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==} '@nginfra/angular-linking@1.0.9': resolution: {integrity: sha512-25cph8loaVTzSxD6Ll5vjUhm/xxbr1OHLaH/kh464yOMaiK2eKYpNdnIPpfsTFStrwh5/3wKTWTNSCFvjgeTiQ==} peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@21.1.0-next.0': - resolution: {integrity: sha512-lFlrmQARJJKwlYfoGGXKrr7Bbk5FJzx6xCEgw6ZqnH5FjIaxHrXZ+jLmoEeqUKeX0NSuX5q0oLpE40IExFh2FA==} + '@ngtools/webpack@21.1.0-next.1': + resolution: {integrity: sha512-dhplhHLxbCmi0Vf1CNhinEPNkmNE2/JHQTij6mZdmeyDCz51DtAKMbRq/e8NFuY3w7VF6976SnYxHM3RUUqYxA==} 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 @@ -3176,8 +3167,8 @@ packages: peerDependencies: '@opentelemetry/api': ^1.1.0 - '@oxc-project/types@0.98.0': - resolution: {integrity: sha512-Vzmd6FsqVuz5HQVcRC/hrx7Ujo3WEVeQP7C2UNP5uy1hUY4SQvMB+93jxkI1KRHz9a/6cni3glPOtvteN+zpsw==} + '@oxc-project/types@0.99.0': + resolution: {integrity: sha512-LLDEhXB7g1m5J+woRSgfKsFPS3LhR9xRhTeIoEBm5WrkwMxn6eZ0Ld0c0K5eHB57ChZX6I3uSmmLjZ8pcjlRcw==} '@parcel/watcher-android-arm64@2.5.1': resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} @@ -3291,8 +3282,8 @@ packages: resolution: {integrity: sha512-tNe7a6U4rCpxLMBaR0SIYTdjxGdL0Vwb3G1zY8++sPtHSvy7qd54u8CIB0Z+Y6t5tc9pNYMYCMwhE/wdSY7ltg==} engines: {node: '>=18.12'} - '@pnpm/dependency-path@1001.1.5': - resolution: {integrity: sha512-powgYgNzuAdrZK+bx1Vxes5LRFp8ByUCcFsCeo0pQpyFbKpRDFF31FUVSE3CGs61WgL0lTBQr7ZoUSRc+BDrCw==} + '@pnpm/dependency-path@1001.1.6': + resolution: {integrity: sha512-MQ0l7p0xTNsobggVsT3zXed677WvlDQ25wt0rTQv54Z6fLS/B89pwemUMNhWIKR4q+5WHJjkSlVN2t+W4um+7Q==} engines: {node: '>=18.12'} '@pnpm/graceful-fs@1000.0.1': @@ -3346,100 +3337,100 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - '@puppeteer/browsers@2.11.0': - resolution: {integrity: sha512-n6oQX6mYkG8TRPuPXmbPidkUbsSRalhmaaVAQxvH1IkQy63cwsH+kOjB3e4cpCDHg0aSvsiX9bQ4s2VB6mGWUQ==} + '@puppeteer/browsers@2.10.13': + resolution: {integrity: sha512-a9Ruw3j3qlnB5a/zHRTkruppynxqaeE4H9WNj5eYGRWqw0ZauZ23f4W2ARf3hghF5doozyD+CRtt7XSYuYRI/Q==} engines: {node: '>=18'} hasBin: true - '@rolldown/binding-android-arm64@1.0.0-beta.51': - resolution: {integrity: sha512-Ctn8FUXKWWQI9pWC61P1yumS9WjQtelNS9riHwV7oCkknPGaAry4o7eFx2KgoLMnI2BgFJYpW7Im8/zX3BuONg==} + '@rolldown/binding-android-arm64@1.0.0-beta.52': + resolution: {integrity: sha512-MBGIgysimZPqTDcLXI+i9VveijkP5C3EAncEogXhqfax6YXj1Tr2LY3DVuEOMIjWfMPMhtQSPup4fSTAmgjqIw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rolldown/binding-darwin-arm64@1.0.0-beta.51': - resolution: {integrity: sha512-EL1aRW2Oq15ShUEkBPsDtLMO8GTqfb/ktM/dFaVzXKQiEE96Ss6nexMgfgQrg8dGnNpndFyffVDb5IdSibsu1g==} + '@rolldown/binding-darwin-arm64@1.0.0-beta.52': + resolution: {integrity: sha512-MmKeoLnKu1d9j6r19K8B+prJnIZ7u+zQ+zGQ3YHXGnr41rzE3eqQLovlkvoZnRoxDGPA4ps0pGiwXy6YE3lJyg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.0-beta.51': - resolution: {integrity: sha512-uGtYKlFen9pMIPvkHPWZVDtmYhMQi5g5Ddsndg1gf3atScKYKYgs5aDP4DhHeTwGXQglhfBG7lEaOIZ4UAIWww==} + '@rolldown/binding-darwin-x64@1.0.0-beta.52': + resolution: {integrity: sha512-qpHedvQBmIjT8zdnjN3nWPR2qjQyJttbXniCEKKdHeAbZG9HyNPBUzQF7AZZGwmS9coQKL+hWg9FhWzh2dZ2IA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-freebsd-x64@1.0.0-beta.51': - resolution: {integrity: sha512-JRoVTQtHYbZj1P07JLiuTuXjiBtIa7ag7/qgKA6CIIXnAcdl4LrOf7nfDuHPJcuRKaP5dzecMgY99itvWfmUFQ==} + '@rolldown/binding-freebsd-x64@1.0.0-beta.52': + resolution: {integrity: sha512-dDp7WbPapj/NVW0LSiH/CLwMhmLwwKb3R7mh2kWX+QW85X1DGVnIEyKh9PmNJjB/+suG1dJygdtdNPVXK1hylg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.51': - resolution: {integrity: sha512-BKATVnpPZ0TYBW9XfDwyd4kPGgvf964HiotIwUgpMrFOFYWqpZ+9ONNzMV4UFAYC7Hb5C2qgYQk/qj2OnAd4RQ==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.52': + resolution: {integrity: sha512-9e4l6vy5qNSliDPqNfR6CkBOAx6PH7iDV4OJiEJzajajGrVy8gc/IKKJUsoE52G8ud8MX6r3PMl97NfwgOzB7g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.51': - resolution: {integrity: sha512-xLd7da5jkfbVsBCm1buIRdWtuXY8+hU3+6ESXY/Tk5X5DPHaifrUblhYDgmA34dQt6WyNC2kfXGgrduPEvDI6Q==} + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.52': + resolution: {integrity: sha512-V48oDR84feRU2KRuzpALp594Uqlx27+zFsT6+BgTcXOtu7dWy350J1G28ydoCwKB+oxwsRPx2e7aeQnmd3YJbQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.51': - resolution: {integrity: sha512-EQFXTgHxxTzv3t5EmjUP/DfxzFYx9sMndfLsYaAY4DWF6KsK1fXGYsiupif6qPTViPC9eVmRm78q0pZU/kuIPg==} + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.52': + resolution: {integrity: sha512-ENLmSQCWqSA/+YN45V2FqTIemg7QspaiTjlm327eUAMeOLdqmSOVVyrQexJGNTQ5M8sDYCgVAig2Kk01Ggmqaw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.51': - resolution: {integrity: sha512-p5P6Xpa68w3yFaAdSzIZJbj+AfuDnMDqNSeglBXM7UlJT14Q4zwK+rV+8Mhp9MiUb4XFISZtbI/seBprhkQbiQ==} + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.52': + resolution: {integrity: sha512-klahlb2EIFltSUubn/VLjuc3qxp1E7th8ukayPfdkcKvvYcQ5rJztgx8JsJSuAKVzKtNTqUGOhy4On71BuyV8g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-musl@1.0.0-beta.51': - resolution: {integrity: sha512-sNVVyLa8HB8wkFipdfz1s6i0YWinwpbMWk5hO5S+XAYH2UH67YzUT13gs6wZTKg2x/3gtgXzYnHyF5wMIqoDAw==} + '@rolldown/binding-linux-x64-musl@1.0.0-beta.52': + resolution: {integrity: sha512-UuA+JqQIgqtkgGN2c/AQ5wi8M6mJHrahz/wciENPTeI6zEIbbLGoth5XN+sQe2pJDejEVofN9aOAp0kaazwnVg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@rolldown/binding-openharmony-arm64@1.0.0-beta.51': - resolution: {integrity: sha512-e/JMTz9Q8+T3g/deEi8DK44sFWZWGKr9AOCW5e8C8SCVWzAXqYXAG7FXBWBNzWEZK0Rcwo9TQHTQ9Q0gXgdCaA==} + '@rolldown/binding-openharmony-arm64@1.0.0-beta.52': + resolution: {integrity: sha512-1BNQW8u4ro8bsN1+tgKENJiqmvc+WfuaUhXzMImOVSMw28pkBKdfZtX2qJPADV3terx+vNJtlsgSGeb3+W6Jiw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@rolldown/binding-wasm32-wasi@1.0.0-beta.51': - resolution: {integrity: sha512-We3LWqSu6J9s5Y0MK+N7fUiiu37aBGPG3Pc347EoaROuAwkCS2u9xJ5dpIyLW4B49CIbS3KaPmn4kTgPb3EyPw==} + '@rolldown/binding-wasm32-wasi@1.0.0-beta.52': + resolution: {integrity: sha512-K/p7clhCqJOQpXGykrFaBX2Dp9AUVIDHGc+PtFGBwg7V+mvBTv/tsm3LC3aUmH02H2y3gz4y+nUTQ0MLpofEEg==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.51': - resolution: {integrity: sha512-fj56buHRuMM+r/cb6ZYfNjNvO/0xeFybI6cTkTROJatdP4fvmQ1NS8D/Lm10FCSDEOkqIz8hK3TGpbAThbPHsA==} + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.52': + resolution: {integrity: sha512-a4EkXBtnYYsKipjS7QOhEBM4bU5IlR9N1hU+JcVEVeuTiaslIyhWVKsvf7K2YkQHyVAJ+7/A9BtrGqORFcTgng==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.51': - resolution: {integrity: sha512-fkqEqaeEx8AySXiDm54b/RdINb3C0VovzJA3osMhZsbn6FoD73H0AOIiaVAtGr6x63hefruVKTX8irAm4Jkt2w==} + '@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.51': - resolution: {integrity: sha512-CWuLG/HMtrVcjKGa0C4GnuxONrku89g0+CsH8nT0SNhOtREXuzwgjIXNJImpE/A/DMf9JF+1Xkrq/YRr+F/rCg==} + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.52': + resolution: {integrity: sha512-tzpnRQXJrSzb8Z9sm97UD3cY0toKOImx+xRKsDLX4zHaAlRXWh7jbaKBePJXEN7gNw7Nm03PBNwphdtA8KSUYQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@rolldown/pluginutils@1.0.0-beta.51': - resolution: {integrity: sha512-51/8cNXMrqWqX3o8DZidhwz1uYq0BhHDDSfVygAND1Skx5s1TDw3APSSxCMcFFedwgqGcx34gRouwY+m404BBQ==} + '@rolldown/pluginutils@1.0.0-beta.52': + resolution: {integrity: sha512-/L0htLJZbaZFL1g9OHOblTxbCYIGefErJjtYOwgl9ZqNx27P3L0SDfjhhHIss32gu5NWgnxuT2a2Hnnv6QGHKA==} '@rollup/plugin-commonjs@29.0.0': resolution: {integrity: sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==} @@ -3598,8 +3589,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@21.1.0-next.0': - resolution: {integrity: sha512-TBSh8b8+OdlgWkJlTTv/JRwrPTRH+mpJ32AlKRBimDChPDVP/+MAKlF7tsSbXKsi+V9mVWuBXcVR1A0R87mjkw==} + '@schematics/angular@21.1.0-next.1': + resolution: {integrity: sha512-sLhsY30Dxzs6ltCUXthzVwKOOYhP1JN7LW4FzftbxiNB4hOpvWCUEf5/TVJP6HEQpTAyl+qtvoEdKxY//ItyWA==} 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': @@ -3774,6 +3765,9 @@ packages: '@types/http-proxy@1.17.17': resolution: {integrity: sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==} + '@types/jasmine@5.1.12': + resolution: {integrity: sha512-1BzPxNsFDLDfj9InVR3IeY0ZVf4o9XV+4mDqoCfyPkbsA7dYyKAPAb2co6wLFlHcvxPlt1wShm7zQdV7uTfLGA==} + '@types/jasmine@5.1.13': resolution: {integrity: sha512-MYCcDkruFc92LeYZux5BC0dmqo2jk+M5UIZ4/oFnAPCXN9mCcQhLyj7F3/Za7rocVyt5YRr1MmqJqFlvQ9LVcg==} @@ -4292,8 +4286,8 @@ packages: bare-abort-controller: optional: true - bare-fs@4.5.2: - resolution: {integrity: sha512-veTnRzkb6aPHOvSKIOy60KzURfBdUflr5VReI+NSaPL6xf+XLdONQgZgpYvUuZLVQ8dCqxpBAudaOM1+KpAUxw==} + bare-fs@4.5.1: + resolution: {integrity: sha512-zGUCsm3yv/ePt2PHNbVxjjn0nNB1MkIaR4wOCxJ2ig5pCf5cCVAYJXVhQg/3OhhJV6DB1ts7Hv0oUaElc2TPQg==} engines: {bare: '>=1.16.0'} peerDependencies: bare-buffer: '*' @@ -4329,8 +4323,8 @@ packages: resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} engines: {node: ^4.5.0 || >= 5.9} - baseline-browser-mapping@2.8.32: - resolution: {integrity: sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==} + baseline-browser-mapping@2.8.31: + resolution: {integrity: sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==} hasBin: true basic-auth-connect@1.1.0: @@ -4381,12 +4375,12 @@ packages: engines: {node: '>=6.9.x'} hasBin: true - body-parser@1.20.4: - resolution: {integrity: sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==} + body-parser@1.20.3: + resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - body-parser@2.2.1: - resolution: {integrity: sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==} + body-parser@2.2.0: + resolution: {integrity: sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==} engines: {node: '>=18'} bonjour-service@1.3.0: @@ -4503,8 +4497,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001759: - resolution: {integrity: sha512-Pzfx9fOKoKvevQf8oCXoyNRQ5QyxJj+3O0Rqx2V5oxT61KGx8+n6hV/IUyJeifUci2clnmmKVpvtiqRzgiWjSw==} + caniuse-lite@1.0.30001756: + resolution: {integrity: sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==} canonical-path@0.0.2: resolution: {integrity: sha512-y8EIEvL+IW81S4hRQWCRFtly+g1cc1G+wxHpjhYR9jI2+JJjWiaKnkH8mmvNHOMOAd9fzgARDO3AEzjuR51qaA==} @@ -4565,6 +4559,10 @@ packages: resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} + chokidar@5.0.0: + resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} + engines: {node: '>= 20.19.0'} + chownr@2.0.0: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} @@ -4807,13 +4805,17 @@ packages: convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - cookie-signature@1.0.7: - resolution: {integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==} + cookie-signature@1.0.6: + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} cookie-signature@1.2.2: resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==} engines: {node: '>=6.6.0'} + cookie@0.7.1: + resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==} + engines: {node: '>= 0.6'} + cookie@0.7.2: resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} engines: {node: '>= 0.6'} @@ -5108,12 +5110,12 @@ packages: detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + devtools-protocol@0.0.1521046: + resolution: {integrity: sha512-vhE6eymDQSKWUXwwA37NtTTVEzjtGVfDr3pRbsWEQ5onH/Snp2c+2xZHWJJawG/0hCCJLRGt4xVtEVUVILol4w==} + devtools-protocol@0.0.1527314: resolution: {integrity: sha512-UohCFOlzpPPD/IcsxM0k4lVZp/GfhPVJ6l2No5XX+LknpGisPWJe17oOHQhZTHf6ThUFIMwHO6bSEZUq/6oP7w==} - devtools-protocol@0.0.1534754: - resolution: {integrity: sha512-26T91cV5dbOYnXdJi5qQHoTtUoNEqwkHcAyu/IKtjIAxiEqPMrDiRkDOPWVsGfNZGmlQVHQbZRSjD8sxagWVsQ==} - dgeni-packages@0.30.0: resolution: {integrity: sha512-k5y9HSwJzWgc8S7bHxejojJfuo2heltY9lTa5UgfqoBv2vubCwqXhVxFBXr3nKfymc9YOALCnk10JYeOdVLLWQ==} engines: {node: '>=12.0.0', yarn: '>=0.17.9'} @@ -5211,8 +5213,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.263: - resolution: {integrity: sha512-DrqJ11Knd+lo+dv+lltvfMDLU27g14LMdH2b0O3Pio4uk0x+z7OR+JrmyacTPN2M8w3BrZ7/RTwG3R9B7irPlg==} + electron-to-chromium@1.5.259: + resolution: {integrity: sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ==} emoji-regex@10.6.0: resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} @@ -5488,12 +5490,12 @@ packages: peerDependencies: express: '>= 4.11' - express@4.22.1: - resolution: {integrity: sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==} + express@4.21.2: + resolution: {integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==} engines: {node: '>= 0.10.0'} - express@5.2.1: - resolution: {integrity: sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==} + express@5.1.0: + resolution: {integrity: sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==} engines: {node: '>= 18'} extend@3.0.2: @@ -5583,13 +5585,13 @@ packages: resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} engines: {node: '>= 0.8'} - finalhandler@1.3.2: - resolution: {integrity: sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==} + finalhandler@1.3.1: + resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} engines: {node: '>= 0.8'} - finalhandler@2.1.1: - resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==} - engines: {node: '>= 18.0.0'} + finalhandler@2.1.0: + resolution: {integrity: sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==} + engines: {node: '>= 0.8'} find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} @@ -6266,8 +6268,8 @@ packages: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} - ipaddr.js@2.3.0: - resolution: {integrity: sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==} + ipaddr.js@2.2.0: + resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} engines: {node: '>= 10'} is-alphabetical@1.0.4: @@ -7049,8 +7051,8 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.2.4: - resolution: {integrity: sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==} + lru-cache@11.2.2: + resolution: {integrity: sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -7147,8 +7149,8 @@ packages: resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==} engines: {node: '>= 0.8'} - memfs@4.51.1: - resolution: {integrity: sha512-Eyt3XrufitN2ZL9c/uIRMyDwXanLI88h/L3MoWqNY747ha3dMR9dWqp8cRT5ntjZ0U1TNuq4U91ZXK0sMBjYOQ==} + memfs@4.51.0: + resolution: {integrity: sha512-4zngfkVM/GpIhC8YazOsM6E8hoB33NP0BCESPOA6z7qaL6umPJNqkO8CNYaLV2FB2MV6H1O3x2luHHOSqppv+A==} memorystream@0.3.1: resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} @@ -7446,8 +7448,8 @@ packages: resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - node-forge@1.3.3: - resolution: {integrity: sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==} + node-forge@1.3.1: + resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} node-gyp-build-optional-packages@5.2.2: @@ -7993,8 +7995,8 @@ packages: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} - postcss-selector-parser@7.1.1: - resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==} + postcss-selector-parser@7.1.0: + resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==} engines: {node: '>=4'} postcss-value-parser@4.2.0: @@ -8028,8 +8030,8 @@ packages: resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} engines: {node: '>= 0.8.0'} - prettier@3.7.4: - resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} + prettier@3.6.2: + resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} engines: {node: '>=14'} hasBin: true @@ -8041,8 +8043,8 @@ packages: resolution: {integrity: sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==} engines: {node: ^18.17.0 || >=20.5.0} - proc-log@6.1.0: - resolution: {integrity: sha512-iG+GYldRf2BQ0UDUAd6JQ/RwzaQy6mXmsk/IzlYyal4A4SNFw54MeH4/tLkF4I5WoWG9SQwuqWzS99jaFQHBuQ==} + proc-log@6.0.0: + resolution: {integrity: sha512-KG/XsTDN901PNfPfAMmj6N/Ywg9tM+bHK8pAz+27fS4N4Pcr+4zoYBOcGSBu6ceXYNPxkLpa4ohtfxV1XcLAfA==} engines: {node: ^20.17.0 || >=22.9.0} process-nextick-args@2.0.1: @@ -8137,8 +8139,8 @@ packages: resolution: {integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==} engines: {node: '>=8'} - puppeteer-core@24.32.0: - resolution: {integrity: sha512-MqzLLeJjqjtHK9J44+KE3kjtXXhFpPvg+AvXl/oy/jB8MeeNH66/4MNotOTqGZ6MPaxWi51YJ1ASga6OIff6xw==} + puppeteer-core@24.31.0: + resolution: {integrity: sha512-pnAohhSZipWQoFpXuGV7xCZfaGhqcBR9C4pVrU0QSrcMi7tQMH9J9lDBqBvyMAHQqe8HCARuREqFuVKRQOgTvg==} engines: {node: '>=18'} q@1.4.1: @@ -8161,6 +8163,10 @@ packages: resolution: {integrity: sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==} engines: {node: '>=0.9'} + qs@6.13.0: + resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} + engines: {node: '>=0.6'} + qs@6.14.0: resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==} engines: {node: '>=0.6'} @@ -8190,8 +8196,8 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - raw-body@2.5.3: - resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==} + raw-body@2.5.2: + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} engines: {node: '>= 0.8'} raw-body@3.0.2: @@ -8239,6 +8245,10 @@ packages: resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} engines: {node: '>= 14.18.0'} + readdirp@5.0.0: + resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} + engines: {node: '>= 20.19.0'} + redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} @@ -8316,8 +8326,8 @@ packages: require-main-filename@2.0.0: resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} - requirejs@2.3.8: - resolution: {integrity: sha512-7/cTSLOdYkNBNJcDMWf+luFvMriVm7eYxp4BcFCsAX0wF421Vyce5SXP17c+Jd5otXKGNehIonFlyQXSowL6Mw==} + requirejs@2.3.7: + resolution: {integrity: sha512-DouTG8T1WanGok6Qjg2SXuCMzszOo0eHeH9hDZ5Y4x8Je+9JB38HdTLT4/VA8OaUhBa0JPVHJ0pyBkM1z+pDsw==} engines: {node: '>=0.4.0'} hasBin: true @@ -8401,8 +8411,8 @@ packages: resolution: {integrity: sha512-s+pyvQeIKIZ0dx5iJiQk1tPLJAWln39+MI5jtM8wnyws+G5azk+dMnMX0qfbqNetKKNgcWWOdi0sfm+FbQbgdQ==} engines: {node: '>=10.0.0'} - rolldown@1.0.0-beta.51: - resolution: {integrity: sha512-ZRLgPlS91l4JztLYEZnmMcd3Umcla1hkXJgiEiR4HloRJBBoeaX8qogTu5Jfu36rRMVLndzqYv0h+M5gJAkUfg==} + rolldown@1.0.0-beta.52: + resolution: {integrity: sha512-Hbnpljue+JhMJrlOjQ1ixp9me7sUec7OjFvS+A1Qm8k8Xyxmw3ZhxFu7LlSXW1s9AX3POE9W9o2oqCEeR5uDmg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -8505,6 +8515,11 @@ packages: webpack: optional: true + sass@1.94.0: + resolution: {integrity: sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==} + engines: {node: '>=14.0.0'} + hasBin: true + sass@1.94.2: resolution: {integrity: sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==} engines: {node: '>=14.0.0'} @@ -8556,10 +8571,6 @@ packages: resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} engines: {node: '>= 0.8.0'} - send@0.19.1: - resolution: {integrity: sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==} - engines: {node: '>= 0.8.0'} - send@1.2.0: resolution: {integrity: sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==} engines: {node: '>= 18'} @@ -9233,8 +9244,8 @@ packages: peerDependencies: typescript: 5.9.2 - tsx@4.20.6: - resolution: {integrity: sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==} + tsx@4.21.0: + resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==} engines: {node: '>=18.0.0'} hasBin: true @@ -9513,8 +9524,8 @@ packages: vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} - vite@7.2.4: - resolution: {integrity: sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==} + vite@7.2.6: + resolution: {integrity: sha512-tI2l/nFHC5rLh7+5+o7QjKjSR04ivXDF4jcgV0f/bTQ+OJiITy5S6gaynVsEM+7RqzufMnVbIon6Sr5x1SDYaQ==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -9928,6 +9939,9 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + zod@4.1.13: + resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==} + zone.js@0.16.0: resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==} @@ -10043,21 +10057,21 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2101.0-next.0(chokidar@4.0.3)': + '@angular-devkit/architect@0.2101.0-next.1(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.1.0-next.0(chokidar@4.0.3) + '@angular-devkit/core': 21.1.0-next.1(chokidar@5.0.0) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@21.1.0-next.0(33b865df72b4dfb1f28e23479cf7d605)': + '@angular-devkit/build-angular@21.1.0-next.1(5901ff1922cf747fd43a0036ecf7d573)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2101.0-next.0(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2101.0-next.0(chokidar@4.0.3)(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.0(chokidar@4.0.3) - '@angular/build': 21.1.0-next.0(d52c1559d7aad2d87fb2ce91cae8b159) - '@angular/compiler-cli': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2) + '@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) '@babel/core': 7.28.5 '@babel/generator': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 @@ -10068,7 +10082,7 @@ 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.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.0)) + '@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)) 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)) @@ -10109,11 +10123,11 @@ snapshots: webpack-merge: 6.0.1 webpack-subresource-integrity: 5.1.0(webpack@5.103.0(esbuild@0.27.0)) optionalDependencies: - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/localize': 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0) - '@angular/platform-browser': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)) - '@angular/platform-server': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0)(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) - '@angular/ssr': 21.1.0-next.0(0864c276b1c9338af783204b3a02af96) + '@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 karma: 6.4.4(bufferutil@4.0.9) protractor: 7.0.0 @@ -10140,16 +10154,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2101.0-next.0(chokidar@4.0.3)(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.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))': dependencies: - '@angular-devkit/architect': 0.2101.0-next.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2101.0-next.1(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)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@21.1.0-next.0(chokidar@4.0.3)': + '@angular-devkit/core@21.1.0-next.1(chokidar@5.0.0)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -10158,11 +10172,11 @@ snapshots: rxjs: 7.8.2 source-map: 0.7.6 optionalDependencies: - chokidar: 4.0.3 + chokidar: 5.0.0 - '@angular-devkit/schematics@21.1.0-next.0(chokidar@4.0.3)': + '@angular-devkit/schematics@21.1.0-next.1(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.1.0-next.0(chokidar@4.0.3) + '@angular-devkit/core': 21.1.0-next.1(chokidar@5.0.0) jsonc-parser: 3.3.1 magic-string: 0.30.21 ora: 9.0.0 @@ -10170,17 +10184,17 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/build@21.1.0-next.0(d52c1559d7aad2d87fb2ce91cae8b159)': + '@angular/build@21.1.0-next.1(3070a4d1e63b5f5f22dd6c5c5cd4f86c)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2101.0-next.0(chokidar@4.0.3) - '@angular/compiler': 21.1.0-next.0 - '@angular/compiler-cli': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2) + '@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) '@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.4(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.20.6)(yaml@2.8.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)) beasties: 0.3.5 browserslist: 4.28.0 esbuild: 0.27.0 @@ -10193,7 +10207,7 @@ snapshots: parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.3 piscina: 5.1.4 - rolldown: 1.0.0-beta.51 + rolldown: 1.0.0-beta.52 sass: 1.94.2 semver: 7.7.3 source-map-support: 0.5.21 @@ -10201,14 +10215,14 @@ snapshots: tslib: 2.8.1 typescript: 5.9.2 undici: 7.16.0 - vite: 7.2.4(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.20.6)(yaml@2.8.2) + 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) watchpack: 2.4.4 optionalDependencies: - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/localize': 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0) - '@angular/platform-browser': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)) - '@angular/platform-server': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0)(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) - '@angular/ssr': 21.1.0-next.0(0864c276b1c9338af783204b3a02af96) + '@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) karma: 6.4.4(bufferutil@4.0.9) less: 4.4.2 lmdb: 3.4.4 @@ -10226,15 +10240,15 @@ snapshots: - tsx - yaml - '@angular/cli@21.1.0-next.0(@types/node@22.19.1)(chokidar@4.0.3)': + '@angular/cli@21.1.0-next.1(@types/node@22.19.1)(chokidar@5.0.0)': dependencies: - '@angular-devkit/architect': 0.2101.0-next.0(chokidar@4.0.3) - '@angular-devkit/core': 21.1.0-next.0(chokidar@4.0.3) - '@angular-devkit/schematics': 21.1.0-next.0(chokidar@4.0.3) + '@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) '@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.22.0 - '@schematics/angular': 21.1.0-next.0(chokidar@4.0.3) + '@modelcontextprotocol/sdk': 1.24.0 + '@schematics/angular': 21.1.0-next.1(chokidar@5.0.0) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.45.0 ini: 6.0.0 @@ -10246,29 +10260,29 @@ snapshots: resolve: 1.22.11 semver: 7.7.3 yargs: 18.0.0 - zod: 3.25.76 + zod: 4.1.13 transitivePeerDependencies: - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7)': + '@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)': dependencies: - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(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)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2)': + '@angular/compiler-cli@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2)': dependencies: - '@angular/compiler': 21.1.0-next.0 + '@angular/compiler': 21.1.0-next.1 '@babel/core': 7.28.5 '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.3 + chokidar: 5.0.0 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.3 @@ -10279,49 +10293,49 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@21.1.0-next.0': + '@angular/compiler@21.1.0-next.1': dependencies: tslib: 2.8.1 - '@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)': + '@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(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.0 + '@angular/compiler': 21.1.0-next.1 zone.js: 0.16.0 - '@angular/forms@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': + '@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)': dependencies: - '@angular/common': 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/platform-browser': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2)) + '@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)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/localize@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.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)': dependencies: - '@angular/compiler': 21.1.0-next.0 - '@angular/compiler-cli': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2) + '@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) '@babel/core': 7.28.5 - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2)) + '@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)) '@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/4c28145df03aff8c74d0a53f4f5602140e4d1a23(@modelcontextprotocol/sdk@1.24.1)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a6bcef88323031f5c157227705792019833c5c08(@modelcontextprotocol/sdk@1.24.0)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) - '@google/genai': 1.30.0(@modelcontextprotocol/sdk@1.24.1)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5) - '@inquirer/prompts': 8.0.1(@types/node@24.10.1) - '@inquirer/type': 4.0.1(@types/node@24.10.1) + '@google/genai': 1.30.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) '@octokit/auth-app': 8.1.2 '@octokit/core': 7.0.6 '@octokit/graphql': 9.0.3 @@ -10332,7 +10346,7 @@ snapshots: '@octokit/request-error': 7.1.0 '@octokit/rest': 22.0.1 '@octokit/types': 16.0.0 - '@pnpm/dependency-path': 1001.1.5 + '@pnpm/dependency-path': 1001.1.6 '@types/cli-progress': 3.11.6 '@types/ejs': 3.1.5 '@types/events': 3.0.3 @@ -10355,8 +10369,8 @@ snapshots: firebase: 12.6.0 folder-hash: 4.1.1(supports-color@10.2.2) git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1) - jasmine: 5.12.0 - jasmine-core: 5.12.1 + jasmine: 5.13.0 + jasmine-core: 5.13.0 jasmine-reporters: 2.5.2 jsonc-parser: 3.3.1 minimatch: 10.1.1 @@ -10364,42 +10378,42 @@ snapshots: nock: 14.0.10 semver: 7.7.3 supports-color: 10.2.2 - tsx: 4.20.6 + tsx: 4.21.0 typed-graphqlify: 3.1.6 typescript: 5.9.2 utf-8-validate: 6.0.5 which: 6.0.0 - yaml: 2.8.1 + yaml: 2.8.2 yargs: 18.0.0 transitivePeerDependencies: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler@21.1.0-next.0)(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))': + '@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)))': dependencies: - '@angular/common': 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/compiler': 21.1.0-next.0 - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/platform-browser': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)) + '@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)) tslib: 2.8.1 - '@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(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))': dependencies: - '@angular/common': 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2)) + '@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)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/platform-server@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0)(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': + '@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)': dependencies: - '@angular/common': 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/compiler': 21.1.0-next.0 - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/platform-browser': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2)) + '@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)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 @@ -10407,26 +10421,26 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/router@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7)': + '@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)': dependencies: - '@angular/common': 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/platform-browser': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2)) + '@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)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/ssr@21.1.0-next.0(0864c276b1c9338af783204b3a02af96)': + '@angular/ssr@21.1.0-next.1(a39afe27bd2a02c87964a162b10ea10c)': dependencies: - '@angular/common': 21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7) - '@angular/core': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0) - '@angular/router': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + '@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) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/compiler@21.1.0-next.0)(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-next.0(@angular/common@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(@angular/core@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) + '@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) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -11806,12 +11820,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.30.0(@modelcontextprotocol/sdk@1.24.1)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)': + '@google/genai@1.30.0(@modelcontextprotocol/sdk@1.24.0)(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.1 + '@modelcontextprotocol/sdk': 1.24.0 transitivePeerDependencies: - bufferutil - supports-color @@ -11823,7 +11837,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@grpc/grpc-js@1.14.2': + '@grpc/grpc-js@1.14.1': dependencies: '@grpc/proto-loader': 0.8.0 '@js-sdsl/ordered-map': 4.4.2 @@ -12017,7 +12031,7 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/prompts@8.0.1(@types/node@24.10.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) @@ -12087,10 +12101,6 @@ snapshots: optionalDependencies: '@types/node': 22.19.1 - '@inquirer/type@4.0.1(@types/node@24.10.1)': - optionalDependencies: - '@types/node': 24.10.1 - '@inquirer/type@4.0.2(@types/node@24.10.1)': optionalDependencies: '@types/node': 24.10.1 @@ -12227,8 +12237,8 @@ snapshots: cross-spawn: 7.0.6 eventsource: 3.0.7 eventsource-parser: 3.0.6 - express: 5.2.1 - express-rate-limit: 7.5.1(express@5.2.1) + express: 5.1.0 + express-rate-limit: 7.5.1(express@5.1.0) pkce-challenge: 5.0.1 raw-body: 3.0.2 zod: 3.25.76 @@ -12236,7 +12246,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@modelcontextprotocol/sdk@1.24.1': + '@modelcontextprotocol/sdk@1.24.0': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -12245,13 +12255,13 @@ snapshots: cross-spawn: 7.0.6 eventsource: 3.0.7 eventsource-parser: 3.0.6 - express: 5.2.1 - express-rate-limit: 7.5.1(express@5.2.1) + express: 5.1.0 + express-rate-limit: 7.5.1(express@5.1.0) jose: 6.1.3 pkce-challenge: 5.0.1 raw-body: 3.0.2 - zod: 3.25.76 - zod-to-json-schema: 3.25.0(zod@3.25.76) + zod: 4.1.13 + zod-to-json-schema: 3.25.0(zod@4.1.13) transitivePeerDependencies: - supports-color @@ -12354,16 +12364,16 @@ snapshots: '@napi-rs/nice-win32-x64-msvc': 1.1.1 optional: true - '@napi-rs/wasm-runtime@1.1.0': + '@napi-rs/wasm-runtime@1.0.7': 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.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))': + '@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))': dependencies: - '@angular/compiler-cli': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2) + '@angular/compiler-cli': 21.1.0-next.1(@angular/compiler@21.1.0-next.1)(typescript@5.9.2) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 '@types/node': 22.19.1 @@ -12372,9 +12382,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@ngtools/webpack@21.1.0-next.0(@angular/compiler-cli@21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.103.0(esbuild@0.27.0))': + '@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))': dependencies: - '@angular/compiler-cli': 21.1.0-next.0(@angular/compiler@21.1.0-next.0)(typescript@5.9.2) + '@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) @@ -12406,7 +12416,7 @@ snapshots: agent-base: 7.1.4 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6(supports-color@10.2.2) - lru-cache: 11.2.4 + lru-cache: 11.2.2 socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color @@ -12424,9 +12434,9 @@ snapshots: dependencies: '@npmcli/promise-spawn': 9.0.1 ini: 6.0.0 - lru-cache: 11.2.4 + lru-cache: 11.2.2 npm-pick-manifest: 11.0.3 - proc-log: 6.1.0 + proc-log: 6.0.0 promise-retry: 2.0.1 semver: 7.7.3 which: 6.0.0 @@ -12444,7 +12454,7 @@ snapshots: glob: 13.0.0 hosted-git-info: 9.0.2 json-parse-even-better-errors: 5.0.0 - proc-log: 6.1.0 + proc-log: 6.0.0 semver: 7.7.3 validate-npm-package-license: 3.0.4 @@ -12464,7 +12474,7 @@ snapshots: '@npmcli/package-json': 7.0.4 '@npmcli/promise-spawn': 9.0.1 node-gyp: 12.1.0 - proc-log: 6.1.0 + proc-log: 6.0.0 which: 6.0.0 transitivePeerDependencies: - supports-color @@ -12841,7 +12851,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) - '@oxc-project/types@0.98.0': {} + '@oxc-project/types@0.99.0': {} '@parcel/watcher-android-arm64@2.5.1': optional: true @@ -12927,7 +12937,7 @@ snapshots: '@pnpm/crypto.polyfill@1000.1.0': {} - '@pnpm/dependency-path@1001.1.5': + '@pnpm/dependency-path@1001.1.6': dependencies: '@pnpm/crypto.hash': 1000.2.1 '@pnpm/types': 1001.0.1 @@ -12979,7 +12989,7 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@puppeteer/browsers@2.11.0': + '@puppeteer/browsers@2.10.13': dependencies: debug: 4.4.3(supports-color@10.2.2) extract-zip: 2.0.1 @@ -12994,51 +13004,51 @@ snapshots: - react-native-b4a - supports-color - '@rolldown/binding-android-arm64@1.0.0-beta.51': + '@rolldown/binding-android-arm64@1.0.0-beta.52': optional: true - '@rolldown/binding-darwin-arm64@1.0.0-beta.51': + '@rolldown/binding-darwin-arm64@1.0.0-beta.52': optional: true - '@rolldown/binding-darwin-x64@1.0.0-beta.51': + '@rolldown/binding-darwin-x64@1.0.0-beta.52': optional: true - '@rolldown/binding-freebsd-x64@1.0.0-beta.51': + '@rolldown/binding-freebsd-x64@1.0.0-beta.52': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.51': + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.52': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.51': + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.52': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.51': + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.52': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.51': + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.52': optional: true - '@rolldown/binding-linux-x64-musl@1.0.0-beta.51': + '@rolldown/binding-linux-x64-musl@1.0.0-beta.52': optional: true - '@rolldown/binding-openharmony-arm64@1.0.0-beta.51': + '@rolldown/binding-openharmony-arm64@1.0.0-beta.52': optional: true - '@rolldown/binding-wasm32-wasi@1.0.0-beta.51': + '@rolldown/binding-wasm32-wasi@1.0.0-beta.52': dependencies: - '@napi-rs/wasm-runtime': 1.1.0 + '@napi-rs/wasm-runtime': 1.0.7 optional: true - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.51': + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.52': optional: true - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.51': + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.52': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.51': + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.52': optional: true - '@rolldown/pluginutils@1.0.0-beta.51': {} + '@rolldown/pluginutils@1.0.0-beta.52': {} '@rollup/plugin-commonjs@29.0.0(rollup@4.53.3)': dependencies: @@ -13144,10 +13154,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.53.3': optional: true - '@schematics/angular@21.1.0-next.0(chokidar@4.0.3)': + '@schematics/angular@21.1.0-next.1(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.1.0-next.0(chokidar@4.0.3) - '@angular-devkit/schematics': 21.1.0-next.0(chokidar@4.0.3) + '@angular-devkit/core': 21.1.0-next.1(chokidar@5.0.0) + '@angular-devkit/schematics': 21.1.0-next.1(chokidar@5.0.0) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -13385,6 +13395,8 @@ snapshots: dependencies: '@types/node': 22.19.1 + '@types/jasmine@5.1.12': {} + '@types/jasmine@5.1.13': {} '@types/json-schema@7.0.15': {} @@ -13521,9 +13533,9 @@ snapshots: '@types/youtube@0.1.2': {} - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.4(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.20.6)(yaml@2.8.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))': dependencies: - vite: 7.2.4(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.20.6)(yaml@2.8.2) + 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) '@webassemblyjs/ast@1.14.1': dependencies: @@ -13857,7 +13869,7 @@ snapshots: autoprefixer@10.4.22(postcss@8.5.6): dependencies: browserslist: 4.28.0 - caniuse-lite: 1.0.30001759 + caniuse-lite: 1.0.30001756 fraction.js: 5.3.4 normalize-range: 0.1.2 picocolors: 1.1.1 @@ -13914,7 +13926,7 @@ snapshots: bare-events@2.8.2: {} - bare-fs@4.5.2: + bare-fs@4.5.1: dependencies: bare-events: 2.8.2 bare-path: 3.0.0 @@ -13953,7 +13965,7 @@ snapshots: base64id@2.0.0: {} - baseline-browser-mapping@2.8.32: {} + baseline-browser-mapping@2.8.31: {} basic-auth-connect@1.1.0: dependencies: @@ -14008,30 +14020,30 @@ snapshots: dependencies: minimist: 1.2.8 - body-parser@1.20.4: + body-parser@1.20.3: dependencies: bytes: 3.1.2 content-type: 1.0.5 debug: 2.6.9 depd: 2.0.0 destroy: 1.2.0 - http-errors: 2.0.1 + http-errors: 2.0.0 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.14.0 - raw-body: 2.5.3 + qs: 6.13.0 + raw-body: 2.5.2 type-is: 1.6.18 unpipe: 1.0.0 transitivePeerDependencies: - supports-color - body-parser@2.2.1: + body-parser@2.2.0: dependencies: bytes: 3.1.2 content-type: 1.0.5 debug: 4.4.3(supports-color@10.2.2) http-errors: 2.0.1 - iconv-lite: 0.7.0 + iconv-lite: 0.6.3 on-finished: 2.4.1 qs: 6.14.0 raw-body: 3.0.2 @@ -14072,9 +14084,9 @@ snapshots: browserslist@4.28.0: dependencies: - baseline-browser-mapping: 2.8.32 - caniuse-lite: 1.0.30001759 - electron-to-chromium: 1.5.263 + baseline-browser-mapping: 2.8.31 + caniuse-lite: 1.0.30001756 + electron-to-chromium: 1.5.259 node-releases: 2.0.27 update-browserslist-db: 1.1.4(browserslist@4.28.0) @@ -14153,7 +14165,7 @@ snapshots: '@npmcli/fs': 5.0.0 fs-minipass: 3.0.3 glob: 13.0.0 - lru-cache: 11.2.4 + lru-cache: 11.2.2 minipass: 7.1.2 minipass-collect: 2.0.1 minipass-flush: 1.0.5 @@ -14198,7 +14210,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001759: {} + caniuse-lite@1.0.30001756: {} canonical-path@0.0.2: {} @@ -14286,6 +14298,10 @@ snapshots: dependencies: readdirp: 4.1.2 + chokidar@5.0.0: + dependencies: + readdirp: 5.0.0 + chownr@2.0.0: {} chownr@3.0.0: {} @@ -14301,9 +14317,9 @@ snapshots: chrome-trace-event@1.0.4: {} - chromium-bidi@11.0.0(devtools-protocol@0.0.1534754): + chromium-bidi@11.0.0(devtools-protocol@0.0.1521046): dependencies: - devtools-protocol: 0.0.1534754 + devtools-protocol: 0.0.1521046 mitt: 3.0.1 zod: 3.25.76 @@ -14534,10 +14550,12 @@ snapshots: convert-source-map@2.0.0: {} - cookie-signature@1.0.7: {} + cookie-signature@1.0.6: {} cookie-signature@1.2.2: {} + cookie@0.7.1: {} + cookie@0.7.2: {} copy-anything@2.0.6: @@ -14792,9 +14810,9 @@ snapshots: detect-node@2.1.0: {} - devtools-protocol@0.0.1527314: {} + devtools-protocol@0.0.1521046: {} - devtools-protocol@0.0.1534754: {} + devtools-protocol@0.0.1527314: {} dgeni-packages@0.30.0(dgeni@0.4.14): dependencies: @@ -14939,7 +14957,7 @@ snapshots: dependencies: jake: 10.9.4 - electron-to-chromium@1.5.263: {} + electron-to-chromium@1.5.259: {} emoji-regex@10.6.0: {} @@ -15290,7 +15308,7 @@ snapshots: '@apidevtools/json-schema-ref-parser': 9.1.2 ajv: 8.17.1 ajv-formats: 2.1.1(ajv@8.17.1) - body-parser: 1.20.4 + body-parser: 1.20.3 content-type: 1.0.5 deep-freeze: 0.0.1 events-listener: 1.1.0 @@ -15301,7 +15319,7 @@ snapshots: openapi3-ts: 3.2.0 promise-breaker: 6.0.0 qs: 6.14.0 - raw-body: 2.5.3 + raw-body: 2.5.2 semver: 7.7.3 transitivePeerDependencies: - supports-color @@ -15310,60 +15328,59 @@ snapshots: exponential-backoff@3.1.3: {} - express-rate-limit@7.5.1(express@5.2.1): + express-rate-limit@7.5.1(express@5.1.0): dependencies: - express: 5.2.1 + express: 5.1.0 - express@4.22.1: + express@4.21.2: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.4 + body-parser: 1.20.3 content-disposition: 0.5.4 content-type: 1.0.5 - cookie: 0.7.2 - cookie-signature: 1.0.7 + cookie: 0.7.1 + cookie-signature: 1.0.6 debug: 2.6.9 depd: 2.0.0 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 1.3.2 + finalhandler: 1.3.1 fresh: 0.5.2 - http-errors: 2.0.1 + http-errors: 2.0.0 merge-descriptors: 1.0.3 methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 path-to-regexp: 0.1.12 proxy-addr: 2.0.7 - qs: 6.14.0 + qs: 6.13.0 range-parser: 1.2.1 safe-buffer: 5.2.1 - send: 0.19.1 + send: 0.19.0 serve-static: 1.16.2 setprototypeof: 1.2.0 - statuses: 2.0.2 + statuses: 2.0.1 type-is: 1.6.18 utils-merge: 1.0.1 vary: 1.1.2 transitivePeerDependencies: - supports-color - express@5.2.1: + express@5.1.0: dependencies: accepts: 2.0.0 - body-parser: 2.2.1 + body-parser: 2.2.0 content-disposition: 1.0.1 content-type: 1.0.5 cookie: 0.7.2 cookie-signature: 1.2.2 debug: 4.4.3(supports-color@10.2.2) - depd: 2.0.0 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 2.1.1 + finalhandler: 2.1.0 fresh: 2.0.0 http-errors: 2.0.1 merge-descriptors: 2.0.0 @@ -15470,19 +15487,19 @@ snapshots: transitivePeerDependencies: - supports-color - finalhandler@1.3.2: + finalhandler@1.3.1: dependencies: debug: 2.6.9 encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 parseurl: 1.3.3 - statuses: 2.0.2 + statuses: 2.0.1 unpipe: 1.0.0 transitivePeerDependencies: - supports-color - finalhandler@2.1.1: + finalhandler@2.1.0: dependencies: debug: 4.4.3(supports-color@10.2.2) encodeurl: 2.0.0 @@ -15512,13 +15529,13 @@ snapshots: '@google-cloud/cloud-sql-connector': 1.8.4 '@google-cloud/pubsub': 5.2.0 '@inquirer/prompts': 7.10.1(@types/node@22.19.1) - '@modelcontextprotocol/sdk': 1.24.1 + '@modelcontextprotocol/sdk': 1.22.0 abort-controller: 3.0.0 ajv: 8.17.1 ajv-formats: 3.0.1 archiver: 7.0.1 async-lock: 1.4.1 - body-parser: 1.20.4 + body-parser: 1.20.3 chokidar: 3.6.0 cjson: 0.3.3 cli-table3: 0.6.5 @@ -15532,7 +15549,7 @@ snapshots: deep-equal-in-any-order: 2.1.0 exegesis: 4.3.0 exegesis-express: 4.0.0 - express: 4.22.1 + express: 4.21.2 filesize: 6.4.0 form-data: 4.0.5 fs-extra: 10.1.0 @@ -15578,7 +15595,7 @@ snapshots: winston: 3.18.3 winston-transport: 4.9.0 ws: 7.5.10(bufferutil@4.0.9) - yaml: 2.8.2 + yaml: 2.8.1 zod: 3.25.76 zod-to-json-schema: 3.25.0(zod@3.25.76) transitivePeerDependencies: @@ -15900,7 +15917,7 @@ snapshots: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.8 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 @@ -15984,7 +16001,7 @@ snapshots: google-gax@5.0.6(supports-color@10.2.2): dependencies: - '@grpc/grpc-js': 1.14.2 + '@grpc/grpc-js': 1.14.1 '@grpc/proto-loader': 0.8.0 duplexify: 4.1.3 google-auth-library: 10.5.0(supports-color@10.2.2) @@ -16027,7 +16044,7 @@ snapshots: grpc-gcp@1.0.1: dependencies: - '@grpc/grpc-js': 1.14.2 + '@grpc/grpc-js': 1.14.1 protobufjs: 7.4.0 gtoken@7.1.0(encoding@0.1.13): @@ -16154,7 +16171,7 @@ snapshots: hosted-git-info@9.0.2: dependencies: - lru-cache: 11.2.4 + lru-cache: 11.2.2 hpack.js@2.1.6: dependencies: @@ -16403,7 +16420,7 @@ snapshots: ipaddr.js@1.9.1: {} - ipaddr.js@2.3.0: {} + ipaddr.js@2.2.0: {} is-alphabetical@1.0.4: {} @@ -16968,7 +16985,7 @@ snapshots: karma@6.4.4(bufferutil@4.0.9): dependencies: '@colors/colors': 1.5.0 - body-parser: 1.20.4 + body-parser: 1.20.3 braces: 3.0.3 chokidar: 3.6.0 connect: 3.7.0 @@ -17117,7 +17134,7 @@ snapshots: lodash-es: 4.17.21 lookup-closest-locale: 6.2.0 open: 8.4.2 - puppeteer-core: 24.32.0(bufferutil@4.0.9) + puppeteer-core: 24.31.0(bufferutil@4.0.9) robots-parser: 3.0.1 speedline-core: 1.4.3 third-party-web: 0.27.0 @@ -17282,7 +17299,7 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.2.4: {} + lru-cache@11.2.2: {} lru-cache@5.1.1: dependencies: @@ -17348,7 +17365,7 @@ snapshots: minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 negotiator: 1.0.0 - proc-log: 6.1.0 + proc-log: 6.0.0 promise-retry: 2.0.1 ssri: 13.0.0 transitivePeerDependencies: @@ -17387,7 +17404,7 @@ snapshots: media-typer@1.1.0: {} - memfs@4.51.1: + memfs@4.51.0: dependencies: '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) @@ -17683,7 +17700,7 @@ snapshots: fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - node-forge@1.3.3: {} + node-forge@1.3.1: {} node-gyp-build-optional-packages@5.2.2: dependencies: @@ -17715,7 +17732,7 @@ snapshots: graceful-fs: 4.2.11 make-fetch-happen: 15.0.3 nopt: 9.0.0 - proc-log: 6.1.0 + proc-log: 6.0.0 semver: 7.7.3 tar: 7.5.2 tinyglobby: 0.2.15 @@ -17782,14 +17799,14 @@ snapshots: npm-package-arg@13.0.2: dependencies: hosted-git-info: 9.0.2 - proc-log: 6.1.0 + proc-log: 6.0.0 semver: 7.7.3 validate-npm-package-name: 7.0.0 npm-packlist@10.0.3: dependencies: ignore-walk: 8.0.0 - proc-log: 6.1.0 + proc-log: 6.0.0 npm-pick-manifest@11.0.3: dependencies: @@ -17814,7 +17831,7 @@ snapshots: minipass-fetch: 5.0.0 minizlib: 3.1.0 npm-package-arg: 13.0.2 - proc-log: 6.1.0 + proc-log: 6.0.0 transitivePeerDependencies: - supports-color @@ -17921,7 +17938,7 @@ snapshots: openapi3-ts@3.2.0: dependencies: - yaml: 2.8.2 + yaml: 2.8.1 opener@1.5.2: {} @@ -18046,7 +18063,7 @@ snapshots: npm-packlist: 10.0.3 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 - proc-log: 6.1.0 + proc-log: 6.0.0 promise-retry: 2.0.1 sigstore: 4.0.0 ssri: 13.0.0 @@ -18132,7 +18149,7 @@ snapshots: path-scurry@2.0.1: dependencies: - lru-cache: 11.2.4 + lru-cache: 11.2.2 minipass: 7.1.2 path-to-regexp@0.1.12: {} @@ -18251,13 +18268,13 @@ snapshots: dependencies: icss-utils: 5.1.0(postcss@8.5.6) postcss: 8.5.6 - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.1.0 postcss-value-parser: 4.2.0 postcss-modules-scope@3.2.1(postcss@8.5.6): dependencies: postcss: 8.5.6 - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.1.0 postcss-modules-values@4.0.0(postcss@8.5.6): dependencies: @@ -18279,7 +18296,7 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-selector-parser@7.1.1: + postcss-selector-parser@7.1.0: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 @@ -18306,13 +18323,13 @@ snapshots: prelude-ls@1.1.2: {} - prettier@3.7.4: {} + prettier@3.6.2: {} proc-log@4.2.0: {} proc-log@5.0.0: {} - proc-log@6.1.0: {} + proc-log@6.0.0: {} process-nextick-args@2.0.1: {} @@ -18449,12 +18466,12 @@ snapshots: dependencies: escape-goat: 2.1.1 - puppeteer-core@24.32.0(bufferutil@4.0.9): + puppeteer-core@24.31.0(bufferutil@4.0.9): dependencies: - '@puppeteer/browsers': 2.11.0 - chromium-bidi: 11.0.0(devtools-protocol@0.0.1534754) + '@puppeteer/browsers': 2.10.13 + chromium-bidi: 11.0.0(devtools-protocol@0.0.1521046) debug: 4.4.3(supports-color@10.2.2) - devtools-protocol: 0.0.1534754 + devtools-protocol: 0.0.1521046 typed-query-selector: 2.12.0 webdriver-bidi-protocol: 0.3.9 ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) @@ -18472,6 +18489,10 @@ snapshots: qjobs@1.2.0: {} + qs@6.13.0: + dependencies: + side-channel: 1.1.0 + qs@6.14.0: dependencies: side-channel: 1.1.0 @@ -18495,10 +18516,10 @@ snapshots: range-parser@1.2.1: {} - raw-body@2.5.3: + raw-body@2.5.2: dependencies: bytes: 3.1.2 - http-errors: 2.0.1 + http-errors: 2.0.0 iconv-lite: 0.4.24 unpipe: 1.0.0 @@ -18578,6 +18599,8 @@ snapshots: readdirp@4.1.2: {} + readdirp@5.0.0: {} + redent@3.0.0: dependencies: indent-string: 4.0.0 @@ -18692,7 +18715,7 @@ snapshots: require-main-filename@2.0.0: {} - requirejs@2.3.8: {} + requirejs@2.3.7: {} requires-port@1.0.0: {} @@ -18763,25 +18786,25 @@ snapshots: robots-parser@3.0.1: {} - rolldown@1.0.0-beta.51: + rolldown@1.0.0-beta.52: dependencies: - '@oxc-project/types': 0.98.0 - '@rolldown/pluginutils': 1.0.0-beta.51 + '@oxc-project/types': 0.99.0 + '@rolldown/pluginutils': 1.0.0-beta.52 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-beta.51 - '@rolldown/binding-darwin-arm64': 1.0.0-beta.51 - '@rolldown/binding-darwin-x64': 1.0.0-beta.51 - '@rolldown/binding-freebsd-x64': 1.0.0-beta.51 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.51 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.51 - '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.51 - '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.51 - '@rolldown/binding-linux-x64-musl': 1.0.0-beta.51 - '@rolldown/binding-openharmony-arm64': 1.0.0-beta.51 - '@rolldown/binding-wasm32-wasi': 1.0.0-beta.51 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.51 - '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.51 - '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.51 + '@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 rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.9.2): dependencies: @@ -18913,6 +18936,14 @@ snapshots: sass: 1.94.2 webpack: 5.103.0(esbuild@0.27.0) + sass@1.94.0: + dependencies: + chokidar: 4.0.3 + immutable: 5.1.4 + source-map-js: 1.2.1 + optionalDependencies: + '@parcel/watcher': 2.5.1 + sass@1.94.2: dependencies: chokidar: 4.0.3 @@ -18948,7 +18979,7 @@ snapshots: selfsigned@2.4.1: dependencies: '@types/node-forge': 1.3.14 - node-forge: 1.3.3 + node-forge: 1.3.1 semver-diff@3.1.1: dependencies: @@ -18996,24 +19027,6 @@ snapshots: transitivePeerDependencies: - supports-color - send@0.19.1: - dependencies: - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - encodeurl: 2.0.0 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 2.0.0 - mime: 1.6.0 - ms: 2.1.3 - on-finished: 2.4.1 - range-parser: 1.2.1 - statuses: 2.0.1 - transitivePeerDependencies: - - supports-color - send@1.2.0: dependencies: debug: 4.4.3(supports-color@10.2.2) @@ -19653,7 +19666,7 @@ snapshots: pump: 3.0.3 tar-stream: 3.1.7 optionalDependencies: - bare-fs: 4.5.2 + bare-fs: 4.5.1 bare-path: 3.0.0 transitivePeerDependencies: - bare-abort-controller @@ -19889,9 +19902,9 @@ snapshots: tslib: 1.14.1 typescript: 5.9.2 - tsx@4.20.6: + tsx@4.21.0: dependencies: - esbuild: 0.25.12 + esbuild: 0.27.0 get-tsconfig: 4.13.0 optionalDependencies: fsevents: 2.3.3 @@ -20177,7 +20190,7 @@ snapshots: unist-util-stringify-position: 1.1.2 vfile-message: 1.1.1 - vite@7.2.4(@types/node@22.19.1)(jiti@2.6.1)(less@4.4.2)(sass@1.94.2)(terser@5.44.1)(tsx@4.20.6)(yaml@2.8.2): + 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): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) @@ -20192,7 +20205,7 @@ snapshots: less: 4.4.2 sass: 1.94.2 terser: 5.44.1 - tsx: 4.20.6 + tsx: 4.21.0 yaml: 2.8.2 void-elements@2.0.1: {} @@ -20250,7 +20263,7 @@ snapshots: webpack-dev-middleware@7.4.5(webpack@5.103.0(esbuild@0.27.0)): dependencies: colorette: 2.0.20 - memfs: 4.51.1 + memfs: 4.51.0 mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 @@ -20274,10 +20287,10 @@ snapshots: colorette: 2.0.20 compression: 1.8.1 connect-history-api-fallback: 2.0.0 - express: 4.22.1 + express: 4.21.2 graceful-fs: 4.2.11 http-proxy-middleware: 2.0.9(@types/express@4.17.25) - ipaddr.js: 2.3.0 + ipaddr.js: 2.2.0 launch-editor: 2.12.0 open: 10.2.0 p-retry: 6.2.1 @@ -20631,8 +20644,14 @@ snapshots: dependencies: zod: 3.25.76 + zod-to-json-schema@3.25.0(zod@4.1.13): + dependencies: + zod: 4.1.13 + zod@3.25.76: {} + zod@4.1.13: {} + zone.js@0.16.0: {} zx@8.8.5: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index aaa57182db53..082d62d14bbe 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.0 - '@angular-devkit/core': 21.1.0-next.0 - '@angular-devkit/schematics': 21.1.0-next.0 - '@angular/build': 21.1.0-next.0 - '@angular/cli': 21.1.0-next.0 - '@angular/common': 21.1.0-next.0 - '@angular/compiler-cli': 21.1.0-next.0 - '@angular/compiler': 21.1.0-next.0 - '@angular/core': 21.1.0-next.0 - '@angular/ssr': 21.1.0-next.0 - '@angular/forms': 21.1.0-next.0 - '@angular/localize': 21.1.0-next.0 - '@angular/platform-browser': 21.1.0-next.0 - '@angular/platform-browser-dynamic': 21.1.0-next.0 - '@angular/platform-server': 21.1.0-next.0 - '@angular/router': 21.1.0-next.0 - '@schematics/angular': 21.1.0-next.0 + '@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 'rxjs': ^6.6.7 # The minimum age of a release to be considered for dependency installation.