Skip to content

Commit

Permalink
release: v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Nov 16, 2022
1 parent a0ae25d commit ba5cc9f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 15.0.0

This release upgrades `@angular/language-service` to v15.0.0.

* feat(server): provide folding ranges for inline templates (#1779)
* fix(server): resolve tsdk correctly when settings specify a relative location (#1765)
* fix(server): send diagnostic range to the Angular language service when fixing code errors (#1747)
* fix: support deeply nested pnpm virtual store node_modules paths in resolveAndRunNgcc (#1742)
* feat(server): support code actions (#1723)
* feat(language-service): Quick fix to import a component when its selector is used ([#47088](https://github.com/angular/angular/pull/47088))
* feat(language-service): support to fix invalid banana in box ([#47393](https://github.com/angular/angular/pull/47393))

# v14.2.0

This release upgrades `@angular/language-service` to v14.2.0.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "15.0.0-next.0",
"@angular/language-service": "15.0.0",
"typescript": "4.8.2",
"vscode-jsonrpc": "6.0.0",
"vscode-languageclient": "7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"author": "Angular",
"license": "MIT",
"engines": {
"node": "^14.15.0 || >=16.10.0"
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
},
"bin": {
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "15.0.0-next.0",
"@angular/language-service": "15.0.0",
"vscode-html-languageservice": "^5.0.2",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
uuid "^8.3.2"
yargs "^17.0.0"

"@angular/language-service@15.0.0-next.0":
version "15.0.0-next.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-15.0.0-next.0.tgz#3613afda131ef69caaaacd49651f5ed99721798d"
integrity sha512-9luLYZs1ZnqhNLw5U+CEvjq98nprMn/uLmW229WW4cIWYfTSu4jwXhb/d+PaDhAUX6qQaFAjdzT/p58Vmt2L6w==
"@angular/language-service@15.0.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-15.0.0.tgz#74b2b50a1370ed1e403156ca9dd4b81372a4ec2b"
integrity sha512-/NUoY2KCLLxqfoDnYf2NK1Vtllp5DCejCs0yjF50uEz1Ad0FOMsTa0oCwKM6Gs+emOjUvzpKeTVoJ6IVf8UwVQ==

"@assemblyscript/loader@^0.10.1":
version "0.10.1"
Expand Down

0 comments on commit ba5cc9f

Please sign in to comment.