mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update cross-repo angular dependencies (#64586)
See associated pull request for more information. PR Close #64586
This commit is contained in:
committed by
Jessica Janiuk
parent
00842026c4
commit
4bc69159ca
@@ -5,9 +5,9 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/saucelabs@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
run: pnpm bazel build //adev:build.production
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
|
||||
@@ -16,6 +16,6 @@ jobs:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Check code lint
|
||||
@@ -39,13 +39,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Cache downloaded Cypress binary
|
||||
@@ -72,11 +72,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -88,11 +88,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -105,11 +105,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -124,11 +124,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
@@ -140,11 +140,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -194,11 +194,11 @@ jobs:
|
||||
runs-on: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
|
||||
@@ -13,13 +13,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
post_approval_changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
run-tests-guide-url: http://go/angular-g3sync-start
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -13,15 +13,15 @@ jobs:
|
||||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/saucelabs@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: pnpm 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Check code lint
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Check code format
|
||||
run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
|
||||
- name: Check Package Licenses
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
|
||||
|
||||
@@ -45,13 +45,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Cache downloaded Cypress binary
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
@@ -76,11 +76,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run CI tests for framework
|
||||
@@ -100,11 +100,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run integration CI tests for framework
|
||||
@@ -115,11 +115,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run tests
|
||||
@@ -132,11 +132,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: |
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ git_override(
|
||||
bazel_dep(name = "devinfra")
|
||||
git_override(
|
||||
module_name = "devinfra",
|
||||
commit = "b02901c21fa1d40a4272881a9bf75068d1ca4ad9",
|
||||
commit = "52a1e1b2a2068f8d040417fcfe4fc0b08483e957",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -168,7 +168,7 @@
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.2003.6",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6e0f021e72c4d9e18732ef655177682ff88357bd",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b7b31bc86af715aed506382f2394613b741c840b",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
|
||||
Generated
+20
-36
@@ -371,8 +371,8 @@ importers:
|
||||
specifier: 0.2003.6
|
||||
version: 0.2003.6(chokidar@4.0.3)
|
||||
'@angular/ng-dev':
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#6e0f021e72c4d9e18732ef655177682ff88357bd
|
||||
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e0f021e72c4d9e18732ef655177682ff88357bd(@modelcontextprotocol/sdk@1.20.0)
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b7b31bc86af715aed506382f2394613b741c840b
|
||||
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b7b31bc86af715aed506382f2394613b741c840b(@modelcontextprotocol/sdk@1.20.0)
|
||||
'@babel/plugin-proposal-async-generator-functions':
|
||||
specifier: 7.20.7
|
||||
version: 7.20.7(@babel/core@7.28.3)
|
||||
@@ -1514,9 +1514,9 @@ packages:
|
||||
'@angular/cdk': 20.2.9
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e0f021e72c4d9e18732ef655177682ff88357bd':
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e0f021e72c4d9e18732ef655177682ff88357bd}
|
||||
version: 0.0.0-b02901c21fa1d40a4272881a9bf75068d1ca4ad9
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b7b31bc86af715aed506382f2394613b741c840b':
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b7b31bc86af715aed506382f2394613b741c840b}
|
||||
version: 0.0.0-52a1e1b2a2068f8d040417fcfe4fc0b08483e957
|
||||
hasBin: true
|
||||
|
||||
'@angular/ssr@20.3.6':
|
||||
@@ -3836,8 +3836,8 @@ packages:
|
||||
resolution: {integrity: sha512-tNe7a6U4rCpxLMBaR0SIYTdjxGdL0Vwb3G1zY8++sPtHSvy7qd54u8CIB0Z+Y6t5tc9pNYMYCMwhE/wdSY7ltg==}
|
||||
engines: {node: '>=18.12'}
|
||||
|
||||
'@pnpm/dependency-path@1001.1.2':
|
||||
resolution: {integrity: sha512-fih99/lY+HRRak0U0KMKAO7+nacilWMcvFTH6YDKzjCBTOhxDr6Eeap2mF7uf4ED4dnKsQVNUGmFpvaSXSuFCQ==}
|
||||
'@pnpm/dependency-path@1001.1.3':
|
||||
resolution: {integrity: sha512-ScPXDrlpNNrvV+l4Z1Mh7HjejkltQWfSa3PIaB+WJ3h+PoC1w5blbgfq6ENdHdkRU7L14ie/3MqUGMIx2gZldA==}
|
||||
engines: {node: '>=18.12'}
|
||||
|
||||
'@pnpm/graceful-fs@1000.0.1':
|
||||
@@ -3852,8 +3852,8 @@ packages:
|
||||
resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
'@pnpm/types@1000.8.0':
|
||||
resolution: {integrity: sha512-yx86CGHHquWAI0GgKIuV/RnYewcf5fVFZemC45C/K2cX0uV8GB8TUP541ZrokWola2fZx5sn1vL7xzbceRZfoQ==}
|
||||
'@pnpm/types@1000.9.0':
|
||||
resolution: {integrity: sha512-UvDTCxnbyqkTg2X0dBOuZ4IdFJ8g4UFu0Ybv/5/cZAxCWVhNl1hC/Xc9hR4tZrlBL0NRFePLRhO/iw9LmA1lbw==}
|
||||
engines: {node: '>=18.12'}
|
||||
|
||||
'@protobufjs/aspromise@1.1.2':
|
||||
@@ -13274,7 +13274,7 @@ snapshots:
|
||||
rxjs: 7.8.2
|
||||
tslib: 2.8.1
|
||||
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e0f021e72c4d9e18732ef655177682ff88357bd(@modelcontextprotocol/sdk@1.20.0)':
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b7b31bc86af715aed506382f2394613b741c840b(@modelcontextprotocol/sdk@1.20.0)':
|
||||
dependencies:
|
||||
'@actions/core': 1.11.1
|
||||
'@google-cloud/spanner': 8.0.0(supports-color@10.2.2)
|
||||
@@ -13291,7 +13291,7 @@ snapshots:
|
||||
'@octokit/request-error': 7.0.1
|
||||
'@octokit/rest': 22.0.0
|
||||
'@octokit/types': 15.0.1
|
||||
'@pnpm/dependency-path': 1001.1.2
|
||||
'@pnpm/dependency-path': 1001.1.3
|
||||
'@types/cli-progress': 3.11.6
|
||||
'@types/ejs': 3.1.5
|
||||
'@types/events': 3.0.3
|
||||
@@ -14316,14 +14316,6 @@ snapshots:
|
||||
|
||||
'@colors/colors@1.6.0': {}
|
||||
|
||||
'@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0)':
|
||||
dependencies:
|
||||
'@types/semver': 7.7.1
|
||||
semver: 7.7.3
|
||||
optionalDependencies:
|
||||
conventional-commits-filter: 5.0.0
|
||||
conventional-commits-parser: 6.2.0
|
||||
|
||||
'@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1)':
|
||||
dependencies:
|
||||
'@types/semver': 7.7.1
|
||||
@@ -16202,7 +16194,7 @@ snapshots:
|
||||
|
||||
'@octokit/endpoint@11.0.1':
|
||||
dependencies:
|
||||
'@octokit/types': 15.0.0
|
||||
'@octokit/types': 15.0.1
|
||||
universal-user-agent: 7.0.3
|
||||
|
||||
'@octokit/endpoint@9.0.6':
|
||||
@@ -16414,10 +16406,10 @@ snapshots:
|
||||
|
||||
'@pnpm/crypto.polyfill@1000.1.0': {}
|
||||
|
||||
'@pnpm/dependency-path@1001.1.2':
|
||||
'@pnpm/dependency-path@1001.1.3':
|
||||
dependencies:
|
||||
'@pnpm/crypto.hash': 1000.2.1
|
||||
'@pnpm/types': 1000.8.0
|
||||
'@pnpm/types': 1000.9.0
|
||||
semver: 7.7.3
|
||||
|
||||
'@pnpm/graceful-fs@1000.0.1':
|
||||
@@ -16434,7 +16426,7 @@ snapshots:
|
||||
'@pnpm/network.ca-file': 1.0.2
|
||||
config-chain: 1.1.13
|
||||
|
||||
'@pnpm/types@1000.8.0': {}
|
||||
'@pnpm/types@1000.9.0': {}
|
||||
|
||||
'@protobufjs/aspromise@1.1.2': {}
|
||||
|
||||
@@ -18866,9 +18858,9 @@ snapshots:
|
||||
'@hutson/parse-repository-url': 5.0.0
|
||||
add-stream: 1.0.0
|
||||
conventional-changelog-writer: 8.2.0
|
||||
conventional-commits-parser: 6.2.0
|
||||
git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0)
|
||||
git-semver-tags: 8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0)
|
||||
conventional-commits-parser: 6.2.1
|
||||
git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1)
|
||||
git-semver-tags: 8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1)
|
||||
hosted-git-info: 7.0.2
|
||||
normalize-package-data: 6.0.2
|
||||
read-package-up: 11.0.0
|
||||
@@ -20650,14 +20642,6 @@ snapshots:
|
||||
dependencies:
|
||||
assert-plus: 1.0.0
|
||||
|
||||
git-raw-commits@5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0):
|
||||
dependencies:
|
||||
'@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0)
|
||||
meow: 13.2.0
|
||||
transitivePeerDependencies:
|
||||
- conventional-commits-filter
|
||||
- conventional-commits-parser
|
||||
|
||||
git-raw-commits@5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1):
|
||||
dependencies:
|
||||
'@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1)
|
||||
@@ -20666,9 +20650,9 @@ snapshots:
|
||||
- conventional-commits-filter
|
||||
- conventional-commits-parser
|
||||
|
||||
git-semver-tags@8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0):
|
||||
git-semver-tags@8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1):
|
||||
dependencies:
|
||||
'@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0)
|
||||
'@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1)
|
||||
meow: 13.2.0
|
||||
transitivePeerDependencies:
|
||||
- conventional-commits-filter
|
||||
|
||||
Reference in New Issue
Block a user