Skip to content

release: v20.0.1 #2185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=974837034
pnpm-lock.yaml=-1331107132
yarn.lock=-1794001287
package.json=-951386062
pnpm-lock.yaml=-300526661
yarn.lock=-2124861579
package.json=-836833037
pnpm-workspace.yaml=1711114604
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 20.0.1
This release upgrades `@angular/language-service` to v20.0.0-rc.2.

* [fix(language-server): fix Always retain prior results for all files](https://github.com/angular/angular/pull/61487)

# 20.0.0
This release upgrades `@angular/language-service` to v20.0.0-rc.0.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "20.0.0",
"version": "20.0.1",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -269,7 +269,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "^20.0.0-rc.0",
"@angular/language-service": "^20.0.0-rc.2",
"typescript": "^5.8.1",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand All @@ -280,7 +280,7 @@
},
"devDependencies": {
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#262cb3bb487e8dddb3c404f4f2c8b34a9a1f14c2",
"@angular/core": "^20.0.0-rc.0",
"@angular/core": "^20.0.0-rc.2",
"@bazel/bazelisk": "1.18.0",
"@bazel/ibazel": "0.16.2",
"@types/jasmine": "3.10.7",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "20.0.0-rc.0",
"@angular/language-service": "20.0.0-rc.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@
dependencies:
tslib "^2.3.0"

"@angular/core@^20.0.0-rc.0":
version "20.0.0-rc.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-20.0.0-rc.0.tgz#ea02d6f7a0a582adfd617e5a77377b8fb30981ec"
integrity sha512-RKIXYA129vdrRKrnac2XOgpWuYusWqwM4KsQ7b5qKIMZabJ0a2GoOlezT6+NhPkOSsyygYuZtaia5wzQeU1acA==
"@angular/core@^20.0.0-rc.2":
version "20.0.0-rc.2"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-20.0.0-rc.2.tgz#b95bd86728febada2732de9052ae6107aca257c9"
integrity sha512-yblIk2fE5PUVfzeono+fEd/gQsIH45kmOrxmmmAjXBx1B5qXkoBGgFMtqtJ4VjQRVk1CsLFikCejBoygz6waeA==
dependencies:
tslib "^2.3.0"

Expand Down Expand Up @@ -173,10 +173,10 @@
uuid "^8.3.2"
yargs "^17.0.0"

"@angular/language-service@^20.0.0-rc.0":
version "20.0.0-rc.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-20.0.0-rc.0.tgz#97e37e119e49ef190c5caa2f84e9506d36dc1ee3"
integrity sha512-7oN7QZyQmAGDlkTA1O1SsN4nigk6B+uduW6TndQnPSgVY/aR2yL6H3tmVuUjbT7wKYk4ND238BU/AP4fiPx6Pg==
"@angular/language-service@^20.0.0-rc.2":
version "20.0.0-rc.2"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-20.0.0-rc.2.tgz#97b99c19872a1996ecfe8025db33fcdb77985fc7"
integrity sha512-2XVMORuIdUKSAR6Df8eOLlU0oFGDGxpz9DZquaEG8sI2sH/4hyHEZWuBtwTeCeZSEBhVbF75Y+eWXViaOGrClA==

"@assemblyscript/loader@^0.10.1":
version "0.10.1"
Expand Down
Loading