mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#64623)
See associated pull request for more information. PR Close #64623
This commit is contained in:
parent
02f7263133
commit
4ce1ffc65c
44 changed files with 5879 additions and 6076 deletions
4
.github/actions/saucelabs-legacy/action.yml
vendored
4
.github/actions/saucelabs-legacy/action.yml
vendored
|
|
@ -5,9 +5,9 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/saucelabs@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Starting Saucelabs tunnel service
|
||||
shell: bash
|
||||
run: ./tools/saucelabs/sauce-service.sh run &
|
||||
|
|
|
|||
8
.github/workflows/adev-preview-build.yml
vendored
8
.github/workflows/adev-preview-build.yml
vendored
|
|
@ -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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
run: pnpm bazel build //adev:build.production
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
pull-number: '${{github.event.pull_request.number}}'
|
||||
|
|
|
|||
2
.github/workflows/adev-preview-deploy.yml
vendored
2
.github/workflows/adev-preview-deploy.yml
vendored
|
|
@ -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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@8704d6c3737c52172aebb7eead702e7675852542
|
||||
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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/benchmark-compare.yml
vendored
2
.github/workflows/benchmark-compare.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
|
|
|||
50
.github/workflows/ci.yml
vendored
50
.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- 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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -124,11 +124,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -146,11 +146,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
|
|
@ -162,11 +162,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -216,11 +216,11 @@ jobs:
|
|||
runs-on: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
|
|
|
|||
4
.github/workflows/dev-infra.yml
vendored
4
.github/workflows/dev-infra.yml
vendored
|
|
@ -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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@8704d6c3737c52172aebb7eead702e7675852542
|
||||
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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/google-internal-tests.yml
vendored
2
.github/workflows/google-internal-tests.yml
vendored
|
|
@ -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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
run-tests-guide-url: http://go/angular-g3sync-start
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
|
|
@ -13,15 +13,15 @@ jobs:
|
|||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/saucelabs@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: pnpm bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/merge-ready-status.yml
vendored
2
.github/workflows/merge-ready-status.yml
vendored
|
|
@ -9,6 +9,6 @@ jobs:
|
|||
status:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
6
.github/workflows/perf.yml
vendored
6
.github/workflows/perf.yml
vendored
|
|
@ -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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- 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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- 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
|
||||
|
|
|
|||
40
.github/workflows/pr.yml
vendored
40
.github/workflows/pr.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- 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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@8704d6c3737c52172aebb7eead702e7675852542
|
||||
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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Cache downloaded Cypress binary
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- 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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- 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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- 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@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Cache downloaded vscode binary
|
||||
|
|
@ -152,11 +152,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@ab6a00e9a219c2169ae0540cc5a32be5f481e004
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8704d6c3737c52172aebb7eead702e7675852542
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ git_override(
|
|||
bazel_dep(name = "devinfra")
|
||||
git_override(
|
||||
module_name = "devinfra",
|
||||
commit = "ab6a00e9a219c2169ae0540cc5a32be5f481e004",
|
||||
commit = "8704d6c3737c52172aebb7eead702e7675852542",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@algolia/client-search": "5.40.1",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cdk": "21.0.0-next.10",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
"@angular/platform-browser": "workspace:*",
|
||||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"@codemirror/autocomplete": "6.19.0",
|
||||
"@codemirror/commands": "6.9.0",
|
||||
"@codemirror/lang-angular": "0.1.4",
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -13,15 +13,15 @@
|
|||
"@angular/core": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -18,15 +18,15 @@
|
|||
"@angular/forms": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -25,8 +25,8 @@
|
|||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -23,9 +23,9 @@
|
|||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.9.3"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -23,8 +23,8 @@
|
|||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -23,8 +23,8 @@
|
|||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -21,8 +21,8 @@
|
|||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"typescript": "5.9.3"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -19,15 +19,15 @@
|
|||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -21,15 +21,15 @@
|
|||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"express": "~5.1.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -24,16 +24,16 @@
|
|||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"express": "~5.1.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -17,15 +17,15 @@
|
|||
"@angular/core": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -19,15 +19,15 @@
|
|||
"@angular/forms": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,7 @@
|
|||
"dependencies": {
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/benchpress": "workspace:*",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
|
|
|
|||
18
package.json
18
package.json
|
|
@ -49,14 +49,14 @@
|
|||
},
|
||||
"// 1": "dependencies are used locally and by bazel",
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "21.0.0-next.8",
|
||||
"@angular-devkit/core": "21.0.0-next.8",
|
||||
"@angular-devkit/schematics": "21.0.0-next.8",
|
||||
"@angular-devkit/build-angular": "21.0.0-next.9",
|
||||
"@angular-devkit/core": "21.0.0-next.9",
|
||||
"@angular-devkit/schematics": "21.0.0-next.9",
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/benchpress": "workspace: *",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/cdk": "21.0.0-next.10",
|
||||
"@angular/cli": "21.0.0-next.8",
|
||||
"@angular/cli": "21.0.0-next.9",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/service-worker": "workspace:*",
|
||||
"@angular/ssr": "21.0.0-next.8",
|
||||
"@angular/ssr": "21.0.0-next.9",
|
||||
"@angular/upgrade": "workspace: *",
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.4",
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
"@rollup/plugin-babel": "^6.0.0",
|
||||
"@rollup/plugin-commonjs": "^28.0.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
||||
"@schematics/angular": "21.0.0-next.8",
|
||||
"@schematics/angular": "21.0.0-next.9",
|
||||
"@standard-schema/spec": "^1.0.0",
|
||||
"@types/angular": "^1.6.47",
|
||||
"@types/babel__core": "7.20.5",
|
||||
|
|
@ -164,8 +164,8 @@
|
|||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.2100.0-next.8",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b69a61793bd6ba935af262297688408d0b48252e",
|
||||
"@angular-devkit/architect-cli": "0.2100.0-next.9",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#eed3c33c6c4b9640030aeaeef3e10cd7c4b43f22",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/build": "21.0.0-next.8",
|
||||
"@angular/build": "21.0.0-next.9",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
|
|
|
|||
1002
pnpm-lock.yaml
1002
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue