mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#62876)
See associated pull request for more information. PR Close #62876
This commit is contained in:
parent
cf2667b61a
commit
fa95db56d1
17 changed files with 73 additions and 73 deletions
|
|
@ -8,7 +8,7 @@ adev/shared-docs/package.json=-1522726993
|
|||
adev/shared-docs/pipeline/api-gen/package.json=939673974
|
||||
integration/package.json=-239561259
|
||||
modules/package.json=1009074951
|
||||
package.json=-67591880
|
||||
package.json=62031404
|
||||
packages/animations/package.json=-678724831
|
||||
packages/benchpress/package.json=-2137616181
|
||||
packages/common/package.json=1729763064
|
||||
|
|
@ -25,7 +25,7 @@ packages/platform-browser/package.json=-1163479450
|
|||
packages/platform-server/package.json=-737662753
|
||||
packages/router/package.json=860819913
|
||||
packages/upgrade/package.json=16347051
|
||||
pnpm-lock.yaml=1705315613
|
||||
pnpm-lock.yaml=1827806533
|
||||
pnpm-workspace.yaml=1065599792
|
||||
tools/bazel/rules_angular_store/package.json=-239561259
|
||||
yarn.lock=933568973
|
||||
yarn.lock=-492362343
|
||||
|
|
|
|||
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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/saucelabs@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- 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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev to ensure it continues to work
|
||||
run: yarn bazel build //adev:build --full_build_adev --config=release
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@124003d3ffca1053b011c7072de5f84762a75365
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@124003d3ffca1053b011c7072de5f84762a75365
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
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:
|
|||
|
||||
- uses: ./.github/actions/yarn-install
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
|
|
|||
44
.github/workflows/ci.yml
vendored
44
.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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
@ -41,13 +41,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -68,13 +68,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -86,13 +86,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -105,11 +105,11 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -150,9 +150,9 @@ jobs:
|
|||
./packages/zone.js/node_modules
|
||||
./packages/zone.js/test/typings/node_modules
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -205,11 +205,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev to ensure it continues to work
|
||||
|
|
|
|||
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@124003d3ffca1053b011c7072de5f84762a75365
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
post_approval_changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@124003d3ffca1053b011c7072de5f84762a75365
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@124003d3ffca1053b011c7072de5f84762a75365
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
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,17 +13,17 @@ jobs:
|
|||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/saucelabs@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: yarn 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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn -s 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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn -s install --frozen-lockfile
|
||||
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
|
||||
|
|
|
|||
34
.github/workflows/pr.yml
vendored
34
.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@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Check code format
|
||||
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
|
||||
- name: Check Package Licenses
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
|
||||
|
||||
|
|
@ -47,13 +47,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run unit tests
|
||||
|
|
@ -72,13 +72,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -98,13 +98,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run integration CI tests for framework
|
||||
|
|
@ -115,11 +115,11 @@ jobs:
|
|||
labels: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run tests
|
||||
|
|
@ -132,7 +132,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -140,9 +140,9 @@ jobs:
|
|||
./packages/zone.js/node_modules
|
||||
./packages/zone.js/test/typings/node_modules
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@124003d3ffca1053b011c7072de5f84762a75365
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ yarn_install(
|
|||
|
||||
git_repository(
|
||||
name = "devinfra",
|
||||
commit = "124003d3ffca1053b011c7072de5f84762a75365",
|
||||
commit = "39c70c3c8c63165bc2df0efc7dcb3b3287b69685",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@
|
|||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.2002.0-next.1",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f8509f6a9dc8664be0f5943afaa6c41ff71675b7",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d699d012ed61741701a9bc428252abc968185d07",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
|
|
|
|||
|
|
@ -352,8 +352,8 @@ importers:
|
|||
specifier: 0.2002.0-next.1
|
||||
version: 0.2002.0-next.1(chokidar@4.0.3)
|
||||
'@angular/ng-dev':
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#f8509f6a9dc8664be0f5943afaa6c41ff71675b7
|
||||
version: github.com/angular/dev-infra-private-ng-dev-builds/f8509f6a9dc8664be0f5943afaa6c41ff71675b7
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#d699d012ed61741701a9bc428252abc968185d07
|
||||
version: github.com/angular/dev-infra-private-ng-dev-builds/d699d012ed61741701a9bc428252abc968185d07
|
||||
'@babel/plugin-proposal-async-generator-functions':
|
||||
specifier: 7.20.7
|
||||
version: 7.20.7(@babel/core@7.28.0)
|
||||
|
|
@ -19966,10 +19966,10 @@ packages:
|
|||
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==, tarball: https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz}
|
||||
dev: false
|
||||
|
||||
github.com/angular/dev-infra-private-ng-dev-builds/f8509f6a9dc8664be0f5943afaa6c41ff71675b7:
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f8509f6a9dc8664be0f5943afaa6c41ff71675b7}
|
||||
github.com/angular/dev-infra-private-ng-dev-builds/d699d012ed61741701a9bc428252abc968185d07:
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d699d012ed61741701a9bc428252abc968185d07}
|
||||
name: '@angular/ng-dev'
|
||||
version: 0.0.0-124003d3ffca1053b011c7072de5f84762a75365
|
||||
version: 0.0.0-39c70c3c8c63165bc2df0efc7dcb3b3287b69685
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@google-cloud/spanner': 8.0.0(supports-color@10.0.0)
|
||||
|
|
|
|||
|
|
@ -363,10 +363,10 @@
|
|||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f8509f6a9dc8664be0f5943afaa6c41ff71675b7":
|
||||
version "0.0.0-124003d3ffca1053b011c7072de5f84762a75365"
|
||||
uid f8509f6a9dc8664be0f5943afaa6c41ff71675b7
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f8509f6a9dc8664be0f5943afaa6c41ff71675b7"
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#d699d012ed61741701a9bc428252abc968185d07":
|
||||
version "0.0.0-39c70c3c8c63165bc2df0efc7dcb3b3287b69685"
|
||||
uid d699d012ed61741701a9bc428252abc968185d07
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d699d012ed61741701a9bc428252abc968185d07"
|
||||
dependencies:
|
||||
"@google-cloud/spanner" "8.0.0"
|
||||
"@google/genai" "^1.4.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue