Skip to content

Commit

Permalink
release: v16.0.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Mar 27, 2023
1 parent d45af77 commit 8da65ce
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,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=-1127898813
yarn.lock=-146594567
package.json=-168090251
pnpm-lock.yaml=70665635
yarn.lock=1993587338
package.json=-1246944199
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 @@
# 16.0.0-next.0
This release upgrades `@angular/language-service` to v16.0.0-next.4.

* fix(server): Respect the client capabilities "textDocument.{declaration,typeDefinition}.linkSupport."
https://github.com/angular/vscode-ng-language-service/commit/8751840d6be1ddb1900be8713eabf0c7796e5ca8

# 15.2.0

This release upgrades `@angular/language-service` to v15.2.0.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "16.0.0-next.0",
"@angular/language-service": "16.0.0-next.4",
"typescript": "4.8.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down Expand Up @@ -245,4 +245,4 @@
"type": "git",
"url": "https://github.com/angular/vscode-ng-language-service"
}
}
}
14 changes: 6 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "16.0.0-next.0",
"@angular/language-service": "16.0.0-next.4",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
Expand All @@ -26,4 +26,4 @@
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
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/[email protected].0":
version "16.0.0-next.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-16.0.0-next.0.tgz#0edb515f78edd9d38bee4994e3c8076f6c5f6c31"
integrity sha512-Jblgsp/dBl6iEndgqYT8cLCJGEOXw8tm6+TwJ0V8G2jOqnl9qjVqg8FFH/jDyvuMFUnzVhMlrxyLXYFfQJwM2g==
"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-16.0.0-next.4.tgz#336302ccb120e54e5d150abbdc75196110924a70"
integrity sha512-0AoiDP/ZJQZsdhkrYo27S4BiGStHK2/gHaY1M1JJsNNAquKjeQJhtkvAVkZjp+miygwwxD9+Y+Q7orlEN1YnWw==

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

0 comments on commit 8da65ce

Please sign in to comment.