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

See associated pull request for more information.

PR Close #63880
This commit is contained in:
Angular Robot 2025-09-17 19:40:08 +00:00 committed by Jessica Janiuk
parent 79a818bd50
commit 669c7c0249
16 changed files with 91 additions and 91 deletions

View file

@ -5,9 +5,9 @@ runs:
using: 'composite'
steps:
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/saucelabs@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Starting Saucelabs tunnel service
shell: bash
run: ./tools/saucelabs/sauce-service.sh run &

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@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build adev to ensure it continues to work
run: pnpm bazel build //adev:build.production
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@00436d3805b6ee23734f827f85b687fce686f61c
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@ea29aaa1017454533a029dd555ad9f93d381d100
with:
workflow-artifact-name: 'adev-preview'
pull-number: '${{github.event.pull_request.number}}'

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@00436d3805b6ee23734f827f85b687fce686f61c
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@ea29aaa1017454533a029dd555ad9f93d381d100
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'

View file

@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@00436d3805b6ee23734f827f85b687fce686f61c
- uses: angular/dev-infra/github-actions/branch-manager@ea29aaa1017454533a029dd555ad9f93d381d100
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View file

@ -38,7 +38,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
- uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
with:
bazelrc: ./.bazelrc.user

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@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Check code lint
@ -39,13 +39,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
with:
disable-package-manager-cache: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Cache downloaded Cypress binary
@ -72,11 +72,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@ -88,11 +88,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@ -105,11 +105,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
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@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@ -142,11 +142,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@ -196,11 +196,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build adev to ensure it continues to work

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@00436d3805b6ee23734f827f85b687fce686f61c
- uses: angular/dev-infra/github-actions/pull-request-labeling@ea29aaa1017454533a029dd555ad9f93d381d100
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@00436d3805b6ee23734f827f85b687fce686f61c
- uses: angular/dev-infra/github-actions/post-approval-changes@ea29aaa1017454533a029dd555ad9f93d381d100
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

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@00436d3805b6ee23734f827f85b687fce686f61c
- uses: angular/dev-infra/github-actions/google-internal-tests@ea29aaa1017454533a029dd555ad9f93d381d100
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -13,17 +13,17 @@ jobs:
JOBS: 2
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
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@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/saucelabs@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Set up Sauce Tunnel Daemon
run: pnpm bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
env:

View file

@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@00436d3805b6ee23734f827f85b687fce686f61c
- uses: angular/dev-infra/github-actions/unified-status-check@ea29aaa1017454533a029dd555ad9f93d381d100
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

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@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- 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@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- 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

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@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Check code lint
@ -37,7 +37,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@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/linting/licenses@ea29aaa1017454533a029dd555ad9f93d381d100
with:
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
@ -45,13 +45,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
with:
disable-package-manager-cache: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Cache downloaded Cypress binary
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
@ -76,11 +76,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run CI tests for framework
@ -100,11 +100,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run integration CI tests for framework
@ -115,11 +115,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run tests
@ -132,11 +132,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100
- name: Install node modules
run: pnpm install --frozen-lockfile
- run: |

View file

