diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index ca375413eae5..9c5ead78bc14 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@18fece68983a6e0ecaed2456ffc4035d493688f3 + - uses: angular/dev-infra/github-actions/branch-manager@26b2c129c4e494126cc9c42d10a273a26e766244 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 c1ee3c401f3e..64829a0c1bd7 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - 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 c18acac8d804..e526037782b8 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Checking package externals @@ -47,11 +47,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -63,11 +63,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -79,11 +79,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -96,11 +96,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -112,11 +112,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 # 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -183,12 +183,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/browserstack@26b2c129c4e494126cc9c42d10a273a26e766244 - 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 182de8a82a23..b9f45e372ede 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 7af663e632b4..9b00ebf4d505 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@18fece68983a6e0ecaed2456ffc4035d493688f3 + - uses: angular/dev-infra/github-actions/pull-request-labeling@26b2c129c4e494126cc9c42d10a273a26e766244 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@18fece68983a6e0ecaed2456ffc4035d493688f3 + - uses: angular/dev-infra/github-actions/post-approval-changes@26b2c129c4e494126cc9c42d10a273a26e766244 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 2c044982588e..f458a55325aa 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@26b2c129c4e494126cc9c42d10a273a26e766244 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 ed85fb991405..dd597814e748 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@26b2c129c4e494126cc9c42d10a273a26e766244 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 02d8aa293986..dd4fead36e5e 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@18fece68983a6e0ecaed2456ffc4035d493688f3 + - uses: angular/dev-infra/github-actions/google-internal-tests@26b2c129c4e494126cc9c42d10a273a26e766244 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 4bd8b21699ea..fb89c5dd5fe6 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - 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 264b5517ea7f..f94ea60a82b2 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Checking package externals @@ -43,7 +43,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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/linting/licenses@26b2c129c4e494126cc9c42d10a273a26e766244 # 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 @@ -53,11 +53,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -67,11 +67,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -95,11 +95,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -109,11 +109,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -123,11 +123,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -150,15 +150,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/browserstack@26b2c129c4e494126cc9c42d10a273a26e766244 - 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 0f180cb6a9fe..15cd2e505340 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 # 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@26b2c129c4e494126cc9c42d10a273a26e766244 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 fd9cd7656a01..db7a6240b601 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@26b2c129c4e494126cc9c42d10a273a26e766244 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 76680059a689..d1f72ad56f60 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/setup@26b2c129c4e494126cc9c42d10a273a26e766244 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/bazel/configure-remote@26b2c129c4e494126cc9c42d10a273a26e766244 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@18fece68983a6e0ecaed2456ffc4035d493688f3 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@26b2c129c4e494126cc9c42d10a273a26e766244 # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor diff --git a/MODULE.bazel b/MODULE.bazel index 1bc636b3c294..7e4685657a2e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "18fece68983a6e0ecaed2456ffc4035d493688f3", + commit = "26b2c129c4e494126cc9c42d10a273a26e766244", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 80900b231dde..5f7d9bf965d6 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#de1f701ba5cbfa36b0f02eecc7fdedb74490f0cb", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#650ac6faed7c4d83a70a7d9418f30bd383c520cb", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 370b5bfe40bd..081cf6a2ff18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,53 +7,53 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular-devkit/core': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular-devkit/schematics': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/cli': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/common': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/compiler': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/compiler-cli': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/core': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/forms': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/localize': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/platform-browser': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/platform-browser-dynamic': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/platform-server': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/router': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@angular/ssr': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 '@schematics/angular': - specifier: 21.0.0-next.6 - version: 21.0.0-next.6 + specifier: 21.0.0-next.7 + version: 21.0.0-next.7 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -69,25 +69,25 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 21.0.0-next.6(chokidar@4.0.3) + version: 21.0.0-next.7(chokidar@4.0.3) '@angular-devkit/schematics': specifier: 'catalog:' - version: 21.0.0-next.6(chokidar@4.0.3) + version: 21.0.0-next.7(chokidar@4.0.3) '@angular/common': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + version: 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 21.0.0-next.6 + version: 21.0.0-next.7 '@angular/core': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) + version: 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) '@angular/forms': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@angular/platform-browser': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)) + version: 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)) '@types/google.maps': specifier: ^3.54.10 version: 3.58.1 @@ -121,19 +121,19 @@ importers: devDependencies: '@angular/compiler-cli': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2) + version: 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2) '@angular/localize': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6) + version: 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#de1f701ba5cbfa36b0f02eecc7fdedb74490f0cb - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/de1f701ba5cbfa36b0f02eecc7fdedb74490f0cb(@modelcontextprotocol/sdk@1.19.1) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#650ac6faed7c4d83a70a7d9418f30bd383c520cb + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/650ac6faed7c4d83a70a7d9418f30bd383c520cb(@modelcontextprotocol/sdk@1.19.1) '@angular/platform-server': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6)(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7)(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@angular/router': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@babel/core': specifier: ^7.16.12 version: 7.28.4 @@ -166,7 +166,7 @@ importers: version: 16.0.2(rollup@4.52.4) '@schematics/angular': specifier: 'catalog:' - version: 21.0.0-next.6(chokidar@4.0.3) + version: 21.0.0-next.7(chokidar@4.0.3) '@types/babel__core': specifier: ^7.1.18 version: 7.20.5 @@ -358,25 +358,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + version: 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 21.0.0-next.6 + version: 21.0.0-next.7 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) + version: 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) '@angular/forms': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6) + version: 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7) '@angular/material': specifier: workspace:* version: link:../src/material @@ -388,16 +388,16 @@ importers: version: link:../src/material-moment-adapter '@angular/platform-browser': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)) + version: 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler@21.0.0-next.6)(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))) + version: 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler@21.0.0-next.7)(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))) '@angular/router': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + version: 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@angular/ssr': specifier: 'catalog:' - version: 21.0.0-next.6(fa7a8d90a2fa45cac35c81bc0fd6eaf2) + version: 21.0.0-next.7(67f5dd1b9ef9e5cd33f2580bc914d15f) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -422,13 +422,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 21.0.0-next.6(b9a59388a19ffaf7777eae5c5989739b) + version: 21.0.0-next.7(019497321f233232fc4625b4eb10b8a4) '@angular/cli': specifier: 'catalog:' - version: 21.0.0-next.6(@types/node@22.18.8)(chokidar@4.0.3) + version: 21.0.0-next.7(@types/node@22.18.8)(chokidar@4.0.3) '@angular/compiler-cli': specifier: 'catalog:' - version: 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2) + version: 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.26.0 @@ -791,12 +791,12 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2100.0-next.6': - resolution: {integrity: sha512-5utINzIWqAx401btOxRMcA7XfgMXVr3zV+9hSjiAGCQWHl1TtUEozw+r5Poxw7wImiGi3GOidqEwoPuCZrVuMQ==} + '@angular-devkit/architect@0.2100.0-next.7': + resolution: {integrity: sha512-I2aPHjRrQgiR4ZZ/kGEPjI3nMOVQdZ9malYA6dJm6UWmF4wlP/6RxEHzu1Sp+ozSq063aYDBTT7/LHSF3eXIGA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/build-angular@21.0.0-next.6': - resolution: {integrity: sha512-DHOXIS/KTFNpApMzi6UYyZEpFY96wxZwdcKP6lrpBBvL5/PkXFFsTzWc/czXApZASlKkpdEMHHpUvUQjf8uv2Q==} + '@angular-devkit/build-angular@21.0.0-next.7': + resolution: {integrity: sha512-CCZDXJvWU8wiPHoIiZjgSDpQEytyUqJ8JB+z89M5UF/vhP2J1M0oiRUKwSKG4Lv4xoN1mTP7/RWsc8Ubaxa8XQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^21.0.0-next.0 @@ -805,7 +805,7 @@ packages: '@angular/platform-browser': ^21.0.0-next.0 '@angular/platform-server': ^21.0.0-next.0 '@angular/service-worker': ^21.0.0-next.0 - '@angular/ssr': ^21.0.0-next.6 + '@angular/ssr': ^21.0.0-next.7 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 @@ -845,15 +845,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2100.0-next.6': - resolution: {integrity: sha512-/sDk71fYD4ezRf3QxAhuB0UhYD8VHyuqfe11Vz6tVWaktxz6Ws/zdR0+rrwK/jhjSbf/SU5LCniH8eW1aDKh8A==} + '@angular-devkit/build-webpack@0.2100.0-next.7': + resolution: {integrity: sha512-kbAT4hiF4qu8JNJcFSBkm3XkOtJfFl2wIHUfHbGT5obrQpxGb8zN44Ld0HKYn5GAgpNxeKAxyu1x/ZMs4emZAg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 - '@angular-devkit/core@21.0.0-next.6': - resolution: {integrity: sha512-KgaRVhIQnE/MNU3Snai8MgQDerJwC9k+dBtC5LrWKXarmOKPUw/GGUMOqeYQ79w7YBKWb4nQg0D4s17l50Q98w==} + '@angular-devkit/core@21.0.0-next.7': + resolution: {integrity: sha512-7BkJGXf+pXNPiVQrDVfjoIUf/fW9oz8NCquap4m0IclXej8plm0+3Fx/1fphrAzk4eFpb36Eh+fjLEwbulbCqw==} 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 @@ -861,12 +861,12 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@21.0.0-next.6': - resolution: {integrity: sha512-6N1bIVVhpD214AOeZ5PityfI+uAz06YbiIa66pSXu71vR9mtSNrY+8W3Xk+yEVGXi3m/9ZWYRfjwLE6Frzf2rQ==} + '@angular-devkit/schematics@21.0.0-next.7': + resolution: {integrity: sha512-sde5Fdk3ItmTdpsid8ix2RCuTMR4+MrK8+i6uuNBMh3YRrlf6uru4eRXhg11UQcej3wuZIv1Z5DZ5A17DJRxvg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular/build@21.0.0-next.6': - resolution: {integrity: sha512-nEfwBP/IDicWyP7VnTZvYVCrzYx+gPkwl7Ek9Suhx9VzPok0kO4E0a0Oo6XlEsSOcuB+H/nN7ASarfo/wxXKpA==} + '@angular/build@21.0.0-next.7': + resolution: {integrity: sha512-eOD++41nhcphpUSsu/bOzF+LhrCq7StkiFhavj1psfXwg6A7M+95CX+zTQBip/2PGY7Av1wTKOdfW7zqqOGY6A==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^21.0.0-next.0 @@ -876,7 +876,7 @@ packages: '@angular/platform-browser': ^21.0.0-next.0 '@angular/platform-server': ^21.0.0-next.0 '@angular/service-worker': ^21.0.0-next.0 - '@angular/ssr': ^21.0.0-next.6 + '@angular/ssr': ^21.0.0-next.7 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^21.0.0-next.0 @@ -911,38 +911,38 @@ packages: vitest: optional: true - '@angular/cli@21.0.0-next.6': - resolution: {integrity: sha512-iKNkd+hmTC6g8fGph4PljkhTaxnWdboLkodWn3nz9graaJfkL4qsBvnJvocceh2eDMY1SSDx7ljUXiVn/8ZDEQ==} + '@angular/cli@21.0.0-next.7': + resolution: {integrity: sha512-SuOxJYVM/qAyjnokOyxOLiwhY41Q20ntDSrS6BYCwm4qVDtKIDqA7nbG9Kd8eq1ca9QjbRfKq0NG2fDePUXokg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@21.0.0-next.6': - resolution: {integrity: sha512-1y9veaWRQVdFFczkQiv8xL+gxkWNPv2sxU3FN/wj0p/2LEncdNyDHGUiL5oniuXv3rb9/aEXKZA4CymvuWIYbw==} + '@angular/common@21.0.0-next.7': + resolution: {integrity: sha512-PmmnuiHJBPYnDwEMY+DInilI03dAByAt0gInOse3X56RIvVE8vMBIMWbbTp2QtCPU/z6AMUUYjC32lRxCVT1nQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 21.0.0-next.6 + '@angular/core': 21.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.0.0-next.6': - resolution: {integrity: sha512-mMsn5omb53/dIUUoasMVpCIs32uVSBDS/OKvEb4iwEUF9VQdtCWt55+r1hi6DpGCCu+fPfuamRPjxUmoPN0LDw==} + '@angular/compiler-cli@21.0.0-next.7': + resolution: {integrity: sha512-lTpRym4AhvkaCOz5kRTz2C9ljz8KNuehXgIh5FIlj/0yXidQH+yxWg+FsTo8VosDnjr+1v+pl2gnEEWqNNcQ3w==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.0.0-next.6 + '@angular/compiler': 21.0.0-next.7 typescript: 5.9.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.0.0-next.6': - resolution: {integrity: sha512-U3ktjAFWsVDFtNrw45E5J22WvgMzp2CKRQf5qqo0IaW1PCw6ThHI84BXckXY75UIwdiJbaTiSc7SXtZCOr/iLg==} + '@angular/compiler@21.0.0-next.7': + resolution: {integrity: sha512-gOmDTn5p4Ku09EEtWx7QfcmHKZL8XqTRr691As3kmgtLwWZUk0C+FZgp08Gf/y0yosIbQp23zgfIsKgVBi+m/A==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@21.0.0-next.6': - resolution: {integrity: sha512-d+U3VwwBpx3S/bpb1aieXCB8UOgzt3vejMBfguv9CCqb1MhZlgiaccWczBwrQswIIrGDt09yFCN+GVwDKHA7Yg==} + '@angular/core@21.0.0-next.7': + resolution: {integrity: sha512-p/ff/8rsT5QzMVa9qx8uj8O/X1D+HAZZ0DPVK0KYOhz/o+Lw8QecxxHqL9AaNYSxyF/0rc8eMttYpBoYxE7V7A==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 21.0.0-next.6 + '@angular/compiler': 21.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -951,70 +951,70 @@ packages: zone.js: optional: true - '@angular/forms@21.0.0-next.6': - resolution: {integrity: sha512-+TFhDm1PE99JkxIrjIV/6tCLXLebY2H5sIZGSPcZCJR3SR8WgQaU9T7KzEPLVSstiutLzYi9MdBEDJzX9EG03w==} + '@angular/forms@21.0.0-next.7': + resolution: {integrity: sha512-zN3tQwuoxozdimO0twuhgLnXbT4BGVSuC1I2rrpm48e3ReLDhzCbOYpDYkP4vuBZLiDQw3EP6WfyK/uqY5M0mA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.6 - '@angular/core': 21.0.0-next.6 - '@angular/platform-browser': 21.0.0-next.6 + '@angular/common': 21.0.0-next.7 + '@angular/core': 21.0.0-next.7 + '@angular/platform-browser': 21.0.0-next.7 '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@21.0.0-next.6': - resolution: {integrity: sha512-SQO+qkRMJMEO0Y+juWT2PdXqpxUKaPsdMdh3+dvHhwDA6nClkDex5VQBI+JSdHmCdi9kW+iO/N7MG7yKZc+J2A==} + '@angular/localize@21.0.0-next.7': + resolution: {integrity: sha512-+NKyRScSEEPDwYTA0VGLDetm4gnargihZVs3bjvLJQFv7dgda5ukCMerm9H2nMv9Gg6Son98ttwzRFO+4dXwyg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.0.0-next.6 - '@angular/compiler-cli': 21.0.0-next.6 + '@angular/compiler': 21.0.0-next.7 + '@angular/compiler-cli': 21.0.0-next.7 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/de1f701ba5cbfa36b0f02eecc7fdedb74490f0cb': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/de1f701ba5cbfa36b0f02eecc7fdedb74490f0cb} - version: 0.0.0-18fece68983a6e0ecaed2456ffc4035d493688f3 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/650ac6faed7c4d83a70a7d9418f30bd383c520cb': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/650ac6faed7c4d83a70a7d9418f30bd383c520cb} + version: 0.0.0-26b2c129c4e494126cc9c42d10a273a26e766244 hasBin: true - '@angular/platform-browser-dynamic@21.0.0-next.6': - resolution: {integrity: sha512-VGbLYAvsVizCVJaGxEoUf2BH68B64IZQ9NxOkKbE49SIjBR8QIZ1sgVOxwJuImpbRkZdaoeEaHeBKNshewRBCQ==} + '@angular/platform-browser-dynamic@21.0.0-next.7': + resolution: {integrity: sha512-+qMOmVAJz8MtL+Jkqg+c14ztsRPCrio3zIfktfUXx9qOWB5oFUD+JCA5W56Rsf7Uv3v8I+zYHe+tXw3pgNw2sw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.6 - '@angular/compiler': 21.0.0-next.6 - '@angular/core': 21.0.0-next.6 - '@angular/platform-browser': 21.0.0-next.6 + '@angular/common': 21.0.0-next.7 + '@angular/compiler': 21.0.0-next.7 + '@angular/core': 21.0.0-next.7 + '@angular/platform-browser': 21.0.0-next.7 - '@angular/platform-browser@21.0.0-next.6': - resolution: {integrity: sha512-f8tGFPhWAmqEaQNTUmXEsgEu+DcRK13XXK+7PRLGYBrXNgMTRwAZhSylEGcMORiQmi3NswT+Yhio3UrHlgaTVA==} + '@angular/platform-browser@21.0.0-next.7': + resolution: {integrity: sha512-wBf0KQaDhgm7O/JNnAfJYY6Kan/xnI4tjDR9fBd1txDRuSmxq9iouUoPkPgaw9DOWVMR/G2ErdrkfVfzCY3eVA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 21.0.0-next.6 - '@angular/common': 21.0.0-next.6 - '@angular/core': 21.0.0-next.6 + '@angular/animations': 21.0.0-next.7 + '@angular/common': 21.0.0-next.7 + '@angular/core': 21.0.0-next.7 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@21.0.0-next.6': - resolution: {integrity: sha512-TzWF2ozHqrVEKmRK4iMxVohwaaoZkcK3LpDJJgX7nGig/m4Y/mYn4WYaIzWhFfJRSgaEUZy2ZduVBQewBFP2xQ==} + '@angular/platform-server@21.0.0-next.7': + resolution: {integrity: sha512-8Z6u1GFPHuFcKdA4yUv+bx15u6lV8+/oTNA7Y0ebnOCKw1smMcxqxEmoNoj1EOM01DR1Xg1YnCRcEYjYawqFQg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.6 - '@angular/compiler': 21.0.0-next.6 - '@angular/core': 21.0.0-next.6 - '@angular/platform-browser': 21.0.0-next.6 + '@angular/common': 21.0.0-next.7 + '@angular/compiler': 21.0.0-next.7 + '@angular/core': 21.0.0-next.7 + '@angular/platform-browser': 21.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@21.0.0-next.6': - resolution: {integrity: sha512-qrhVTgXSvfL4q16p3T23078jHLaZ+qWTjMIlo5JcODo2TgneoB3dnqdJAiL87xIKWz70Ga1hPstnkM55Qx+cKg==} + '@angular/router@21.0.0-next.7': + resolution: {integrity: sha512-idWEHAUP63vOVEo56Lyw3+/0RgAEHQu/sPPXDr87ylAJBNPj9eCQFGYobYCPXAkeqoyQF7BVjCS/S77e4HpIfA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.6 - '@angular/core': 21.0.0-next.6 - '@angular/platform-browser': 21.0.0-next.6 + '@angular/common': 21.0.0-next.7 + '@angular/core': 21.0.0-next.7 + '@angular/platform-browser': 21.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@21.0.0-next.6': - resolution: {integrity: sha512-bxuTe3taiK9tJeN/5WPrjd6IyaNVow6ybEXm+miXq4ShI5Pb58t5X6z1jatluI9mnktqhe7kN9a4HMtc8CAToA==} + '@angular/ssr@21.0.0-next.7': + resolution: {integrity: sha512-9MFYBFk0PHIGeHrqsA+8z0SHISrpmg0zXedmJ6/BqQFqmuD9//0N0Jk0gjJvSeqZaKzZWf8Q4Otdd3UqmT6j3w==} peerDependencies: '@angular/common': ^21.0.0-next.0 '@angular/core': ^21.0.0-next.0 @@ -2300,48 +2300,44 @@ packages: '@inquirer/prompts': '>= 3 < 8' listr2: 9.0.4 - '@lmdb/lmdb-darwin-arm64@3.4.2': - resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} + '@lmdb/lmdb-darwin-arm64@3.4.3': + resolution: {integrity: sha512-zR6Y45VNtW5s+A+4AyhrJk0VJKhXdkLhrySCpCu7PSdnakebsOzNxf58p5Xoq66vOSuueGAxlqDAF49HwdrSTQ==} cpu: [arm64] os: [darwin] - '@lmdb/lmdb-darwin-x64@3.4.2': - resolution: {integrity: sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==} + '@lmdb/lmdb-darwin-x64@3.4.3': + resolution: {integrity: sha512-nfGm5pQksBGfaj9uMbjC0YyQreny/Pl7mIDtHtw6g7WQuCgeLullr9FNRsYyKplaEJBPrCVpEjpAznxTBIrXBw==} cpu: [x64] os: [darwin] - '@lmdb/lmdb-linux-arm64@3.4.2': - resolution: {integrity: sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==} + '@lmdb/lmdb-linux-arm64@3.4.3': + resolution: {integrity: sha512-uX9eaPqWb740wg5D3TCvU/js23lSRSKT7lJrrQ8IuEG/VLgpPlxO3lHDywU44yFYdGS7pElBn6ioKFKhvALZlw==} cpu: [arm64] os: [linux] - '@lmdb/lmdb-linux-arm@3.4.2': - resolution: {integrity: sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==} + '@lmdb/lmdb-linux-arm@3.4.3': + resolution: {integrity: sha512-Kjqomp7i0rgSbYSUmv9JnXpS55zYT/YcW3Bdf9oqOTjcH0/8tFAP8MLhu/i9V2pMKIURDZk63Ww49DTK0T3c/Q==} cpu: [arm] os: [linux] - '@lmdb/lmdb-linux-x64@3.4.2': - resolution: {integrity: sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==} + '@lmdb/lmdb-linux-x64@3.4.3': + resolution: {integrity: sha512-7/8l20D55CfwdMupkc3fNxNJdn4bHsti2X0cp6PwiXlLeSFvAfWs5kCCx+2Cyje4l4GtN//LtKWjTru/9hDJQg==} cpu: [x64] os: [linux] - '@lmdb/lmdb-win32-arm64@3.4.2': - resolution: {integrity: sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==} + '@lmdb/lmdb-win32-arm64@3.4.3': + resolution: {integrity: sha512-yWVR0e5Gl35EGJBsAuqPOdjtUYuN8CcTLKrqpQFoM+KsMadViVCulhKNhkcjSGJB88Am5bRPjMro4MBB9FS23Q==} cpu: [arm64] os: [win32] - '@lmdb/lmdb-win32-x64@3.4.2': - resolution: {integrity: sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==} + '@lmdb/lmdb-win32-x64@3.4.3': + resolution: {integrity: sha512-1JdBkcO0Vrua4LUgr4jAe4FUyluwCeq/pDkBrlaVjX3/BBWP1TzVjCL+TibWNQtPAL1BITXPAhlK5Ru4FBd/hg==} cpu: [x64] os: [win32] '@material/material-color-utilities@0.3.0': resolution: {integrity: sha512-ztmtTd6xwnuh2/xu+Vb01btgV8SQWYCaK56CkRK8gEkWe5TuDyBcYJ0wgkMRn+2VcE9KUmhvkz+N9GHrqw/C0g==} - '@modelcontextprotocol/sdk@1.18.2': - resolution: {integrity: sha512-beedclIvFcCnPrYgHsylqiYJVJ/CI47Vyc4tY8no1/Li/O8U4BTlJfy6ZwxkYwx+Mx10nrgwSVrA7VBbhh4slg==} - engines: {node: '>=18'} - '@modelcontextprotocol/sdk@1.19.1': resolution: {integrity: sha512-3Y2h3MZKjec1eAqSTBclATlX+AbC6n1LgfVzRMJLt3v6w0RCYgwLrjbxPDbhsYHt6Wdqc/aCceNJYgj448ELQQ==} engines: {node: '>=18'} @@ -2501,8 +2497,8 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@21.0.0-next.6': - resolution: {integrity: sha512-faZVIPQ7lfCsbHP0dKTjO46m06dICRuzwPT+m7OfIdREwyRykbdbPnd7283RJ940R9yJ4emYJxKxqkMEIOpSeA==} + '@ngtools/webpack@21.0.0-next.7': + resolution: {integrity: sha512-n4jUTUfo7MzMz9FaU0Rq+j9dRhRKEGYId1kPgEMsfzSFVrVHxRkoFXdzsg2E4EIKNWsctkvpBO08e4n6hOfmFQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^21.0.0-next.0 @@ -2854,8 +2850,8 @@ packages: peerDependencies: '@opentelemetry/api': ^1.1.0 - '@oxc-project/types@0.93.0': - resolution: {integrity: sha512-yNtwmWZIBtJsMr5TEfoZFDxIWV6OdScOpza/f5YxbqUMJk+j6QX3Cf3jgZShGEFYWQJ5j9mJ6jM0tZHu2J9Yrg==} + '@oxc-project/types@0.94.0': + resolution: {integrity: sha512-+UgQT/4o59cZfH6Cp7G0hwmqEQ0wE+AdIwhikdwnhWI9Dp8CgSY081+Q3O67/wq3VJu8mgUEB93J9EHHn70fOw==} '@parcel/watcher-android-arm64@2.5.1': resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} @@ -3029,95 +3025,95 @@ packages: engines: {node: '>=18'} hasBin: true - '@rolldown/binding-android-arm64@1.0.0-beta.41': - resolution: {integrity: sha512-Edflndd9lU7JVhVIvJlZhdCj5DkhYDJPIRn4Dx0RUdfc8asP9xHOI5gMd8MesDDx+BJpdIT/uAmVTearteU/mQ==} + '@rolldown/binding-android-arm64@1.0.0-beta.42': + resolution: {integrity: sha512-W5ZKF3TP3bOWuBfotAGp+UGjxOkGV7jRmIRbBA7NFjggx7Oi6vOmGDqpHEIX7kDCiry1cnIsWQaxNvWbMdkvzQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rolldown/binding-darwin-arm64@1.0.0-beta.41': - resolution: {integrity: sha512-XGCzqfjdk7550PlyZRTBKbypXrB7ATtXhw/+bjtxnklLQs0mKP/XkQVOKyn9qGKSlvH8I56JLYryVxl0PCvSNw==} + '@rolldown/binding-darwin-arm64@1.0.0-beta.42': + resolution: {integrity: sha512-abw/wtgJA8OCgaTlL+xJxnN/Z01BwV1rfzIp5Hh9x+IIO6xOBfPsQ0nzi0+rWx3TyZ9FZXyC7bbC+5NpQ9EaXQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.0-beta.41': - resolution: {integrity: sha512-Ho6lIwGJed98zub7n0xcRKuEtnZgbxevAmO4x3zn3C3N4GVXZD5xvCvTVxSMoeBJwTcIYzkVDRTIhylQNsTgLQ==} + '@rolldown/binding-darwin-x64@1.0.0-beta.42': + resolution: {integrity: sha512-Y/UrZIRVr8CvXVEB88t6PeC46r1K9/QdPEo2ASE/b/KBEyXIx+QbM6kv9QfQVWU2Atly2+SVsQzxQsIvuk3lZQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-freebsd-x64@1.0.0-beta.41': - resolution: {integrity: sha512-ijAZETywvL+gACjbT4zBnCp5ez1JhTRs6OxRN4J+D6AzDRbU2zb01Esl51RP5/8ZOlvB37xxsRQ3X4YRVyYb3g==} + '@rolldown/binding-freebsd-x64@1.0.0-beta.42': + resolution: {integrity: sha512-zRM0oOk7BZiy6DoWBvdV4hyEg+j6+WcBZIMHVirMEZRu8hd18kZdJkg+bjVMfCEhwpWeFUfBfZ1qcaZ5UdYzlQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.41': - resolution: {integrity: sha512-EgIOZt7UildXKFEFvaiLNBXm+4ggQyGe3E5Z1QP9uRcJJs9omihOnm897FwOBQdCuMvI49iBgjFrkhH+wMJ2MA==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.42': + resolution: {integrity: sha512-6RjFaC52QNwo7ilU8C5H7swbGlgfTkG9pudXwzr3VYyT18s0C9gLg3mvc7OMPIGqNxnQ0M5lU8j6aQCk2DTRVg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.41': - resolution: {integrity: sha512-F8bUwJq8v/JAU8HSwgF4dztoqJ+FjdyjuvX4//3+Fbe2we9UktFeZ27U4lRMXF1vxWtdV4ey6oCSqI7yUrSEeg==} + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.42': + resolution: {integrity: sha512-LMYHM5Sf6ROq+VUwHMDVX2IAuEsWTv4SnlFEedBnMGpvRuQ14lCmD4m5Q8sjyAQCgyha9oghdGoK8AEg1sXZKg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.41': - resolution: {integrity: sha512-MioXcCIX/wB1pBnBoJx8q4OGucUAfC1+/X1ilKFsjDK05VwbLZGRgOVD5OJJpUQPK86DhQciNBrfOKDiatxNmg==} + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.42': + resolution: {integrity: sha512-/bNTYb9aKNhzdbPn3O4MK2aLv55AlrkUKPE4KNfBYjkoZUfDr4jWp7gsSlvTc5A/99V1RCm9axvt616ZzeXGyA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.41': - resolution: {integrity: sha512-m66M61fizvRCwt5pOEiZQMiwBL9/y0bwU/+Kc4Ce/Pef6YfoEkR28y+DzN9rMdjo8Z28NXjsDPq9nH4mXnAP0g==} + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.42': + resolution: {integrity: sha512-n/SLa4h342oyeGykZdch7Y3GNCNliRPL4k5wkeZ/5eQZs+c6/ZG1SHCJQoy7bZcmxiMyaXs9HoFmv1PEKrZgWg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-musl@1.0.0-beta.41': - resolution: {integrity: sha512-yRxlSfBvWnnfrdtJfvi9lg8xfG5mPuyoSHm0X01oiE8ArmLRvoJGHUTJydCYz+wbK2esbq5J4B4Tq9WAsOlP1Q==} + '@rolldown/binding-linux-x64-musl@1.0.0-beta.42': + resolution: {integrity: sha512-4PSd46sFzqpLHSGdaSViAb1mk55sCUMpJg+X8ittXaVocQsV3QLG/uydSH8RyL0ngHX5fy3D70LcCzlB15AgHw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@rolldown/binding-openharmony-arm64@1.0.0-beta.41': - resolution: {integrity: sha512-PHVxYhBpi8UViS3/hcvQQb9RFqCtvFmFU1PvUoTRiUdBtgHA6fONNHU4x796lgzNlVSD3DO/MZNk1s5/ozSMQg==} + '@rolldown/binding-openharmony-arm64@1.0.0-beta.42': + resolution: {integrity: sha512-BmWoeJJyeZXmZBcfoxG6J9+rl2G7eO47qdTkAzEegj4n3aC6CBIHOuDcbE8BvhZaEjQR0nh0nJrtEDlt65Q7Sw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@rolldown/binding-wasm32-wasi@1.0.0-beta.41': - resolution: {integrity: sha512-OAfcO37ME6GGWmj9qTaDT7jY4rM0T2z0/8ujdQIJQ2x2nl+ztO32EIwURfmXOK0U1tzkyuaKYvE34Pug/ucXlQ==} + '@rolldown/binding-wasm32-wasi@1.0.0-beta.42': + resolution: {integrity: sha512-2Ft32F7uiDTrGZUKws6CLNTlvTWHC33l4vpXrzUucf9rYtUThAdPCOt89Pmn13tNX6AulxjGEP2R0nZjTSW3eQ==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.41': - resolution: {integrity: sha512-NIYGuCcuXaq5BC4Q3upbiMBvmZsTsEPG9k/8QKQdmrch+ocSy5Jv9tdpdmXJyighKqm182nh/zBt+tSJkYoNlg==} + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.42': + resolution: {integrity: sha512-hC1kShXW/z221eG+WzQMN06KepvPbMBknF0iGR3VMYJLOe9gwnSTfGxFT5hf8XrPv7CEZqTWRd0GQpkSHRbGsw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.41': - resolution: {integrity: sha512-kANdsDbE5FkEOb5NrCGBJBCaZ2Sabp3D7d4PRqMYJqyLljwh9mDyYyYSv5+QNvdAmifj+f3lviNEUUuUZPEFPw==} + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.42': + resolution: {integrity: sha512-AICBYromawouGjj+GS33369E8Vwhy6UwhQEhQ5evfS8jPCsyVvoICJatbDGDGH01dwtVGLD5eDFzPicUOVpe4g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.41': - resolution: {integrity: sha512-UlpxKmFdik0Y2VjZrgUCgoYArZJiZllXgIipdBRV1hw6uK45UbQabSTW6Kp6enuOu7vouYWftwhuxfpE8J2JAg==} + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.42': + resolution: {integrity: sha512-XpZ0M+tjoEiSc9c+uZR7FCnOI0uxDRNs1elGOMjeB0pUP1QmvVbZGYNsyLbLoP4u7e3VQN8rie1OQ8/mB6rcJg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@rolldown/pluginutils@1.0.0-beta.41': - resolution: {integrity: sha512-ycMEPrS3StOIeb87BT3/+bu+blEtyvwQ4zmo2IcJQy0Rd1DAAhKksA0iUZ3MYSpJtjlPhg0Eo6mvVS6ggPhRbw==} + '@rolldown/pluginutils@1.0.0-beta.42': + resolution: {integrity: sha512-N7pQzk9CyE7q0bBN/q0J8s6Db279r5kUZc6d7/wWRe9/zXqC52HQovVyu6iXPIDY4BEzzgbVLhVFXrOuGJ22ZQ==} '@rollup/plugin-commonjs@28.0.6': resolution: {integrity: sha512-XSQB1K7FUU5QP+3lOQmVCE3I0FcbbNvmNT4VJSj93iUjayaARrTQeoRdiYQoftAJBLrR9t2agwAd3ekaTgHNlw==} @@ -3276,8 +3272,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@21.0.0-next.6': - resolution: {integrity: sha512-h9NUUjS5RfsOa31OUr/Z9XRq6rT27cCWhfSeYpcf9Rcnyv4NmD3jHs7e5NzxASW5fn7/wtS0oReaBtej0hGVHQ==} + '@schematics/angular@21.0.0-next.7': + resolution: {integrity: sha512-dK/vsN9w/nYBFB/CbnCZG8QM63mbV3vUJdQJ2cFlcDDX0FF8RYEBnJx5nZc08gkAGxDqbjk7038jmVb9X5zdfw==} 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.46.0': @@ -6544,8 +6540,8 @@ packages: webpack: optional: true - less@4.4.1: - resolution: {integrity: sha512-X9HKyiXPi0f/ed0XhgUlBeFfxrlDP3xR4M7768Zl+WXLUViuL9AOPPJP4nCV0tgRWvTYvpNmN0SFhZOQzy16PA==} + less@4.4.2: + resolution: {integrity: sha512-j1n1IuTX1VQjIy3tT7cyGbX7nvQOsFLoIqobZv4ttI5axP923gA44zUj6miiA6R5Aoms4sEGVIIcucXUbRI14g==} engines: {node: '>=14'} hasBin: true @@ -6596,8 +6592,8 @@ packages: resolution: {integrity: sha512-1wd/kpAdKRLwv7/3OKC8zZ5U8e/fajCfWMxacUvB79S5nLrYGPtUI/8chMQhn3LQjsRVErTb9i1ECAwW0ZIHnQ==} engines: {node: '>=20.0.0'} - lmdb@3.4.2: - resolution: {integrity: sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==} + lmdb@3.4.3: + resolution: {integrity: sha512-GWV1kVi6uhrXWqe+3NXWO73OYe8fto6q8JMo0HOpk1vf8nEyFWgo4CSNJpIFzsOxOrysVUlcO48qRbQfmKd1gA==} hasBin: true load-json-file@4.0.0: @@ -7168,8 +7164,8 @@ packages: resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} engines: {node: ^18.17.0 || >=20.5.0} - npm-package-arg@13.0.0: - resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} + npm-package-arg@13.0.1: + resolution: {integrity: sha512-6zqls5xFvJbgFjB1B2U6yITtyGBjDBORB7suI4zA4T/sZ1OmkMFlaQSNB/4K0LtXNA1t4OprAFxPisadK5O2ag==} engines: {node: ^20.17.0 || >=22.9.0} npm-packlist@10.0.2: @@ -8036,8 +8032,8 @@ packages: resolution: {integrity: sha512-s+pyvQeIKIZ0dx5iJiQk1tPLJAWln39+MI5jtM8wnyws+G5azk+dMnMX0qfbqNetKKNgcWWOdi0sfm+FbQbgdQ==} engines: {node: '>=10.0.0'} - rolldown@1.0.0-beta.41: - resolution: {integrity: sha512-U+NPR0Bkg3wm61dteD2L4nAM1U9dtaqVrpDXwC36IKRHpEO/Ubpid4Nijpa2imPchcVNHfxVFwSSMJdwdGFUbg==} + rolldown@1.0.0-beta.42: + resolution: {integrity: sha512-xaPcckj+BbJhYLsv8gOqezc8EdMcKKe/gk8v47B0KPvgABDrQ0qmNPAiT/gh9n9Foe0bUkEv2qzj42uU5q1WRg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -9122,8 +9118,8 @@ packages: vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} - vite@7.1.7: - resolution: {integrity: sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==} + vite@7.1.9: + resolution: {integrity: sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -9638,21 +9634,21 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2100.0-next.6(chokidar@4.0.3)': + '@angular-devkit/architect@0.2100.0-next.7(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 21.0.0-next.6(chokidar@4.0.3) + '@angular-devkit/core': 21.0.0-next.7(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@21.0.0-next.6(b9a59388a19ffaf7777eae5c5989739b)': + '@angular-devkit/build-angular@21.0.0-next.7(019497321f233232fc4625b4eb10b8a4)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2100.0-next.6(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2100.0-next.6(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.102.0(esbuild@0.25.10)))(webpack@5.102.0(esbuild@0.25.10)) - '@angular-devkit/core': 21.0.0-next.6(chokidar@4.0.3) - '@angular/build': 21.0.0-next.6(fbf59125f7a2eeb5e3504fb3c8057a68) - '@angular/compiler-cli': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2) + '@angular-devkit/architect': 0.2100.0-next.7(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2100.0-next.7(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.102.0(esbuild@0.25.10)))(webpack@5.102.0(esbuild@0.25.10)) + '@angular-devkit/core': 21.0.0-next.7(chokidar@4.0.3) + '@angular/build': 21.0.0-next.7(8c1ab2ae56a97efae0fd1869869eb8ac) + '@angular/compiler-cli': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2) '@babel/core': 7.28.4 '@babel/generator': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 @@ -9663,7 +9659,7 @@ snapshots: '@babel/preset-env': 7.28.3(@babel/core@7.28.4) '@babel/runtime': 7.28.4 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.102.0(esbuild@0.25.10)) + '@ngtools/webpack': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.102.0(esbuild@0.25.10)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) babel-loader: 10.0.0(@babel/core@7.28.4)(webpack@5.102.0(esbuild@0.25.10)) @@ -9675,8 +9671,8 @@ snapshots: istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.4.1 - less-loader: 12.3.0(less@4.4.1)(webpack@5.102.0(esbuild@0.25.10)) + less: 4.4.2 + less-loader: 12.3.0(less@4.4.2)(webpack@5.102.0(esbuild@0.25.10)) license-webpack-plugin: 4.0.2(webpack@5.102.0(esbuild@0.25.10)) loader-utils: 3.3.1 mini-css-extract-plugin: 2.9.4(webpack@5.102.0(esbuild@0.25.10)) @@ -9704,11 +9700,11 @@ snapshots: webpack-merge: 6.0.1 webpack-subresource-integrity: 5.1.0(webpack@5.102.0(esbuild@0.25.10)) optionalDependencies: - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/localize': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6) - '@angular/platform-browser': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)) - '@angular/platform-server': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6)(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) - '@angular/ssr': 21.0.0-next.6(fa7a8d90a2fa45cac35c81bc0fd6eaf2) + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/localize': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7) + '@angular/platform-browser': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/platform-server': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7)(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + '@angular/ssr': 21.0.0-next.7(67f5dd1b9ef9e5cd33f2580bc914d15f) esbuild: 0.25.10 karma: 6.4.4(bufferutil@4.0.9) protractor: 7.0.0 @@ -9735,16 +9731,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2100.0-next.6(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.102.0(esbuild@0.25.10)))(webpack@5.102.0(esbuild@0.25.10))': + '@angular-devkit/build-webpack@0.2100.0-next.7(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.102.0(esbuild@0.25.10)))(webpack@5.102.0(esbuild@0.25.10))': dependencies: - '@angular-devkit/architect': 0.2100.0-next.6(chokidar@4.0.3) + '@angular-devkit/architect': 0.2100.0-next.7(chokidar@4.0.3) rxjs: 7.8.2 webpack: 5.102.0(esbuild@0.25.10) webpack-dev-server: 5.2.2(bufferutil@4.0.9)(webpack@5.102.0(esbuild@0.25.10)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@21.0.0-next.6(chokidar@4.0.3)': + '@angular-devkit/core@21.0.0-next.7(chokidar@4.0.3)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -9755,9 +9751,9 @@ snapshots: optionalDependencies: chokidar: 4.0.3 - '@angular-devkit/schematics@21.0.0-next.6(chokidar@4.0.3)': + '@angular-devkit/schematics@21.0.0-next.7(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 21.0.0-next.6(chokidar@4.0.3) + '@angular-devkit/core': 21.0.0-next.7(chokidar@4.0.3) jsonc-parser: 3.3.1 magic-string: 0.30.19 ora: 9.0.0 @@ -9765,17 +9761,17 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/build@21.0.0-next.6(fbf59125f7a2eeb5e3504fb3c8057a68)': + '@angular/build@21.0.0-next.7(8c1ab2ae56a97efae0fd1869869eb8ac)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2100.0-next.6(chokidar@4.0.3) - '@angular/compiler': 21.0.0-next.6 - '@angular/compiler-cli': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2) + '@angular-devkit/architect': 0.2100.0-next.7(chokidar@4.0.3) + '@angular/compiler': 21.0.0-next.7 + '@angular/compiler-cli': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2) '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.18(@types/node@22.18.8) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.7(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.1)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1)) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.9(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.2)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.26.3 esbuild: 0.25.10 @@ -9788,24 +9784,24 @@ snapshots: parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.3 piscina: 5.1.3 - rolldown: 1.0.0-beta.41 + rolldown: 1.0.0-beta.42 sass: 1.93.2 semver: 7.7.2 source-map-support: 0.5.21 tinyglobby: 0.2.15 tslib: 2.8.1 typescript: 5.9.2 - vite: 7.1.7(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.1)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1) + vite: 7.1.9(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.2)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1) watchpack: 2.4.4 optionalDependencies: - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/localize': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6) - '@angular/platform-browser': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)) - '@angular/platform-server': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6)(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) - '@angular/ssr': 21.0.0-next.6(fa7a8d90a2fa45cac35c81bc0fd6eaf2) + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/localize': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7) + '@angular/platform-browser': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/platform-server': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7)(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + '@angular/ssr': 21.0.0-next.7(67f5dd1b9ef9e5cd33f2580bc914d15f) karma: 6.4.4(bufferutil@4.0.9) - less: 4.4.1 - lmdb: 3.4.2 + less: 4.4.2 + lmdb: 3.4.3 postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -9820,21 +9816,21 @@ snapshots: - tsx - yaml - '@angular/cli@21.0.0-next.6(@types/node@22.18.8)(chokidar@4.0.3)': + '@angular/cli@21.0.0-next.7(@types/node@22.18.8)(chokidar@4.0.3)': dependencies: - '@angular-devkit/architect': 0.2100.0-next.6(chokidar@4.0.3) - '@angular-devkit/core': 21.0.0-next.6(chokidar@4.0.3) - '@angular-devkit/schematics': 21.0.0-next.6(chokidar@4.0.3) + '@angular-devkit/architect': 0.2100.0-next.7(chokidar@4.0.3) + '@angular-devkit/core': 21.0.0-next.7(chokidar@4.0.3) + '@angular-devkit/schematics': 21.0.0-next.7(chokidar@4.0.3) '@inquirer/prompts': 7.8.6(@types/node@22.18.8) '@listr2/prompt-adapter-inquirer': 3.0.4(@inquirer/prompts@7.8.6(@types/node@22.18.8))(@types/node@22.18.8)(listr2@9.0.4) - '@modelcontextprotocol/sdk': 1.18.2 - '@schematics/angular': 21.0.0-next.6(chokidar@4.0.3) + '@modelcontextprotocol/sdk': 1.19.1 + '@schematics/angular': 21.0.0-next.7(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.39.0 ini: 5.0.0 jsonc-parser: 3.3.1 listr2: 9.0.4 - npm-package-arg: 13.0.0 + npm-package-arg: 13.0.1 pacote: 21.0.3 resolve: 1.22.10 semver: 7.7.2 @@ -9845,19 +9841,19 @@ snapshots: - chokidar - supports-color - '@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7)': + '@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7)': dependencies: - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2)) + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2)': + '@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2)': dependencies: - '@angular/compiler': 21.0.0-next.6 + '@angular/compiler': 21.0.0-next.7 '@babel/core': 7.28.4 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.3 @@ -9871,43 +9867,43 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@21.0.0-next.6': + '@angular/compiler@21.0.0-next.7': dependencies: tslib: 2.8.1 - '@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)': + '@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.0.0-next.6 + '@angular/compiler': 21.0.0-next.7 zone.js: 0.15.1 - '@angular/forms@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': + '@angular/forms@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2)) + '@angular/common': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/localize@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6)': + '@angular/localize@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7)': dependencies: - '@angular/compiler': 21.0.0-next.6 - '@angular/compiler-cli': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2) + '@angular/compiler': 21.0.0-next.7 + '@angular/compiler-cli': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2) '@babel/core': 7.28.4 - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(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/de1f701ba5cbfa36b0f02eecc7fdedb74490f0cb(@modelcontextprotocol/sdk@1.19.1)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/650ac6faed7c4d83a70a7d9418f30bd383c520cb(@modelcontextprotocol/sdk@1.19.1)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) @@ -9968,31 +9964,31 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler@21.0.0-next.6)(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler@21.0.0-next.7)(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))': dependencies: - '@angular/common': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/compiler': 21.0.0-next.6 - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/common': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/compiler': 21.0.0-next.7 + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)) tslib: 2.8.1 - '@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))': + '@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))': dependencies: - '@angular/common': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2)) + '@angular/common': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/platform-server@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6)(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': + '@angular/platform-server@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7)(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/compiler': 21.0.0-next.6 - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2)) + '@angular/common': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/compiler': 21.0.0-next.7 + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 @@ -10000,26 +9996,26 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/router@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': + '@angular/router@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2)) + '@angular/common': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/ssr@21.0.0-next.6(fa7a8d90a2fa45cac35c81bc0fd6eaf2)': + '@angular/ssr@21.0.0-next.7(67f5dd1b9ef9e5cd33f2580bc914d15f)': dependencies: - '@angular/common': 21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/router': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + '@angular/common': 21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/router': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/compiler@21.0.0-next.6)(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.6(@angular/common@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(@angular/core@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) + '@angular/platform-server': 21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/compiler@21.0.0-next.7)(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.7(@angular/common@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(@angular/core@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -11695,46 +11691,29 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@lmdb/lmdb-darwin-arm64@3.4.2': + '@lmdb/lmdb-darwin-arm64@3.4.3': optional: true - '@lmdb/lmdb-darwin-x64@3.4.2': + '@lmdb/lmdb-darwin-x64@3.4.3': optional: true - '@lmdb/lmdb-linux-arm64@3.4.2': + '@lmdb/lmdb-linux-arm64@3.4.3': optional: true - '@lmdb/lmdb-linux-arm@3.4.2': + '@lmdb/lmdb-linux-arm@3.4.3': optional: true - '@lmdb/lmdb-linux-x64@3.4.2': + '@lmdb/lmdb-linux-x64@3.4.3': optional: true - '@lmdb/lmdb-win32-arm64@3.4.2': + '@lmdb/lmdb-win32-arm64@3.4.3': optional: true - '@lmdb/lmdb-win32-x64@3.4.2': + '@lmdb/lmdb-win32-x64@3.4.3': optional: true '@material/material-color-utilities@0.3.0': {} - '@modelcontextprotocol/sdk@1.18.2': - dependencies: - ajv: 6.12.6 - content-type: 1.0.5 - cors: 2.8.5 - cross-spawn: 7.0.6 - eventsource: 3.0.7 - eventsource-parser: 3.0.6 - express: 5.1.0 - express-rate-limit: 7.5.1(express@5.1.0) - pkce-challenge: 5.0.0 - raw-body: 3.0.1 - zod: 3.25.76 - zod-to-json-schema: 3.24.6(zod@3.25.76) - transitivePeerDependencies: - - supports-color - '@modelcontextprotocol/sdk@1.19.1': dependencies: ajv: 6.12.6 @@ -11858,9 +11837,9 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))': + '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))': dependencies: - '@angular/compiler-cli': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2) + '@angular/compiler-cli': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 '@types/node': 22.18.8 @@ -11869,9 +11848,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@ngtools/webpack@21.0.0-next.6(@angular/compiler-cli@21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.102.0(esbuild@0.25.10))': + '@ngtools/webpack@21.0.0-next.7(@angular/compiler-cli@21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.102.0(esbuild@0.25.10))': dependencies: - '@angular/compiler-cli': 21.0.0-next.6(@angular/compiler@21.0.0-next.6)(typescript@5.9.2) + '@angular/compiler-cli': 21.0.0-next.7(@angular/compiler@21.0.0-next.7)(typescript@5.9.2) typescript: 5.9.2 webpack: 5.102.0(esbuild@0.25.10) @@ -12328,7 +12307,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) - '@oxc-project/types@0.93.0': {} + '@oxc-project/types@0.94.0': {} '@parcel/watcher-android-arm64@2.5.1': optional: true @@ -12480,51 +12459,51 @@ snapshots: - react-native-b4a - supports-color - '@rolldown/binding-android-arm64@1.0.0-beta.41': + '@rolldown/binding-android-arm64@1.0.0-beta.42': optional: true - '@rolldown/binding-darwin-arm64@1.0.0-beta.41': + '@rolldown/binding-darwin-arm64@1.0.0-beta.42': optional: true - '@rolldown/binding-darwin-x64@1.0.0-beta.41': + '@rolldown/binding-darwin-x64@1.0.0-beta.42': optional: true - '@rolldown/binding-freebsd-x64@1.0.0-beta.41': + '@rolldown/binding-freebsd-x64@1.0.0-beta.42': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.41': + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.42': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.41': + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.42': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.41': + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.42': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.41': + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.42': optional: true - '@rolldown/binding-linux-x64-musl@1.0.0-beta.41': + '@rolldown/binding-linux-x64-musl@1.0.0-beta.42': optional: true - '@rolldown/binding-openharmony-arm64@1.0.0-beta.41': + '@rolldown/binding-openharmony-arm64@1.0.0-beta.42': optional: true - '@rolldown/binding-wasm32-wasi@1.0.0-beta.41': + '@rolldown/binding-wasm32-wasi@1.0.0-beta.42': dependencies: '@napi-rs/wasm-runtime': 1.0.6 optional: true - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.41': + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.42': optional: true - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.41': + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.42': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.41': + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.42': optional: true - '@rolldown/pluginutils@1.0.0-beta.41': {} + '@rolldown/pluginutils@1.0.0-beta.42': {} '@rollup/plugin-commonjs@28.0.6(rollup@4.52.4)': dependencies: @@ -12630,10 +12609,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.52.4': optional: true - '@schematics/angular@21.0.0-next.6(chokidar@4.0.3)': + '@schematics/angular@21.0.0-next.7(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 21.0.0-next.6(chokidar@4.0.3) - '@angular-devkit/schematics': 21.0.0-next.6(chokidar@4.0.3) + '@angular-devkit/core': 21.0.0-next.7(chokidar@4.0.3) + '@angular-devkit/schematics': 21.0.0-next.7(chokidar@4.0.3) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -13020,9 +12999,9 @@ snapshots: '@types/youtube@0.1.2': {} - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.7(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.1)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.9(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.2)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1))': dependencies: - vite: 7.1.7(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.1)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1) + vite: 7.1.9(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.2)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1) '@webassemblyjs/ast@1.14.1': dependencies: @@ -16567,13 +16546,13 @@ snapshots: legacy-javascript@0.0.1: {} - less-loader@12.3.0(less@4.4.1)(webpack@5.102.0(esbuild@0.25.10)): + less-loader@12.3.0(less@4.4.2)(webpack@5.102.0(esbuild@0.25.10)): dependencies: - less: 4.4.1 + less: 4.4.2 optionalDependencies: webpack: 5.102.0(esbuild@0.25.10) - less@4.4.1: + less@4.4.2: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 @@ -16688,7 +16667,7 @@ snapshots: rfdc: 1.4.1 wrap-ansi: 9.0.2 - lmdb@3.4.2: + lmdb@3.4.3: dependencies: msgpackr: 1.11.5 node-addon-api: 6.1.0 @@ -16696,13 +16675,13 @@ snapshots: ordered-binary: 1.6.0 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 3.4.2 - '@lmdb/lmdb-darwin-x64': 3.4.2 - '@lmdb/lmdb-linux-arm': 3.4.2 - '@lmdb/lmdb-linux-arm64': 3.4.2 - '@lmdb/lmdb-linux-x64': 3.4.2 - '@lmdb/lmdb-win32-arm64': 3.4.2 - '@lmdb/lmdb-win32-x64': 3.4.2 + '@lmdb/lmdb-darwin-arm64': 3.4.3 + '@lmdb/lmdb-darwin-x64': 3.4.3 + '@lmdb/lmdb-linux-arm': 3.4.3 + '@lmdb/lmdb-linux-arm64': 3.4.3 + '@lmdb/lmdb-linux-x64': 3.4.3 + '@lmdb/lmdb-win32-arm64': 3.4.3 + '@lmdb/lmdb-win32-x64': 3.4.3 optional: true load-json-file@4.0.0: @@ -17279,7 +17258,7 @@ snapshots: npm-normalize-package-bin@4.0.0: {} - npm-package-arg@13.0.0: + npm-package-arg@13.0.1: dependencies: hosted-git-info: 9.0.0 proc-log: 5.0.0 @@ -17295,7 +17274,7 @@ snapshots: dependencies: npm-install-checks: 7.1.2 npm-normalize-package-bin: 4.0.0 - npm-package-arg: 13.0.0 + npm-package-arg: 13.0.1 semver: 7.7.2 npm-registry-fetch@19.0.0: @@ -17306,7 +17285,7 @@ snapshots: minipass: 7.1.2 minipass-fetch: 4.0.1 minizlib: 3.1.0 - npm-package-arg: 13.0.0 + npm-package-arg: 13.0.1 proc-log: 5.0.0 transitivePeerDependencies: - supports-color @@ -17526,7 +17505,7 @@ snapshots: cacache: 20.0.1 fs-minipass: 3.0.3 minipass: 7.1.2 - npm-package-arg: 13.0.0 + npm-package-arg: 13.0.1 npm-packlist: 10.0.2 npm-pick-manifest: 11.0.1 npm-registry-fetch: 19.0.0 @@ -18255,26 +18234,26 @@ snapshots: robots-parser@3.0.1: {} - rolldown@1.0.0-beta.41: + rolldown@1.0.0-beta.42: dependencies: - '@oxc-project/types': 0.93.0 - '@rolldown/pluginutils': 1.0.0-beta.41 + '@oxc-project/types': 0.94.0 + '@rolldown/pluginutils': 1.0.0-beta.42 ansis: 4.2.0 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-beta.41 - '@rolldown/binding-darwin-arm64': 1.0.0-beta.41 - '@rolldown/binding-darwin-x64': 1.0.0-beta.41 - '@rolldown/binding-freebsd-x64': 1.0.0-beta.41 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.41 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.41 - '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.41 - '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.41 - '@rolldown/binding-linux-x64-musl': 1.0.0-beta.41 - '@rolldown/binding-openharmony-arm64': 1.0.0-beta.41 - '@rolldown/binding-wasm32-wasi': 1.0.0-beta.41 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.41 - '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.41 - '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.41 + '@rolldown/binding-android-arm64': 1.0.0-beta.42 + '@rolldown/binding-darwin-arm64': 1.0.0-beta.42 + '@rolldown/binding-darwin-x64': 1.0.0-beta.42 + '@rolldown/binding-freebsd-x64': 1.0.0-beta.42 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.42 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.42 + '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.42 + '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.42 + '@rolldown/binding-linux-x64-musl': 1.0.0-beta.42 + '@rolldown/binding-openharmony-arm64': 1.0.0-beta.42 + '@rolldown/binding-wasm32-wasi': 1.0.0-beta.42 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.42 + '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.42 + '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.42 rollup-plugin-dts@6.2.3(rollup@4.52.4)(typescript@5.9.2): dependencies: @@ -19635,7 +19614,7 @@ snapshots: unist-util-stringify-position: 1.1.2 vfile-message: 1.1.1 - vite@7.1.7(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.1)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1): + vite@7.1.9(@types/node@22.18.8)(jiti@2.6.1)(less@4.4.2)(sass@1.93.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1): dependencies: esbuild: 0.25.10 fdir: 6.5.0(picomatch@4.0.3) @@ -19647,7 +19626,7 @@ snapshots: '@types/node': 22.18.8 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.1 + less: 4.4.2 sass: 1.93.2 terser: 5.44.0 tsx: 4.20.6 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 68ad1c747991..483370bc2749 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -18,23 +18,23 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 21.0.0-next.6 - '@angular-devkit/core': 21.0.0-next.6 - '@angular-devkit/schematics': 21.0.0-next.6 - '@angular/build': 21.0.0-next.6 - '@angular/cli': 21.0.0-next.6 - '@angular/common': 21.0.0-next.6 - '@angular/compiler-cli': 21.0.0-next.6 - '@angular/compiler': 21.0.0-next.6 - '@angular/core': 21.0.0-next.6 - '@angular/ssr': 21.0.0-next.6 - '@angular/forms': 21.0.0-next.6 - '@angular/localize': 21.0.0-next.6 - '@angular/platform-browser': 21.0.0-next.6 - '@angular/platform-browser-dynamic': 21.0.0-next.6 - '@angular/platform-server': 21.0.0-next.6 - '@angular/router': 21.0.0-next.6 - '@schematics/angular': 21.0.0-next.6 + '@angular-devkit/build-angular': 21.0.0-next.7 + '@angular-devkit/core': 21.0.0-next.7 + '@angular-devkit/schematics': 21.0.0-next.7 + '@angular/build': 21.0.0-next.7 + '@angular/cli': 21.0.0-next.7 + '@angular/common': 21.0.0-next.7 + '@angular/compiler-cli': 21.0.0-next.7 + '@angular/compiler': 21.0.0-next.7 + '@angular/core': 21.0.0-next.7 + '@angular/ssr': 21.0.0-next.7 + '@angular/forms': 21.0.0-next.7 + '@angular/localize': 21.0.0-next.7 + '@angular/platform-browser': 21.0.0-next.7 + '@angular/platform-browser-dynamic': 21.0.0-next.7 + '@angular/platform-server': 21.0.0-next.7 + '@angular/router': 21.0.0-next.7 + '@schematics/angular': 21.0.0-next.7 'rxjs': ^6.6.7 # The minimum age of a release to be considered for dependency installation.