Skip to content

Commit

Permalink
release: v17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Nov 13, 2023
1 parent 46b9a56 commit 89379d1
Show file tree
Hide file tree
Showing 7 changed files with 1,727 additions and 1,363 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# @generated
# 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=-1149894156
yarn.lock=1254518305
package.json=-748848106
pnpm-lock.yaml=84951051
yarn.lock=-52274482
package.json=1756016852
pnpm-workspace.yaml=1711114604
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 17.0.2
This release upgrades `@angular/language-service` to v17.0.2.

* fix(client,server): Correctly use bundled version unless tsdk is specified (#1970) (46b9a56a2)
* fix(server): Do not disable language service for solution style root tsconfig (#1972) (d8689bee4)
* fix(language-service): incorrect inferred type of for loop implicit variables (https://github.com/angular/angular/pull/52732)

# 17.0.1
This release upgrades `@angular/language-service` to v17.0.1.

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ load("@rules_nodejs//nodejs:repositories.bzl", "nodejs_register_toolchains")

nodejs_register_toolchains(
name = "nodejs",
node_version = "16.13.0",
node_version = "18.13.0",
)

load("@aspect_rules_js//npm:npm_import.bzl", "npm_translate_lock")
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": "17.0.1",
"version": "17.0.2",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -222,7 +222,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "17.0.1",
"@angular/language-service": "17.0.2",
"typescript": "5.2.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
Loading

0 comments on commit 89379d1

Please # to comment.