Skip to content

Commit 858e37c

Browse files
alan-agius4mmalerba
authored andcommitted
build: update cross-repo angular dependencies (angular#64255)
See associated pull request for more information. Closes angular#64212 as a pr takeover PR Close angular#64255
1 parent e279f30 commit 858e37c

File tree

53 files changed

+4282
-4602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4282
-4602
lines changed

.github/actions/deploy-docs-site/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39451,7 +39451,7 @@ var RequestError = class extends Error {
3945139451
};
3945239452

3945339453
//
39454-
var VERSION2 = "10.0.5";
39454+
var VERSION2 = "10.0.3";
3945539455
var defaults_default = {
3945639456
headers: {
3945739457
"user-agent": `octokit-request.js/${VERSION2} ${getUserAgent()}`
@@ -39781,7 +39781,7 @@ var createTokenAuth = function createTokenAuth2(token) {
3978139781
};
3978239782

3978339783
//
39784-
var VERSION4 = "7.0.5";
39784+
var VERSION4 = "7.0.4";
3978539785

3978639786
//
3978739787
var noop = () => {

.github/actions/saucelabs-legacy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ runs:
55
using: 'composite'
66
steps:
77
- name: Setup Bazel
8-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
8+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
99
- name: Setup Saucelabs Variables
10-
uses: angular/dev-infra/github-actions/saucelabs@b7672ff60456719e6d9b0cc052abc73a7adc8df2
10+
uses: angular/dev-infra/github-actions/saucelabs@58610eacb7efbc261f16197586fa7fb4c81adccd
1111
- name: Starting Saucelabs tunnel service
1212
shell: bash
1313
run: ./tools/saucelabs/sauce-service.sh run &

.github/workflows/adev-preview-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
26+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
2929
- name: Install node modules
3030
run: pnpm install --frozen-lockfile
3131
- name: Build adev
3232
run: pnpm bazel build //adev:build.production
33-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@b7672ff60456719e6d9b0cc052abc73a7adc8df2
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@58610eacb7efbc261f16197586fa7fb4c81adccd
3434
with:
3535
workflow-artifact-name: 'adev-preview'
3636
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/adev-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
4141
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
4242
43-
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@b7672ff60456719e6d9b0cc052abc73a7adc8df2
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@58610eacb7efbc261f16197586fa7fb4c81adccd
4444
with:
4545
github-token: '${{secrets.GITHUB_TOKEN}}'
4646
workflow-artifact-name: 'adev-preview'

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@b7672ff60456719e6d9b0cc052abc73a7adc8df2
19+
- uses: angular/dev-infra/github-actions/branch-manager@58610eacb7efbc261f16197586fa7fb4c81adccd
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/benchmark-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- run: pnpm install --frozen-lockfile
4040

41-
- uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
41+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
4242
with:
4343
bazelrc: ./.bazelrc.user
4444

.github/workflows/ci.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
2525
- name: Install node modules
2626
run: pnpm install --frozen-lockfile
2727
- name: Check code lint
@@ -39,13 +39,13 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Initialize environment
42-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
42+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
4343
with:
4444
disable-package-manager-cache: true
4545
- name: Setup Bazel
46-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
46+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
4747
- name: Setup Bazel RBE
48-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
48+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
4949
with:
5050
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5151
- name: Cache downloaded Cypress binary
@@ -72,11 +72,11 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Initialize environment
75-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
75+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
7676
- name: Setup Bazel
77-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
77+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
7878
- name: Setup Bazel Remote Caching
79-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
79+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
8080
with:
8181
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
8282
- name: Install node modules
@@ -88,11 +88,11 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Initialize environment
91-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
91+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
9292
- name: Setup Bazel
93-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
93+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
9494
- name: Setup Bazel Remote Caching
95-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
95+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
9696
with:
9797
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9898
- name: Install node modules
@@ -105,11 +105,11 @@ jobs:
105105
labels: ubuntu-latest
106106
steps:
107107
- name: Initialize environment
108-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
108+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
109109
- name: Setup Bazel
110-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
110+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
111111
- name: Setup Bazel RBE
112-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
112+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
113113
with:
114114
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
115115
- name: Install node modules
@@ -124,11 +124,11 @@ jobs:
124124
labels: ubuntu-latest
125125
steps:
126126
- name: Initialize environment
127-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
128128
- name: Setup Bazel
129-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
129+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
130130
- name: Setup Bazel RBE
131-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
131+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
132132
with:
133133
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
134134
- name: Install node modules
@@ -146,13 +146,13 @@ jobs:
146146
labels: ubuntu-latest
147147
steps:
148148
- name: Initialize environment
149-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
149+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
150150
with:
151151
cache-node-modules: true
152152
- name: Setup Bazel
153-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
153+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
154154
- name: Setup Bazel RBE
155-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
155+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
156156
- name: Install node modules
157157
run: pnpm install --frozen-lockfile
158158
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -164,11 +164,11 @@ jobs:
164164
labels: ubuntu-latest
165165
steps:
166166
- name: Initialize environment
167-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
167+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
168168
- name: Setup Bazel
169-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
169+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
170170
- name: Setup Bazel RBE
171-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
171+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
172172
with:
173173
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
174174
- name: Install node modules
@@ -218,11 +218,11 @@ jobs:
218218
runs-on: ubuntu-latest-8core
219219
steps:
220220
- name: Initialize environment
221-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
221+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
222222
- name: Setup Bazel
223-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
223+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
224224
- name: Setup Bazel RBE
225-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
225+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
226226
- name: Install node modules
227227
run: pnpm install --frozen-lockfile
228228
- name: Build adev

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16-
- uses: angular/dev-infra/github-actions/pull-request-labeling@b7672ff60456719e6d9b0cc052abc73a7adc8df2
16+
- uses: angular/dev-infra/github-actions/pull-request-labeling@58610eacb7efbc261f16197586fa7fb4c81adccd
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@b7672ff60456719e6d9b0cc052abc73a7adc8df2
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@58610eacb7efbc261f16197586fa7fb4c81adccd
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/google-internal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17-
- uses: angular/dev-infra/github-actions/google-internal-tests@b7672ff60456719e6d9b0cc052abc73a7adc8df2
17+
- uses: angular/dev-infra/github-actions/google-internal-tests@58610eacb7efbc261f16197586fa7fb4c81adccd
1818
with:
1919
run-tests-guide-url: http://go/angular-g3sync-start
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/manual.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
JOBS: 2
1414
steps:
1515
- name: Initialize environment
16-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b7672ff60456719e6d9b0cc052abc73a7adc8df2
16+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
1717
with:
1818
cache-node-modules: true
1919
- name: Install node modules
2020
run: pnpm install --frozen-lockfile
2121
- name: Setup Bazel
22-
uses: angular/dev-infra/github-actions/bazel/setup@b7672ff60456719e6d9b0cc052abc73a7adc8df2
22+
uses: angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
2323
- name: Setup Bazel Remote Caching
24-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b7672ff60456719e6d9b0cc052abc73a7adc8df2
24+
uses: angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
2525
- name: Setup Saucelabs Variables
26-
uses: angular/dev-infra/github-actions/saucelabs@b7672ff60456719e6d9b0cc052abc73a7adc8df2
26+
uses: angular/dev-infra/github-actions/saucelabs@58610eacb7efbc261f16197586fa7fb4c81adccd
2727
- name: Set up Sauce Tunnel Daemon
2828
run: pnpm bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
2929
env:

0 commit comments

Comments
 (0)