mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#62425)
See associated pull request for more information. PR Close #62425
This commit is contained in:
parent
f9abb552ca
commit
728ad2ee91
17 changed files with 73 additions and 73 deletions
|
|
@ -6,7 +6,7 @@
|
|||
adev/shared-docs/pipeline/api-gen/package.json=939673974
|
||||
integration/package.json=-239561259
|
||||
modules/package.json=763431678
|
||||
package.json=-1744660837
|
||||
package.json=-1360897964
|
||||
packages/animations/package.json=-678724831
|
||||
packages/benchpress/package.json=-1908328724
|
||||
packages/common/package.json=1729763064
|
||||
|
|
@ -22,7 +22,7 @@ packages/platform-browser/package.json=-1163479450
|
|||
packages/router/package.json=860819913
|
||||
packages/upgrade/package.json=16347051
|
||||
packages/zone.js/package.json=-1005735564
|
||||
pnpm-lock.yaml=-531670777
|
||||
pnpm-lock.yaml=1076148035
|
||||
pnpm-workspace.yaml=-375658197
|
||||
tools/bazel/rules_angular_store/package.json=-239561259
|
||||
yarn.lock=-1978279652
|
||||
yarn.lock=-432028623
|
||||
|
|
|
|||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/saucelabs@6f54d143077baef582d70873722166fdc040066c
|
||||
- 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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- 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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -61,13 +61,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -79,13 +79,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -98,11 +98,11 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -117,13 +117,13 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
|
|
@ -135,7 +135,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -143,9 +143,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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -198,11 +198,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- 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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/saucelabs@6f54d143077baef582d70873722166fdc040066c
|
||||
- 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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
- 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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- 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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@6f54d143077baef582d70873722166fdc040066c
|
||||
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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run unit tests
|
||||
|
|
@ -65,13 +65,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -91,13 +91,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run integration CI tests for framework
|
||||
|
|
@ -108,11 +108,11 @@ jobs:
|
|||
labels: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run tests
|
||||
|
|
@ -125,7 +125,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -133,9 +133,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@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ yarn_install(
|
|||
|
||||
git_repository(
|
||||
name = "devinfra",
|
||||
commit = "b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a",
|
||||
commit = "6f54d143077baef582d70873722166fdc040066c",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@
|
|||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.2001.0-rc.0",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5db176c0f3211663830fd3ff4064c1dff0eaccb4",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^8.0.0",
|
||||
|
|
|
|||
|
|
@ -358,8 +358,8 @@ importers:
|
|||
specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#5db176c0f3211663830fd3ff4064c1dff0eaccb4
|
||||
version: github.com/angular/dev-infra-private-build-tooling-builds/5db176c0f3211663830fd3ff4064c1dff0eaccb4(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(chokidar@4.0.3)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(rxjs@7.8.2)(terser@5.43.1)(tsx@4.20.3)(zone.js@packages+zone.js)
|
||||
'@angular/ng-dev':
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b
|
||||
version: github.com/angular/dev-infra-private-ng-dev-builds/6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd
|
||||
version: github.com/angular/dev-infra-private-ng-dev-builds/800f6e7be48e84780621f8f7e9eec79a865346fd
|
||||
'@babel/plugin-proposal-async-generator-functions':
|
||||
specifier: 7.20.7
|
||||
version: 7.20.7(@babel/core@7.27.7)
|
||||
|
|
@ -21528,10 +21528,10 @@ packages:
|
|||
- zone.js
|
||||
dev: true
|
||||
|
||||
github.com/angular/dev-infra-private-ng-dev-builds/6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b:
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b}
|
||||
github.com/angular/dev-infra-private-ng-dev-builds/800f6e7be48e84780621f8f7e9eec79a865346fd:
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd}
|
||||
name: '@angular/ng-dev'
|
||||
version: 0.0.0-b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a
|
||||
version: 0.0.0-6f54d143077baef582d70873722166fdc040066c
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@google-cloud/spanner': 8.0.0(supports-color@10.0.0)
|
||||
|
|
|
|||
|
|
@ -467,10 +467,10 @@
|
|||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b":
|
||||
version "0.0.0-b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a"
|
||||
uid "6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b"
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd":
|
||||
version "0.0.0-6f54d143077baef582d70873722166fdc040066c"
|
||||
uid "800f6e7be48e84780621f8f7e9eec79a865346fd"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd"
|
||||
dependencies:
|
||||
"@google-cloud/spanner" "8.0.0"
|
||||
"@google/genai" "^1.4.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue