Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a6e4cb8d1e22124a794cb067c7a7f9232b1755f8
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Check Formatting
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a6e4cb8d1e22124a794cb067c7a7f9232b1755f8
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Ensure Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a6e4cb8d1e22124a794cb067c7a7f9232b1755f8
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838
- uses: angular/dev-infra/github-actions/post-approval-changes@a6e4cb8d1e22124a794cb067c7a7f9232b1755f8
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
8 changes: 4 additions & 4 deletions integration/pre_apf_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "angular-ls-integration-test-project",
"private": true,
"dependencies": {
"@angular/common": "12.2.16",
"@angular/compiler": "12.2.16",
"@angular/compiler-cli": "12.2.16",
"@angular/core": "12.2.16",
"@angular/common": "21.0.0-next.5",
"@angular/compiler": "21.0.0-next.5",
"@angular/compiler-cli": "21.0.0-next.5",
"@angular/core": "21.0.0-next.5",
"rxjs": "6.6.7",
"zone.js": "0.11.5"
}
Expand Down
4 changes: 2 additions & 2 deletions integration/pre_standalone_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-ls-integration-test-project",
"private": true,
"dependencies": {
"@angular/common": "18.2.10",
"@angular/core": "18.2.10"
"@angular/common": "21.0.0-next.5",
"@angular/core": "21.0.0-next.5"
}
}
2 changes: 1 addition & 1 deletion integration/project/libs/post/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "post",
"version": "0.0.1",
"peerDependencies": {
"@angular/core": "^13.0.0"
"@angular/core": "^21.0.0-next"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
10 changes: 5 additions & 5 deletions integration/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "angular-ls-integration-test-project",
"private": true,
"dependencies": {
"@angular/common": "18.1.0-rc.0",
"@angular/compiler": "18.1.0-rc.0",
"@angular/compiler-cli": "18.1.0-rc.0",
"@angular/core": "18.1.0-rc.0",
"@angular/common": "21.0.0-next.5",
"@angular/compiler": "21.0.0-next.5",
"@angular/compiler-cli": "21.0.0-next.5",
"@angular/core": "21.0.0-next.5",
"rxjs": "6.6.7",
"zone.js": "0.11.5"
},
"devDependencies": {
"ng-packagr": "^18.0.0-next.0",
"ng-packagr": "^21.0.0-next",
"typescript": "~5.5.3"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions integration/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "workspace",
"private": true,
"dependencies": {
"@angular/common": "13.3.9",
"@angular/compiler": "13.3.9",
"@angular/compiler-cli": "13.3.9",
"@angular/core": "13.3.9",
"@angular/common": "21.0.0-next.5",
"@angular/compiler": "21.0.0-next.5",
"@angular/compiler-cli": "21.0.0-next.5",
"@angular/core": "21.0.0-next.5",
"rxjs": "6.6.7",
"zone.js": "0.11.5"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"test:inspect-syntaxes": "bazel run --config=debug //syntaxes/test:test"
},
"dependencies": {
"@angular/language-service": "20.2.0-rc.1",
"@angular/language-service": "21.0.0-next.5",
"typescript": "^5.9.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand All @@ -273,8 +273,8 @@
"vscode-uri": "3.0.7"
},
"devDependencies": {
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#586406bccb7ae283f803f1c36e127b7b16c942ce",
"@angular/core": "^20.0.0-rc.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ff6c1e3270622071c21d9de509f6c71bc11b0b1e",
"@angular/core": "^21.0.0-next",
"@bazel/bazelisk": "1.26.0",
"@bazel/buildifier": "8.2.1",
"@bazel/ibazel": "0.16.2",
Expand Down
Loading
Loading