Skip to content

Commit 834c8d7

Browse files
angular-robotclydin
authored andcommitted
build: update angular
(cherry picked from commit 227f303)
1 parent 3e7f6f5 commit 834c8d7

File tree

10 files changed

+248
-611
lines changed

10 files changed

+248
-611
lines changed

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

.github/workflows/ci.yml

+21-21
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@a3d0749c4d64959e85843fbeb54507e830be0f44
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
2525
- name: Install node modules
2626
run: yarn install --immutable
2727
- name: Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Initialize environment
45-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
47+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
5050
- name: Install node modules
5151
run: yarn install --immutable
5252
- name: Build release targets
@@ -56,11 +56,11 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Initialize environment
59-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
59+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
61+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
6464
- name: Install node modules
6565
run: yarn install --immutable
6666
- name: Run module and package tests
@@ -90,13 +90,13 @@ jobs:
9090
runs-on: ${{ matrix.os }}
9191
steps:
9292
- name: Initialize environment
93-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
9494
- name: Install node modules
9595
run: yarn install --immutable
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
97+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
100100
- name: Run CLI E2E tests
101101
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
102102

@@ -111,13 +111,13 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Initialize environment
114-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
114+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
115115
- name: Install node modules
116116
run: yarn install --immutable
117117
- name: Setup Bazel
118-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
118+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
119119
- name: Setup Bazel RBE
120-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
120+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
121121
- name: Run CLI E2E tests
122122
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
123123

@@ -132,13 +132,13 @@ jobs:
132132
runs-on: ${{ matrix.os }}
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
136136
- name: Install node modules
137137
run: yarn install --immutable
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
139+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
142142
- name: Run CLI E2E tests
143143
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
144144

@@ -149,13 +149,13 @@ jobs:
149149
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
150150
steps:
151151
- name: Initialize environment
152-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
152+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
153153
- name: Install node modules
154154
run: yarn install --immutable
155155
- name: Setup Bazel
156-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
156+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
157157
- name: Setup Bazel RBE
158-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
158+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
159159
- name: Run E2E Browser tests
160160
env:
161161
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -182,11 +182,11 @@ jobs:
182182
CIRCLE_BRANCH: ${{ github.ref_name }}
183183
steps:
184184
- name: Initialize environment
185-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
185+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
186186
- name: Install node modules
187187
run: yarn install --immutable
188188
- name: Setup Bazel
189-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
189+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
190190
- run: yarn admin snapshots --verbose
191191
env:
192192
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

.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@a3d0749c4d64959e85843fbeb54507e830be0f44
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@adf5acca6d96067437cfc4c68f35c59d3e7e763f
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@a3d0749c4d64959e85843fbeb54507e830be0f44
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@adf5acca6d96067437cfc4c68f35c59d3e7e763f
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'angular/angular-cli'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: angular/dev-infra/github-actions/feature-request@a3d0749c4d64959e85843fbeb54507e830be0f44
19+
- uses: angular/dev-infra/github-actions/feature-request@adf5acca6d96067437cfc4c68f35c59d3e7e763f
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Initialize environment
37-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4040
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run Validation
5555
run: yarn admin validate
5656
- name: Check Package Licenses
57-
uses: angular/dev-infra/github-actions/linting/licenses@a3d0749c4d64959e85843fbeb54507e830be0f44
57+
uses: angular/dev-infra/github-actions/linting/licenses@adf5acca6d96067437cfc4c68f35c59d3e7e763f
5858
- name: Check tooling setup
5959
run: yarn check-tooling-setup
6060
- name: Check commit message
@@ -70,11 +70,11 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Initialize environment
73-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
75+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
7878
- name: Install node modules
7979
run: yarn install --immutable
8080
- name: Build release targets
@@ -90,11 +90,11 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Initialize environment
93-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
9494
- name: Setup Bazel
95-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
95+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
9696
- name: Setup Bazel RBE
97-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
97+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
9898
- name: Install node modules
9999
run: yarn install --immutable
100100
- name: Run module and package tests
@@ -111,13 +111,13 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Initialize environment
114-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
114+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
115115
- name: Install node modules
116116
run: yarn install --immutable
117117
- name: Setup Bazel
118-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
118+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
119119
- name: Setup Bazel RBE
120-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
120+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
121121
- name: Run CLI E2E tests
122122
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
123123

@@ -132,13 +132,13 @@ jobs:
132132
runs-on: ${{ matrix.os }}
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
136136
- name: Install node modules
137137
run: yarn install --immutable
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
139+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
142142
- name: Run CLI E2E tests
143143
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
144144

@@ -155,12 +155,12 @@ jobs:
155155
runs-on: ${{ matrix.os }}
156156
steps:
157157
- name: Initialize environment
158-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
158+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
159159
- name: Install node modules
160160
run: yarn install --immutable
161161
- name: Setup Bazel
162-
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
162+
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
163163
- name: Setup Bazel RBE
164-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
164+
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
165165
- name: Run CLI E2E tests
166166
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@
5252
},
5353
"devDependencies": {
5454
"@ampproject/remapping": "2.3.0",
55-
"@angular/animations": "19.0.0-next.11",
55+
"@angular/animations": "19.0.0-rc.0",
5656
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
57-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2692c81ef1068e15c7b7eaf3ecc7a65cbdd25c9f",
58-
"@angular/cdk": "19.0.0-next.10",
59-
"@angular/common": "19.0.0-next.11",
60-
"@angular/compiler": "19.0.0-next.11",
61-
"@angular/compiler-cli": "19.0.0-next.11",
62-
"@angular/core": "19.0.0-next.11",
63-
"@angular/forms": "19.0.0-next.11",
64-
"@angular/localize": "19.0.0-next.11",
65-
"@angular/material": "19.0.0-next.10",
66-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2659cef857ffd127dbbbcbb28bb2dc4ca8625b50",
67-
"@angular/platform-browser": "19.0.0-next.11",
68-
"@angular/platform-browser-dynamic": "19.0.0-next.11",
69-
"@angular/platform-server": "19.0.0-next.11",
70-
"@angular/router": "19.0.0-next.11",
71-
"@angular/service-worker": "19.0.0-next.11",
57+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0c70bc7159c1aae0128ec6af261d45c9a3b48da5",
58+
"@angular/cdk": "19.0.0-rc.0",
59+
"@angular/common": "19.0.0-rc.0",
60+
"@angular/compiler": "19.0.0-rc.0",
61+
"@angular/compiler-cli": "19.0.0-rc.0",
62+
"@angular/core": "19.0.0-rc.0",
63+
"@angular/forms": "19.0.0-rc.0",
64+
"@angular/localize": "19.0.0-rc.0",
65+
"@angular/material": "19.0.0-rc.0",
66+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3a50dcdd05f3c2fdb3a748399f09a3a6df236d0b",
67+
"@angular/platform-browser": "19.0.0-rc.0",
68+
"@angular/platform-browser-dynamic": "19.0.0-rc.0",
69+
"@angular/platform-server": "19.0.0-rc.0",
70+
"@angular/router": "19.0.0-rc.0",
71+
"@angular/service-worker": "19.0.0-rc.0",
7272
"@babel/core": "7.26.0",
7373
"@babel/generator": "7.26.2",
7474
"@babel/helper-annotate-as-pure": "7.25.9",

packages/angular/ssr/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"@angular/router": "^19.0.0-next.0"
2323
},
2424
"devDependencies": {
25-
"@angular/common": "19.0.0-next.11",
26-
"@angular/compiler": "19.0.0-next.11",
27-
"@angular/core": "19.0.0-next.11",
28-
"@angular/platform-browser": "19.0.0-next.11",
29-
"@angular/platform-server": "19.0.0-next.11",
30-
"@angular/router": "19.0.0-next.11",
25+
"@angular/common": "19.0.0-rc.0",
26+
"@angular/compiler": "19.0.0-rc.0",
27+
"@angular/core": "19.0.0-rc.0",
28+
"@angular/platform-browser": "19.0.0-rc.0",
29+
"@angular/platform-server": "19.0.0-rc.0",
30+
"@angular/router": "19.0.0-rc.0",
3131
"@bazel/runfiles": "^5.8.1"
3232
},
3333
"sideEffects": false,

packages/ngtools/webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "19.0.0-next.11",
31-
"@angular/compiler-cli": "19.0.0-next.11",
30+
"@angular/compiler": "19.0.0-rc.0",
31+
"@angular/compiler-cli": "19.0.0-rc.0",
3232
"typescript": "5.6.3",
3333
"webpack": "5.96.1"
3434
}

0 commit comments

Comments
 (0)