From 9ae1f24c8b86e882f231ccaa960dd134f1bdcaff Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 27 Aug 2026 02:05:00 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.material-aio.yml | 18 +- .github/workflows/ci.yml | 50 +- .../workflows/deploy-dev-app-main-push.yml | 6 +- .github/workflows/dev-infra.yml | 6 +- .github/workflows/docs-preview-build.yml | 8 +- .github/workflows/docs-preview-deploy.yml | 2 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/pr.material-aio.yml | 18 +- .github/workflows/pr.yml | 46 +- .github/workflows/preview-build-dev-app.yml | 8 +- .github/workflows/preview-deploy-dev-app.yml | 2 +- .github/workflows/scheduled-ci.yml | 14 +- MODULE.bazel | 8 +- package.json | 2 +- pnpm-lock.yaml | 466 +++++++++--------- pnpm-workspace.yaml | 34 +- 17 files changed, 346 insertions(+), 346 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 7bcd8eaa270d..adb1937840ae 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 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 962652dd98fa..9cbbbcb384ad 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 c0d154aeec9d..c710af7225a2 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - 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 d045ec5a114b..1500a8669c24 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 d7a150e07fb2..d27cb2c2cdd1 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 171582173ec3..21431beb5efd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,53 +7,53 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 22.1.5 - version: 22.1.5 + specifier: 22.1.6 + version: 22.1.6 '@angular-devkit/core': - specifier: 22.1.5 - version: 22.1.5 + specifier: 22.1.6 + version: 22.1.6 '@angular-devkit/schematics': - specifier: 22.1.5 - version: 22.1.5 + specifier: 22.1.6 + version: 22.1.6 '@angular/cli': - specifier: 22.1.5 - version: 22.1.5 + specifier: 22.1.6 + version: 22.1.6 '@angular/common': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/compiler': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/compiler-cli': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/core': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/forms': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/localize': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/platform-browser': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/platform-browser-dynamic': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/platform-server': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/router': - specifier: 22.1.3 - version: 22.1.3 + specifier: 22.1.4 + version: 22.1.4 '@angular/ssr': - specifier: 22.1.5 - version: 22.1.5 + specifier: 22.1.6 + version: 22.1.6 '@schematics/angular': - specifier: 22.1.5 - version: 22.1.5 + specifier: 22.1.6 + version: 22.1.6 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -71,28 +71,28 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 22.1.5(chokidar@5.0.0) + version: 22.1.6(chokidar@5.0.0) '@angular-devkit/schematics': specifier: 'catalog:' - version: 22.1.5(chokidar@5.0.0) + version: 22.1.6(chokidar@5.0.0) '@angular/common': specifier: 'catalog:' - version: 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + version: 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 22.1.3 + version: 22.1.4 '@angular/compiler-cli': specifier: 'catalog:' - version: 22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2) + version: 22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2) '@angular/core': specifier: 'catalog:' - version: 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) + version: 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) '@angular/forms': specifier: 'catalog:' - version: 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@angular/platform-browser': specifier: 'catalog:' - version: 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)) + version: 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.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.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3) + version: 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.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.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3)(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.4)(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@angular/router': specifier: 'catalog:' - version: 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.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.1.5(chokidar@5.0.0) + version: 22.1.6(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.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + version: 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 22.1.3 + version: 22.1.4 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) + version: 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) '@angular/forms': specifier: 'catalog:' - version: 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.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.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3) + version: 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.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.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)) + version: 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.1.3)(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))) + version: 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.1.4)(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))) '@angular/router': specifier: 'catalog:' - version: 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + version: 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@angular/ssr': specifier: 'catalog:' - version: 22.1.5(926d4ca7fdb2cf7f18c7f1c61d79069a) + version: 22.1.6(8ed91195a806d36770e63556e971302e) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -415,13 +415,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 22.1.5(f25dcff4bc79678c6dc03b6cd7e5f5a6) + version: 22.1.6(a6bc3abec479d98344dd820b79ef4602) '@angular/cli': specifier: 'catalog:' - version: 22.1.5(@types/node@22.20.1)(chokidar@5.0.0)(supports-color@11.0.0) + version: 22.1.6(@types/node@22.20.1)(chokidar@5.0.0)(supports-color@11.0.0) '@angular/compiler-cli': specifier: 'catalog:' - version: 22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2) + version: 22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.28.1 @@ -731,13 +731,13 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2201.5': - resolution: {integrity: sha512-DAticcJ2tw3M+D1CH4HhlCgMK5tAb0CwSsnczNMJB9QgQsBC/JhOozQTvgnyCvagitX9u+408YcwEW/Wo2pnzA==} + '@angular-devkit/architect@0.2201.6': + resolution: {integrity: sha512-oGQEdof2/1bZk58PN9dvpGi8pvtbgE5vkP1xRtCqN8dSVxwre1l0pKynOj/Uge1KxjCvs4c1QrQu0vsAnY0vpg==} 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.1.5': - resolution: {integrity: sha512-uvLI1ixpgVUpsOqvwkTNqkC/nJvqzfBUE4F64D3JvRn3B9CsSGIV9xqjptfjnAtFoq22VI9QO66Hdlu+7OgcqA==} + '@angular-devkit/build-angular@22.1.6': + resolution: {integrity: sha512-4UIWd8tXCnZuM9E9uRDPmZmD5TM6ln+d/J2wktGA8Lqq7cUaI2q1YMphrCTEN1NbGDoqZWN4BMk2uf2hB4Yi8w==} 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'} deprecated: Angular's Webpack support is deprecated. Use the esbuild and Vite-based "@angular/build" package instead. peerDependencies: @@ -747,7 +747,7 @@ packages: '@angular/platform-browser': ^22.0.0 '@angular/platform-server': ^22.0.0 '@angular/service-worker': ^22.0.0 - '@angular/ssr': ^22.1.5 + '@angular/ssr': ^22.1.6 browser-sync: ^3.0.2 karma: ^6.3.0 ng-packagr: ^22.0.0 @@ -775,15 +775,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2201.5': - resolution: {integrity: sha512-6SiJ7RgsP0eAQes5KXJy+70X1l+r52oUcX1GxFYIP2pW9bRgPKIs6Lq0VXk1LTWFKPOxzaWocmOab8claClpaw==} + '@angular-devkit/build-webpack@0.2201.6': + resolution: {integrity: sha512-RgmvgY+7AJVd0RDS8SDJ8SlEUPwaK3CWhxkBZ2q6MxxWcpnPDDBFcy0mzEArY7+PyoppN0hIO8ZOEg2sUxK5Wg==} 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 - '@angular-devkit/core@22.1.5': - resolution: {integrity: sha512-HiY6d5dkIdJs5grP9OHvgkf14QOcDIo+hbuT7YKuLItQ++ZxCwUabJMLCCJ5R0KrstE5NqED0dNcyk5WD01t5Q==} + '@angular-devkit/core@22.1.6': + resolution: {integrity: sha512-KLBsZoc2RhOy0xSdeYcLoSOqV/fBP3feBmhY9o12ry2IuyW/17sCmWr6XbIfTIYQN6M98Y1ewmwVNFsvV5b0gA==} 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 @@ -791,12 +791,12 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@22.1.5': - resolution: {integrity: sha512-HTmo9y8wjXKtJGVTYomTjZsjWzhirpu1pPRAzsVob3eiYOuxv1qDRAgWiHXNGp5CpnbHunZweXY/WffNGOFRyA==} + '@angular-devkit/schematics@22.1.6': + resolution: {integrity: sha512-IbDO9KbQyQm20uinsfT8d9ZtQw41/WVutI/65mAw39WZfN8Ky+MOgOUJCGLiSccMprvZ9YdodBTnN9bLH149Ag==} 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.1.5': - resolution: {integrity: sha512-YqsbHZK3/HFmLLhwxa5SpN+3ABoVo5GFLV0fiEXCQg2KC7gw2pL15x692jxrq8gEGzT7O27bnjWkvFZ0bBHCnw==} + '@angular/build@22.1.6': + resolution: {integrity: sha512-J7JBd3hDAV4dlGNMavDC0KjtvbDd4KOddaom1inwkq92tYnD1ljmhDDigAsUBnRvQhJ82cvagD8zi0s9Ki4rTQ==} 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 @@ -806,7 +806,7 @@ packages: '@angular/platform-browser': ^22.0.0 '@angular/platform-server': ^22.0.0 '@angular/service-worker': ^22.0.0 - '@angular/ssr': ^22.1.5 + '@angular/ssr': ^22.1.6 istanbul-lib-instrument: ^6.0.0 karma: ^6.4.0 less: ^4.2.0 @@ -847,38 +847,38 @@ packages: vitest: optional: true - '@angular/cli@22.1.5': - resolution: {integrity: sha512-YZkhI64INQHJkZ13h2n0/0PBrQ5ZZvFGiprrDiCOLAD0y1fehguL0PGp9HxF3ZWf+xWRyP//tIte2gmyAaiWLw==} + '@angular/cli@22.1.6': + resolution: {integrity: sha512-HT3OzYkSpCyXMTgD5G1tsS7vkrY8cYJ/JgSjRjrpwOAooSMtKF1hv7BgBcn79sKg4eaiPLrDpQLXP93vHxgSFg==} 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.1.3': - resolution: {integrity: sha512-QtMkjhiRd0EnmKR50bw3WbCWYTi6CmA72nnSz1BLQPpaLSi2goloCrPPniHz8fP+w2ESrmmlOWxs1Da3COgnQg==} + '@angular/common@22.1.4': + resolution: {integrity: sha512-UtWCloA/d0I5twV9Lu/Fcc7T6uQb40f/k0Hj5HLohIsiLTyvXVxWINBfa7LWWLtcq/0UOIY/yCs9Zq9Sj4dWqA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/core': 22.1.3 + '@angular/core': 22.1.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@22.1.3': - resolution: {integrity: sha512-37lLaDp0RHWZ/lmJqCmIEr0HOM2D5ulHy61gqTBm7KRj3Y6ZaxR8B/JqZmeIpPzKFILVsga+NQ4A8apBUkmezw==} + '@angular/compiler-cli@22.1.4': + resolution: {integrity: sha512-h9CcVG614TJLbk+dswlzSjYARYJh2MLOEwcnpt9zUGtOffhrrSS9BFJGjSwzdDSVM3J5mvf5ZuW+0hPAuRRoOA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler': 22.1.3 + '@angular/compiler': 22.1.4 typescript: 6.0.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@22.1.3': - resolution: {integrity: sha512-L8Mw2r7bGG/obqgQC+RU3mdFJ3NtLgO5gWhEC1ylcHpLCMPIAXYsMKJIL8dnS78S1wXo/omXwmJ4FiIlCwWahg==} + '@angular/compiler@22.1.4': + resolution: {integrity: sha512-o+W0shjR5KmPPWchFmqN9bLINYAy14zIW//g9T5WqKDMOqjt4IbeY6AKOoE1db/dXffprLEH9nyPOmi19iKNxg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} - '@angular/core@22.1.3': - resolution: {integrity: sha512-313+Xkf970AmStJE0E/zNJW/9xvDExQG+6TNltBBl+KJsW0q5dffK2w2PQfV4mtTquBqYoeHSRsms4WgjBKL8g==} + '@angular/core@22.1.4': + resolution: {integrity: sha512-0dW+lw8nHo6RGBUOXtjs02vjHIPJ8rEbw4fd0NH3Dii4p+gIB4ZaTw+o7Se3Nf4m1oZ8+2qAYmWVHXlfhKcCDg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/compiler': 22.1.3 + '@angular/compiler': 22.1.4 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -887,70 +887,70 @@ packages: zone.js: optional: true - '@angular/forms@22.1.3': - resolution: {integrity: sha512-b4ual9pgfNqcnEHord50w960DDFIytG3Qb3bu2aCgzmagvRlg9wrtwQNqY+oqY2FVq7c9McNUN7MZRcWl9HNdQ==} + '@angular/forms@22.1.4': + resolution: {integrity: sha512-w8ZXe4oURrb/DS5zAFrR4AmGXC84sdLeOKXRM76ndRRgSCzyRLEe4wDU1KHnDejNVIGvoSZYJJjOajG1lpj8TA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.1.3 - '@angular/core': 22.1.3 - '@angular/platform-browser': 22.1.3 + '@angular/common': 22.1.4 + '@angular/core': 22.1.4 + '@angular/platform-browser': 22.1.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@22.1.3': - resolution: {integrity: sha512-/u0nCz2AY+RXB4HUdw3Y7C/ZiierPPmUuWR/nDPCylHwllVdMKpi6PPtKvfzgM5ZvaISzDghTVykOVjU7obMhg==} + '@angular/localize@22.1.4': + resolution: {integrity: sha512-U9Kq6b/JuSQBEmkpwlspbPHb5/Z2ZOEOBbgeZWOytmAud2FIYR9kW6mcyXbYNRbB4Jnv3GzNrP8avbCMG984PQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler': 22.1.3 - '@angular/compiler-cli': 22.1.3 + '@angular/compiler': 22.1.4 + '@angular/compiler-cli': 22.1.4 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bcad06e14cb29b52b0856020af5e2ab868075602': - resolution: {gitHosted: true, 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, 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.1.3': - resolution: {integrity: sha512-dXI8U7C4QZOvWIA2VWPFjGQjJ6ceHlYRkShdvaluKmml6CxxPPvirjwQGj+G/syfAaArSzLijK4hM9xDuMo41w==} + '@angular/platform-browser-dynamic@22.1.4': + resolution: {integrity: sha512-gtaQ05csHot468owe3AOXJYd2/VPlIQFr3tyXV8O2vhkfTokAyynpaMLc2q7EWbrDDuMvzETR2sBKBhgqIul+A==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} deprecated: '@angular/platform-browser-dynamic is deprecated. Use `@angular/platform-browser` instead.' peerDependencies: - '@angular/common': 22.1.3 - '@angular/compiler': 22.1.3 - '@angular/core': 22.1.3 - '@angular/platform-browser': 22.1.3 + '@angular/common': 22.1.4 + '@angular/compiler': 22.1.4 + '@angular/core': 22.1.4 + '@angular/platform-browser': 22.1.4 - '@angular/platform-browser@22.1.3': - resolution: {integrity: sha512-A8McE6AclwZa2ese4jMfZZu+qZfBFQ4Hl6CaMpzJ1C6Vv6+sXkLu9pouTosJEsUE+etVdepDsqau90lhzgw3Eg==} + '@angular/platform-browser@22.1.4': + resolution: {integrity: sha512-zhEWnRShG6GjnEvCVROD68XfnrV6+HJ9bPjwZx4LsAz7spX823Nhiml8Uqpvijsa1w7UdWLU7nK/magr9IEMOQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/animations': 22.1.3 - '@angular/common': 22.1.3 - '@angular/core': 22.1.3 + '@angular/animations': 22.1.4 + '@angular/common': 22.1.4 + '@angular/core': 22.1.4 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@22.1.3': - resolution: {integrity: sha512-tzbMQSwHx2oIIjWQAgRunNNz3FW+AMYiUwVtdkKBXvPSp2d/ry+/6XO6fZ0BIi3ejhwtfIJL3GlOtmPMCHTkyw==} + '@angular/platform-server@22.1.4': + resolution: {integrity: sha512-ZhCIT+Iu2dpTOtM9BAy8jEt9yTMV2XpEZjh9wUM+/JGfkZfm9e12ZEx0n5VbAHJNnufw3qulEyfdF8yG19tN/g==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.1.3 - '@angular/compiler': 22.1.3 - '@angular/core': 22.1.3 - '@angular/platform-browser': 22.1.3 + '@angular/common': 22.1.4 + '@angular/compiler': 22.1.4 + '@angular/core': 22.1.4 + '@angular/platform-browser': 22.1.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@22.1.3': - resolution: {integrity: sha512-23owvZKCpdL7Yh3EzBj4OLf3x0z+jT9b57Qk96wdwI8Lsyf9L78/RJPYCutJ5r+zq3pFM/BHVKyd+2hkfH7N6Q==} + '@angular/router@22.1.4': + resolution: {integrity: sha512-vCwJLRnFBSRH5LxSF8OXKBhdmJ526hVGb/5sfeLTQW/oWCdcfXb2RvHfB077m5cdqKX9sBwFVlkJ8Z8kgx/pLQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.1.3 - '@angular/core': 22.1.3 - '@angular/platform-browser': 22.1.3 + '@angular/common': 22.1.4 + '@angular/core': 22.1.4 + '@angular/platform-browser': 22.1.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@22.1.5': - resolution: {integrity: sha512-mXREJv4RJECIPixU7LxlnXFAYqemhi67vzj/V6rCXra4cTk/tMP4aYMECtR9RYcSA8npd2ej4RhaBcgHvoNM4w==} + '@angular/ssr@22.1.6': + resolution: {integrity: sha512-MvSaCg2Kren50Ei8o98bDG4555aNAQdeP+PfamOyUPWx3LBdoW5LEhnOq7yxWDcuzyXIs/k0DjQnbojPH/75Uw==} peerDependencies: '@angular/common': ^22.0.0 '@angular/core': ^22.0.0 @@ -2773,8 +2773,8 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@22.1.5': - resolution: {integrity: sha512-R1ehKK+Qd7YGkxg6ezFtA+A1O+0WXE6Lfv/abUotWQFa8dEdLFLqKzc0vFj2fi7VwgtWsTBhmuf4NTNGewvjFQ==} + '@ngtools/webpack@22.1.6': + resolution: {integrity: sha512-TtRaHNESPQWdxeY+mbDrnXrKE1b2TwGE5joQqm/h0K8N4KNZNZOOvbKBGs19xra6zb+4R/kowB5TfjgTlTwagw==} 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'} deprecated: Angular's Webpack support is deprecated. Use the esbuild and Vite-based "@angular/build" package instead. peerDependencies: @@ -3646,8 +3646,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@22.1.5': - resolution: {integrity: sha512-3UXlO4YoGgQ6nEBbCTGRRHTfQuDcKgHbRaiivzSinHzOYigsskwvloMsa0LCBCO/3uJpDIjJIyTW0XKhDti0iA==} + '@schematics/angular@22.1.6': + resolution: {integrity: sha512-RiD4OZJ4yuaM1aXb3pt1gjDSWwkP0jrgiCuoaBls1eabcrDmlsNuQv0ekxbcGgCRPdSJvmHRZIHHmFPzei8w3Q==} 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': @@ -9815,21 +9815,21 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2201.5(chokidar@5.0.0)': + '@angular-devkit/architect@0.2201.6(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.1.5(chokidar@5.0.0) + '@angular-devkit/core': 22.1.6(chokidar@5.0.0) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@22.1.5(f25dcff4bc79678c6dc03b6cd7e5f5a6)': + '@angular-devkit/build-angular@22.1.6(a6bc3abec479d98344dd820b79ef4602)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2201.5(chokidar@5.0.0) - '@angular-devkit/build-webpack': 0.2201.5(chokidar@5.0.0)(webpack-dev-server@5.2.6(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)) - '@angular-devkit/core': 22.1.5(chokidar@5.0.0) - '@angular/build': 22.1.5(8ec008fe33b197d9db54c57934129dd3) - '@angular/compiler-cli': 22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2) + '@angular-devkit/architect': 0.2201.6(chokidar@5.0.0) + '@angular-devkit/build-webpack': 0.2201.6(chokidar@5.0.0)(webpack-dev-server@5.2.6(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)) + '@angular-devkit/core': 22.1.6(chokidar@5.0.0) + '@angular/build': 22.1.6(d511481e0da3c6ae9abfe406eb7bdf7b) + '@angular/compiler-cli': 22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2) '@babel/core': 8.0.1 '@babel/generator': 8.0.0 '@babel/helper-annotate-as-pure': 8.0.0 @@ -9840,7 +9840,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.1.5(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)) + '@ngtools/webpack': 22.1.6(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)) ansi-colors: 4.1.3 autoprefixer: 10.5.4(postcss@8.5.25) 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.25)(uglify-js@3.19.3)) @@ -9880,11 +9880,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.25)(uglify-js@3.19.3)) optionalDependencies: - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/localize': 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3) - '@angular/platform-browser': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@angular/platform-server': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3)(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) - '@angular/ssr': 22.1.5(926d4ca7fdb2cf7f18c7f1c61d79069a) + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/localize': 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.4) + '@angular/platform-browser': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@angular/platform-server': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.4)(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + '@angular/ssr': 22.1.6(8ed91195a806d36770e63556e971302e) 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) transitivePeerDependencies: @@ -9919,16 +9919,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2201.5(chokidar@5.0.0)(webpack-dev-server@5.2.6(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3))': + '@angular-devkit/build-webpack@0.2201.6(chokidar@5.0.0)(webpack-dev-server@5.2.6(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3))': dependencies: - '@angular-devkit/architect': 0.2201.5(chokidar@5.0.0) + '@angular-devkit/architect': 0.2201.6(chokidar@5.0.0) rxjs: 7.8.2 webpack: 5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3) webpack-dev-server: 5.2.6(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@22.1.5(chokidar@5.0.0)': + '@angular-devkit/core@22.1.6(chokidar@5.0.0)': dependencies: ajv: 8.20.0 ajv-formats: 3.0.1 @@ -9939,9 +9939,9 @@ snapshots: optionalDependencies: chokidar: 5.0.0 - '@angular-devkit/schematics@22.1.5(chokidar@5.0.0)': + '@angular-devkit/schematics@22.1.6(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.1.5(chokidar@5.0.0) + '@angular-devkit/core': 22.1.6(chokidar@5.0.0) jsonc-parser: 3.3.1 magic-string: 1.0.0 ora: 9.4.1 @@ -9949,12 +9949,12 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/build@22.1.5(8ec008fe33b197d9db54c57934129dd3)': + '@angular/build@22.1.6(d511481e0da3c6ae9abfe406eb7bdf7b)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2201.5(chokidar@5.0.0) - '@angular/compiler': 22.1.3 - '@angular/compiler-cli': 22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2) + '@angular-devkit/architect': 0.2201.6(chokidar@5.0.0) + '@angular/compiler': 22.1.4 + '@angular/compiler-cli': 22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2) '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 8.0.0 '@babel/helper-split-export-declaration': 7.24.7 @@ -9982,11 +9982,11 @@ snapshots: vite: 8.1.5(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.6.7)(sass@1.101.0)(terser@5.49.0)(tsx@4.23.12)(yaml@2.9.0) watchpack: 2.5.2 optionalDependencies: - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/localize': 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3) - '@angular/platform-browser': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@angular/platform-server': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3)(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) - '@angular/ssr': 22.1.5(926d4ca7fdb2cf7f18c7f1c61d79069a) + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/localize': 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.4) + '@angular/platform-browser': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@angular/platform-server': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.4)(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + '@angular/ssr': 22.1.6(8ed91195a806d36770e63556e971302e) 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) less: 4.6.7 @@ -10007,15 +10007,15 @@ snapshots: - tsx - yaml - '@angular/cli@22.1.5(@types/node@22.20.1)(chokidar@5.0.0)(supports-color@11.0.0)': + '@angular/cli@22.1.6(@types/node@22.20.1)(chokidar@5.0.0)(supports-color@11.0.0)': dependencies: - '@angular-devkit/architect': 0.2201.5(chokidar@5.0.0) - '@angular-devkit/core': 22.1.5(chokidar@5.0.0) - '@angular-devkit/schematics': 22.1.5(chokidar@5.0.0) + '@angular-devkit/architect': 0.2201.6(chokidar@5.0.0) + '@angular-devkit/core': 22.1.6(chokidar@5.0.0) + '@angular-devkit/schematics': 22.1.6(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) '@modelcontextprotocol/sdk': 1.30.0(supports-color@11.0.0) - '@schematics/angular': 22.1.5(chokidar@5.0.0) + '@schematics/angular': 22.1.6(chokidar@5.0.0) jsonc-parser: 3.3.1 listr2: 11.0.0 npm-package-arg: 14.0.0 @@ -10029,18 +10029,18 @@ snapshots: - chokidar - supports-color - '@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7)': + '@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7)': dependencies: - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2)) + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2)': + '@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2)': dependencies: - '@angular/compiler': 22.1.3 + '@angular/compiler': 22.1.4 '@babel/core': 8.0.1 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -10052,24 +10052,24 @@ snapshots: optionalDependencies: typescript: 6.0.2 - '@angular/compiler@22.1.3': + '@angular/compiler@22.1.4': dependencies: tslib: 2.8.1 - '@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)': + '@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 22.1.3 + '@angular/compiler': 22.1.4 zone.js: 0.16.2 - '@angular/forms@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': + '@angular/forms@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/platform-browser': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2)) + '@angular/common': 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/platform-browser': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2)) '@standard-schema/spec': 1.1.0 rxjs: 6.6.7 tslib: 2.8.1 @@ -10077,16 +10077,16 @@ snapshots: transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/localize@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3)': + '@angular/localize@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.4)': dependencies: - '@angular/compiler': 22.1.3 - '@angular/compiler-cli': 22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2) + '@angular/compiler': 22.1.4 + '@angular/compiler-cli': 22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2) '@babel/core': 8.0.1 - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.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) @@ -10146,55 +10146,55 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.1.3)(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))': + '@angular/platform-browser-dynamic@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.1.4)(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))': dependencies: - '@angular/common': 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/compiler': 22.1.3 - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/platform-browser': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)) + '@angular/common': 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/compiler': 22.1.4 + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/platform-browser': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)) tslib: 2.8.1 - '@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))': + '@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))': dependencies: - '@angular/common': 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2)) + '@angular/common': 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/platform-server@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3)(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': + '@angular/platform-server@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.4)(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/compiler': 22.1.3 - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/platform-browser': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2)) + '@angular/common': 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/compiler': 22.1.4 + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/platform-browser': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/router@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': + '@angular/router@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)': dependencies: - '@angular/common': 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/platform-browser': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)) - '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2)) + '@angular/common': 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/platform-browser': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)) + '@nginfra/angular-linking': 1.0.11(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - '@angular/ssr@22.1.5(926d4ca7fdb2cf7f18c7f1c61d79069a)': + '@angular/ssr@22.1.6(8ed91195a806d36770e63556e971302e)': dependencies: - '@angular/common': 22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) - '@angular/core': 22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2) - '@angular/router': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + '@angular/common': 22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7) + '@angular/core': 22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2) + '@angular/router': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/compiler@22.1.3)(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.3(@angular/common@22.1.3(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(@angular/core@22.1.3(@angular/compiler@22.1.3)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) + '@angular/platform-server': 22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/compiler@22.1.4)(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.1.4(@angular/common@22.1.4(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(@angular/core@22.1.4(@angular/compiler@22.1.4)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -12277,18 +12277,18 @@ snapshots: '@tybys/wasm-util': 0.10.3 optional: true - '@nginfra/angular-linking@1.0.11(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))': + '@nginfra/angular-linking@1.0.11(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))': dependencies: - '@angular/compiler-cli': 22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2) + '@angular/compiler-cli': 22.1.4(@angular/compiler@22.1.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.1.5(@angular/compiler-cli@22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3))': + '@ngtools/webpack@22.1.6(@angular/compiler-cli@22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3))': dependencies: - '@angular/compiler-cli': 22.1.3(@angular/compiler@22.1.3)(typescript@6.0.2) + '@angular/compiler-cli': 22.1.4(@angular/compiler@22.1.4)(typescript@6.0.2) typescript: 6.0.2 webpack: 5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3) @@ -12974,10 +12974,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.62.5': optional: true - '@schematics/angular@22.1.5(chokidar@5.0.0)': + '@schematics/angular@22.1.6(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 22.1.5(chokidar@5.0.0) - '@angular-devkit/schematics': 22.1.5(chokidar@5.0.0) + '@angular-devkit/core': 22.1.6(chokidar@5.0.0) + '@angular-devkit/schematics': 22.1.6(chokidar@5.0.0) jsonc-parser: 3.3.1 typescript: 6.0.2 transitivePeerDependencies: @@ -13701,9 +13701,9 @@ snapshots: domhandler: 5.0.3 htmlparser2: 10.1.0 picocolors: 1.1.1 - postcss: 8.5.25 + postcss: 8.5.26 postcss-media-query-parser: 0.2.3 - postcss-safe-parser: 7.0.1(postcss@8.5.25) + postcss-safe-parser: 7.0.1(postcss@8.5.26) before-after-hook@4.0.0: {} @@ -14315,12 +14315,12 @@ snapshots: css-loader@7.1.4(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.25)(uglify-js@3.19.3)): dependencies: - icss-utils: 5.1.0(postcss@8.5.25) - postcss: 8.5.25 - postcss-modules-extract-imports: 3.1.0(postcss@8.5.25) - postcss-modules-local-by-default: 4.2.0(postcss@8.5.25) - postcss-modules-scope: 3.2.1(postcss@8.5.25) - postcss-modules-values: 4.0.0(postcss@8.5.25) + icss-utils: 5.1.0(postcss@8.5.26) + postcss: 8.5.26 + postcss-modules-extract-imports: 3.1.0(postcss@8.5.26) + postcss-modules-local-by-default: 4.2.0(postcss@8.5.26) + postcss-modules-scope: 3.2.1(postcss@8.5.26) + postcss-modules-values: 4.0.0(postcss@8.5.26) postcss-value-parser: 4.2.0 semver: 7.8.5 optionalDependencies: @@ -15532,7 +15532,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 @@ -15948,9 +15948,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.5.25): + icss-utils@5.1.0(postcss@8.5.26): dependencies: - postcss: 8.5.25 + postcss: 8.5.26 idb@7.1.1: {} @@ -17758,26 +17758,26 @@ snapshots: postcss-media-query-parser@0.2.3: {} - postcss-modules-extract-imports@3.1.0(postcss@8.5.25): + postcss-modules-extract-imports@3.1.0(postcss@8.5.26): dependencies: - postcss: 8.5.25 + postcss: 8.5.26 - postcss-modules-local-by-default@4.2.0(postcss@8.5.25): + postcss-modules-local-by-default@4.2.0(postcss@8.5.26): dependencies: - icss-utils: 5.1.0(postcss@8.5.25) - postcss: 8.5.25 + icss-utils: 5.1.0(postcss@8.5.26) + postcss: 8.5.26 postcss-selector-parser: 7.1.5 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.1(postcss@8.5.25): + postcss-modules-scope@3.2.1(postcss@8.5.26): dependencies: - postcss: 8.5.25 + postcss: 8.5.26 postcss-selector-parser: 7.1.5 - postcss-modules-values@4.0.0(postcss@8.5.25): + postcss-modules-values@4.0.0(postcss@8.5.26): dependencies: - icss-utils: 5.1.0(postcss@8.5.25) - postcss: 8.5.25 + icss-utils: 5.1.0(postcss@8.5.26) + postcss: 8.5.26 postcss-resolve-nested-selector@0.1.6: {} @@ -17785,9 +17785,9 @@ snapshots: dependencies: postcss: 8.5.26 - postcss-safe-parser@7.0.1(postcss@8.5.25): + postcss-safe-parser@7.0.1(postcss@8.5.26): dependencies: - postcss: 8.5.25 + postcss: 8.5.26 postcss-scss@4.0.9(postcss@8.5.26): dependencies: @@ -18187,7 +18187,7 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.5.25 + postcss: 8.5.26 source-map: 0.6.1 resolve@1.1.7: {} @@ -19568,7 +19568,7 @@ snapshots: dependencies: lightningcss: 1.33.0 picomatch: 4.0.5 - postcss: 8.5.25 + postcss: 8.5.26 rolldown: 1.1.5 tinyglobby: 0.2.17 optionalDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index cf220bd092ca..7b4537e5c854 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -18,23 +18,23 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 22.1.5 - '@angular-devkit/core': 22.1.5 - '@angular-devkit/schematics': 22.1.5 - '@angular/build': 22.1.5 - '@angular/cli': 22.1.5 - '@angular/common': 22.1.3 - '@angular/compiler-cli': 22.1.3 - '@angular/compiler': 22.1.3 - '@angular/core': 22.1.3 - '@angular/ssr': 22.1.5 - '@angular/forms': 22.1.3 - '@angular/localize': 22.1.3 - '@angular/platform-browser': 22.1.3 - '@angular/platform-browser-dynamic': 22.1.3 - '@angular/platform-server': 22.1.3 - '@angular/router': 22.1.3 - '@schematics/angular': 22.1.5 + '@angular-devkit/build-angular': 22.1.6 + '@angular-devkit/core': 22.1.6 + '@angular-devkit/schematics': 22.1.6 + '@angular/build': 22.1.6 + '@angular/cli': 22.1.6 + '@angular/common': 22.1.4 + '@angular/compiler-cli': 22.1.4 + '@angular/compiler': 22.1.4 + '@angular/core': 22.1.4 + '@angular/ssr': 22.1.6 + '@angular/forms': 22.1.4 + '@angular/localize': 22.1.4 + '@angular/platform-browser': 22.1.4 + '@angular/platform-browser-dynamic': 22.1.4 + '@angular/platform-server': 22.1.4 + '@angular/router': 22.1.4 + '@schematics/angular': 22.1.6 'rxjs': ^6.6.7 # The minimum age of a release to be considered for dependency installation.