Skip to content

Commit

Permalink
build: cut 19.0.2 release of vscode extension
Browse files Browse the repository at this point in the history
This commit updates to the final RC, including a few more fixes
  • Loading branch information
devversion committed Nov 18, 2024
1 parent acc9f81 commit be567b1
Show file tree
Hide file tree
Showing 5 changed files with 4,544 additions and 6,969 deletions.
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=303823090
yarn.lock=-1290753481
package.json=1626578698
pnpm-lock.yaml=629970394
yarn.lock=-765331335
package.json=-1737429525
pnpm-workspace.yaml=1711114604
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 19.0.2
This release upgrades `@angular/language-service` to v19.0.0-rc.3.

* [Better diagnostics for unused standalone imports](https://github.com/angular/angular/commit/9bbb01c85e763b0457456a2393a834db15008671)
* [Migration fixes for the signal input and queries code actions](https://github.com/angular/angular/pull/58581)

# 19.0.1

* **fix**: [improve detection of Angular core version in monorepo setup](https://github.com/angular/vscode-ng-language-service/commit/6692c40500cabe7f1fae9cc12e6298946a2e37ee)
Expand Down
4 changes: 2 additions & 2 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": "19.0.1",
"version": "19.0.2",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -245,7 +245,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "~19.0.0-rc.1",
"@angular/language-service": "~19.0.0-rc.3",
"typescript": "5.6.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
Loading

0 comments on commit be567b1

Please sign in to comment.