Skip to content

Commit d129c7c

Browse files
committed
Merge branch 'main' into dev
# Conflicts: # packages/compiler/src/ml_parser/ast.ts # packages/compiler/src/ml_parser/lexer.ts # packages/compiler/src/ml_parser/parser.ts # packages/compiler/src/ml_parser/tokens.ts # packages/compiler/test/ml_parser/ast_serializer_spec.ts # packages/compiler/test/ml_parser/ast_spec_utils.ts # packages/compiler/test/ml_parser/util/util.ts
2 parents 5f1bbda + e90daf3 commit d129c7c

File tree

1,753 files changed

+55653
-101169
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,753 files changed

+55653
-101169
lines changed

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

+316-42
Large diffs are not rendered by default.

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

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

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

+1-1
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
7+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
88
with:
99
path: |
1010
./node_modules/

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

+4-4
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@002a34e9875f55bf1850fb57d34261b33b2fd492
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
26+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
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@002a34e9875f55bf1850fb57d34261b33b2fd492
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@35131fc980ce5451fb89d8c033efc827ad39ca68
3434
with:
3535
workflow-artifact-name: 'adev-preview'
3636
pull-number: '${{github.event.pull_request.number}}'

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

+1-1
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@002a34e9875f55bf1850fb57d34261b33b2fd492
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@35131fc980ce5451fb89d8c033efc827ad39ca68
4444
with:
4545
github-token: '${{secrets.GITHUB_TOKEN}}'
4646
workflow-artifact-name: 'adev-preview'

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

+1-1
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@002a34e9875f55bf1850fb57d34261b33b2fd492
19+
- uses: angular/dev-infra/github-actions/branch-manager@35131fc980ce5451fb89d8c033efc827ad39ca68
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.angular-github/workflows/benchmark-compare.yml

+1-1
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@002a34e9875f55bf1850fb57d34261b33b2fd492
41+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
4242
with:
4343
bazelrc: ./.bazelrc.user
4444

.angular-github/workflows/ci.yml

+48-24
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@002a34e9875f55bf1850fb57d34261b33b2fd492
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
2525
with:
2626
cache-node-modules: true
2727
- name: Install node modules
@@ -41,13 +41,15 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Initialize environment
44-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
44+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
4545
with:
4646
cache-node-modules: true
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
48+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
51+
with:
52+
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5153
- name: Install node modules
5254
run: yarn install --frozen-lockfile
5355
- name: Run unit tests
@@ -59,49 +61,69 @@ jobs:
5961
runs-on: ubuntu-latest-4core
6062
steps:
6163
- name: Initialize environment
62-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
64+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
6365
with:
6466
cache-node-modules: true
6567
- name: Setup Bazel
66-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
68+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
6769
- name: Setup Bazel Remote Caching
68-
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
70+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
71+
with:
72+
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
6973
- name: Install node modules
7074
run: yarn install --frozen-lockfile --network-timeout 100000
7175
- name: Run CI tests for framework
7276
run: yarn test:ci
7377

78+
integration-tests:
79+
runs-on: ubuntu-latest-4core
80+
steps:
81+
- name: Initialize environment
82+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
83+
with:
84+
cache-node-modules: true
85+
- name: Setup Bazel
86+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
87+
- name: Setup Bazel Remote Caching
88+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
89+
with:
90+
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
91+
- name: Install node modules
92+
run: yarn install --frozen-lockfile --network-timeout 100000
93+
- name: Run integration CI tests for framework
94+
run: yarn integration-tests:ci
95+
7496
adev:
7597
runs-on:
7698
labels: ubuntu-latest-4core
7799
steps:
78100
- name: Initialize environment
79-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
101+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
80102
- name: Setup Bazel
81-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
103+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
82104
- name: Setup Bazel RBE
83-
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
105+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
106+
with:
107+
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
84108
- name: Install node modules
85109
run: yarn install --frozen-lockfile
110+
- name: Run tests
111+
run: yarn bazel test //adev/...
86112
- name: Build adev in fast mode to ensure it continues to work
87113
run: yarn bazel build //adev:build --config=release
88-
# TODO: re-enable all tests once the next release is shipped
89-
# Tests are broken because of https://github.com/angular/angular/issues/54858
90-
- name: Run tests
91-
run: yarn bazel test //adev:test #//adev/...
92114

