Skip to content

Commit 51155b8

Browse files
committed
build: cut v19.2.2 version of language service
* See changelog.
1 parent a9f769c commit 51155b8

File tree

6 files changed

+4604
-7055
lines changed

6 files changed

+4604
-7055
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

Lines changed: 3 additions & 3 deletions
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=-1736799033
6-
yarn.lock=1176905511
7-
package.json=-1064085518
5+
pnpm-lock.yaml=1187714051
6+
yarn.lock=83759813
7+
package.json=1743144349
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 19.2.2
2+
This release upgrades `@angular/language-service` to v19.2.4.
3+
4+
* Bumps `@angular/language-server` to use the latest language-service version of Angular.
5+
* [fix: report more accurate diagnostic for invalid import](https://github.com/angular/angular/commit/aa8ea7a5b227913e3f15270dac48479481c47f9a)
6+
17
# 19.2.1
28
This release upgrades `@angular/language-service` to v19.2.2.
39

package.json

Lines changed: 2 additions & 2 deletions
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.1",
5+
"version": "19.2.2",
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.2",
260+
"@angular/language-service": "19.2.4",
261261
"typescript": "5.8.1-rc",
262262
"vscode-html-languageservice": "^4.2.5",
263263
"vscode-jsonrpc": "6.0.0",

0 commit comments

Comments
 (0)