From d9aed41c9276d3b863adb9476f2ceb4f72f79002 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 24 Sep 2026 12:42:57 +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.yml | 52 ++--- .github/workflows/dev-infra.yml | 6 +- .github/workflows/perf.yml | 6 +- .github/workflows/pr.yml | 44 ++-- MODULE.bazel | 6 +- modules/testing/builder/package.json | 2 +- package.json | 2 +- packages/angular/build/package.json | 2 +- .../angular_devkit/build_angular/package.json | 2 +- pnpm-lock.yaml | 215 ++++++++++-------- tests/e2e/ng-snapshot/package.json | 32 +-- 12 files changed, 198 insertions(+), 173 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index d96db1e3d645..715bb9bf0c56 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@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + - uses: angular/dev-infra/github-actions/branch-manager@a948cdfda182b725e3abad445b2e6264508db3ed # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bc5ede289ce..a8dffcf5aac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Generate JSON schema types @@ -44,11 +44,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -84,13 +84,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -100,11 +100,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -137,7 +137,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -164,13 +164,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -188,13 +188,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -208,13 +208,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Start Sauce Connect @@ -245,11 +245,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - run: pnpm admin snapshots --verbose env: SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 0f4aea85fdb0..7ac22449d1f1 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@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + - uses: angular/dev-infra/github-actions/labeling/pull-request@a948cdfda182b725e3abad445b2e6264508db3ed # 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@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + - uses: angular/dev-infra/github-actions/post-approval-changes@a948cdfda182b725e3abad445b2e6264508db3ed # 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@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + - uses: angular/dev-infra/github-actions/labeling/issue@a948cdfda182b725e3abad445b2e6264508db3ed # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index a3170cf0add5..4ebe4ce4c1bd 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -22,7 +22,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - id: workflows @@ -40,9 +40,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile # We utilize the google-github-actions/auth action to allow us to get an active credential using workflow diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5d86977c77a4..ae130af4ec3d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,9 +34,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup ESLint Caching uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: @@ -66,17 +66,17 @@ jobs: # it has been merged. 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@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/linting/licenses@a948cdfda182b725e3abad445b2e6264508db3ed # main build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -114,13 +114,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -156,7 +156,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -183,13 +183,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -205,12 +205,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/setup@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bf1d18837b5aaed70cf858ecd177583bf320be50 # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@a948cdfda182b725e3abad445b2e6264508db3ed # main - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/MODULE.bazel b/MODULE.bazel index 5e0096477618..53a88fa03302 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -19,21 +19,21 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4") bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "6468bfd6c2f90b7a025d86273b070d0dd0a443db", + commit = "c40fd63ad915b6c159a7eba93079757024ad2844", remote = "https://github.com/angular/rules_angular.git", ) bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "bf1d18837b5aaed70cf858ecd177583bf320be50", + commit = "a948cdfda182b725e3abad445b2e6264508db3ed", remote = "https://github.com/angular/dev-infra.git", ) bazel_dep(name = "rules_browsers") git_override( module_name = "rules_browsers", - commit = "ba55f13997d951c9ac02192cf6d1cadad03c1237", + commit = "a73e3fb4819202ed84bad97e19039e7591b7e87a", remote = "https://github.com/angular/rules_browsers.git", ) diff --git a/modules/testing/builder/package.json b/modules/testing/builder/package.json index d76148352027..f576c6875289 100644 --- a/modules/testing/builder/package.json +++ b/modules/testing/builder/package.json @@ -8,7 +8,7 @@ "browser-sync": "3.0.4", "istanbul-lib-instrument": "6.0.3", "jsdom": "30.0.1", - "ng-packagr": "22.2.0-rc.0", + "ng-packagr": "22.3.0-next.1", "rxjs": "7.8.2", "vitest": "5.0.1" } diff --git a/package.json b/package.json index 3cf313dbfe2f..835bfa5ecdd3 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "22.2.0-rc.0", "@angular/localize": "22.2.0-rc.0", "@angular/material": "22.2.0-rc.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#90a76327155df50e90a41fe76aed67b98a9cf954", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#df3931fca45cce0a2fa74c9ccc5876c571ef8406", "@angular/platform-browser": "22.2.0-rc.0", "@angular/platform-server": "22.2.0-rc.0", "@angular/router": "22.2.0-rc.0", diff --git a/packages/angular/build/package.json b/packages/angular/build/package.json index 9e0b0b7c4ff1..9a7908005064 100644 --- a/packages/angular/build/package.json +++ b/packages/angular/build/package.json @@ -57,7 +57,7 @@ "istanbul-lib-instrument": "6.0.3", "jsdom": "30.0.1", "less": "4.9.1", - "ng-packagr": "22.2.0-rc.0", + "ng-packagr": "22.3.0-next.1", "postcss": "8.5.28", "rollup": "4.63.3", "rxjs": "7.8.2", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index fe24d7a53284..9e8de726b3c9 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -66,7 +66,7 @@ "devDependencies": { "@angular/ssr": "workspace:*", "browser-sync": "3.0.4", - "ng-packagr": "22.2.0-rc.0", + "ng-packagr": "22.3.0-next.1", "sass": "1.104.1", "undici": "8.10.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9bd424b55840..2837e5199bd2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -208,8 +208,8 @@ importers: specifier: 22.2.0-rc.0 version: 22.2.0-rc.0(25ddf4063a130bbf19862bd16a6ab5d4) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#90a76327155df50e90a41fe76aed67b98a9cf954 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/90a76327155df50e90a41fe76aed67b98a9cf954 + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#df3931fca45cce0a2fa74c9ccc5876c571ef8406 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/df3931fca45cce0a2fa74c9ccc5876c571ef8406 '@angular/platform-browser': specifier: 22.2.0-rc.0 version: 22.2.0-rc.0(@angular/animations@22.2.0-rc.0(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-rc.0(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.3)) @@ -463,8 +463,8 @@ importers: specifier: 30.0.1 version: 30.0.1(@noble/hashes@1.8.0) ng-packagr: - specifier: 22.2.0-rc.0 - version: 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) + specifier: 22.3.0-next.1 + version: 22.3.0-next.1(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) rxjs: specifier: 7.8.2 version: 7.8.2 @@ -578,8 +578,8 @@ importers: specifier: 4.9.1 version: 4.9.1(supports-color@11.0.0) ng-packagr: - specifier: 22.2.0-rc.0 - version: 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) + specifier: 22.3.0-next.1 + version: 22.3.0-next.1(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) postcss: specifier: 8.5.28 version: 8.5.28 @@ -848,10 +848,10 @@ importers: version: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) webpack-dev-middleware: specifier: 8.3.0 - version: 8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(uglify-js@3.19.3)) + version: 8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) webpack-dev-server: specifier: 6.0.0 - version: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(uglify-js@3.19.3)) + version: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) webpack-merge: specifier: 6.0.1 version: 6.0.1 @@ -866,8 +866,8 @@ importers: specifier: 3.0.4 version: 3.0.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6) ng-packagr: - specifier: 22.2.0-rc.0 - version: 22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) + specifier: 22.3.0-next.1 + version: 22.3.0-next.1(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) sass: specifier: 1.104.1 version: 1.104.1 @@ -899,7 +899,7 @@ importers: version: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) webpack-dev-server: specifier: 6.0.0 - version: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(uglify-js@3.19.3)) + version: 6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) packages/angular_devkit/core: dependencies: @@ -1103,9 +1103,9 @@ packages: '@angular/platform-browser': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/90a76327155df50e90a41fe76aed67b98a9cf954': - resolution: {gitHosted: true, integrity: sha512-VmtUf+oZIHjATMGTjURjB3gJJ72gPo4nCDWEDUtW3MqgLPl088ISDgnV9CPXEt62EbByn9+0vVULCCk4p8YcVg==, tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/90a76327155df50e90a41fe76aed67b98a9cf954} - version: 0.0.0-20b69d39859eae19d7ac04b6f1902f73286f7686 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/df3931fca45cce0a2fa74c9ccc5876c571ef8406': + resolution: {gitHosted: true, integrity: sha512-tyRa8ookiGkLtXBEOK9KSOkp+OgCOKhK7WW0Sv9RYeZZ0fqQHZrYvW+M9v2xBE3TNi/rD3iHXqkH6I5prls10Q==, tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/df3931fca45cce0a2fa74c9ccc5876c571ef8406} + version: 0.0.0-a98a0a6d48067af7768f4dded0c4f159af687e2b hasBin: true '@angular/platform-browser@22.2.0-rc.0': @@ -2283,8 +2283,8 @@ packages: resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} engines: {node: '>=18'} - '@google/genai@2.22.0': - resolution: {integrity: sha512-NE90Nl0AP75YZ2tGxXjQQs6Gkunma7a1JmPCx5g5CxvjHXshmuI2aNoPJ1xLrRixjkNxog898oylM+MyNudUQw==} + '@google/genai@2.24.0': + resolution: {integrity: sha512-bIu5eoxF1AaPWs9ivmUJGp1RpDHyapoODvWvnkzRDx2CTIW6UJXFhDdjj0BlRve3ZHMMuEkQBVrA/ALqpW4apA==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.25.2 @@ -3715,8 +3715,8 @@ packages: '@types/node@22.20.4': resolution: {integrity: sha512-zJRE40jpHtKqE/C4fgHrAKQLJuSpzEnP9ff9Y7YtoR3Wd2pwqzlekDeEuUQXjRd+QCYnVnNwuJYmhdk9XV8gvA==} - '@types/node@24.13.5': - resolution: {integrity: sha512-TXyindR+lBr22aJIdMQzCFHPHR6cR4js838mRDCSz5hOKWZvZwsXSSiXDmjRj4iJmgl+sR9O+1mkoVBSMadNug==} + '@types/node@24.13.6': + resolution: {integrity: sha512-SGrw/h3KPFshy3OE6ZL53LMBG5vGQQ8/gIpiqz/kRZhPJ7HgwCEs8LBuNtWLa8dvGZVpSF7+Bf+c11HUrCb/yg==} '@types/npm-package-arg@6.1.4': resolution: {integrity: sha512-vDgdbMy2QXHnAruzlv68pUtXCjmqUk3WrBAsRboRovsOmxbfn/WiYCjmecyKjGztnMps5dWp4Uq2prp+Ilo17Q==} @@ -6730,12 +6730,12 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - ng-packagr@22.2.0-rc.0: - resolution: {integrity: sha512-l91WqbCFBKpVmDwW/rttDNe6kpRjsIlHnUf55YTH5JqN0Q7uVGBy6QbRUV2S+4/StyFqc+keOAtVPJUdO2bvxw==} + ng-packagr@22.3.0-next.1: + resolution: {integrity: sha512-vzf/MorcWgxDt4thjL01COSRGYCBBH/GBFChTIaaHE1xorhcCtt9o9JJiX5L2BcLvQbMndb+MMk3TPGzWdoJ+g==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler-cli': ^22.2.0-next + '@angular/compiler-cli': ^22.0.0 || ^22.2.0-next || ^22.3.0-next tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 typescript: '>=6.0 <6.1' @@ -8072,6 +8072,11 @@ packages: engines: {node: '>=18.0.0'} hasBin: true + tsx@4.23.15: + resolution: {integrity: sha512-Yiex1Ovn8z2xPpOWckIiysV1SSyRMY9BkLF++q0yKiDxCqRhosKfMg3janKkiLBwZ5c/YryloKwGZcrEmtwxKw==} + engines: {node: '>=18.0.0'} + hasBin: true + tsyringe@4.10.0: resolution: {integrity: sha512-axr3IdNuVIxnaK5XGEUFTu3YmAQ6lllgrvqfEoR16g/HGnYY/6We4oWENtAnzK6/LpJ2ur9PAb80RBt7/U4ugw==} engines: {node: '>= 6.0.0'} @@ -8602,6 +8607,10 @@ packages: resolution: {integrity: sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==} engines: {node: ^20.19.0 || ^22.12.0 || >=23} + yargs@18.2.0: + resolution: {integrity: sha512-9OpKOLeaoNFecEp7P6iYbzze/5CqWoH7N3SMs/6y1XF4nMvFMspEGZzJ6uFi9MmQwXhyzqYoSEKO3tvA3Z/o2w==} + engines: {node: ^20.19.0 || ^22.12.0 || >=23} + yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} @@ -8726,14 +8735,14 @@ snapshots: rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/90a76327155df50e90a41fe76aed67b98a9cf954': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/df3931fca45cce0a2fa74c9ccc5876c571ef8406': 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) '@google-cloud/spanner': 8.0.0(supports-color@11.0.0) - '@google/genai': 2.22.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6) - '@inquirer/prompts': 8.7.2(@types/node@24.13.5) - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@google/genai': 2.24.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6) + '@inquirer/prompts': 8.7.2(@types/node@24.13.6) + '@inquirer/type': 4.1.1(@types/node@24.13.6) '@octokit/auth-app': 8.3.1 '@octokit/core': 7.0.8 '@octokit/graphql': 9.0.5 @@ -8749,7 +8758,7 @@ snapshots: '@types/events': 3.0.3 '@types/folder-hash': 4.0.4 '@types/jasmine': 6.0.0 - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@types/semver': 7.8.0 '@types/which': 3.0.4 '@types/yargs': 17.0.35 @@ -8773,13 +8782,13 @@ snapshots: nock: 14.0.17 semver: 7.8.5 supports-color: 11.0.0 - tsx: 4.23.13 + tsx: 4.23.15 typed-graphqlify: 3.1.6 typescript: 6.0.3 utf-8-validate: 6.0.6 which: 7.0.0 yaml: 2.9.1 - yargs: 18.1.0 + yargs: 18.2.0 zod: 4.6.5 transitivePeerDependencies: - '@modelcontextprotocol/sdk' @@ -10131,7 +10140,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@2.22.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)': + '@google/genai@2.24.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)': dependencies: google-auth-library: 10.9.1(supports-color@11.0.0) p-retry: 4.6.2 @@ -10196,14 +10205,14 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/checkbox@5.2.5(@types/node@24.13.5)': + '@inquirer/checkbox@5.2.5(@types/node@24.13.6)': dependencies: '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/confirm@6.3.2(@types/node@22.20.4)': dependencies: @@ -10212,12 +10221,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/confirm@6.3.2(@types/node@24.13.5)': + '@inquirer/confirm@6.3.2(@types/node@24.13.6)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.5) - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/core@12.0.3(@types/node@22.20.4)': dependencies: @@ -10231,17 +10240,17 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/core@12.0.3(@types/node@24.13.5)': + '@inquirer/core@12.0.3(@types/node@24.13.6)': dependencies: '@inquirer/ansi': 2.0.8 '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.6) cli-width: 4.1.0 fast-wrap-ansi: 0.2.2 mute-stream: 3.0.0 signal-exit: 4.1.0 optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/editor@5.3.3(@types/node@22.20.4)': dependencies: @@ -10251,13 +10260,13 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/editor@5.3.3(@types/node@24.13.5)': + '@inquirer/editor@5.3.3(@types/node@24.13.6)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.5) - '@inquirer/external-editor': 3.0.5(@types/node@24.13.5) - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) + '@inquirer/external-editor': 3.0.5(@types/node@24.13.6) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/expand@5.1.5(@types/node@22.20.4)': dependencies: @@ -10266,12 +10275,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/expand@5.1.5(@types/node@24.13.5)': + '@inquirer/expand@5.1.5(@types/node@24.13.6)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.5) - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/external-editor@3.0.5(@types/node@22.20.4)': dependencies: @@ -10280,12 +10289,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/external-editor@3.0.5(@types/node@24.13.5)': + '@inquirer/external-editor@3.0.5(@types/node@24.13.6)': dependencies: chardet: 2.2.0 iconv-lite: 0.7.3 optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/figures@2.0.9': {} @@ -10296,12 +10305,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/input@5.1.6(@types/node@24.13.5)': + '@inquirer/input@5.1.6(@types/node@24.13.6)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.5) - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/number@4.2.3(@types/node@22.20.4)': dependencies: @@ -10310,12 +10319,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/number@4.2.3(@types/node@24.13.5)': + '@inquirer/number@4.2.3(@types/node@24.13.6)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.5) - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/password@5.2.2(@types/node@22.20.4)': dependencies: @@ -10325,13 +10334,13 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/password@5.2.2(@types/node@24.13.5)': + '@inquirer/password@5.2.2(@types/node@24.13.6)': dependencies: '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.3(@types/node@24.13.5) - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/prompts@8.7.2(@types/node@22.20.4)': dependencies: @@ -10348,20 +10357,20 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/prompts@8.7.2(@types/node@24.13.5)': - dependencies: - '@inquirer/checkbox': 5.2.5(@types/node@24.13.5) - '@inquirer/confirm': 6.3.2(@types/node@24.13.5) - '@inquirer/editor': 5.3.3(@types/node@24.13.5) - '@inquirer/expand': 5.1.5(@types/node@24.13.5) - '@inquirer/input': 5.1.6(@types/node@24.13.5) - '@inquirer/number': 4.2.3(@types/node@24.13.5) - '@inquirer/password': 5.2.2(@types/node@24.13.5) - '@inquirer/rawlist': 5.3.5(@types/node@24.13.5) - '@inquirer/search': 4.3.3(@types/node@24.13.5) - '@inquirer/select': 5.2.5(@types/node@24.13.5) + '@inquirer/prompts@8.7.2(@types/node@24.13.6)': + dependencies: + '@inquirer/checkbox': 5.2.5(@types/node@24.13.6) + '@inquirer/confirm': 6.3.2(@types/node@24.13.6) + '@inquirer/editor': 5.3.3(@types/node@24.13.6) + '@inquirer/expand': 5.1.5(@types/node@24.13.6) + '@inquirer/input': 5.1.6(@types/node@24.13.6) + '@inquirer/number': 4.2.3(@types/node@24.13.6) + '@inquirer/password': 5.2.2(@types/node@24.13.6) + '@inquirer/rawlist': 5.3.5(@types/node@24.13.6) + '@inquirer/search': 4.3.3(@types/node@24.13.6) + '@inquirer/select': 5.2.5(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/rawlist@5.3.5(@types/node@22.20.4)': dependencies: @@ -10370,12 +10379,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/rawlist@5.3.5(@types/node@24.13.5)': + '@inquirer/rawlist@5.3.5(@types/node@24.13.6)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.5) - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/search@4.3.3(@types/node@22.20.4)': dependencies: @@ -10385,13 +10394,13 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/search@4.3.3(@types/node@24.13.5)': + '@inquirer/search@4.3.3(@types/node@24.13.6)': dependencies: - '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/select@5.2.5(@types/node@22.20.4)': dependencies: @@ -10402,22 +10411,22 @@ snapshots: optionalDependencies: '@types/node': 22.20.4 - '@inquirer/select@5.2.5(@types/node@24.13.5)': + '@inquirer/select@5.2.5(@types/node@24.13.6)': dependencies: '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.3(@types/node@24.13.5) + '@inquirer/core': 12.0.3(@types/node@24.13.6) '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.5) + '@inquirer/type': 4.1.1(@types/node@24.13.6) optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@inquirer/type@4.1.1(@types/node@22.20.4)': optionalDependencies: '@types/node': 22.20.4 - '@inquirer/type@4.1.1(@types/node@24.13.5)': + '@inquirer/type@4.1.1(@types/node@24.13.6)': optionalDependencies: - '@types/node': 24.13.5 + '@types/node': 24.13.6 '@isaacs/cliui@8.0.2': dependencies: @@ -11500,7 +11509,7 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.13.5': + '@types/node@24.13.6': dependencies: undici-types: 7.18.2 @@ -14907,7 +14916,7 @@ snapshots: neo-async@2.6.2: {} - ng-packagr@22.2.0-rc.0(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3): + ng-packagr@22.3.0-next.1(@angular/compiler-cli@22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3): dependencies: '@ampproject/remapping': 2.3.0 '@angular/compiler-cli': 22.2.0-rc.0(@angular/compiler@22.2.0-rc.0)(typescript@6.0.3) @@ -16455,6 +16464,13 @@ snapshots: esbuild: 0.28.2 optionalDependencies: fsevents: 2.3.3 + optional: true + + tsx@4.23.15: + dependencies: + esbuild: 0.28.2 + optionalDependencies: + fsevents: 2.3.3 tsyringe@4.10.0: dependencies: @@ -16757,7 +16773,7 @@ snapshots: webidl-conversions@8.0.1: {} - webpack-dev-middleware@8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(uglify-js@3.19.3)): + webpack-dev-middleware@8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: ansi-html-community: 0.0.8 memfs: 4.78.1 @@ -16767,7 +16783,7 @@ snapshots: optionalDependencies: webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) - webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(uglify-js@3.19.3)): + webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -16792,7 +16808,7 @@ snapshots: selfsigned: 5.5.0 serve-index: 1.9.2(supports-color@11.0.0) tinyglobby: 0.2.17 - webpack-dev-middleware: 8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(uglify-js@3.19.3)) + webpack-dev-middleware: 8.3.0(webpack@5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3)) ws: 8.21.3(bufferutil@4.1.0)(utf-8-validate@6.0.6) optionalDependencies: webpack: 5.111.0(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.28)(uglify-js@3.19.3) @@ -17034,6 +17050,15 @@ snapshots: y18n: 5.0.8 yargs-parser: 22.0.0 + yargs@18.2.0: + dependencies: + cliui: 9.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + string-width: 8.2.2 + y18n: 5.0.8 + yargs-parser: 22.0.0 + yocto-queue@0.1.0: {} yoctocolors@2.2.0: {} diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 09c58bceafaf..94cfc59a8fbc 100644 --- a/tests/e2e/ng-snapshot/package.json +++ b/tests/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#3629fd701ede78443109c1b3f8859df7210590fa", - "@angular/cdk": "github:angular/cdk-builds#1ce55365568b0b1be4d17e9040d5d846f7b414d8", - "@angular/common": "github:angular/common-builds#9cc550da9cb1ddab14909300c6743c372890f7de", - "@angular/compiler": "github:angular/compiler-builds#3374daba464eaff8c9b7b6a5cbc4aafcf90f0f0d", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#7ebc08586fd5efc81b876f37925e77ac35a8a085", - "@angular/core": "github:angular/core-builds#85e3d69306a27133011cc04abfe9c41f0de29cab", - "@angular/forms": "github:angular/forms-builds#3be01184155b0da47be9a7f412be3084743dbc81", - "@angular/language-service": "github:angular/language-service-builds#4f7fd2efabf368003ebd80570325d5d66de04ad3", - "@angular/localize": "github:angular/localize-builds#a5fe9a09abef68f8f097f0a25b5b848000d01583", - "@angular/material": "github:angular/material-builds#ddde2cfce1af33b5274b93d5d7d542bdc6bca22c", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#174487e1cd9237dbf14cbdfea84bb5a08562b2be", - "@angular/platform-browser": "github:angular/platform-browser-builds#a654af512152687b53db07d42cfbf579e6d78577", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f13404dd1ab7b165d23aa9878dc9ceb35e4633c7", - "@angular/platform-server": "github:angular/platform-server-builds#7458cac7beb0e0ce9e20302e53ad536071642b60", - "@angular/router": "github:angular/router-builds#ab7a8c986d9ad71b55decd76fedfd4e1e3e0649e", - "@angular/service-worker": "github:angular/service-worker-builds#3e63f2bf5ab32dd3763508f08786fa72a3c04eee" + "@angular/animations": "github:angular/animations-builds#2f24800116a9ec7c753415e37168e35db0631128", + "@angular/cdk": "github:angular/cdk-builds#2d281bf4a19f9d7288d049bb25e5c3dda33b9e29", + "@angular/common": "github:angular/common-builds#e4cfaccc87a81e99295cfc87d049d6a5bd54b4fe", + "@angular/compiler": "github:angular/compiler-builds#e0e3723c18c2f37ea7dc4a19982e2dd354764f98", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#de7a4f7a4ab751a672dce79aea28cde0bb127bb6", + "@angular/core": "github:angular/core-builds#d5e356996b818ced8c110e9244c6462cb76a4da8", + "@angular/forms": "github:angular/forms-builds#bde1c2c065f5bc59ff64d036047939890a12f649", + "@angular/language-service": "github:angular/language-service-builds#1ed23868f96b217c9cafbe7149879f1d8462ecca", + "@angular/localize": "github:angular/localize-builds#553ddb1954599093f9aebe6bc7b9fb0e4055cc52", + "@angular/material": "github:angular/material-builds#7e6bb5409fafc31357ad8339d66204e2fe878b0c", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#190ee1896b13c29b3b8b766e6d34dfecd814894c", + "@angular/platform-browser": "github:angular/platform-browser-builds#0e587a01536a951c6bcde751743cddc78ce59c6b", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#c6636d91276dbed9471edacd722707cab9bb382d", + "@angular/platform-server": "github:angular/platform-server-builds#4192fd34b84a67928582a19bdcace46dceafdb2c", + "@angular/router": "github:angular/router-builds#68b2c79d788e7b1a94caf206ce763c21a941816c", + "@angular/service-worker": "github:angular/service-worker-builds#902a33b18e039a66f89f42636020a2e654dfdf13" } }