@ -25,7 +25,7 @@ git_override(
bazel_dep(name = "devinfra")
git_override(
module_name = "devinfra",
commit = "00436d3805b6ee23734f827f85b687fce686f61c",
commit = "ea29aaa1017454533a029dd555ad9f93d381d100",
remote = "https://github.com/angular/dev-infra.git",
)

View file

@ -3,7 +3,7 @@
"@angular-devkit/build-angular": "20.3.2",
"@angular/animations": "workspace:*",
"@angular/build": "20.3.2",
"@angular/cdk": "20.2.3",
"@angular/cdk": "20.2.4",
"@angular/cli": "20.3.2",
"@angular/common": "workspace:*",
"@angular/compiler-cli": "workspace:*",
@ -11,7 +11,7 @@
"@angular/core": "workspace:*",
"@angular/docs": "workspace:*",
"@angular/forms": "workspace:*",
"@angular/material": "20.2.3",
"@angular/material": "20.2.4",
"@angular/platform-browser": "workspace:*",
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",

View file

@ -55,7 +55,7 @@
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace: *",
"@angular/build": "20.3.2",
"@angular/cdk": "20.2.3",
"@angular/cdk": "20.2.4",
"@angular/cli": "20.3.2",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
@ -65,7 +65,7 @@
"@angular/forms": "workspace:*",
"@angular/language-service": "workspace: *",
"@angular/localize": "workspace: *",
"@angular/material": "20.2.3",
"@angular/material": "20.2.4",
"@angular/platform-browser": "workspace:*",
"@angular/platform-browser-dynamic": "workspace:*",
"@angular/platform-server": "workspace:*",
@ -168,7 +168,7 @@
"@actions/core": "^1.10.0",
"@actions/github": "^6.0.0",
"@angular-devkit/architect-cli": "0.2003.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#bee20b286dba0f6928a00f5e73ff985478cd4926",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ea19f57120053b984364eda6211f337b2756b190",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
"@bazel/bazelisk": "^1.7.5",

View file

@ -40,8 +40,8 @@ importers:
specifier: 20.3.2
version: 20.3.2(@angular/ssr@20.3.2)(@types/node@18.19.124)(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.44.0)(tslib@2.8.1)(tsx@4.20.5)(typescript@5.9.2)(vitest@3.2.4(@types/node@18.19.124)(jiti@1.21.7)(jsdom@26.1.0(bufferutil@4.0.9))(less@4.4.0)(sass@1.90.0)(terser@5.44.0)(tsx@4.20.5)(yaml@2.8.1))(yaml@2.8.1)
'@angular/cdk':
specifier: 20.2.3
version: 20.2.3(rxjs@7.8.2)
specifier: 20.2.4
version: 20.2.4(rxjs@7.8.2)
'@angular/cli':
specifier: 20.3.2
version: 20.3.2(@types/node@18.19.124)(chokidar@4.0.3)
@ -70,8 +70,8 @@ importers:
specifier: 'workspace: *'
version: link:packages/localize
'@angular/material':
specifier: 20.2.3
version: 20.2.3(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2)
specifier: 20.2.4
version: 20.2.4(@angular/cdk@20.2.4(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.3(rxjs@7.8.2))(rxjs@7.8.2)
version: 14.0.0(@angular/cdk@20.2.4(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.2003.2
version: 0.2003.2(chokidar@4.0.3)
'@angular/ng-dev':
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#bee20b286dba0f6928a00f5e73ff985478cd4926
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bee20b286dba0f6928a00f5e73ff985478cd4926(@modelcontextprotocol/sdk@1.17.5)
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#ea19f57120053b984364eda6211f337b2756b190
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ea19f57120053b984364eda6211f337b2756b190(@modelcontextprotocol/sdk@1.17.5)
'@babel/plugin-proposal-async-generator-functions':
specifier: 7.20.7
version: 7.20.7(@babel/core@7.28.3)
@ -536,8 +536,8 @@ importers:
specifier: 20.3.2
version: 20.3.2(@angular/ssr@20.3.2)(@types/node@24.3.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.44.0)(tslib@2.8.1)(tsx@4.20.5)(typescript@5.9.2)(vitest@3.2.4(@types/node@24.3.0)(jiti@1.21.7)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@6.0.5))(less@4.4.0)(sass@1.90.0)(terser@5.44.0)(tsx@4.20.5)(yaml@2.8.1))(yaml@2.8.1)
'@angular/cdk':
specifier: 20.2.3
version: 20.2.3(rxjs@7.8.2)
specifier: 20.2.4
version: 20.2.4(rxjs@7.8.2)
'@angular/cli':
specifier: 20.3.2
version: 20.3.2(@types/node@24.3.0)(chokidar@4.0.3)
@ -560,8 +560,8 @@ importers:
specifier: workspace:*
version: link:../packages/forms
'@angular/material':
specifier: 20.2.3
version: 20.2.3(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2)
specifier: 20.2.4
version: 20.2.4(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2)
'@angular/platform-browser':
specifier: workspace:*
version: link:../packages/platform-browser
@ -708,7 +708,7 @@ importers:
version: 11.10.0
ngx-progressbar:
specifier: 14.0.0
version: 14.0.0(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2)
version: 14.0.0(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2)
open-in-idx:
specifier: 0.1.1
version: 0.1.1
@ -1448,8 +1448,8 @@ packages:
vitest:
optional: true
'@angular/cdk@20.2.3':
resolution: {integrity: sha512-gu1zzxxcwobeiH21VpphM+cPFrQX0dxGwlFx1W8eTcLYLWd9YjlTETucBrEUEWcXmRrVTXf/VcqA0rWsxd50Ow==}
'@angular/cdk@20.2.4':
resolution: {integrity: sha512-5UzrN854pnQH+Qw6XZRxx2zWkcOxKrzWPLXe+gHFxFhxWUZfJKGcTJeAj8bnmyb+C3lqBbGpoNQPQ8pFXQGEaQ==}
peerDependencies:
rxjs: ^6.5.3 || ^7.4.0
@ -1466,15 +1466,15 @@ packages:
resolution: {tarball: https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b}
version: 2.1.6
'@angular/material@20.2.3':
resolution: {integrity: sha512-fe6abllA5VwFQTYuKjJQNQMzMakFD8CLaQsgSoUCAYnlCJ1YjMMIVAbcrMuJVlDeGz1cM9PaZgvUyCOZCMADhQ==}
'@angular/material@20.2.4':
resolution: {integrity: sha512-B1XUOL9TbBDQZpH3j2C6hEpwdokvvmoeaOI7aMTpXrNzomyXHTWZWrMybq30trB7sE7cNze1DQRiOuDXsLgnTw==}
peerDependencies:
'@angular/cdk': 20.2.3
'@angular/cdk': 20.2.4
rxjs: ^6.5.3 || ^7.4.0
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bee20b286dba0f6928a00f5e73ff985478cd4926':
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bee20b286dba0f6928a00f5e73ff985478cd4926}
version: 0.0.0-00436d3805b6ee23734f827f85b687fce686f61c
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ea19f57120053b984364eda6211f337b2756b190':
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ea19f57120053b984364eda6211f337b2756b190}
version: 0.0.0-ea29aaa1017454533a029dd555ad9f93d381d100
hasBin: true
'@angular/ssr@20.3.2':
@ -12984,7 +12984,7 @@ snapshots:
- tsx
- yaml
'@angular/cdk@20.2.3(rxjs@7.8.2)':
'@angular/cdk@20.2.4(rxjs@7.8.2)':
dependencies:
'@angular/common': link:packages/common
'@angular/core': link:packages/core
@ -13051,9 +13051,9 @@ snapshots:
'@angular/domino@https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b': {}
'@angular/material@20.2.3(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2)':
'@angular/material@20.2.4(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2)':
dependencies:
'@angular/cdk': 20.2.3(rxjs@7.8.2)
'@angular/cdk': 20.2.4(rxjs@7.8.2)
'@angular/common': link:packages/common
'@angular/core': link:packages/core
'@angular/forms': link:packages/forms
@ -13061,7 +13061,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/bee20b286dba0f6928a00f5e73ff985478cd4926(@modelcontextprotocol/sdk@1.17.5)':
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ea19f57120053b984364eda6211f337b2756b190(@modelcontextprotocol/sdk@1.17.5)':
dependencies:
'@actions/core': 1.11.1
'@google-cloud/spanner': 8.0.0(supports-color@10.2.2)
@ -22697,9 +22697,9 @@ snapshots:
'@angular/core': link:packages/core
tslib: 2.8.1
ngx-progressbar@14.0.0(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2):
ngx-progressbar@14.0.0(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2):
dependencies:
'@angular/cdk': 20.2.3(rxjs@7.8.2)
'@angular/cdk': 20.2.4(rxjs@7.8.2)
'@angular/common': link:packages/common
'@angular/core': link:packages/core
rxjs: 7.8.2