diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 9d7baf061447..bc96bc9175d0 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/branch-manager@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.material-aio.yml b/.github/workflows/ci.material-aio.yml index 8e9d3fc02644..d38381ab22da 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@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -35,11 +35,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -56,11 +56,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 163d1b90fa47..ec13992c82bb 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@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -49,11 +49,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -65,11 +65,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -98,11 +98,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -114,11 +114,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -130,11 +130,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build Snapshots @@ -154,15 +154,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -185,12 +185,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/browserstack@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index e42edf145f57..fd1d0446ba14 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@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 3ff292ec3ff9..3de13736b60d 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -16,21 +16,21 @@ jobs: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/pull-request@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/labeling/pull-request@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/post-approval-changes@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/post-approval-changes@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} issue_labels: if: github.event_name == 'issues' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/issue@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/labeling/issue@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }} diff --git a/.github/workflows/docs-preview-build.yml b/.github/workflows/docs-preview-build.yml index 7fce9331dead..e384b5e82eb6 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@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build docs site run: pnpm bazel build //docs:build.production - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: workflow-artifact-name: 'docs-preview' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/docs-preview-deploy.yml b/.github/workflows/docs-preview-deploy.yml index e3a66b83da44..54317aa7014e 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -41,7 +41,7 @@ jobs: npx -y firebase-tools@latest target:clear --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio npx -y firebase-tools@latest target:apply --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'docs-preview' diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index f20d0443a56f..333483b89a1b 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/google-internal-tests@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.material-aio.yml b/.github/workflows/pr.material-aio.yml index 90ab12f7c237..879fed93eca3 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@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -33,11 +33,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -54,11 +54,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 50edeb7057eb..c24849d117f5 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@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -45,7 +45,7 @@ jobs: - name: Check code format run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/linting/licenses@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main # Commit message check is last intentionally, because the caretaker can fix it # during merge, while other lint failures have to be resolved by the PR author. - name: Check commit message @@ -55,11 +55,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -69,11 +69,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -83,11 +83,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -97,11 +97,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -111,11 +111,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -125,11 +125,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: # Checking out the pull request commit is intended here as we need to run the changed code tests. ref: ${{ github.event.pull_request.head.sha }} - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/browserstack@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/preview-build-dev-app.yml b/.github/workflows/preview-build-dev-app.yml index 46bb3cd24a8f..b7594661b9e1 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@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main # Build the web package - run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: workflow-artifact-name: 'dev-app' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/preview-deploy-dev-app.yml b/.github/workflows/preview-deploy-dev-app.yml index 80a96154c903..85f534120a0f 100644 --- a/.github/workflows/preview-deploy-dev-app.yml +++ b/.github/workflows/preview-deploy-dev-app.yml @@ -34,7 +34,7 @@ jobs: npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'dev-app' diff --git a/.github/workflows/scheduled-ci.yml b/.github/workflows/scheduled-ci.yml index 7924279f81a1..c73d86cba449 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@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/setup@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6d918a6dd670e28afd4ba54d00b805d4aba43dca # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa43fd2864c3bec677cd47f4e095370850cdf8bc # main # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor diff --git a/MODULE.bazel b/MODULE.bazel index 5386a80169b1..b7a6df718cab 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -18,28 +18,28 @@ bazel_dep(name = "bazel_skylib", version = "1.9.2") bazel_dep(name = "rules_browsers") git_override( module_name = "rules_browsers", - commit = "dd75910a556e309d6f475d54214551be919a21d1", + commit = "c6cb5590120af8ae8125343f9fc522b7b66eb0e8", remote = "https://github.com/angular/rules_browsers.git", ) bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "3d7f0cd2afe29c157780c9cd00f8530111430d17", + commit = "8ae8c820345a93c29e4f220b4d6f459f30243683", remote = "https://github.com/angular/rules_sass.git", ) bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "334ed4f0bf82cfcf21b1d8bd501d2294b186061e", + commit = "ed98d720477b10c13f3d0ccee72f929c777f6ccd", remote = "https://github.com/angular/rules_angular.git", ) bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "6d918a6dd670e28afd4ba54d00b805d4aba43dca", + commit = "fa43fd2864c3bec677cd47f4e095370850cdf8bc", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 61a6107d3842..806054a06afc 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ }, "devDependencies": { "@angular/localize": "catalog:", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#bcad06e14cb29b52b0856020af5e2ab868075602", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#beec8fe17573a33c9934487ce99ce9cce3e3f6bf", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^8.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7001cb229214..599cbc0e4d50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,53 +7,53 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 22.2.0-next.4 - version: 22.2.0-next.4 + specifier: 22.2.0-next.5 + version: 22.2.0-next.5 '@angular-devkit/core': - specifier: 22.2.0-next.4 - version: 22.2.0-next.4 + specifier: 22.2.0-next.5 + version: 22.2.0-next.5 '@angular-devkit/schematics': - specifier: 22.2.0-next.4 - version: 22.2.0-next.4 + specifier: 22.2.0-next.5 + version: 22.2.0-next.5 '@angular/cli': + specifier: 22.2.0-next.5 + version: 22.2.0-next.5 + '@angular/common': specifier: 22.2.0-next.4 version: 22.2.0-next.4 - '@angular/common': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 '@angular/compiler': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 + specifier: 22.2.0-next.4 + version: 22.2.0-next.4 '@angular/compiler-cli': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 + specifier: 22.2.0-next.4 + version: 22.2.0-next.4 '@angular/core': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 + specifier: 22.2.0-next.4 + version: 22.2.0-next.4 '@angular/forms': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 + specifier: 22.2.0-next.4 + version: 22.2.0-next.4 '@angular/localize': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 + specifier: 22.2.0-next.4 + version: 22.2.0-next.4 '@angular/platform-browser': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 + specifier: 22.2.0-next.4 + version: 22.2.0-next.4 '@angular/platform-browser-dynamic': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 + specifier: 22.2.0-next.4 + version: 22.2.0-next.4 '@angular/platform-server': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 - '@angular/router': - specifier: 22.2.0-next.3 - version: 22.2.0-next.3 - '@angular/ssr': specifier: 22.2.0-next.4 version: 22.2.0-next.4 - '@schematics/angular': + '@angular/router': specifier: 22.2.0-next.4 version: 22.2.0-next.4 + '@angular/ssr': + specifier: 22.2.0-next.5 + version: 22.2.0-next.5 + '@schematics/angular': + specifier: 22.2.0-next.5 + version: 22.2.0-next.5 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -71,28 +71,28 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 22.2.0-next.4(chokidar@5.0.0) + version: 22.2.0-next.5(chokidar@5.0.0) '@angular-devkit/schematics': specifier: 'catalog:' - version: 22.2.0-next.4(chokidar@5.0.0) + version: 22.2.0-next.5(chokidar@5.0.0) '@angular/common': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + version: 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 22.2.0-next.3 + version: 22.2.0-next.4 '@angular/compiler-cli': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2) + version: 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2) '@angular/core': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) + version: 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) '@angular/forms': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@angular/platform-browser': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)) + version: 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)) '@types/google.maps': specifier: ^3.65.1 version: 3.65.5 @@ -129,16 +129,16 @@ importers: devDependencies: '@angular/localize': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3) + version: 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#bcad06e14cb29b52b0856020af5e2ab868075602 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bcad06e14cb29b52b0856020af5e2ab868075602(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#beec8fe17573a33c9934487ce99ce9cce3e3f6bf + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/beec8fe17573a33c9934487ce99ce9cce3e3f6bf(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0)) '@angular/platform-server': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3)(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4)(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@angular/router': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@babel/core': specifier: ^8.0.1 version: 8.0.1 @@ -171,7 +171,7 @@ importers: version: 16.0.3(rollup@4.62.5) '@schematics/angular': specifier: 'catalog:' - version: 22.2.0-next.4(chokidar@5.0.0) + version: 22.2.0-next.5(chokidar@5.0.0) '@types/babel__core': specifier: ^7.20.5 version: 7.20.5 @@ -351,25 +351,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + version: 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 22.2.0-next.3 + version: 22.2.0-next.4 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) + version: 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) '@angular/forms': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3) + version: 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4) '@angular/material': specifier: workspace:* version: link:../src/material @@ -381,16 +381,16 @@ importers: version: link:../src/material-luxon-adapter '@angular/platform-browser': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)) + version: 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.2.0-next.3)(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))) + version: 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.2.0-next.4)(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))) '@angular/router': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@angular/ssr': specifier: 'catalog:' - version: 22.2.0-next.4(c3d55af17c1ab2cc93dba3f338502794) + version: 22.2.0-next.5(5985475a3fdd244f09b130746c03eaa8) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -415,13 +415,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 22.2.0-next.4(48f36c330e9051dbe11f48272ce8c244) + version: 22.2.0-next.5(5ba5b672bc6a4e23b47cc878fb8b99f7) '@angular/cli': specifier: 'catalog:' - version: 22.2.0-next.4(@types/node@22.20.1)(chokidar@5.0.0) + version: 22.2.0-next.5(@types/node@22.20.1)(chokidar@5.0.0) '@angular/compiler-cli': specifier: 'catalog:' - version: 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2) + version: 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.28.1 @@ -734,13 +734,13 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2202.0-next.4': - resolution: {integrity: sha512-bNdcfIgKrBD4zU942FkQABr/RTzTPnfP6E4rYRynNdjWezXMNibKs3B4kmDjnd0gLvNG7DZJJ3YgZdXI1Ky5Mg==} + '@angular-devkit/architect@0.2202.0-next.5': + resolution: {integrity: sha512-EA+GuJc5/HGoFw6ayk3oy6878bbrP+BbPxE2ntgWDicR2mWzPV3mTefSyTn6Cu19KrqucuZW+EKwegP3jT/Z9w==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular-devkit/build-angular@22.2.0-next.4': - resolution: {integrity: sha512-FXrrBK0OP/KqHYVu6/umQZ5vecFToFo12Mrzuo203L51HoHTPRmNPD0c0Gcjr44m0ek0zxApJWEp5rz+IaFknA==} + '@angular-devkit/build-angular@22.2.0-next.5': + resolution: {integrity: sha512-fzBA6lHFYXWUhy+E0iVfvwotbVqMqyd1b8zyEj1LvAmM9qphr3sRemUKDvc9Uwo0QHhXcH5znOWkbx3EJ4M6pg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^22.0.0 || ^22.2.0-next.0 @@ -749,7 +749,7 @@ packages: '@angular/platform-browser': ^22.0.0 || ^22.2.0-next.0 '@angular/platform-server': ^22.0.0 || ^22.2.0-next.0 '@angular/service-worker': ^22.0.0 || ^22.2.0-next.0 - '@angular/ssr': ^22.2.0-next.4 + '@angular/ssr': ^22.2.0-next.5 browser-sync: ^3.0.2 karma: ^6.3.0 ng-packagr: ^22.0.0 || ^22.2.0-next.0 @@ -777,15 +777,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2202.0-next.4': - resolution: {integrity: sha512-A5UIK1/OAjGv5q8XOZgeoSIpqn2UwoUp52htGXItczlpMde8oVvhufzcS773rQRj/acTS7nodtxmOjUSLgfKIg==} + '@angular-devkit/build-webpack@0.2202.0-next.5': + resolution: {integrity: sha512-KpMn/VzmWacRQCZvDgDumAv1rgOinM1Wq0xSWJOfDphSebWeVUhyrMFn60Ks8R+4oS0zeRTnUWACx36i/7V3zA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 || ^6.0.0 - '@angular-devkit/core@22.2.0-next.4': - resolution: {integrity: sha512-8caWp30H0u4q38OFvY1xhEEUyublrFszUuYReNyMvKRdbu4WIzip+7ORiWdyqdB1F/aRMAB/q0SUNP80NadJsw==} + '@angular-devkit/core@22.2.0-next.5': + resolution: {integrity: sha512-rMpgAGphu8LfEEja9crKHJKmYpwOOeOPe+b+eHTNm0HuguM7cHlFQ2XP8sY2E1NzOSU2la5c6J8Ruk3Kem7eMw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^5.0.0 @@ -793,12 +793,12 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@22.2.0-next.4': - resolution: {integrity: sha512-s8pcOSpfKLy8Y/CLP7dbw1wIA+ZK+UZyt5KmP1v7wpYgJtHAwXh7czcgeKEiSlE+vgpbocf6n/FIMgcN1seYRw==} + '@angular-devkit/schematics@22.2.0-next.5': + resolution: {integrity: sha512-erZsMA+7ESmCXanY9RElRyuaEiiDpMWhbkjFBgCMBiHip4J8jRL0Bcv047kl1DcA7S0O35eiDWmVLO95x02UlQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular/build@22.2.0-next.4': - resolution: {integrity: sha512-WpfeuGi4A82LLbSSr0EPMVrhOr310jmJg2ci3RN0zNndG3ss87D9I5ACspGcyIC1rqNX6wEAV3tDknrUCO20/g==} + '@angular/build@22.2.0-next.5': + resolution: {integrity: sha512-qVi/YCVJFbpqR+9g8AAq/2+JfweoOyVoAhoyRsYNprDLNyOEfOL14kvJ2ImxkUQgYZ/0tQj5P9L4lXOnbbHXsA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^22.0.0 || ^22.2.0-next.0 @@ -808,7 +808,7 @@ packages: '@angular/platform-browser': ^22.0.0 || ^22.2.0-next.0 '@angular/platform-server': ^22.0.0 || ^22.2.0-next.0 '@angular/service-worker': ^22.0.0 || ^22.2.0-next.0 - '@angular/ssr': ^22.2.0-next.4 + '@angular/ssr': ^22.2.0-next.5 istanbul-lib-instrument: ^6.0.0 karma: ^6.4.0 less: ^4.2.0 @@ -849,38 +849,38 @@ packages: vitest: optional: true - '@angular/cli@22.2.0-next.4': - resolution: {integrity: sha512-YX3CMbs/bBXkYfaF24QRb+hXzrIhyVmLMCwpnpaakYpnIyZlcjbwSN1O9O/yeuN5sFoEHjoD/1slb3khLJhqkg==} + '@angular/cli@22.2.0-next.5': + resolution: {integrity: sha512-oH+tg5/k9xf3Rn4AF8xUhCikke5qy9HVShW/ofMSH2UhamG9gk7Pd4nVxIlX8aTFZiYXVmjFY1sUZwBGWSxqFw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@22.2.0-next.3': - resolution: {integrity: sha512-nX8hky9OuLeL7ar3OOCWaSmlWiBcDHfGvc8idsFohLNwjc5y/0KrGvR5zP6Z9HCUoxEQUeTJOaUGxY6U4209BQ==} + '@angular/common@22.2.0-next.4': + resolution: {integrity: sha512-dXSVRdeDf6ZoRkTpBcynDnhcqrZh+EpuxjeVFh/jwvaHVLuNhhrBefQScQKyWnjf5dZPoholwJVJpb7du4CCCw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/core': 22.2.0-next.3 + '@angular/core': 22.2.0-next.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@22.2.0-next.3': - resolution: {integrity: sha512-CuguonGetrbI5Ru1A/kCWJH9d4kHIo1vaMRh9mrfgO9qsS9q3MqgEcyPCYuNqKmi+oJQloD7tyK+oaFHgnWcCQ==} + '@angular/compiler-cli@22.2.0-next.4': + resolution: {integrity: sha512-0FiX8UXSRuKRl73XlDryOi7y2IETyIZfQ8+1O1oEpcut8BTRE8kLl42ZHZ7uSSBskh4i5wOMj6frNFRNooredw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler': 22.2.0-next.3 + '@angular/compiler': 22.2.0-next.4 typescript: 6.0.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@22.2.0-next.3': - resolution: {integrity: sha512-RdgU10sRXVPMGwEWVcmRcZbmlKXUwtFhc3yqEJwT1ZCCP9MQFQjz8YWy0l+yc8SMYfxVH77gQgiHaWyvtvvEdw==} + '@angular/compiler@22.2.0-next.4': + resolution: {integrity: sha512-vrXeT/lit44PoudhDFlw4qfYM2qlhMX/Db20EozxJACQrhK7RA6KFLfl4HgyPKopJ93b9/3uFT4O7VMsV8ngxg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} - '@angular/core@22.2.0-next.3': - resolution: {integrity: sha512-C8IkKl58XblpONZwZoSkOkmX1c1sM9xLZSthpKzFiVnyA0ua2Ci7sVRSxPAAPaU9fKxYMUJ24w1Z+iJB7rU0yw==} + '@angular/core@22.2.0-next.4': + resolution: {integrity: sha512-fkIhSgLg41rKMMBLiZ+jy3AA3jEPKE++LCqGZzXKy3nHRbLxhA9lHYWonVvZav4+/zT1Plxh5hFoeSuPBMcghw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/compiler': 22.2.0-next.3 + '@angular/compiler': 22.2.0-next.4 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -889,69 +889,69 @@ packages: zone.js: optional: true - '@angular/forms@22.2.0-next.3': - resolution: {integrity: sha512-2ap4X3Ym89YflGgCR20ULFFI93zOOydUeCAP8ng0wxO7l0rjLjP+iDHP5RnD2izCphDdmHeQ6JSnOm4YA06gJQ==} + '@angular/forms@22.2.0-next.4': + resolution: {integrity: sha512-IF2HZ93j0HyAABZ60hG0iKHc4pvb26sEnZUcy6yvxhz5otWFUAUFNVliWRZurgrJvAeAvRY7RrTC2iE5iVnZvA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.3 - '@angular/core': 22.2.0-next.3 - '@angular/platform-browser': 22.2.0-next.3 + '@angular/common': 22.2.0-next.4 + '@angular/core': 22.2.0-next.4 + '@angular/platform-browser': 22.2.0-next.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@22.2.0-next.3': - resolution: {integrity: sha512-avaS0gRjyOXYppPqZcmQCaN82rGH/8dLIdA8bCyUsn6uGX3kCYuHCZHzyozwUiQErbkb4oQpygk6hDp9+sKubw==} + '@angular/localize@22.2.0-next.4': + resolution: {integrity: sha512-smom8errFhBOsTCzqPTB139DF0qHglJektQuUy8vnzOSayLPcsGFyCP7aivakKZfAL5+DnYbBeDxmrPr88tOjA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler': 22.2.0-next.3 - '@angular/compiler-cli': 22.2.0-next.3 + '@angular/compiler': 22.2.0-next.4 + '@angular/compiler-cli': 22.2.0-next.4 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bcad06e14cb29b52b0856020af5e2ab868075602': - resolution: {gitHosted: true, integrity: sha512-fs92JkAu6Y2CXh1HEUDSTzgdVp12emRA/jEfoJG1d9V1t60tBZTsbnYyi3Zd8XkDy1Tu0l9Ne8xcHjQqwdhy8Q==, tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bcad06e14cb29b52b0856020af5e2ab868075602} - version: 0.0.0-6d918a6dd670e28afd4ba54d00b805d4aba43dca + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/beec8fe17573a33c9934487ce99ce9cce3e3f6bf': + resolution: {gitHosted: true, integrity: sha512-ELGv/rsp5iaQw1+viAhn5IlLrodz7g7rPm6Ea06sEsBpQ2kSamcpZnXWf+j4SPzGvK+td+DtFCrgbkX+ihFiZQ==, tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/beec8fe17573a33c9934487ce99ce9cce3e3f6bf} + version: 0.0.0-8fb164f40c9776c41771785c6d9facbd9ea63b73 hasBin: true - '@angular/platform-browser-dynamic@22.2.0-next.3': - resolution: {integrity: sha512-AZLM1eUK73xo6jxE9e6TopQhNPMjFyo4tI39QuD2065OldfRZR4kW+gVrs/OZ/TuLskz8r7+xKHlWmMCyTD9/w==} + '@angular/platform-browser-dynamic@22.2.0-next.4': + resolution: {integrity: sha512-4LzBvTsC7Lmgp8oiPoQoiECrojpbY1rJ6PQDWFlGIgoO2ZYN+mXmJgyqVQ2KzYkXr1Rd8bF3zgzFU7S95gZmFg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.3 - '@angular/compiler': 22.2.0-next.3 - '@angular/core': 22.2.0-next.3 - '@angular/platform-browser': 22.2.0-next.3 + '@angular/common': 22.2.0-next.4 + '@angular/compiler': 22.2.0-next.4 + '@angular/core': 22.2.0-next.4 + '@angular/platform-browser': 22.2.0-next.4 - '@angular/platform-browser@22.2.0-next.3': - resolution: {integrity: sha512-oNIJ/MJehV86A/u+I6J1czCS4gLYOpnys2uujfXAalJHMjUViBoqjw8WnrFapV73XINbucA3B34x/pZlDWrg5A==} + '@angular/platform-browser@22.2.0-next.4': + resolution: {integrity: sha512-rr85FO4b4xAesiHJe8sZaNmx29ZrZgwcgu42eccDiHzFYK4+hl0i09aL6rIxG7ibjcetu85q3jVPqyMo4yZUvg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/animations': 22.2.0-next.3 - '@angular/common': 22.2.0-next.3 - '@angular/core': 22.2.0-next.3 + '@angular/animations': 22.2.0-next.4 + '@angular/common': 22.2.0-next.4 + '@angular/core': 22.2.0-next.4 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@22.2.0-next.3': - resolution: {integrity: sha512-dkwIyC+U2MfYDkgUiFYFiUCwrO0d4jxwCZF5PoBSHF2SGMoS1Q+ciWB+Jm8GPPRbWX0FaRyEfugqHoFq/XMSkw==} + '@angular/platform-server@22.2.0-next.4': + resolution: {integrity: sha512-y9VMStVESPgWWjMMaAaG6HAF5UeWJF1T1wbQxfWyFRV80NWUtOEJgaUwIACgad/wm8JMxmA06xEQ3qpBwUNIZw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.3 - '@angular/compiler': 22.2.0-next.3 - '@angular/core': 22.2.0-next.3 - '@angular/platform-browser': 22.2.0-next.3 + '@angular/common': 22.2.0-next.4 + '@angular/compiler': 22.2.0-next.4 + '@angular/core': 22.2.0-next.4 + '@angular/platform-browser': 22.2.0-next.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@22.2.0-next.3': - resolution: {integrity: sha512-zmcJW9Z83FGWaEuOx9fJkdLWC5vaHropzZT1nFRu54LRXpj4/9+VZsoW5bTosxhP9wrgOGJWH+oqX/UkjFY0Wg==} + '@angular/router@22.2.0-next.4': + resolution: {integrity: sha512-uRxpJa+ELc3SwiyO1qtXpQeS2R0N3Pg4MJTwWCDbhttqLtaSdq/eIWlQaH2j5LWa5b2lb1lbdg2FnzdlEgA9ng==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.3 - '@angular/core': 22.2.0-next.3 - '@angular/platform-browser': 22.2.0-next.3 + '@angular/common': 22.2.0-next.4 + '@angular/core': 22.2.0-next.4 + '@angular/platform-browser': 22.2.0-next.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@22.2.0-next.4': - resolution: {integrity: sha512-sQqlBD2hR18VC8q6g7F0Jdh0DhGLYpyPu3UBtjEQxqyAwaTATJtb/hZ0SgNBf3n9wBXBzlXn3Xvb9eO+zJZc0g==} + '@angular/ssr@22.2.0-next.5': + resolution: {integrity: sha512-b4x3ye6/Q29TLopjCJa6lcHBlysgfZ4dwrMvAj8HelMfZZwnhZtj48lacOHEKkFx3tfpjJxeRbrSztbWOLVZaw==} peerDependencies: '@angular/common': ^22.0.0 || ^22.2.0-next.0 '@angular/core': ^22.0.0 || ^22.2.0-next.0 @@ -2118,15 +2118,6 @@ packages: '@types/node': optional: true - '@inquirer/confirm@6.1.1': - resolution: {integrity: sha512-eb8DBZcz/2qHWQda4rk2JiQk5h9QV/cVHi1yjt0f69WFZMRFn0sJTye3EAP8icut8UDMjQPsaH5KbcOogefrFQ==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/confirm@6.2.0': resolution: {integrity: sha512-SKXarWrYhtpqOEctf9XGCGy29QjsvJAM0Aq9ZR9z4Ns94OmpqudOly+aSEfNqUf9SwsQaUgY9+Z8hyzG0xX8fw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2145,15 +2136,6 @@ packages: '@types/node': optional: true - '@inquirer/core@11.2.1': - resolution: {integrity: sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/core@12.0.0': resolution: {integrity: sha512-+nnvFEXIB08CZNVXpvW3B+zHW96QXvGUjNKJ8NJIPqAZi5Kd4WhYt2S3C234ReepG1qw2HOlEUbjYVHBowXObA==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2297,6 +2279,15 @@ packages: '@types/node': optional: true + '@inquirer/prompts@8.6.0': + resolution: {integrity: sha512-WgBVDRy3IQ4v9XMCpQ1YDGpso2PcMUxYJzZdH4Nt4t0eoXhEPmOCh5iZbXbR4GTbdUB9VPWBbJB12rkjbaGDCw==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/rawlist@4.1.11': resolution: {integrity: sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==} engines: {node: '>=18'} @@ -2760,8 +2751,8 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@22.2.0-next.4': - resolution: {integrity: sha512-6hlG34mRR8LPDbcBxsKTNW1PJXh5T16+1jZOujhyHGtxaEdoyo77Ml8AIh8C7XGRVK6GUNwge/qt8xw4voaDgg==} + '@ngtools/webpack@22.2.0-next.5': + resolution: {integrity: sha512-Sa60RslE/wFpYL/eoB8PfRByAi9PoZ1RAHcjQSG1AGnSQl2ZQp18r2konu9evp6Dn1cDOJr2lfQ1mmUFzwLXXQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^22.0.0 || ^22.2.0-next.0 @@ -2952,124 +2943,124 @@ packages: resolution: {integrity: sha512-eSYWTm620tTk45EKSedaUL8MFYI8hW164hIXsgIHyxu3VobUB3fFCu5t0hQby6OoWRPsG1KkKUG2M5UadiLiVg==} engines: {node: '>=14'} - '@oxc-parser/binding-android-arm-eabi@0.144.0': - resolution: {integrity: sha512-IaoGBEp/huvja99PxI/b72TbKFzA/UzxxAka7f233dc/Tg/rRTX9Qn8IquFLWwWf4IddN/5TaJ8S4Subbjq7wQ==} + '@oxc-parser/binding-android-arm-eabi@0.146.0': + resolution: {integrity: sha512-jBCZIsff/9J/zdK1KSKZREScXOtRE4wYO+MUjrE+5NHGdsslrP4biJA9QJyKwErwS8lkwxH6Z537HaL4CQr0ow==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxc-parser/binding-android-arm64@0.144.0': - resolution: {integrity: sha512-u6fJu8XQXP99+9pYO3jq7F1D7V9fyFuDBShYFlr+gY+GcJzhveeN/zoMfuXxX6XBquJO0kjqKd7BjhJ7pClWXQ==} + '@oxc-parser/binding-android-arm64@0.146.0': + resolution: {integrity: sha512-BVwj6sVmgD9j5F+R5B+13pYQKOCmew+3myS19wcG5e+AeZu5ybBLEfcaKueC8MhvjtwL2Suh2tQE/Ywop2Z8rA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-parser/binding-darwin-arm64@0.144.0': - resolution: {integrity: sha512-o9xGSmMQcboJLjwI+acFf6xa7nYdp0/nRFE8ry4Xrt8OviQ9ITFDBUkAXVJMOLchSV9Pu981GxJuW0mt4i6vQQ==} + '@oxc-parser/binding-darwin-arm64@0.146.0': + resolution: {integrity: sha512-jQGIM4zEEvvuypbBcoeoWuigRfP6R8Ow/9gfDzVoYkv5mFyVPbIePNQnV752jUynfty0nDxarIpML+7Q/MyMPg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-parser/binding-darwin-x64@0.144.0': - resolution: {integrity: sha512-2yNm4tX++W3KLbyziVhs5alSb74a3C1uNDu/1P/AQj1ux8yZYuvbCAeJCCrGkr8J18ZmnBAzDthdTZBEAEb71w==} + '@oxc-parser/binding-darwin-x64@0.146.0': + resolution: {integrity: sha512-quDy3cvW1712l6W+qe1/xWRym6STOuGJmFzRIg5StXVJglsbqrCpHfw9PyqPs0hQeOAjAEO1USrjPaIvHiRKQw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-parser/binding-freebsd-x64@0.144.0': - resolution: {integrity: sha512-TG4CjY1OjynplkF9nAQ9m9zboPJksnbAF+U/9xQGSXyIt+5sQRitwfQrUgjrG17/up9G8k/boNjLD2zp4xq1Kw==} + '@oxc-parser/binding-freebsd-x64@0.146.0': + resolution: {integrity: sha512-wx/p/9phlX4VbYk671G4WewST3pysXNQfZRx4gx69QIz0/uW2O3MCnnEQh4il6l2lYr0EDAq3kFYovIw68CXHw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-parser/binding-linux-arm-gnueabihf@0.144.0': - resolution: {integrity: sha512-i0T9NagVmqc+rbSyBr5mDKj7TCMIBRrSteQlQJt1WhWIH/sZeOP9GB09H9w98YdinuZkDIPmO7Fz0jDC7bMvSA==} + '@oxc-parser/binding-linux-arm-gnueabihf@0.146.0': + resolution: {integrity: sha512-W9nzfbWH8Z6cIaBj6Rh/eVgymFkZ2MaOV0rQruKTLYKLAZADo9JlOmBml6Dq2QbChtmuc3DKDL42KDHaQFX8yQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm-musleabihf@0.144.0': - resolution: {integrity: sha512-YUsEqM3WMS3mOON+TFf7RzS0QthzEifx7tpUQu0GSF2MsT+D6t154ZBs6WhWaCZNl0GuVDEvndCyEAUBHzSHGw==} + '@oxc-parser/binding-linux-arm-musleabihf@0.146.0': + resolution: {integrity: sha512-S5X1mEvTLBTl+xt7bRlr1n6qI+OTy1EaRkYyd4EQgEZqV7i53fQa1I72OqR0IwSQKVwh6TZPkzDcsN7fS9MynQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm64-gnu@0.144.0': - resolution: {integrity: sha512-LlWH4kt+IET3qIAe0e0IFLNlQ3CVUAfN//UFsA6N0/FghMh/FBk1e+wzvgG+t8WSnXkvf8B1TovquS2EJras9g==} + '@oxc-parser/binding-linux-arm64-gnu@0.146.0': + resolution: {integrity: sha512-Br9UB4nnecVfj/Vp+JiJnJo2wIJtwaOm+uN7MwWKF5cx10P816urucmksG/iG2OeL7hfZ4h5fCmePrLU6TocfQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-arm64-musl@0.144.0': - resolution: {integrity: sha512-ajXbXIWBWUD4U3IQxr2p6DiXwD7GPHEBLa+JteKhIfvLmBEBdTjO28lP+5r3AF2qal8cxLERfTnGs64Z22ZuXw==} + '@oxc-parser/binding-linux-arm64-musl@0.146.0': + resolution: {integrity: sha512-5AP+od9VGhRyCwswTfuD0jSDfIcWptEBC+K0LWmXsUJ9BPVF3KbhsjeoV+9tijX6g5is0w4H8DUV7NkOJoOVVA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxc-parser/binding-linux-ppc64-gnu@0.144.0': - resolution: {integrity: sha512-/+sDzL/4cWEwdqenKo/DX3gkkxu7H7ytFAtealDey/Gd59yPWn64obVk6wXKVjVfXMciUUUTySxZG9AIMX3RNQ==} + '@oxc-parser/binding-linux-ppc64-gnu@0.146.0': + resolution: {integrity: sha512-Qz3jc1qgvU9B9vQu3jAJcxKlGX7zYRtKs8LPYtQi8cmirhtYcX6XvXseESaDFbi1L+SorXhjRQ/2npEX85kKBw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-riscv64-gnu@0.144.0': - resolution: {integrity: sha512-dMVhPBbrd8y6aeLd7Ihn9OZhKO8QgCQVtLBTRgbmf4lKrcR61SpaQRJPJuocTc/Cn5SJMm+alHYPnzkbOGM7Dg==} + '@oxc-parser/binding-linux-riscv64-gnu@0.146.0': + resolution: {integrity: sha512-Mfmg18lOZ1IWJJJuHi1ZsMLunqNVeLEh3Byuw+Aa8dYo7qOrZOMZQz1gFgAeNga5/Z5jjRuIKuIdo9aO7HYMdg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-riscv64-musl@0.144.0': - resolution: {integrity: sha512-jQ8O0+b6J2IhJgm0DnqEJq8hG9OocmF1b4TBWCk08CRWqTmLZj/+lYs7w3OA60nb2SiqOmthQyJPacrCi7y+oQ==} + '@oxc-parser/binding-linux-riscv64-musl@0.146.0': + resolution: {integrity: sha512-6OdXwYnzbwYcnUH8f0LYauLNitjIcgDR/CDA/wcZ2whwJwVflGtCLF3+3HOXgs/SESnpQCWXr7Q/z9muLJ5bmQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [musl] - '@oxc-parser/binding-linux-s390x-gnu@0.144.0': - resolution: {integrity: sha512-/mZxZtcGrzuvqPLPV7gjavbROYs/dHy6+yQ2Sl/2to/+qoC/v6CcruGFnfQPzQbXXTYReXJzLb5QY9KmgCbJOg==} + '@oxc-parser/binding-linux-s390x-gnu@0.146.0': + resolution: {integrity: sha512-BilV4Ei84A0m6r1v+LmgVrfUMbAz33IXRooVw/BQNDExUvGGNLrk6NWeot+ve99bRidTZdwWuzBHgxWCnSSa9Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-x64-gnu@0.144.0': - resolution: {integrity: sha512-/caRGFHcarHZlBrucBwQwBbzqhD+UfZZ/r7soocS0/mp6/5KTq+1Zl/OQx5lFLcN+GpUPYszbrvQU9MCFLEzJg==} + '@oxc-parser/binding-linux-x64-gnu@0.146.0': + resolution: {integrity: sha512-RaMfGIpWOa87u3aD87drbPgisy7Nv6gIdjRFw6msIDKO+3FmcOTw+vpp4hVANhUIzpQta2EAsmYQRrqeprZTmQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-x64-musl@0.144.0': - resolution: {integrity: sha512-qFtwAo6BWuWDjh57QDdZdYi746GW0mIeoZSGK2jJqlxIjo389Y/7lrriTOI+ou7tTvusOrSYGQZ+e+nDswt2vQ==} + '@oxc-parser/binding-linux-x64-musl@0.146.0': + resolution: {integrity: sha512-0bzF60jfQRsJ9TJOIHK+wSUirenJAyWCdP9z3P6LMS0znD4Gf7WYOiv7niONVOpRnlGjzMPd4kqgOJfCDLQAQg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxc-parser/binding-openharmony-arm64@0.144.0': - resolution: {integrity: sha512-n+NgMGWWEYpH+rlkMhDvLR2k8vJDHQp3j8SoS86IS6J0hc4kuDaiYAAvu9dF86xjeGYy+h9WLj12sylmBJV9sg==} + '@oxc-parser/binding-openharmony-arm64@0.146.0': + resolution: {integrity: sha512-O1gxUFt5FUgyFVUQK2BhZNwv7jLsqLR8uBANOhpYE5D5q+eCvcry7RvQT3DgKpWP1XRYB5UsbQGHHcwchEKb+w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-parser/binding-win32-arm64-msvc@0.144.0': - resolution: {integrity: sha512-fShxpJiCBOdG4+jBAvahTTFUDI5djXc/+IPC1ldeC8LbyCW0h9m/7oP8DRZWI7WT2Ahv8sHtZz4ugECylCFpTA==} + '@oxc-parser/binding-win32-arm64-msvc@0.146.0': + resolution: {integrity: sha512-i46zYS0TTCt+oaXaDx4mKxuXo+h8OBWI12XFatRm5I9/l2WKhp4TQ6VAjw0r1NMRiQQZ9dwQlRyQNhyTkOaINg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-parser/binding-win32-ia32-msvc@0.144.0': - resolution: {integrity: sha512-vFrYV+C3lJhIiSdNhdkZHnZ0YIClgTSluXaPMYjlGslVPD+uJg6K1s2xNL/X/gdBcy9IIbjbp0vNBwQhdMMdkw==} + '@oxc-parser/binding-win32-ia32-msvc@0.146.0': + resolution: {integrity: sha512-v1bb+ma2oKXwh4NHAg2NQwe9ORXFBDSCEkuO1qC4Rzm8EXcQdNhiJHpTNfulZ2P+1QpYUB6QYupW4mgMVom/tA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxc-parser/binding-win32-x64-msvc@0.144.0': - resolution: {integrity: sha512-0ASbKSwdeihMekyy7y4jC0CwW3XBDZk5Sw64m/W7IReVQHaduqLYssF9KCJA2oHG9oldnl/1CMxqCoImXfqQkA==} + '@oxc-parser/binding-win32-x64-msvc@0.146.0': + resolution: {integrity: sha512-uT8N1/qdNSGonvW1O2kZYNczqb/VYfnj5dpUy1FmedOPodj3MNFNWhAJkMZlI5u8xuTRtrpTccnr0U5HAMVRjQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -3077,6 +3068,9 @@ packages: '@oxc-project/types@0.144.0': resolution: {integrity: sha512-nuhZIOLuI6TFQ32I/WnUx+SCPY7SdSKwgnFHydAuoS1+Z4BRcaP+RRJmGzl9lw+0OFF7UmaESf7KQRXaNLHypg==} + '@oxc-project/types@0.146.0': + resolution: {integrity: sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==} + '@parcel/watcher-android-arm64@2.6.0': resolution: {integrity: sha512-trgpLSCKRC/huFjXX/Smh+0sWe4+YtKfktIToiMl59ghz7z+qkH6kMvNnUbLyRs9N11t8l4svSCs1+5B3rOAhA==} engines: {node: '>= 10.0.0'} @@ -3263,36 +3257,72 @@ packages: yauzl: optional: true + '@rolldown/binding-android-arm-eabi@1.2.5': + resolution: {integrity: sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [android] + '@rolldown/binding-android-arm64@1.2.4': resolution: {integrity: sha512-jHC2cnyKz5xU2fhECtFl8OZ83cYNt13GZQD+0uMJ/X3o+ijmd56okHhTUwxVSHPx1IRVIJEZ1/1pPzeLCU6XKA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] + '@rolldown/binding-android-arm64@1.2.5': + resolution: {integrity: sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [android] + '@rolldown/binding-darwin-arm64@1.2.4': resolution: {integrity: sha512-Dc5mPD8F5F/FS8i01syd7FTF6yB2fVthH/TRkjwJkzUK6EpoxHtqvZQP5Zwq80/5z19TWYHIg1KOHboCgVx/aQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] + '@rolldown/binding-darwin-arm64@1.2.5': + resolution: {integrity: sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [darwin] + '@rolldown/binding-darwin-x64@1.2.4': resolution: {integrity: sha512-fpDm4oBo6SqLvWUYCmFhdde3U9KH2fRNNMeAnAPAIwxRL345xutL0EtEUcuoxsoazdJGv/MuDBQHlCDrtbvqOg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] + '@rolldown/binding-darwin-x64@1.2.5': + resolution: {integrity: sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [darwin] + '@rolldown/binding-freebsd-x64@1.2.4': resolution: {integrity: sha512-rSJoreDE/HoIzoaib6MTp5jQtCTdMHKIvItAKT/ImS6Y6Ww76oUaeMyp4Vc/fAgd/ehji068IxetHXAnqUwN9A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] + '@rolldown/binding-freebsd-x64@1.2.5': + resolution: {integrity: sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [freebsd] + '@rolldown/binding-linux-arm-gnueabihf@1.2.4': resolution: {integrity: sha512-/jm8OGHgn7oGaJu3i/qZI9spUGcJ+y/lk43ttQ/iO1tOd9NissG6o97bighBCiL+BKRngmcDuR6ikfwYdJmVuQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] + '@rolldown/binding-linux-arm-gnueabihf@1.2.5': + resolution: {integrity: sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + '@rolldown/binding-linux-arm64-gnu@1.2.4': resolution: {integrity: sha512-tIP06BeD9EqvECBrPZ+sqdPlYrT+aYaAiu1wYziVx5elRK/ftm33JxVDy2bXGbr6J0CrtirCkR87/X5a2euEng==} engines: {node: ^20.19.0 || >=22.12.0} @@ -3300,6 +3330,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-arm64-gnu@1.2.5': + resolution: {integrity: sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-arm64-musl@1.2.4': resolution: {integrity: sha512-Ql1Q0EQqVThvn9VAVlwNzsUvbSFtCMGjLpRRi4pk5i7NZZ4n5ISiLMjHYtus4VQ2PvkSw24zyaCVsiS+sXPj1w==} engines: {node: ^20.19.0 || >=22.12.0} @@ -3307,6 +3344,13 @@ packages: os: [linux] libc: [musl] + '@rolldown/binding-linux-arm64-musl@1.2.5': + resolution: {integrity: sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [musl] + '@rolldown/binding-linux-ppc64-gnu@1.2.4': resolution: {integrity: sha512-GjbjXD4XXfN19D0LZNbmiCBUoDiRACsYHr0yaIbbn8aFsXjHZifcYqu/W5Er5X2X990WjHXFrxarn5chzItorQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -3314,6 +3358,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-ppc64-gnu@1.2.5': + resolution: {integrity: sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-s390x-gnu@1.2.4': resolution: {integrity: sha512-p5WR0NOwaRmJ/B1b6IjEFLLivwEsf3PrdBIhRbhTCQisbo2SvHHpG4ELB/+FgQNnB88LTOF86upmJmbvZdQ2lw==} engines: {node: ^20.19.0 || >=22.12.0} @@ -3321,6 +3372,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-s390x-gnu@1.2.5': + resolution: {integrity: sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [s390x] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-x64-gnu@1.2.4': resolution: {integrity: sha512-4/GyVjmhR+Tc6HLJvwc1sOhPqAZtySiSMesOZyX6JQ5XBxoTDEMKQzvo07NIK6nTon/SivlZqvhzvuVBNQhObQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -3328,6 +3386,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-x64-gnu@1.2.5': + resolution: {integrity: sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-x64-musl@1.2.4': resolution: {integrity: sha512-l9eeLsCNvPpmSXUej0etw/J1eqV0Jj1D5G/xG6YTijmE6dkv6E2QezgWbTfQk63v952DPqrjOCoiqxq7Bw0YUQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -3335,24 +3400,49 @@ packages: os: [linux] libc: [musl] + '@rolldown/binding-linux-x64-musl@1.2.5': + resolution: {integrity: sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [musl] + '@rolldown/binding-openharmony-arm64@1.2.4': resolution: {integrity: sha512-e0F355MSTMm3+UOqtV3L24gFUp2N5m1f8L/7d56deik6va+AXdrt9F8LbzGpeWGWRbZEDq4m8NVnJDeBtf9DZg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] + '@rolldown/binding-openharmony-arm64@1.2.5': + resolution: {integrity: sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [openharmony] + '@rolldown/binding-win32-arm64-msvc@1.2.4': resolution: {integrity: sha512-AWLi0uBRYh6QlE7OKhiz+phZC0qwtij2QZmhmOdsLdFn64m7oMpooE9ICE3lhm9xMb4SpDo2WbHcxX1iFLFtqw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] + '@rolldown/binding-win32-arm64-msvc@1.2.5': + resolution: {integrity: sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [win32] + '@rolldown/binding-win32-x64-msvc@1.2.4': resolution: {integrity: sha512-UwSDJOg3dqCAejWdxclJjCsh3Qq4vLYMDxmyHqo1btz3stK2VqgwNd3mm5tuIwzSlGIQ/1H9Hr+Zn09mrezNqQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] + '@rolldown/binding-win32-x64-msvc@1.2.5': + resolution: {integrity: sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [win32] + '@rolldown/pluginutils@1.0.1': resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==} @@ -3521,8 +3611,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@22.2.0-next.4': - resolution: {integrity: sha512-yiA2LJrQyZvj3csTP8HoZQBIKFuCLTQ1TOTle1SOt8A1P8GAlG3+j1gEnG1cj1tbTHe1UquRmhV2CdPPJaH7Eg==} + '@schematics/angular@22.2.0-next.5': + resolution: {integrity: sha512-d6+gwr0GIu9uuDv3HlNlD7bEnaRAnS9AE6bW7nmfYIVDbpVskOC56kHhtzmrDBCMlzSt/03bDGWVYSq0g0daig==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@sentry/conventions@0.16.0': @@ -6657,8 +6747,8 @@ packages: webpack: optional: true - less@4.8.1: - resolution: {integrity: sha512-jQ3lRIo1aUtiWVYXZ7mk4+V4BjCGswF3IxTLJ+4RUta8ZiHh8lhkig2G8dya2eCcyR1dYUvzuV46EkJN8PSwww==} + less@4.9.0: + resolution: {integrity: sha512-umRhrCH7fCi8Uj2RcwKjJdvUORTjeWqkdKx0LbcZvjIwsAVsnIAGcxHaqowPeBFBjQuWOeC/bve0AlpFzF/+SQ==} engines: {node: '>=18'} hasBin: true @@ -6925,9 +7015,6 @@ packages: magic-string@0.30.21: resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} - magic-string@1.1.1: - resolution: {integrity: sha512-qFemKPzc3ttrYVaMmnSkGtGc5nE6Ncl4bj7c9IE6C9OUIRXjf6PzJ+UZ1xhVIjYc7dolHq3qKzpAJPZUbvNj+A==} - magic-string@1.2.2: resolution: {integrity: sha512-veT/+7iXrXzT39XnEN4lOxtNl72dMgJ8Lp+5Bd6YcMSWpb0n0MjBM8Uuooi6jgJr8dhUW2swQgBmoZVMni5SVg==} @@ -7439,6 +7526,10 @@ packages: resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==} engines: {node: '>=20'} + open@11.0.1: + resolution: {integrity: sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==} + engines: {node: '>=20'} + open@6.4.0: resolution: {integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==} engines: {node: '>=8'} @@ -7480,8 +7571,8 @@ packages: resolution: {integrity: sha512-19YVAg7T+WTrxggPukVq7DjTv6+PJ867TmhCvBsYwmbFCsZd344rq2Ld1p0wo8f8Qrrhgp82c6FJRqdXWtSEhg==} engines: {node: '>= 0.4'} - oxc-parser@0.144.0: - resolution: {integrity: sha512-eacM4wMgGWXctHubY262yo+50E76qtQBqe+uK73YEV1IT3qP12Acbnf9Nc8t+agIAdnko9iVT4KF83/d0EjY5w==} + oxc-parser@0.146.0: + resolution: {integrity: sha512-hrt0Ou2mCL8dLuvfvKWFjRlWaJKt0Xs7CfacAgb9mha0gKW1lSisUzNRyALgItMPIfThxkl8jH2ONP6ZbQXpaA==} engines: {node: ^20.19.0 || >=22.12.0} p-defer@3.0.0: @@ -7716,8 +7807,8 @@ packages: resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} engines: {node: '>=0.10.0'} - piscina@5.3.0: - resolution: {integrity: sha512-9D3tPBayfoal6l9l4Y8NrMn1jkV718qJoYrla6P51+hh9h0Q+9/1c8KgEnoBQqhguyfgjay4biADI8HJG3pkoA==} + piscina@5.3.1: + resolution: {integrity: sha512-LYbVUyHb5CzavqNgs64Uv+gHkrCdEt73kfPazdsJnndDSJiaEDIzMUIAHbtV3plzaoBUphZfXZCQKF01LHMgXw==} engines: {node: '>=20.x'} pkce-challenge@5.0.1: @@ -7832,6 +7923,10 @@ packages: resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==} engines: {node: '>=20'} + powershell-utils@0.2.0: + resolution: {integrity: sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==} + engines: {node: '>=20'} + prelude-ls@1.1.2: resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} engines: {node: '>= 0.8.0'} @@ -8198,6 +8293,11 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rolldown@1.2.5: + resolution: {integrity: sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + rollup-plugin-dts@6.5.1: resolution: {integrity: sha512-jODTXp3H7MK/Ur/ErtsrQ0G1GvaCmc3du+y5pNrdBMf6d7HlL2Nd/N6TkEr+f75CkUj01zEoEd7y2elH0eHi1Q==} engines: {node: '>=20'} @@ -8298,13 +8398,13 @@ packages: webpack: optional: true - sass@1.102.0: - resolution: {integrity: sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==} + sass@1.103.0: + resolution: {integrity: sha512-+QpdXUDw19lVqRDlYIyje1Lq/0gHsnNHIl4x1CqeUg13zRhaQN11UvTvouwHWLXc9Q3rQVT6oBhFGRYJ5Z8gHw==} engines: {node: '>=20.19.0'} hasBin: true - sass@1.103.0: - resolution: {integrity: sha512-+QpdXUDw19lVqRDlYIyje1Lq/0gHsnNHIl4x1CqeUg13zRhaQN11UvTvouwHWLXc9Q3rQVT6oBhFGRYJ5Z8gHw==} + sass@1.103.1: + resolution: {integrity: sha512-9icZURbP51S6S0QGoyaeqk9uB06GNWxsFYWfH5RgpFgqK5FA8tJcM3AdVxrZEVJ7dz+L87nG95gBKf4VuaMHGw==} engines: {node: '>=20.19.0'} hasBin: true @@ -9227,13 +9327,13 @@ packages: vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} - vite@8.2.1: - resolution: {integrity: sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==} + vite@8.2.2: + resolution: {integrity: sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: '@types/node': ^20.19.0 || >=22.12.0 - '@vitejs/devtools': ^0.4.0 + '@vitejs/devtools': ^0.4.0 || ^0.5.0 esbuild: ^0.27.0 || ^0.28.0 jiti: '>=1.21.0' less: ^4.0.0 @@ -9510,6 +9610,10 @@ packages: resolution: {integrity: sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==} engines: {node: '>=20'} + wsl-utils@1.0.0: + resolution: {integrity: sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==} + engines: {node: '>=20'} + x-is-string@0.1.0: resolution: {integrity: sha512-GojqklwG8gpzOVEVki5KudKNoq7MbbjYZCbyWzEz7tyPA7eleiE0+ePwOWQQRb5fm86rD3S8Tc0tSFf3AOv50w==} @@ -9660,21 +9764,21 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2202.0-next.4(chokidar@5.0.0)': + '@angular-devkit/architect@0.2202.0-next.5(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.2.0-next.4(chokidar@5.0.0) + '@angular-devkit/core': 22.2.0-next.5(chokidar@5.0.0) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@22.2.0-next.4(48f36c330e9051dbe11f48272ce8c244)': + '@angular-devkit/build-angular@22.2.0-next.5(5ba5b672bc6a4e23b47cc878fb8b99f7)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2202.0-next.4(chokidar@5.0.0) - '@angular-devkit/build-webpack': 0.2202.0-next.4(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) - '@angular-devkit/core': 22.2.0-next.4(chokidar@5.0.0) - '@angular/build': 22.2.0-next.4(2d64b749fe97c349c3aa57b2e1ba09b9) - '@angular/compiler-cli': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2) + '@angular-devkit/architect': 0.2202.0-next.5(chokidar@5.0.0) + '@angular-devkit/build-webpack': 0.2202.0-next.5(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) + '@angular-devkit/core': 22.2.0-next.5(chokidar@5.0.0) + '@angular/build': 22.2.0-next.5(0c072343fe0b41a19d32e809636ae649) + '@angular/compiler-cli': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2) '@babel/core': 8.0.1 '@babel/generator': 8.0.0 '@babel/helper-annotate-as-pure': 8.0.0 @@ -9685,7 +9789,7 @@ snapshots: '@babel/preset-env': 8.0.2(@babel/core@8.0.1) '@babel/runtime': 8.0.0 '@discoveryjs/json-ext': 1.1.0 - '@ngtools/webpack': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) + '@ngtools/webpack': 22.2.0-next.5(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) ansi-colors: 4.1.3 autoprefixer: 10.5.4(postcss@8.5.26) babel-loader: 10.1.1(@babel/core@8.0.1)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) @@ -9697,21 +9801,21 @@ snapshots: istanbul-lib-instrument: 6.0.3(supports-color@11.0.0) jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.8.1(supports-color@11.0.0) - less-loader: 13.0.0(less@4.8.1(supports-color@11.0.0))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) + less: 4.9.0(supports-color@11.0.0) + less-loader: 13.0.0(less@4.9.0(supports-color@11.0.0))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) license-webpack-plugin: 4.0.2(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) loader-utils: 3.3.1 mini-css-extract-plugin: 2.10.2(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) - open: 11.0.0 + open: 11.0.1 ora: 9.4.1 picomatch: 4.0.5 - piscina: 5.3.0 + piscina: 5.3.1 postcss: 8.5.26 postcss-loader: 8.2.1(postcss@8.5.26)(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 - sass: 1.102.0 - sass-loader: 17.0.0(sass@1.102.0)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) + sass: 1.103.1 + sass-loader: 17.0.0(sass@1.103.1)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) semver: 7.8.5 source-map-loader: 5.0.0(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) source-map-support: 0.5.21 @@ -9725,11 +9829,11 @@ snapshots: webpack-merge: 6.0.1 webpack-subresource-integrity: 5.1.0(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) optionalDependencies: - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/localize': 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3) - '@angular/platform-browser': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@angular/platform-server': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3)(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) - '@angular/ssr': 22.2.0-next.4(c3d55af17c1ab2cc93dba3f338502794) + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/localize': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4) + '@angular/platform-browser': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@angular/platform-server': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4)(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + '@angular/ssr': 22.2.0-next.5(5985475a3fdd244f09b130746c03eaa8) esbuild: 0.28.2 karma: 6.4.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6) transitivePeerDependencies: @@ -9763,16 +9867,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2202.0-next.4(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))': + '@angular-devkit/build-webpack@0.2202.0-next.5(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))': dependencies: - '@angular-devkit/architect': 0.2202.0-next.4(chokidar@5.0.0) + '@angular-devkit/architect': 0.2202.0-next.5(chokidar@5.0.0) rxjs: 7.8.2 webpack: 5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3) webpack-dev-server: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@22.2.0-next.4(chokidar@5.0.0)': + '@angular-devkit/core@22.2.0-next.5(chokidar@5.0.0)': dependencies: ajv: 8.20.0 ajv-formats: 3.0.1 @@ -9783,26 +9887,26 @@ snapshots: optionalDependencies: chokidar: 5.0.0 - '@angular-devkit/schematics@22.2.0-next.4(chokidar@5.0.0)': + '@angular-devkit/schematics@22.2.0-next.5(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.2.0-next.4(chokidar@5.0.0) + '@angular-devkit/core': 22.2.0-next.5(chokidar@5.0.0) jsonc-parser: 3.3.1 - magic-string: 1.1.1 + magic-string: 1.2.2 ora: 9.4.1 rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular/build@22.2.0-next.4(2d64b749fe97c349c3aa57b2e1ba09b9)': + '@angular/build@22.2.0-next.5(0c072343fe0b41a19d32e809636ae649)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2202.0-next.4(chokidar@5.0.0) - '@angular/compiler': 22.2.0-next.3 - '@angular/compiler-cli': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2) + '@angular-devkit/architect': 0.2202.0-next.5(chokidar@5.0.0) + '@angular/compiler': 22.2.0-next.4 + '@angular/compiler-cli': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2) '@babel/core': 8.0.1 - '@inquirer/confirm': 6.1.1(@types/node@22.20.1) + '@inquirer/confirm': 6.2.0(@types/node@22.20.1) '@parcel/watcher': 2.6.0 - '@vitejs/plugin-basic-ssl': 2.3.0(vite@8.2.1(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.8.1(supports-color@11.0.0))(sass@1.102.0)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0)) + '@vitejs/plugin-basic-ssl': 2.3.0(vite@8.2.2(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.0(supports-color@11.0.0))(sass@1.103.1)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0)) beasties: 0.4.3 browserslist: 4.28.8 chokidar: 5.0.0 @@ -9810,30 +9914,30 @@ snapshots: https-proxy-agent: 9.1.0(supports-color@11.0.0) jsonc-parser: 3.3.1 listr2: 11.0.0 - magic-string: 1.1.1 + magic-string: 1.2.2 mrmime: 2.0.1 - oxc-parser: 0.144.0 + oxc-parser: 0.146.0 parse5-html-rewriting-stream: 8.0.1 picomatch: 4.0.5 - piscina: 5.3.0 - rolldown: 1.2.4 - sass: 1.102.0 + piscina: 5.3.1 + rolldown: 1.2.5 + sass: 1.103.1 semver: 7.8.5 source-map-support: 0.5.21 tinyglobby: 0.2.17 tslib: 2.8.1 typescript: 6.0.2 - vite: 8.2.1(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.8.1(supports-color@11.0.0))(sass@1.102.0)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0) + vite: 8.2.2(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.0(supports-color@11.0.0))(sass@1.103.1)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0) xxhash-wasm: 1.1.0 optionalDependencies: - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/localize': 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3) - '@angular/platform-browser': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@angular/platform-server': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3)(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) - '@angular/ssr': 22.2.0-next.4(c3d55af17c1ab2cc93dba3f338502794) + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/localize': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4) + '@angular/platform-browser': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@angular/platform-server': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4)(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + '@angular/ssr': 22.2.0-next.5(5985475a3fdd244f09b130746c03eaa8) istanbul-lib-instrument: 6.0.3(supports-color@11.0.0) karma: 6.4.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6) - less: 4.8.1(supports-color@11.0.0) + less: 4.9.0(supports-color@11.0.0) lmdb: 3.5.6 postcss: 8.5.26 rollup: 4.62.5 @@ -9850,15 +9954,15 @@ snapshots: - tsx - yaml - '@angular/cli@22.2.0-next.4(@types/node@22.20.1)(chokidar@5.0.0)': + '@angular/cli@22.2.0-next.5(@types/node@22.20.1)(chokidar@5.0.0)': dependencies: - '@angular-devkit/architect': 0.2202.0-next.4(chokidar@5.0.0) - '@angular-devkit/core': 22.2.0-next.4(chokidar@5.0.0) - '@angular-devkit/schematics': 22.2.0-next.4(chokidar@5.0.0) - '@inquirer/prompts': 8.5.2(@types/node@22.20.1) - '@listr2/prompt-adapter-inquirer': 4.2.5(@inquirer/prompts@8.5.2(@types/node@22.20.1))(@types/node@22.20.1)(listr2@11.0.0) + '@angular-devkit/architect': 0.2202.0-next.5(chokidar@5.0.0) + '@angular-devkit/core': 22.2.0-next.5(chokidar@5.0.0) + '@angular-devkit/schematics': 22.2.0-next.5(chokidar@5.0.0) + '@inquirer/prompts': 8.6.0(@types/node@22.20.1) + '@listr2/prompt-adapter-inquirer': 4.2.5(@inquirer/prompts@8.6.0(@types/node@22.20.1))(@types/node@22.20.1)(listr2@11.0.0) '@modelcontextprotocol/server': 2.0.0 - '@schematics/angular': 22.2.0-next.4(chokidar@5.0.0) + '@schematics/angular': 22.2.0-next.5(chokidar@5.0.0) jsonc-parser: 3.3.1 listr2: 11.0.0 npm-package-arg: 14.0.0 @@ -9870,18 +9974,18 @@ snapshots: - '@types/node' - chokidar - '@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7)': + '@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7)': dependencies: - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2)) + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2)': + '@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2)': dependencies: - '@angular/compiler': 22.2.0-next.3 + '@angular/compiler': 22.2.0-next.4 '@babel/core': 8.0.1 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -9893,24 +9997,24 @@ snapshots: optionalDependencies: typescript: 6.0.2 - '@angular/compiler@22.2.0-next.3': + '@angular/compiler@22.2.0-next.4': dependencies: tslib: 2.8.1 - '@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)': + '@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 22.2.0-next.3 + '@angular/compiler': 22.2.0-next.4 zone.js: 0.16.2 - '@angular/forms@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': + '@angular/forms@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/platform-browser': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2)) + '@angular/common': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/platform-browser': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2)) '@standard-schema/spec': 1.1.0 rxjs: 6.6.7 tslib: 2.8.1 @@ -9918,16 +10022,16 @@ snapshots: transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/localize@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3)': + '@angular/localize@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4)': dependencies: - '@angular/compiler': 22.2.0-next.3 - '@angular/compiler-cli': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2) + '@angular/compiler': 22.2.0-next.4 + '@angular/compiler-cli': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2) '@babel/core': 8.0.1 - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2)) tinyglobby: 0.2.17 yargs: 18.1.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bcad06e14cb29b52b0856020af5e2ab868075602(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/beec8fe17573a33c9934487ce99ce9cce3e3f6bf(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))': dependencies: '@actions/core': 3.0.1 '@conventional-changelog/git-client': 3.1.2(conventional-commits-filter@6.0.1)(conventional-commits-parser@7.1.2) @@ -9987,55 +10091,55 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.2.0-next.3)(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))': + '@angular/platform-browser-dynamic@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.2.0-next.4)(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))': dependencies: - '@angular/common': 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/compiler': 22.2.0-next.3 - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/platform-browser': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)) + '@angular/common': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/compiler': 22.2.0-next.4 + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/platform-browser': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)) tslib: 2.8.1 - '@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))': + '@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))': dependencies: - '@angular/common': 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2)) + '@angular/common': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/platform-server@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3)(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': + '@angular/platform-server@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4)(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/compiler': 22.2.0-next.3 - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/platform-browser': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2)) + '@angular/common': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/compiler': 22.2.0-next.4 + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/platform-browser': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/router@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': + '@angular/router@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/platform-browser': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2)) + '@angular/common': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/platform-browser': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/ssr@22.2.0-next.4(c3d55af17c1ab2cc93dba3f338502794)': + '@angular/ssr@22.2.0-next.5(5985475a3fdd244f09b130746c03eaa8)': dependencies: - '@angular/common': 22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/core': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/router': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + '@angular/common': 22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/core': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/router': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/compiler@22.2.0-next.3)(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.3(@angular/common@22.2.0-next.3(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(@angular/core@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + '@angular/platform-server': 22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/compiler@22.2.0-next.4)(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.4(@angular/common@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(@angular/core@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -11401,13 +11505,6 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/confirm@6.1.1(@types/node@22.20.1)': - dependencies: - '@inquirer/core': 11.2.1(@types/node@22.20.1) - '@inquirer/type': 4.0.7(@types/node@22.20.1) - optionalDependencies: - '@types/node': 22.20.1 - '@inquirer/confirm@6.2.0(@types/node@22.20.1)': dependencies: '@inquirer/core': 12.0.0(@types/node@22.20.1) @@ -11435,18 +11532,6 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/core@11.2.1(@types/node@22.20.1)': - dependencies: - '@inquirer/ansi': 2.0.7 - '@inquirer/figures': 2.0.8 - '@inquirer/type': 4.0.7(@types/node@22.20.1) - cli-width: 4.1.0 - fast-wrap-ansi: 0.2.2 - mute-stream: 3.0.0 - signal-exit: 4.1.0 - optionalDependencies: - '@types/node': 22.20.1 - '@inquirer/core@12.0.0(@types/node@22.20.1)': dependencies: '@inquirer/ansi': 2.0.7 @@ -11623,21 +11708,6 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/prompts@8.5.2(@types/node@22.20.1)': - dependencies: - '@inquirer/checkbox': 5.2.2(@types/node@22.20.1) - '@inquirer/confirm': 6.2.0(@types/node@22.20.1) - '@inquirer/editor': 5.3.0(@types/node@22.20.1) - '@inquirer/expand': 5.1.2(@types/node@22.20.1) - '@inquirer/input': 5.1.3(@types/node@22.20.1) - '@inquirer/number': 4.2.0(@types/node@22.20.1) - '@inquirer/password': 5.1.2(@types/node@22.20.1) - '@inquirer/rawlist': 5.3.2(@types/node@22.20.1) - '@inquirer/search': 4.3.0(@types/node@22.20.1) - '@inquirer/select': 5.2.2(@types/node@22.20.1) - optionalDependencies: - '@types/node': 22.20.1 - '@inquirer/prompts@8.5.2(@types/node@24.13.3)': dependencies: '@inquirer/checkbox': 5.2.2(@types/node@24.13.3) @@ -11653,6 +11723,21 @@ snapshots: optionalDependencies: '@types/node': 24.13.3 + '@inquirer/prompts@8.6.0(@types/node@22.20.1)': + dependencies: + '@inquirer/checkbox': 5.2.2(@types/node@22.20.1) + '@inquirer/confirm': 6.2.0(@types/node@22.20.1) + '@inquirer/editor': 5.3.0(@types/node@22.20.1) + '@inquirer/expand': 5.1.2(@types/node@22.20.1) + '@inquirer/input': 5.1.3(@types/node@22.20.1) + '@inquirer/number': 4.2.0(@types/node@22.20.1) + '@inquirer/password': 5.1.2(@types/node@22.20.1) + '@inquirer/rawlist': 5.3.2(@types/node@22.20.1) + '@inquirer/search': 4.3.0(@types/node@22.20.1) + '@inquirer/select': 5.2.2(@types/node@22.20.1) + optionalDependencies: + '@types/node': 22.20.1 + '@inquirer/rawlist@4.1.11(@types/node@22.20.1)': dependencies: '@inquirer/core': 10.3.2(@types/node@22.20.1) @@ -11922,9 +12007,9 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@listr2/prompt-adapter-inquirer@4.2.5(@inquirer/prompts@8.5.2(@types/node@22.20.1))(@types/node@22.20.1)(listr2@11.0.0)': + '@listr2/prompt-adapter-inquirer@4.2.5(@inquirer/prompts@8.6.0(@types/node@22.20.1))(@types/node@22.20.1)(listr2@11.0.0)': dependencies: - '@inquirer/prompts': 8.5.2(@types/node@22.20.1) + '@inquirer/prompts': 8.6.0(@types/node@22.20.1) '@inquirer/type': 4.0.7(@types/node@22.20.1) listr2: 11.0.0 transitivePeerDependencies: @@ -12086,18 +12171,18 @@ snapshots: '@napi-rs/nice-win32-x64-msvc': 1.1.1 optional: true - '@nginfra/angular-linking@1.0.11(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))': + '@nginfra/angular-linking@1.0.11(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))': dependencies: - '@angular/compiler-cli': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2) + '@angular/compiler-cli': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2) '@babel/core': 8.0.1 '@types/babel__core': 7.20.5 '@types/node': 22.20.1 tinyglobby: 0.2.12 typescript: 6.0.2 - '@ngtools/webpack@22.2.0-next.4(@angular/compiler-cli@22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))': + '@ngtools/webpack@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))': dependencies: - '@angular/compiler-cli': 22.2.0-next.3(@angular/compiler@22.2.0-next.3)(typescript@6.0.2) + '@angular/compiler-cli': 22.2.0-next.4(@angular/compiler@22.2.0-next.4)(typescript@6.0.2) typescript: 6.0.2 webpack: 5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3) @@ -12307,65 +12392,67 @@ snapshots: '@opentelemetry/semantic-conventions@1.43.0': {} - '@oxc-parser/binding-android-arm-eabi@0.144.0': + '@oxc-parser/binding-android-arm-eabi@0.146.0': optional: true - '@oxc-parser/binding-android-arm64@0.144.0': + '@oxc-parser/binding-android-arm64@0.146.0': optional: true - '@oxc-parser/binding-darwin-arm64@0.144.0': + '@oxc-parser/binding-darwin-arm64@0.146.0': optional: true - '@oxc-parser/binding-darwin-x64@0.144.0': + '@oxc-parser/binding-darwin-x64@0.146.0': optional: true - '@oxc-parser/binding-freebsd-x64@0.144.0': + '@oxc-parser/binding-freebsd-x64@0.146.0': optional: true - '@oxc-parser/binding-linux-arm-gnueabihf@0.144.0': + '@oxc-parser/binding-linux-arm-gnueabihf@0.146.0': optional: true - '@oxc-parser/binding-linux-arm-musleabihf@0.144.0': + '@oxc-parser/binding-linux-arm-musleabihf@0.146.0': optional: true - '@oxc-parser/binding-linux-arm64-gnu@0.144.0': + '@oxc-parser/binding-linux-arm64-gnu@0.146.0': optional: true - '@oxc-parser/binding-linux-arm64-musl@0.144.0': + '@oxc-parser/binding-linux-arm64-musl@0.146.0': optional: true - '@oxc-parser/binding-linux-ppc64-gnu@0.144.0': + '@oxc-parser/binding-linux-ppc64-gnu@0.146.0': optional: true - '@oxc-parser/binding-linux-riscv64-gnu@0.144.0': + '@oxc-parser/binding-linux-riscv64-gnu@0.146.0': optional: true - '@oxc-parser/binding-linux-riscv64-musl@0.144.0': + '@oxc-parser/binding-linux-riscv64-musl@0.146.0': optional: true - '@oxc-parser/binding-linux-s390x-gnu@0.144.0': + '@oxc-parser/binding-linux-s390x-gnu@0.146.0': optional: true - '@oxc-parser/binding-linux-x64-gnu@0.144.0': + '@oxc-parser/binding-linux-x64-gnu@0.146.0': optional: true - '@oxc-parser/binding-linux-x64-musl@0.144.0': + '@oxc-parser/binding-linux-x64-musl@0.146.0': optional: true - '@oxc-parser/binding-openharmony-arm64@0.144.0': + '@oxc-parser/binding-openharmony-arm64@0.146.0': optional: true - '@oxc-parser/binding-win32-arm64-msvc@0.144.0': + '@oxc-parser/binding-win32-arm64-msvc@0.146.0': optional: true - '@oxc-parser/binding-win32-ia32-msvc@0.144.0': + '@oxc-parser/binding-win32-ia32-msvc@0.146.0': optional: true - '@oxc-parser/binding-win32-x64-msvc@0.144.0': + '@oxc-parser/binding-win32-x64-msvc@0.146.0': optional: true '@oxc-project/types@0.144.0': {} + '@oxc-project/types@0.146.0': {} + '@parcel/watcher-android-arm64@2.6.0': optional: true @@ -12566,48 +12653,93 @@ snapshots: modern-tar: 0.8.4 yargs: 18.1.0 + '@rolldown/binding-android-arm-eabi@1.2.5': + optional: true + '@rolldown/binding-android-arm64@1.2.4': optional: true + '@rolldown/binding-android-arm64@1.2.5': + optional: true + '@rolldown/binding-darwin-arm64@1.2.4': optional: true + '@rolldown/binding-darwin-arm64@1.2.5': + optional: true + '@rolldown/binding-darwin-x64@1.2.4': optional: true + '@rolldown/binding-darwin-x64@1.2.5': + optional: true + '@rolldown/binding-freebsd-x64@1.2.4': optional: true + '@rolldown/binding-freebsd-x64@1.2.5': + optional: true + '@rolldown/binding-linux-arm-gnueabihf@1.2.4': optional: true + '@rolldown/binding-linux-arm-gnueabihf@1.2.5': + optional: true + '@rolldown/binding-linux-arm64-gnu@1.2.4': optional: true + '@rolldown/binding-linux-arm64-gnu@1.2.5': + optional: true + '@rolldown/binding-linux-arm64-musl@1.2.4': optional: true + '@rolldown/binding-linux-arm64-musl@1.2.5': + optional: true + '@rolldown/binding-linux-ppc64-gnu@1.2.4': optional: true + '@rolldown/binding-linux-ppc64-gnu@1.2.5': + optional: true + '@rolldown/binding-linux-s390x-gnu@1.2.4': optional: true + '@rolldown/binding-linux-s390x-gnu@1.2.5': + optional: true + '@rolldown/binding-linux-x64-gnu@1.2.4': optional: true + '@rolldown/binding-linux-x64-gnu@1.2.5': + optional: true + '@rolldown/binding-linux-x64-musl@1.2.4': optional: true + '@rolldown/binding-linux-x64-musl@1.2.5': + optional: true + '@rolldown/binding-openharmony-arm64@1.2.4': optional: true + '@rolldown/binding-openharmony-arm64@1.2.5': + optional: true + '@rolldown/binding-win32-arm64-msvc@1.2.4': optional: true + '@rolldown/binding-win32-arm64-msvc@1.2.5': + optional: true + '@rolldown/binding-win32-x64-msvc@1.2.4': optional: true + '@rolldown/binding-win32-x64-msvc@1.2.5': + optional: true + '@rolldown/pluginutils@1.0.1': {} '@rollup/plugin-commonjs@29.0.3(rollup@4.62.5)': @@ -12715,10 +12847,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.62.5': optional: true - '@schematics/angular@22.2.0-next.4(chokidar@5.0.0)': + '@schematics/angular@22.2.0-next.5(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.2.0-next.4(chokidar@5.0.0) - '@angular-devkit/schematics': 22.2.0-next.4(chokidar@5.0.0) + '@angular-devkit/core': 22.2.0-next.5(chokidar@5.0.0) + '@angular-devkit/schematics': 22.2.0-next.5(chokidar@5.0.0) jsonc-parser: 3.3.1 typescript: 6.0.2 transitivePeerDependencies: @@ -12989,9 +13121,9 @@ snapshots: '@types/youtube@0.3.0': {} - '@vitejs/plugin-basic-ssl@2.3.0(vite@8.2.1(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.8.1(supports-color@11.0.0))(sass@1.102.0)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0))': + '@vitejs/plugin-basic-ssl@2.3.0(vite@8.2.2(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.0(supports-color@11.0.0))(sass@1.103.1)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0))': dependencies: - vite: 8.2.1(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.8.1(supports-color@11.0.0))(sass@1.102.0)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0) + vite: 8.2.2(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.0(supports-color@11.0.0))(sass@1.103.1)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0) '@webassemblyjs/ast@1.14.1': dependencies: @@ -15242,7 +15374,7 @@ snapshots: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.8 + minimatch: 3.1.5 once: 1.4.0 path-is-absolute: 1.0.1 @@ -16314,14 +16446,14 @@ snapshots: legacy-javascript@0.0.1: {} - less-loader@13.0.0(less@4.8.1(supports-color@11.0.0))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)): + less-loader@13.0.0(less@4.9.0(supports-color@11.0.0))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)): dependencies: '@types/less': 3.0.8 - less: 4.8.1(supports-color@11.0.0) + less: 4.9.0(supports-color@11.0.0) optionalDependencies: webpack: 5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3) - less@4.8.1(supports-color@11.0.0): + less@4.9.0(supports-color@11.0.0): dependencies: copy-anything: 3.0.5 parse-node-version: 1.0.1 @@ -16641,10 +16773,6 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 - magic-string@1.1.1: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 - magic-string@1.2.2: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -17129,6 +17257,15 @@ snapshots: powershell-utils: 0.1.0 wsl-utils: 0.3.1 + open@11.0.1: + dependencies: + default-browser: 5.5.1 + define-lazy-prop: 3.0.0 + is-in-ssh: 1.0.0 + is-inside-container: 1.0.0 + powershell-utils: 0.2.0 + wsl-utils: 1.0.0 + open@6.4.0: dependencies: is-wsl: 1.1.0 @@ -17191,29 +17328,29 @@ snapshots: object-keys: 1.1.1 safe-push-apply: 1.0.0 - oxc-parser@0.144.0: + oxc-parser@0.146.0: dependencies: - '@oxc-project/types': 0.144.0 + '@oxc-project/types': 0.146.0 optionalDependencies: - '@oxc-parser/binding-android-arm-eabi': 0.144.0 - '@oxc-parser/binding-android-arm64': 0.144.0 - '@oxc-parser/binding-darwin-arm64': 0.144.0 - '@oxc-parser/binding-darwin-x64': 0.144.0 - '@oxc-parser/binding-freebsd-x64': 0.144.0 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.144.0 - '@oxc-parser/binding-linux-arm-musleabihf': 0.144.0 - '@oxc-parser/binding-linux-arm64-gnu': 0.144.0 - '@oxc-parser/binding-linux-arm64-musl': 0.144.0 - '@oxc-parser/binding-linux-ppc64-gnu': 0.144.0 - '@oxc-parser/binding-linux-riscv64-gnu': 0.144.0 - '@oxc-parser/binding-linux-riscv64-musl': 0.144.0 - '@oxc-parser/binding-linux-s390x-gnu': 0.144.0 - '@oxc-parser/binding-linux-x64-gnu': 0.144.0 - '@oxc-parser/binding-linux-x64-musl': 0.144.0 - '@oxc-parser/binding-openharmony-arm64': 0.144.0 - '@oxc-parser/binding-win32-arm64-msvc': 0.144.0 - '@oxc-parser/binding-win32-ia32-msvc': 0.144.0 - '@oxc-parser/binding-win32-x64-msvc': 0.144.0 + '@oxc-parser/binding-android-arm-eabi': 0.146.0 + '@oxc-parser/binding-android-arm64': 0.146.0 + '@oxc-parser/binding-darwin-arm64': 0.146.0 + '@oxc-parser/binding-darwin-x64': 0.146.0 + '@oxc-parser/binding-freebsd-x64': 0.146.0 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.146.0 + '@oxc-parser/binding-linux-arm-musleabihf': 0.146.0 + '@oxc-parser/binding-linux-arm64-gnu': 0.146.0 + '@oxc-parser/binding-linux-arm64-musl': 0.146.0 + '@oxc-parser/binding-linux-ppc64-gnu': 0.146.0 + '@oxc-parser/binding-linux-riscv64-gnu': 0.146.0 + '@oxc-parser/binding-linux-riscv64-musl': 0.146.0 + '@oxc-parser/binding-linux-s390x-gnu': 0.146.0 + '@oxc-parser/binding-linux-x64-gnu': 0.146.0 + '@oxc-parser/binding-linux-x64-musl': 0.146.0 + '@oxc-parser/binding-openharmony-arm64': 0.146.0 + '@oxc-parser/binding-win32-arm64-msvc': 0.146.0 + '@oxc-parser/binding-win32-ia32-msvc': 0.146.0 + '@oxc-parser/binding-win32-x64-msvc': 0.146.0 p-defer@3.0.0: {} @@ -17429,7 +17566,7 @@ snapshots: pinkie@2.0.4: {} - piscina@5.3.0: + piscina@5.3.1: optionalDependencies: '@napi-rs/nice': 1.1.1 @@ -17531,6 +17668,8 @@ snapshots: powershell-utils@0.1.0: {} + powershell-utils@0.2.0: {} + prelude-ls@1.1.2: {} prettier@3.9.6: {} @@ -17969,6 +18108,27 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.2.4 '@rolldown/binding-win32-x64-msvc': 1.2.4 + rolldown@1.2.5: + dependencies: + '@oxc-project/types': 0.146.0 + '@rolldown/pluginutils': 1.0.1 + optionalDependencies: + '@rolldown/binding-android-arm-eabi': 1.2.5 + '@rolldown/binding-android-arm64': 1.2.5 + '@rolldown/binding-darwin-arm64': 1.2.5 + '@rolldown/binding-darwin-x64': 1.2.5 + '@rolldown/binding-freebsd-x64': 1.2.5 + '@rolldown/binding-linux-arm-gnueabihf': 1.2.5 + '@rolldown/binding-linux-arm64-gnu': 1.2.5 + '@rolldown/binding-linux-arm64-musl': 1.2.5 + '@rolldown/binding-linux-ppc64-gnu': 1.2.5 + '@rolldown/binding-linux-s390x-gnu': 1.2.5 + '@rolldown/binding-linux-x64-gnu': 1.2.5 + '@rolldown/binding-linux-x64-musl': 1.2.5 + '@rolldown/binding-openharmony-arm64': 1.2.5 + '@rolldown/binding-win32-arm64-msvc': 1.2.5 + '@rolldown/binding-win32-x64-msvc': 1.2.5 + rollup-plugin-dts@6.5.1(rollup@4.62.5)(typescript@6.0.2): dependencies: '@jridgewell/remapping': 2.3.5 @@ -18099,12 +18259,12 @@ snapshots: safevalues@1.2.0: {} - sass-loader@17.0.0(sass@1.102.0)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)): + sass-loader@17.0.0(sass@1.103.1)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)): optionalDependencies: - sass: 1.102.0 + sass: 1.103.1 webpack: 5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3) - sass@1.102.0: + sass@1.103.0: dependencies: chokidar: 5.0.0 immutable: 5.1.9 @@ -18112,7 +18272,7 @@ snapshots: optionalDependencies: '@parcel/watcher': 2.6.0 - sass@1.103.0: + sass@1.103.1: dependencies: chokidar: 5.0.0 immutable: 5.1.9 @@ -19260,7 +19420,7 @@ snapshots: unist-util-stringify-position: 1.1.2 vfile-message: 1.1.1 - vite@8.2.1(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.8.1(supports-color@11.0.0))(sass@1.102.0)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0): + vite@8.2.2(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.0(supports-color@11.0.0))(sass@1.103.1)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0): dependencies: lightningcss: 1.33.0 picomatch: 4.0.5 @@ -19272,8 +19432,8 @@ snapshots: esbuild: 0.28.2 fsevents: 2.3.3 jiti: 2.7.0 - less: 4.8.1(supports-color@11.0.0) - sass: 1.102.0 + less: 4.9.0(supports-color@11.0.0) + sass: 1.103.1 terser: 5.50.0 tsx: 4.23.12 yaml: 2.9.0 @@ -19596,6 +19756,11 @@ snapshots: is-wsl: 3.1.1 powershell-utils: 0.1.0 + wsl-utils@1.0.0: + dependencies: + is-wsl: 3.1.1 + powershell-utils: 0.1.0 + x-is-string@0.1.0: {} xdg-basedir@4.0.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 143b8ac8a79b..5a5e0185541a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -18,23 +18,23 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 22.2.0-next.4 - '@angular-devkit/core': 22.2.0-next.4 - '@angular-devkit/schematics': 22.2.0-next.4 - '@angular/build': 22.2.0-next.4 - '@angular/cli': 22.2.0-next.4 - '@angular/common': 22.2.0-next.3 - '@angular/compiler-cli': 22.2.0-next.3 - '@angular/compiler': 22.2.0-next.3 - '@angular/core': 22.2.0-next.3 - '@angular/ssr': 22.2.0-next.4 - '@angular/forms': 22.2.0-next.3 - '@angular/localize': 22.2.0-next.3 - '@angular/platform-browser': 22.2.0-next.3 - '@angular/platform-browser-dynamic': 22.2.0-next.3 - '@angular/platform-server': 22.2.0-next.3 - '@angular/router': 22.2.0-next.3 - '@schematics/angular': 22.2.0-next.4 + '@angular-devkit/build-angular': 22.2.0-next.5 + '@angular-devkit/core': 22.2.0-next.5 + '@angular-devkit/schematics': 22.2.0-next.5 + '@angular/build': 22.2.0-next.5 + '@angular/cli': 22.2.0-next.5 + '@angular/common': 22.2.0-next.4 + '@angular/compiler-cli': 22.2.0-next.4 + '@angular/compiler': 22.2.0-next.4 + '@angular/core': 22.2.0-next.4 + '@angular/ssr': 22.2.0-next.5 + '@angular/forms': 22.2.0-next.4 + '@angular/localize': 22.2.0-next.4 + '@angular/platform-browser': 22.2.0-next.4 + '@angular/platform-browser-dynamic': 22.2.0-next.4 + '@angular/platform-server': 22.2.0-next.4 + '@angular/router': 22.2.0-next.4 + '@schematics/angular': 22.2.0-next.5 'rxjs': ^6.6.7 # The minimum age of a release to be considered for dependency installation.