mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#58550)
See associated pull request for more information. PR Close #58550
This commit is contained in:
parent
98b39377b9
commit
70036fabd8
14 changed files with 67 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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/saucelabs@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- 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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- 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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
|
|
|||
40
.github/workflows/ci.yml
vendored
40
.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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run unit tests
|
||||
|
|
@ -59,13 +59,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -76,11 +76,11 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev in fast mode to ensure it continues to work
|
||||
|
|
@ -95,13 +95,13 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -121,9 +121,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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
@ -160,7 +160,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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
@ -173,11 +173,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- 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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
- uses: angular/dev-infra/github-actions/commit-message-based-labels@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/saucelabs@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- 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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
36
.github/workflows/pr.yml
vendored
36
.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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- 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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -83,13 +83,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -105,11 +105,11 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev in fast mode to ensure it continues to work
|
||||
|
|
@ -124,7 +124,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -132,9 +132,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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
@ -171,7 +171,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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
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@54e1f4543ead5ce94d0729d9bc95a3768808e75d
|
||||
uses: angular/dev-infra/github-actions/create-pr-for-changes@17df704577972751694bf1c67d0aeeb38722b9da
|
||||
with:
|
||||
branch-prefix: update-cli-help
|
||||
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'
|
||||
|
|
|
|||
|
|
@ -160,9 +160,9 @@
|
|||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.1900.0-rc.1",
|
||||
"@angular/animations": "^19.0.0-next",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4f10d65746b59e8b447f42c633daf32419617818",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#71a02048ed1d97aa9d97d9103b3be829e75e8f58",
|
||||
"@angular/core": "^19.0.0-next",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#47e8f2dc96a59ea69f1430aa8915db335d44fa5a",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#083e0563227984561bc23064069a38cce31e040b",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^6.0.0",
|
||||
|
|
|
|||
20
yarn.lock
20
yarn.lock
|
|
@ -303,15 +303,14 @@
|
|||
"@angular/core" "^13.0.0 || ^14.0.0-0"
|
||||
reflect-metadata "^0.1.13"
|
||||
|
||||
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#4f10d65746b59e8b447f42c633daf32419617818":
|
||||
version "0.0.0-54e1f4543ead5ce94d0729d9bc95a3768808e75d"
|
||||
uid "4f10d65746b59e8b447f42c633daf32419617818"
|
||||
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4f10d65746b59e8b447f42c633daf32419617818"
|
||||
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#71a02048ed1d97aa9d97d9103b3be829e75e8f58":
|
||||
version "0.0.0-17df704577972751694bf1c67d0aeeb38722b9da"
|
||||
uid "71a02048ed1d97aa9d97d9103b3be829e75e8f58"
|
||||
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#71a02048ed1d97aa9d97d9103b3be829e75e8f58"
|
||||
dependencies:
|
||||
"@angular/benchpress" "0.3.0"
|
||||
"@angular/build" "19.0.0-rc.1"
|
||||
"@babel/core" "^7.16.0"
|
||||
"@babel/helper-annotate-as-pure" "^7.18.6"
|
||||
"@babel/plugin-proposal-async-generator-functions" "^7.20.1"
|
||||
"@bazel/buildifier" "6.3.3"
|
||||
"@bazel/concatjs" "5.8.1"
|
||||
|
|
@ -330,7 +329,6 @@
|
|||
"@types/ws" "8.5.13"
|
||||
"@types/yargs" "^17.0.0"
|
||||
browser-sync "^3.0.0"
|
||||
html-entities "^2.4.0"
|
||||
prettier "3.3.3"
|
||||
protractor "^7.0.0"
|
||||
selenium-webdriver "^4.18.1"
|
||||
|
|
@ -429,10 +427,10 @@
|
|||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#47e8f2dc96a59ea69f1430aa8915db335d44fa5a":
|
||||
version "0.0.0-54e1f4543ead5ce94d0729d9bc95a3768808e75d"
|
||||
uid "47e8f2dc96a59ea69f1430aa8915db335d44fa5a"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#47e8f2dc96a59ea69f1430aa8915db335d44fa5a"
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#083e0563227984561bc23064069a38cce31e040b":
|
||||
version "0.0.0-17df704577972751694bf1c67d0aeeb38722b9da"
|
||||
uid "083e0563227984561bc23064069a38cce31e040b"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#083e0563227984561bc23064069a38cce31e040b"
|
||||
dependencies:
|
||||
"@octokit/rest" "21.0.2"
|
||||
"@types/semver" "^7.3.6"
|
||||
|
|
@ -537,7 +535,7 @@
|
|||
"@jridgewell/trace-mapping" "^0.3.25"
|
||||
jsesc "^3.0.2"
|
||||
|
||||
"@babel/helper-annotate-as-pure@7.25.9", "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.25.9":
|
||||
"@babel/helper-annotate-as-pure@7.25.9", "@babel/helper-annotate-as-pure@^7.25.9":
|
||||
version "7.25.9"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
|
||||
integrity sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==
|
||||
|
|
|
|||
Loading…
Reference in a new issue