Skip to content

Commit 857539a

Browse files
authored
Merge branch 'angular:main' into dev
2 parents dc2799e + 0b6084e commit 857539a

File tree

1,520 files changed

+77839
-61759
lines changed

Some content is hidden

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

1,520 files changed

+77839
-61759
lines changed

.bazelignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ integration/standalone-bootstrap/node_modules
3333
integration/terser/node_modules
3434
integration/trusted-types/node_modules
3535
integration/typings_test_rxjs7/node_modules
36-
integration/typings_test_ts55/node_modules
37-
integration/typings_test_ts56/node_modules
38-
integration/typings_test_ts57/node_modules
36+
integration/typings_test_ts58/node_modules
3937
modules/ssr-benchmarks/node_modules

.git-blame-ignore-revs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# all commits that change formatting to prettier
2+
fd544159e300340a25a48e3f40c58795991a4c17
3+
31fdf0fbea6b89c8d3d141b2ef8e79c2737287cb
4+
0d78a92431178be73342aeddda4b62d9e49138ba
5+
f307e95459898b9027d5e13357a809d8952e9017
6+
b1dffa4abe8321a47d79b2ea29ee32a81acfe031
7+
ca517d7f2c38775969a65fde1d88f41ad5f27931
8+
8f69c83b848ad0dc3c7ffce2541fc726693dedcf
9+
a5b5b7d5ef84b9852d2115dd7a764f4ab3299379
10+
894c1c5f100a62866cc7ed3e23d025c8e505c60d
11+
ca39926de2ccaceb11de47a35e5bf9899147a877
12+
b857aafcb9bdb5f1400a4cfedd56657e71ebe8cd
13+
c4b880a025823efadb9d76195c6261f2992c7654
14+
4c2b0d94e22f022969b86b95af516b76322840e0
15+
0460a9dfafe3a7ebbff1b87e52048fb7416bba43
16+
ec03e462f3d4ec90d1267474cc344563c949c2cf
17+
bbbe477f479f20722f0fea7ccc46095aad5d4253
18+
cc34e5fb072e7903e01463953a19d18503a39347
19+
f9781f9804f1e7c84df356d9aeb267730a7fc499
20+
dc62446ef7f2898a20d3be1196ecaf2a92a1077d
21+
711cb416260ca11ff158fc39b372efa2cf022d36

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## PR Checklist
22
Please check if your PR fulfills the following requirements:
33

4-
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit
4+
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/contributing-docs/commit-message-guidelines.md
55
- [ ] Tests for the changes have been added (for bug fixes / features)
66
- [ ] Docs have been added / updated (for bug fixes / features)
77

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

Lines changed: 15495 additions & 239 deletions
Large diffs are not rendered by default.

.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@289aa644e65a557bcb21adcf75ad60605a9c9859
8+
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
99
- name: Setup Saucelabs Variables
10-
uses: angular/dev-infra/github-actions/saucelabs@289aa644e65a557bcb21adcf75ad60605a9c9859
10+
uses: angular/dev-infra/github-actions/saucelabs@002a34e9875f55bf1850fb57d34261b33b2fd492
1111
- name: Starting Saucelabs tunnel service
1212
shell: bash
1313
run: ./tools/saucelabs/sauce-service.sh run &

.github/actions/yarn-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Installs the dependencies using Yarn'
44
runs:
55
using: 'composite'
66
steps:
7-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
7+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
88
with:
99
path: |
1010
./node_modules/

.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@289aa644e65a557bcb21adcf75ad60605a9c9859
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@289aa644e65a557bcb21adcf75ad60605a9c9859
26+
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@289aa644e65a557bcb21adcf75ad60605a9c9859
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
2929
- name: Install node modules
3030
run: yarn install --frozen-lockfile
3131
- name: Build adev to ensure it continues to work
3232
run: yarn bazel build //adev:build --full_build_adev --config=release
33-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@289aa644e65a557bcb21adcf75ad60605a9c9859
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@002a34e9875f55bf1850fb57d34261b33b2fd492
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@289aa644e65a557bcb21adcf75ad60605a9c9859
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@002a34e9875f55bf1850fb57d34261b33b2fd492
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@289aa644e65a557bcb21adcf75ad60605a9c9859
19+
- uses: angular/dev-infra/github-actions/branch-manager@002a34e9875f55bf1850fb57d34261b33b2fd492
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
- uses: ./.github/actions/yarn-install
4040

41-
- uses: angular/dev-infra/github-actions/bazel/configure-remote@289aa644e65a557bcb21adcf75ad60605a9c9859
41+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
4242
with:
4343
bazelrc: ./.bazelrc.user
4444

0 commit comments

Comments
 (0)