mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update cross-repo angular dependencies (#62313)
See associated pull request for more information. PR Close #62313
This commit is contained in:
committed by
Jessica Janiuk
parent
6a4263a186
commit
ff37af9f76
@@ -6,7 +6,7 @@
|
||||
adev/shared-docs/pipeline/api-gen/package.json=939673974
|
||||
integration/package.json=-239561259
|
||||
modules/package.json=-96320287
|
||||
package.json=908583454
|
||||
package.json=1991753372
|
||||
packages/animations/package.json=-678724831
|
||||
packages/common/package.json=1729763064
|
||||
packages/compiler-cli/linker/babel/test/package.json=939673974
|
||||
@@ -21,7 +21,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=354279420
|
||||
pnpm-lock.yaml=-1215635479
|
||||
pnpm-workspace.yaml=1973735808
|
||||
tools/bazel/rules_angular_store/package.json=-239561259
|
||||
yarn.lock=-741928830
|
||||
yarn.lock=-1889824776
|
||||
|
||||
@@ -5,9 +5,9 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/saucelabs@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Starting Saucelabs tunnel service
|
||||
shell: bash
|
||||
run: ./tools/saucelabs/sauce-service.sh run &
|
||||
|
||||
@@ -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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- 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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
pull-number: '${{github.event.pull_request.number}}'
|
||||
|
||||
@@ -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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- uses: ./.github/actions/yarn-install
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
||||
+22
-22
@@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- 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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev to ensure it continues to work
|
||||
|
||||
@@ -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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
run-tests-guide-url: http://go/angular-g3sync-start
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -13,17 +13,17 @@ jobs:
|
||||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/saucelabs@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
|
||||
env:
|
||||
|
||||
@@ -9,6 +9,6 @@ jobs:
|
||||
status:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- 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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- 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
|
||||
|
||||
+17
-17
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- 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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
@@ -87,13 +87,13 @@ jobs:
|
||||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run integration CI tests for framework
|
||||
@@ -104,11 +104,11 @@ jobs:
|
||||
labels: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run tests
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
@@ -129,9 +129,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@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@110186fb5b3fc7646e804e67d4b89122e1421b5f
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
||||
@@ -266,7 +266,7 @@ yarn_install(
|
||||
|
||||
git_repository(
|
||||
name = "devinfra",
|
||||
commit = "5a3a86f416ca80bb31a1672985f555b760242388",
|
||||
commit = "110186fb5b3fc7646e804e67d4b89122e1421b5f",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -162,7 +162,7 @@
|
||||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.2000.4",
|
||||
"@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#f56bdc58ebba6615c0abd26718a9854044907335",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f2d9c9f63fa45781b6b2d6e77dbf284614b19eec",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^8.0.0",
|
||||
|
||||
Generated
+2663
-2662
File diff suppressed because it is too large
Load Diff
@@ -466,9 +466,10 @@
|
||||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f56bdc58ebba6615c0abd26718a9854044907335":
|
||||
version "0.0.0-5a3a86f416ca80bb31a1672985f555b760242388"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f56bdc58ebba6615c0abd26718a9854044907335"
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f2d9c9f63fa45781b6b2d6e77dbf284614b19eec":
|
||||
version "0.0.0-110186fb5b3fc7646e804e67d4b89122e1421b5f"
|
||||
uid f2d9c9f63fa45781b6b2d6e77dbf284614b19eec
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f2d9c9f63fa45781b6b2d6e77dbf284614b19eec"
|
||||
dependencies:
|
||||
"@google-cloud/spanner" "8.0.0"
|
||||
"@google/genai" "^1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user