build: update cross-repo angular dependencies (#63151)

See associated pull request for more information.

PR Close #63151
This commit is contained in:
Angular Robot
2025-08-14 14:09:16 +00:00
committed by Kristiyan Kostadinov
parent e159ab1ee3
commit e607d4db2b
16 changed files with 91 additions and 91 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ runs:
using: 'composite'
steps:
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/saucelabs@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Starting Saucelabs tunnel service
shell: bash
run: ./tools/saucelabs/sauce-service.sh run &
+4 -4
View File
@@ -21,16 +21,16 @@ jobs:
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build adev to ensure it continues to work
run: pnpm bazel build //adev:build --full_build_adev --config=release
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@eb1df17125c319a766b9a2fe249d7219c374b647
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
workflow-artifact-name: 'adev-preview'
pull-number: '${{github.event.pull_request.number}}'
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@eb1df17125c319a766b9a2fe249d7219c374b647
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
@@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@eb1df17125c319a766b9a2fe249d7219c374b647
- uses: angular/dev-infra/github-actions/branch-manager@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
- uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
bazelrc: ./.bazelrc.user
+22 -22
View File
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Install node modules
@@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -68,13 +68,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -86,13 +86,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -105,11 +105,11 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -124,13 +124,13 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -142,7 +142,7 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
node-module-directories: |
@@ -150,9 +150,9 @@ jobs:
./packages/zone.js/node_modules
./packages/zone.js/test/typings/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -204,11 +204,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build adev to ensure it continues to work
+2 -2
View File
@@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: angular/dev-infra/github-actions/pull-request-labeling@eb1df17125c319a766b9a2fe249d7219c374b647
- uses: angular/dev-infra/github-actions/pull-request-labeling@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: angular/dev-infra/github-actions/post-approval-changes@eb1df17125c319a766b9a2fe249d7219c374b647
- uses: angular/dev-infra/github-actions/post-approval-changes@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: angular/dev-infra/github-actions/google-internal-tests@eb1df17125c319a766b9a2fe249d7219c374b647
- uses: angular/dev-infra/github-actions/google-internal-tests@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
+4 -4
View File
@@ -13,17 +13,17 @@ jobs:
JOBS: 2
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/saucelabs@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Set up Sauce Tunnel Daemon
run: pnpm bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
env:
+1 -1
View File
@@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@eb1df17125c319a766b9a2fe249d7219c374b647
- uses: angular/dev-infra/github-actions/unified-status-check@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+3 -3
View File
@@ -21,7 +21,7 @@ jobs:
workflows: ${{ steps.workflows.outputs.workflows }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- id: workflows
@@ -36,9 +36,9 @@ jobs:
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- 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
+17 -17
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Install node modules
@@ -39,7 +39,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@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/linting/licenses@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
@@ -47,13 +47,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run unit tests
@@ -72,13 +72,13 @@ jobs:
runs-on: ubuntu-latest-8core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run CI tests for framework
@@ -98,13 +98,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run integration CI tests for framework
@@ -115,11 +115,11 @@ jobs:
labels: ubuntu-latest-8core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run tests
@@ -132,7 +132,7 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a
with:
cache-node-modules: true
node-module-directories: |
@@ -140,9 +140,9 @@ jobs:
./packages/zone.js/node_modules
./packages/zone.js/test/typings/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@eb1df17125c319a766b9a2fe249d7219c374b647
uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a
- name: Install node modules
run: pnpm install --frozen-lockfile
- run: |
+1 -1
View File
@@ -166,7 +166,7 @@ http_archive(
git_repository(
name = "devinfra",
commit = "eb1df17125c319a766b9a2fe249d7219c374b647",
commit = "7a11f99c467ca5ae4411c27beeec4300e32b616a",
remote = "https://github.com/angular/dev-infra.git",
)
+2 -2
View File
@@ -3,7 +3,7 @@
"@angular-devkit/build-angular": "20.2.0-rc.0",
"@angular/animations": "workspace:*",
"@angular/build": "20.2.0-rc.0",
"@angular/cdk": "20.2.0-next.3",
"@angular/cdk": "20.2.0-rc.0",
"@angular/cli": "20.2.0-rc.0",
"@angular/common": "workspace:*",
"@angular/compiler-cli": "workspace:*",
@@ -11,7 +11,7 @@
"@angular/core": "workspace:*",
"@angular/docs": "workspace:*",
"@angular/forms": "workspace:*",
"@angular/material": "20.2.0-next.3",
"@angular/material": "20.2.0-rc.0",
"@angular/platform-browser": "workspace:*",
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
+3 -3
View File
@@ -54,7 +54,7 @@
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace: *",
"@angular/build": "20.2.0-rc.0",
"@angular/cdk": "20.2.0-next.3",
"@angular/cdk": "20.2.0-rc.0",
"@angular/cli": "20.2.0-rc.0",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
@@ -64,7 +64,7 @@
"@angular/forms": "workspace:*",
"@angular/language-service": "workspace: *",
"@angular/localize": "workspace: *",
"@angular/material": "20.2.0-next.3",
"@angular/material": "20.2.0-rc.0",
"@angular/platform-browser": "workspace:*",
"@angular/platform-browser-dynamic": "workspace:*",
"@angular/platform-server": "workspace:*",
@@ -167,7 +167,7 @@
"@actions/core": "^1.10.0",
"@actions/github": "^6.0.0",
"@angular-devkit/architect-cli": "0.2002.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f52c339c05652ba71d88a4c84f68179fb8493bbb",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
"@bazel/bazelisk": "^1.7.5",
+26 -26
View File
@@ -40,8 +40,8 @@ importers:
specifier: 20.2.0-rc.0
version: 20.2.0-rc.0(@angular/ssr@20.2.0-rc.0)(@types/node@18.19.121)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(bufferutil@4.0.9))(less@4.4.0)(postcss@8.5.6)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)
'@angular/cdk':
specifier: 20.2.0-next.3
version: 20.2.0-next.3(rxjs@7.8.2)
specifier: 20.2.0-rc.0
version: 20.2.0-rc.0(rxjs@7.8.2)
'@angular/cli':
specifier: 20.2.0-rc.0
version: 20.2.0-rc.0(@types/node@18.19.121)(chokidar@4.0.3)
@@ -70,8 +70,8 @@ importers:
specifier: 'workspace: *'
version: link:packages/localize
'@angular/material':
specifier: 20.2.0-next.3
version: 20.2.0-next.3(@angular/cdk@20.2.0-next.3(rxjs@7.8.2))(rxjs@7.8.2)
specifier: 20.2.0-rc.0
version: 20.2.0-rc.0(@angular/cdk@20.2.0-rc.0(rxjs@7.8.2))(rxjs@7.8.2)
'@angular/platform-browser':
specifier: workspace:*
version: link:packages/platform-browser
@@ -272,7 +272,7 @@ importers:
version: 0.1.1
ngx-progressbar:
specifier: ^14.0.0
version: 14.0.0(@angular/cdk@20.2.0-next.3(rxjs@7.8.2))(rxjs@7.8.2)
version: 14.0.0(@angular/cdk@20.2.0-rc.0(rxjs@7.8.2))(rxjs@7.8.2)
open-in-idx:
specifier: ^0.1.1
version: 0.1.1
@@ -371,8 +371,8 @@ importers:
specifier: 0.2002.0-rc.0
version: 0.2002.0-rc.0(chokidar@4.0.3)
'@angular/ng-dev':
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#f52c339c05652ba71d88a4c84f68179fb8493bbb
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f52c339c05652ba71d88a4c84f68179fb8493bbb(@modelcontextprotocol/sdk@1.17.2)
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787(@modelcontextprotocol/sdk@1.17.2)
'@babel/plugin-proposal-async-generator-functions':
specifier: 7.20.7
version: 7.20.7(@babel/core@7.28.0)
@@ -539,8 +539,8 @@ importers:
specifier: 20.2.0-rc.0
version: 20.2.0-rc.0(@angular/ssr@20.2.0-rc.0)(@types/node@24.1.0)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(bufferutil@4.0.9)(utf-8-validate@6.0.5))(less@4.4.0)(postcss@8.5.6)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)
'@angular/cdk':
specifier: 20.2.0-next.3
version: 20.2.0-next.3(rxjs@7.8.2)
specifier: 20.2.0-rc.0
version: 20.2.0-rc.0(rxjs@7.8.2)
'@angular/cli':
specifier: 20.2.0-rc.0
version: 20.2.0-rc.0(@types/node@24.1.0)(chokidar@4.0.3)
@@ -563,8 +563,8 @@ importers:
specifier: workspace:*
version: link:../packages/forms
'@angular/material':
specifier: 20.2.0-next.3
version: 20.2.0-next.3(@angular/cdk@20.2.0-next.3(rxjs@7.8.2))(rxjs@7.8.2)
specifier: 20.2.0-rc.0
version: 20.2.0-rc.0(@angular/cdk@20.2.0-rc.0(rxjs@7.8.2))(rxjs@7.8.2)
'@angular/platform-browser':
specifier: workspace:*
version: link:../packages/platform-browser
@@ -711,7 +711,7 @@ importers:
version: 11.9.0
ngx-progressbar:
specifier: 14.0.0
version: 14.0.0(@angular/cdk@20.2.0-next.3(rxjs@7.8.2))(rxjs@7.8.2)
version: 14.0.0(@angular/cdk@20.2.0-rc.0(rxjs@7.8.2))(rxjs@7.8.2)
open-in-idx:
specifier: 0.1.1
version: 0.1.1
@@ -1366,8 +1366,8 @@ packages:
vitest:
optional: true
'@angular/cdk@20.2.0-next.3':
resolution: {integrity: sha512-hNKVLAIlDh5H3QL0gNOJ6W5xxS9v5EDzyWI3eOe7ZnrUGmcEr9ViiDGrTEmu6aEMycXI1PUJ+jfoGLSaAmR+fQ==}
'@angular/cdk@20.2.0-rc.0':
resolution: {integrity: sha512-RywH9kV0HJUBO7rH48uNr7XMKdxDWZV7rxgZgs2qBzVQIOQd3aR0mc8CY5WwMPCTiBpwDLsFkMgsf5yguKyb2w==}
peerDependencies:
rxjs: ^6.5.3 || ^7.4.0
@@ -1384,15 +1384,15 @@ packages:
resolution: {tarball: https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b}
version: 2.1.6
'@angular/material@20.2.0-next.3':
resolution: {integrity: sha512-QvWIHqU1MkfumtyvR0r84O+EI9dL1w7tQlcwpfZyRy0b87P7T5BL+IlUVE3+gTYmCv1tYtVSzzb88MBw0BfNsQ==}
'@angular/material@20.2.0-rc.0':
resolution: {integrity: sha512-gXEU45wbYfv1Q02s9E7HijEO15HlOdqMOQ8lbx03HcfbMgmazka+rnoGNJfDCLYKKFFS4wLKg2McHxfVSfYXDw==}
peerDependencies:
'@angular/cdk': 20.2.0-next.3
'@angular/cdk': 20.2.0-rc.0
rxjs: ^6.5.3 || ^7.4.0
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f52c339c05652ba71d88a4c84f68179fb8493bbb':
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f52c339c05652ba71d88a4c84f68179fb8493bbb}
version: 0.0.0-eb1df17125c319a766b9a2fe249d7219c374b647
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787':
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787}
version: 0.0.0-7a11f99c467ca5ae4411c27beeec4300e32b616a
hasBin: true
'@angular/ssr@20.2.0-rc.0':
@@ -11955,7 +11955,7 @@ snapshots:
- tsx
- yaml
'@angular/cdk@20.2.0-next.3(rxjs@7.8.2)':
'@angular/cdk@20.2.0-rc.0(rxjs@7.8.2)':
dependencies:
'@angular/common': link:packages/common
'@angular/core': link:packages/core
@@ -12022,9 +12022,9 @@ snapshots:
'@angular/domino@https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b': {}
'@angular/material@20.2.0-next.3(@angular/cdk@20.2.0-next.3(rxjs@7.8.2))(rxjs@7.8.2)':
'@angular/material@20.2.0-rc.0(@angular/cdk@20.2.0-rc.0(rxjs@7.8.2))(rxjs@7.8.2)':
dependencies:
'@angular/cdk': 20.2.0-next.3(rxjs@7.8.2)
'@angular/cdk': 20.2.0-rc.0(rxjs@7.8.2)
'@angular/common': link:packages/common
'@angular/core': link:packages/core
'@angular/forms': link:packages/forms
@@ -12032,7 +12032,7 @@ 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/f52c339c05652ba71d88a4c84f68179fb8493bbb(@modelcontextprotocol/sdk@1.17.2)':
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787(@modelcontextprotocol/sdk@1.17.2)':
dependencies:
'@actions/core': 1.11.1
'@google-cloud/spanner': 8.0.0(supports-color@10.1.0)
@@ -20810,9 +20810,9 @@ snapshots:
'@angular/core': link:packages/core
tslib: 2.8.1
ngx-progressbar@14.0.0(@angular/cdk@20.2.0-next.3(rxjs@7.8.2))(rxjs@7.8.2):
ngx-progressbar@14.0.0(@angular/cdk@20.2.0-rc.0(rxjs@7.8.2))(rxjs@7.8.2):
dependencies:
'@angular/cdk': 20.2.0-next.3(rxjs@7.8.2)
'@angular/cdk': 20.2.0-rc.0(rxjs@7.8.2)
'@angular/common': link:packages/common
'@angular/core': link:packages/core
rxjs: 7.8.2