mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#61066)
See associated pull request for more information. PR Close #61066
This commit is contained in:
parent
2e140a136a
commit
d67ced63af
15 changed files with 69 additions and 69 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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/saucelabs@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- 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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- 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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
|
|
|||
46
.github/workflows/ci.yml
vendored
46
.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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -119,13 +119,13 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -147,9 +147,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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -188,7 +188,7 @@ jobs:
|
|||
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
@ -201,11 +201,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- 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/commit-message-based-labels@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
- uses: angular/dev-infra/github-actions/commit-message-based-labels@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/saucelabs@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- 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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- 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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- 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
|
||||
|
|
|
|||
42
.github/workflows/pr.yml
vendored
42
.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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run unit tests
|
||||
|
|
@ -65,13 +65,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- 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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run integration CI tests for framework
|
||||
|
|
@ -105,13 +105,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -127,11 +127,11 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev in fast mode to ensure it continues to work
|
||||
|
|
@ -146,7 +146,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -154,9 +154,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@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
@ -193,7 +193,7 @@ jobs:
|
|||
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
|
|||
2
.github/workflows/update-cli-help.yml
vendored
2
.github/workflows/update-cli-help.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
env:
|
||||
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
|
||||
- name: Create a PR (if necessary)
|
||||
uses: angular/dev-infra/github-actions/create-pr-for-changes@46b594244e02f9c26b67f22d1756bae31230e517
|
||||
uses: angular/dev-infra/github-actions/create-pr-for-changes@14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94
|
||||
with:
|
||||
branch-prefix: update-cli-help
|
||||
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@
|
|||
"@angular/animations": "^19.2.0-next",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce04ec6cf7604014191821a637e60964a1a3bb4a",
|
||||
"@angular/core": "^19.2.0-next",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#716f2825babbb756d3fb9cf3485f8e341c4fbe99",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7c5fc5299dfc72f8a01d0209941441f5a2f004f2",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^8.0.0",
|
||||
|
|
|
|||
|
|
@ -479,9 +479,9 @@
|
|||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#716f2825babbb756d3fb9cf3485f8e341c4fbe99":
|
||||
version "0.0.0-46b594244e02f9c26b67f22d1756bae31230e517"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#716f2825babbb756d3fb9cf3485f8e341c4fbe99"
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#7c5fc5299dfc72f8a01d0209941441f5a2f004f2":
|
||||
version "0.0.0-14c3d6bd2fa5c3231be7bd4b3c0bba68c9d79e94"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7c5fc5299dfc72f8a01d0209941441f5a2f004f2"
|
||||
dependencies:
|
||||
"@google-cloud/spanner" "7.19.1"
|
||||
"@octokit/rest" "21.1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue