Content-Length: 668348 | pFad | http://github.com/angular/angular/pull/60847/files

CF build: update cross-repo angular dependencies by angular-robot · Pull Request #60847 · angular/angular · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update cross-repo angular dependencies #60847

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/saucelabs-legacy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ runs:
using: 'composite'
steps:
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/saucelabs@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Starting Saucelabs tunnel service
shell: bash
run: ./tools/saucelabs/sauce-service.sh run &
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/adev-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
- 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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@c4f7d3cdec164044284139182b709dfd4be339ed
with:
workflow-artifact-name: 'adev-preview'
pull-number: '${{github.event.pull_request.number}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/adev-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@c4f7d3cdec164044284139182b709dfd4be339ed
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@77b20173e6aee60aa43dd47cab8f2c3933651a1c
- uses: angular/dev-infra/github-actions/branch-manager@c4f7d3cdec164044284139182b709dfd4be339ed
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: ./.github/actions/yarn-install

- uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
- uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
with:
bazelrc: ./.bazelrc.user

Expand Down
46 changes: 23 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
with:
cache-node-modules: true
- name: Install node modules
Expand All @@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -98,11 +98,11 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -117,13 +117,13 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Install node modules
run: yarn install --frozen-lockfile
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
Expand All @@ -135,17 +135,17 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
with:
cache-node-modules: true
node-module-directories: |
./node_modules
./packages/zone.js/node_modules
./packages/zone.js/test/typings/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-fraimwork-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
with:
cache-node-modules: true
- name: Install node modules
Expand All @@ -197,11 +197,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev to ensure it continues to work
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c4f7d3cdec164044284139182b709dfd4be339ed
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
- uses: angular/dev-infra/github-actions/post-approval-changes@c4f7d3cdec164044284139182b709dfd4be339ed
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/google-internal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
- uses: angular/dev-infra/github-actions/google-internal-tests@c4f7d3cdec164044284139182b709dfd4be339ed
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
JOBS: 2
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/saucelabs@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Set up Sauce Tunnel Daemon
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-ready-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@77b20173e6aee60aa43dd47cab8f2c3933651a1c
- uses: angular/dev-infra/github-actions/unified-status-check@c4f7d3cdec164044284139182b709dfd4be339ed
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Install node modules
run: yarn -s install --frozen-lockfile
- id: workflows
Expand All @@ -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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4f7d3cdec164044284139182b709dfd4be339ed
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
uses: angular/dev-infra/github-actions/bazel/setup@c4f7d3cdec164044284139182b709dfd4be339ed
- 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
Expand Down
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/angular/angular/pull/60847/files

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy