Skip to content

Commit a9f769c

Browse files
authored
build: update language-service version and bump version for release (#2154)
Updates the language-service version to fix issues like: #2153 Bumps the version of the repository so that we can cut a new VSCode extension release.
1 parent de5d965 commit a9f769c

File tree

5 files changed

+7061
-4598
lines changed

5 files changed

+7061
-4598
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=974837034
5-
pnpm-lock.yaml=616616583
6-
yarn.lock=-1378210522
7-
package.json=138445359
5+
pnpm-lock.yaml=-1736799033
6+
yarn.lock=1176905511
7+
package.json=-1064085518
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 19.2.1
2+
This release upgrades `@angular/language-service` to v19.2.2.
3+
4+
* [feat(syntaxes): support template literals (#2152)](https://github.com/angular/vscode-ng-language-service/commit/de5d9650caa3a9de1b50e9815acb2a631f14ab3d)
5+
* [Updates the bundled version of the Angular compiler to fix enum resolution errors](https://github.com/angular/angular/commit/4fa5d18e5a57be03979b73be03a3d280c6dc0cb5)
6+
* [feat: forward tags for quick info from type definitions](https://github.com/angular/angular/commit/3f0116607dc3ad7e31cb4d895a56094f77c82f5d)
7+
18
# 19.2.0
29
This release upgrades `@angular/language-service` to v19.2.0.
310

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-template",
33
"displayName": "Angular Language Service",
44
"description": "Editor services for Angular templates",
5-
"version": "19.2.0",
5+
"version": "19.2.1",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -257,7 +257,7 @@
257257
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
258258
},
259259
"dependencies": {
260-
"@angular/language-service": "^19.2.0",
260+
"@angular/language-service": "^19.2.2",
261261
"typescript": "5.8.1-rc",
262262
"vscode-html-languageservice": "^4.2.5",
263263
"vscode-jsonrpc": "6.0.0",

0 commit comments

Comments
 (0)