93115
publish-snapshots:
94116
runs-on:
95117
labels: ubuntu-latest
96118
steps:
97119
- name: Initialize environment
98-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
120+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
99121
with:
100122
cache-node-modules: true
101123
- name: Setup Bazel
102-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
124+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
103125
- name: Setup Bazel RBE
104-
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
126+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
105127
- name: Install node modules
106128
run: yarn install --frozen-lockfile
107129
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -113,17 +135,19 @@ jobs:
113135
labels: ubuntu-latest-4core
114136
steps:
115137
- name: Initialize environment
116-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
138+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
117139
with:
118140
cache-node-modules: true
119141
node-module-directories: |
120142
./node_modules
121143
./packages/zone.js/node_modules
122144
./packages/zone.js/test/typings/node_modules
123145
- name: Setup Bazel
124-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
146+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
125147
- name: Setup Bazel RBE
126-
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
148+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
149+
with:
150+
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
127151
- name: Install node modules
128152
run: yarn install --frozen-lockfile
129153
- run: |
@@ -160,7 +184,7 @@ jobs:
160184
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
161185
steps:
162186
- name: Initialize environment
163-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
187+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
164188
with:
165189
cache-node-modules: true
166190
- name: Install node modules
@@ -173,11 +197,11 @@ jobs:
173197
runs-on: ubuntu-latest
174198
steps:
175199
- name: Initialize environment
176-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
200+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
177201
- name: Setup Bazel
178-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
202+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
179203
- name: Setup Bazel RBE
180-
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
204+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
181205
- name: Install node modules
182206
run: yarn install --frozen-lockfile
183207
- name: Build adev to ensure it continues to work

.angular-github/workflows/dev-infra.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@002a34e9875f55bf1850fb57d34261b33b2fd492
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@35131fc980ce5451fb89d8c033efc827ad39ca68
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@002a34e9875f55bf1850fb57d34261b33b2fd492
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@35131fc980ce5451fb89d8c033efc827ad39ca68
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- uses: angular/dev-infra/github-actions/google-internal-tests@002a34e9875f55bf1850fb57d34261b33b2fd492
17+
- uses: angular/dev-infra/github-actions/google-internal-tests@35131fc980ce5451fb89d8c033efc827ad39ca68
1818
with:
1919
run-tests-guide-url: http://go/angular-g3sync-start
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

.angular-github/workflows/manual.yml

+4-4
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@002a34e9875f55bf1850fb57d34261b33b2fd492
16+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
1717
with:
1818
cache-node-modules: true
1919
- name: Install node modules
2020
run: yarn install --frozen-lockfile
2121
- name: Setup Bazel
22-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
22+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
2323
- name: Setup Bazel Remote Caching
24-
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
24+
uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
2525
- name: Setup Saucelabs Variables
26-
uses: angular/dev-infra/github-actions/saucelabs@002a34e9875f55bf1850fb57d34261b33b2fd492
26+
uses: angular/dev-infra/github-actions/saucelabs@35131fc980ce5451fb89d8c033efc827ad39ca68
2727
- name: Set up Sauce Tunnel Daemon
2828
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
2929
env:

.angular-github/workflows/merge-ready-status.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
status:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/unified-status-check@002a34e9875f55bf1850fb57d34261b33b2fd492
12+
- uses: angular/dev-infra/github-actions/unified-status-check@35131fc980ce5451fb89d8c033efc827ad39ca68
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.angular-github/workflows/perf.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
workflows: ${{ steps.workflows.outputs.workflows }}
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
2525
- name: Install node modules
2626
run: yarn -s install --frozen-lockfile
2727
- id: workflows
@@ -36,9 +36,9 @@ jobs:
3636
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
3737
steps:
3838
- name: Initialize environment
39-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
39+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
4040
- name: Setup Bazel
41-
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
41+
uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
4242
- name: Install node modules
4343
run: yarn -s install --frozen-lockfile
4444
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow

0 commit comments

Comments
 (0)