mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#64602)
See associated pull request for more information. PR Close #64602
This commit is contained in:
parent
2b51a838b2
commit
d183153545
16 changed files with 106 additions and 106 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/saucelabs@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/saucelabs@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
- 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 = "5c8f5f7c0a4e805a8ee33706ee2df99854396bbd",
|
||||
commit = "43d4ea5534ce399657a64c94a9dc1ea883324804",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@
|
|||
"@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#20aae7d5dea3f463edc82a945f37c489df7ee201",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a3426d37e6f9781b00650a767eb5b3967cdb94f7",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
|
|
|
|||
|
|
@ -362,8 +362,8 @@ importers:
|
|||
specifier: 0.2100.0-next.8
|
||||
version: 0.2100.0-next.8(chokidar@4.0.3)
|
||||
'@angular/ng-dev':
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#20aae7d5dea3f463edc82a945f37c489df7ee201
|
||||
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/20aae7d5dea3f463edc82a945f37c489df7ee201(@modelcontextprotocol/sdk@1.20.0)
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#a3426d37e6f9781b00650a767eb5b3967cdb94f7
|
||||
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a3426d37e6f9781b00650a767eb5b3967cdb94f7(@modelcontextprotocol/sdk@1.20.0)
|
||||
'@babel/plugin-proposal-async-generator-functions':
|
||||
specifier: 7.20.7
|
||||
version: 7.20.7(@babel/core@7.28.4)
|
||||
|
|
@ -1378,24 +1378,24 @@ importers:
|
|||
vscode-ng-language-service/integration/project:
|
||||
dependencies:
|
||||
'@angular/common':
|
||||
specifier: 21.0.0-next.8
|
||||
version: 21.0.0-next.8(@angular/core@21.0.0-next.8(@angular/compiler@21.0.0-next.8)(rxjs@7.8.2))(rxjs@7.8.2)
|
||||
specifier: 21.0.0-next.9
|
||||
version: 21.0.0-next.9(@angular/core@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(rxjs@7.8.2))(rxjs@7.8.2)
|
||||
'@angular/compiler':
|
||||
specifier: 21.0.0-next.8
|
||||
version: 21.0.0-next.8
|
||||
specifier: 21.0.0-next.9
|
||||
version: 21.0.0-next.9
|
||||
'@angular/compiler-cli':
|
||||
specifier: 21.0.0-next.8
|
||||
version: 21.0.0-next.8(@angular/compiler@21.0.0-next.8)(typescript@5.9.3)
|
||||
specifier: 21.0.0-next.9
|
||||
version: 21.0.0-next.9(@angular/compiler@21.0.0-next.9)(typescript@5.9.3)
|
||||
'@angular/core':
|
||||
specifier: 21.0.0-next.8
|
||||
version: 21.0.0-next.8(@angular/compiler@21.0.0-next.8)(rxjs@7.8.2)
|
||||
specifier: 21.0.0-next.9
|
||||
version: 21.0.0-next.9(@angular/compiler@21.0.0-next.9)(rxjs@7.8.2)
|
||||
rxjs:
|
||||
specifier: 7.8.2
|
||||
version: 7.8.2
|
||||
devDependencies:
|
||||
ng-packagr:
|
||||
specifier: 21.0.0-next.4
|
||||
version: 21.0.0-next.4(@angular/compiler-cli@21.0.0-next.8(@angular/compiler@21.0.0-next.8)(typescript@5.9.3))(tailwindcss@3.4.18(tsx@4.20.6)(yaml@2.8.1))(tslib@2.8.1)(typescript@5.9.3)
|
||||
version: 21.0.0-next.4(@angular/compiler-cli@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(typescript@5.9.3))(tailwindcss@3.4.18(tsx@4.20.6)(yaml@2.8.1))(tslib@2.8.1)(typescript@5.9.3)
|
||||
typescript:
|
||||
specifier: 5.9.3
|
||||
version: 5.9.3
|
||||
|
|
@ -1710,26 +1710,26 @@ packages:
|
|||
peerDependencies:
|
||||
'@angular/core': 18.2.10
|
||||
|
||||
'@angular/common@21.0.0-next.8':
|
||||
resolution: {integrity: sha512-x9sh/uhFVFrrOwVC+FC7gufkZxs1IPOCIx5lps6mqykQ30ihZ6vQLfJqY+XJ/N1y73o50qCAVK3IpzLNBWkgMQ==}
|
||||
'@angular/common@21.0.0-next.9':
|
||||
resolution: {integrity: sha512-0mXLVCbJxc9WJZJDU1Qf6o5lLORNC4SZuZp1u9cqE/JKCFK4Pt1uu7WFdnPxgu+jN9JiHc4EQJqiINz7nraQ8A==}
|
||||
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
||||
peerDependencies:
|
||||
'@angular/core': 21.0.0-next.8
|
||||
'@angular/core': 21.0.0-next.9
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
|
||||
'@angular/compiler-cli@21.0.0-next.8':
|
||||
resolution: {integrity: sha512-o1B9/B7jM2GuDrfUw1UzkJpMCZ8ycpUi2DrcHtIiOZtqBbnfodASNLmzGaW8uEbNeB0h7PdYXxdFMvVYpWQv8g==}
|
||||
'@angular/compiler-cli@21.0.0-next.9':
|
||||
resolution: {integrity: sha512-OFczNXCZK3PhlX8QI9YuoAYfz0/qKgmCzy2g/Za+Qf5HyTFHxyB0itAdC+vzUmzyP3vvxjLhXsYfdvC6jEe0Cg==}
|
||||
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@angular/compiler': 21.0.0-next.8
|
||||
'@angular/compiler': 21.0.0-next.9
|
||||
typescript: '>=5.9 <6.0'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@angular/compiler@21.0.0-next.8':
|
||||
resolution: {integrity: sha512-5Fkzhs5zpCy2IhIK0Osw3RyRqlrwUdcJNGJ/UbkUJuEE4VBEFXbd1evZa/mf5YIQFNhK0WW2zY3zMABTtGMweg==}
|
||||
'@angular/compiler@21.0.0-next.9':
|
||||
resolution: {integrity: sha512-C+qkZvukOIhtXzb6ownhaWaryJGfVu0/JO6xswCY59wgT5EN7kR7rB+VjSIbtEvn0us0i248/5Y3Wf6xX5VF1A==}
|
||||
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
||||
|
||||
'@angular/core@18.2.10':
|
||||
|
|
@ -1745,11 +1745,11 @@ packages:
|
|||
'@angular/compiler':
|
||||
optional: true
|
||||
|
||||
'@angular/core@21.0.0-next.8':
|
||||
resolution: {integrity: sha512-+omCS1MesfEPVuebs/wUWj6f5xeiRQWjLe70lpbuRPdEgmgOzPOgZKG8828yhPqU1XqJEUjjghfiAIdM6+tYhw==}
|
||||
'@angular/core@21.0.0-next.9':
|
||||
resolution: {integrity: sha512-2fcMVzV7o0vavbF/6YyjMyj27pnYdBA+/r/buaDnrBHRYgq0kKO6tdwnCJR9hX36Tm0pHS7+LY/VVqVJEJGKFQ==}
|
||||
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
||||
peerDependencies:
|
||||
'@angular/compiler': 21.0.0-next.8
|
||||
'@angular/compiler': 21.0.0-next.9
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
peerDependenciesMeta:
|
||||
'@angular/compiler':
|
||||
|
|
@ -1769,9 +1769,9 @@ packages:
|
|||
'@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/20aae7d5dea3f463edc82a945f37c489df7ee201':
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/20aae7d5dea3f463edc82a945f37c489df7ee201}
|
||||
version: 0.0.0-5c8f5f7c0a4e805a8ee33706ee2df99854396bbd
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a3426d37e6f9781b00650a767eb5b3967cdb94f7':
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a3426d37e6f9781b00650a767eb5b3967cdb94f7}
|
||||
version: 0.0.0-43d4ea5534ce399657a64c94a9dc1ea883324804
|
||||
hasBin: true
|
||||
|
||||
'@angular/ssr@21.0.0-next.8':
|
||||
|
|
@ -13935,15 +13935,15 @@ snapshots:
|
|||
rxjs: 7.8.2
|
||||
tslib: 2.8.1
|
||||
|
||||
'@angular/common@21.0.0-next.8(@angular/core@21.0.0-next.8(@angular/compiler@21.0.0-next.8)(rxjs@7.8.2))(rxjs@7.8.2)':
|
||||
'@angular/common@21.0.0-next.9(@angular/core@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(rxjs@7.8.2))(rxjs@7.8.2)':
|
||||
dependencies:
|
||||
'@angular/core': 21.0.0-next.8(@angular/compiler@21.0.0-next.8)(rxjs@7.8.2)
|
||||
'@angular/core': 21.0.0-next.9(@angular/compiler@21.0.0-next.9)(rxjs@7.8.2)
|
||||
rxjs: 7.8.2
|
||||
tslib: 2.8.1
|
||||
|
||||
'@angular/compiler-cli@21.0.0-next.8(@angular/compiler@21.0.0-next.8)(typescript@5.9.3)':
|
||||
'@angular/compiler-cli@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(typescript@5.9.3)':
|
||||
dependencies:
|
||||
'@angular/compiler': 21.0.0-next.8
|
||||
'@angular/compiler': 21.0.0-next.9
|
||||
'@babel/core': 7.28.4
|
||||
'@jridgewell/sourcemap-codec': 1.5.5
|
||||
chokidar: 4.0.3
|
||||
|
|
@ -13957,7 +13957,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@angular/compiler@21.0.0-next.8':
|
||||
'@angular/compiler@21.0.0-next.9':
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
|
||||
|
|
@ -13975,13 +13975,13 @@ snapshots:
|
|||
optionalDependencies:
|
||||
'@angular/compiler': link:packages/compiler
|
||||
|
||||
'@angular/core@21.0.0-next.8(@angular/compiler@21.0.0-next.8)(rxjs@7.8.2)':
|
||||
'@angular/core@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(rxjs@7.8.2)':
|
||||
dependencies:
|
||||
rxjs: 7.8.2
|
||||
tslib: 2.8.1
|
||||
zone.js: 0.15.1
|
||||
optionalDependencies:
|
||||
'@angular/compiler': 21.0.0-next.8
|
||||
'@angular/compiler': 21.0.0-next.9
|
||||
|
||||
'@angular/domino@https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b': {}
|
||||
|
||||
|
|
@ -13995,7 +13995,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/20aae7d5dea3f463edc82a945f37c489df7ee201(@modelcontextprotocol/sdk@1.20.0)':
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a3426d37e6f9781b00650a767eb5b3967cdb94f7(@modelcontextprotocol/sdk@1.20.0)':
|
||||
dependencies:
|
||||
'@actions/core': 1.11.1
|
||||
'@google-cloud/spanner': 8.0.0(supports-color@10.2.2)
|
||||
|
|
@ -24309,10 +24309,10 @@ snapshots:
|
|||
|
||||
netmask@2.0.2: {}
|
||||
|
||||
ng-packagr@21.0.0-next.4(@angular/compiler-cli@21.0.0-next.8(@angular/compiler@21.0.0-next.8)(typescript@5.9.3))(tailwindcss@3.4.18(tsx@4.20.6)(yaml@2.8.1))(tslib@2.8.1)(typescript@5.9.3):
|
||||
ng-packagr@21.0.0-next.4(@angular/compiler-cli@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(typescript@5.9.3))(tailwindcss@3.4.18(tsx@4.20.6)(yaml@2.8.1))(tslib@2.8.1)(typescript@5.9.3):
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@angular/compiler-cli': 21.0.0-next.8(@angular/compiler@21.0.0-next.8)(typescript@5.9.3)
|
||||
'@angular/compiler-cli': 21.0.0-next.9(@angular/compiler@21.0.0-next.9)(typescript@5.9.3)
|
||||
'@rollup/plugin-json': 6.1.0(rollup@4.52.4)
|
||||
'@rollup/wasm-node': 4.52.4
|
||||
ajv: 8.17.1
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
"name": "angular-ls-integration-test-project",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "21.0.0-next.8",
|
||||
"@angular/compiler": "21.0.0-next.8",
|
||||
"@angular/compiler-cli": "21.0.0-next.8",
|
||||
"@angular/core": "21.0.0-next.8",
|
||||
"@angular/common": "21.0.0-next.9",
|
||||
"@angular/compiler": "21.0.0-next.9",
|
||||
"@angular/compiler-cli": "21.0.0-next.9",
|
||||
"@angular/core": "21.0.0-next.9",
|
||||
"rxjs": "7.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue