This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +524
-1338
lines changed Expand file tree Collapse file tree 10 files changed +524
-1338
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Initialize environment
25- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200
25+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b35868fc5f723448a6a7fadab13273585d30861
2626 - name : Install node modules
2727 run : pnpm install --frozen-lockfile
2828 - name : Check Formatting
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Initialize environment
40- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200
40+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b35868fc5f723448a6a7fadab13273585d30861
4141 - name : Install node modules
4242 run : pnpm install --frozen-lockfile
4343 - name : Ensure Build
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15- - uses : angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
15+ - uses : angular/dev-infra/github-actions/commit-message-based-labels@7b35868fc5f723448a6a7fadab13273585d30861
1616 with :
1717 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818 post_approval_changes :
1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22- - uses : angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838
22+ - uses : angular/dev-infra/github-actions/post-approval-changes@7b35868fc5f723448a6a7fadab13273585d30861
2323 with :
2424 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 22 "name" : " angular-ls-integration-test-project" ,
33 "private" : true ,
44 "dependencies" : {
5- "@angular/common" : " 12.2.16 " ,
6- "@angular/compiler" : " 12.2.16 " ,
7- "@angular/compiler-cli" : " 12.2.16 " ,
8- "@angular/core" : " 12.2.16 " ,
5+ "@angular/common" : " 21.0.0-next.4 " ,
6+ "@angular/compiler" : " 21.0.0-next.4 " ,
7+ "@angular/compiler-cli" : " 21.0.0-next.4 " ,
8+ "@angular/core" : " 21.0.0-next.4 " ,
99 "rxjs" : " 6.6.7" ,
1010 "zone.js" : " 0.11.5"
1111 }
Original file line number Diff line number Diff line change 22 "name" : " angular-ls-integration-test-project" ,
33 "private" : true ,
44 "dependencies" : {
5- "@angular/common" : " 18.2.10 " ,
6- "@angular/core" : " 18.2.10 "
5+ "@angular/common" : " 21.0.0-next.4 " ,
6+ "@angular/core" : " 21.0.0-next.4 "
77 }
88}
Original file line number Diff line number Diff line change 22 "name" : " post" ,
33 "version" : " 0.0.1" ,
44 "peerDependencies" : {
5- "@angular/core" : " ^13 .0.0"
5+ "@angular/core" : " ^21 .0.0-next "
66 },
77 "dependencies" : {
88 "tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change 22 "name" : " angular-ls-integration-test-project" ,
33 "private" : true ,
44 "dependencies" : {
5- "@angular/common" : " 18.1 .0-rc.0 " ,
6- "@angular/compiler" : " 18.1 .0-rc.0 " ,
7- "@angular/compiler-cli" : " 18.1 .0-rc.0 " ,
8- "@angular/core" : " 18.1 .0-rc.0 " ,
5+ "@angular/common" : " 21.0 .0-next.4 " ,
6+ "@angular/compiler" : " 21.0 .0-next.4 " ,
7+ "@angular/compiler-cli" : " 21.0 .0-next.4 " ,
8+ "@angular/core" : " 21.0 .0-next.4 " ,
99 "rxjs" : " 6.6.7" ,
1010 "zone.js" : " 0.11.5"
1111 },
1212 "devDependencies" : {
13- "ng-packagr" : " ^18 .0.0-next.0 " ,
13+ "ng-packagr" : " ^21 .0.0-next" ,
1414 "typescript" : " ~5.5.3"
1515 },
1616 "scripts" : {
Original file line number Diff line number Diff line change 22 "name" : " workspace" ,
33 "private" : true ,
44 "dependencies" : {
5- "@angular/common" : " 13.3.9 " ,
6- "@angular/compiler" : " 13.3.9 " ,
7- "@angular/compiler-cli" : " 13.3.9 " ,
8- "@angular/core" : " 13.3.9 " ,
5+ "@angular/common" : " 21.0.0-next.4 " ,
6+ "@angular/compiler" : " 21.0.0-next.4 " ,
7+ "@angular/compiler-cli" : " 21.0.0-next.4 " ,
8+ "@angular/core" : " 21.0.0-next.4 " ,
99 "rxjs" : " 6.6.7" ,
1010 "zone.js" : " 0.11.5"
1111 }
Original file line number Diff line number Diff line change 263263 "test:inspect-syntaxes" : " bazel run --config=debug //syntaxes/test:test"
264264 },
265265 "dependencies" : {
266- "@angular/language-service" : " 20.2 .0-rc.1 " ,
266+ "@angular/language-service" : " 21.0 .0-next.4 " ,
267267 "typescript" : " ^5.9.2" ,
268268 "vscode-html-languageservice" : " ^4.2.5" ,
269269 "vscode-jsonrpc" : " 6.0.0" ,
273273 "vscode-uri" : " 3.0.7"
274274 },
275275 "devDependencies" : {
276- "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#586406bccb7ae283f803f1c36e127b7b16c942ce " ,
277- "@angular/core" : " ^20 .0.0-rc.2 " ,
276+ "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#5d4094430673899dc8faf71a18caf5470016a076 " ,
277+ "@angular/core" : " ^21 .0.0-next " ,
278278 "@bazel/bazelisk" : " 1.26.0" ,
279279 "@bazel/buildifier" : " 8.2.1" ,
280280 "@bazel/ibazel" : " 0.16.2" ,
You can’t perform that action at this time.
0 commit comments