Skip to content

Commit 3bd9ab7

Browse files
authored
build: cut 19.0.2 release of vscode extension (#2117)
This commit updates to the final RC, including a few more fixes
1 parent acc9f81 commit 3bd9ab7

File tree

5 files changed

+4544
-6969
lines changed

5 files changed

+4544
-6969
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=303823090
6-
yarn.lock=-1290753481
7-
package.json=1626578698
5+
pnpm-lock.yaml=629970394
6+
yarn.lock=-765331335
7+
package.json=-1737429525
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 19.0.2
2+
This release upgrades `@angular/language-service` to v19.0.0-rc.3.
3+
4+
* [Better diagnostics for unused standalone imports](https://github.com/angular/angular/commit/9bbb01c85e763b0457456a2393a834db15008671)
5+
* [Migration fixes for the signal input and queries code actions](https://github.com/angular/angular/pull/58581)
6+
17
# 19.0.1
28

39
* **fix**: [improve detection of Angular core version in monorepo setup](https://github.com/angular/vscode-ng-language-service/commit/6692c40500cabe7f1fae9cc12e6298946a2e37ee)

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.0.1",
5+
"version": "19.0.2",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -245,7 +245,7 @@
245245
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
246246
},
247247
"dependencies": {
248-
"@angular/language-service": "~19.0.0-rc.1",
248+
"@angular/language-service": "~19.0.0-rc.3",
249249
"typescript": "5.6.2",
250250
"vscode-html-languageservice": "^4.2.5",
251251
"vscode-jsonrpc": "6.0.0",

0 commit comments

Comments
 (0)