Skip to content

Commit

Permalink
release: v16.0.0 (#1890)
Browse files Browse the repository at this point in the history
Updates to node 16.14.
  • Loading branch information
alxhub authored May 3, 2023
1 parent 9dbaf40 commit 23dcaaa
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 18 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=70665635
yarn.lock=1993587338
package.json=-1246944199
pnpm-lock.yaml=527782136
yarn.lock=-241593917
package.json=-125161409
pnpm-workspace.yaml=1711114604
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
type: enum
enum: ['package.json', 'builds-repo']
docker:
- image: cimg/node:16.13.0@sha256:05245e5a0f7aa7c45d61c21ba47c13082bdc07efe555a6786087261b28adaa2b
- image: cimg/node:16.14.0
environment:
# TODO: Remove when pnpm is exclusively used.
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
16.14.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 16.0.0
This release upgrades `@angular/language-service` to v16.0.0.

* Catch FatalDiagnosticError during template type checking ([#49527](https://github.com/angular/angular/pull/49527)) |

# 16.0.0-next.0
This release upgrades `@angular/language-service` to v16.0.0-next.4.

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": "16.0.0-next.0",
"version": "16.0.0",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down 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.4",
"@angular/language-service": "16.0.0",
"typescript": "4.8.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
14 changes: 8 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion 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.4",
"@angular/language-service": "16.0.0",
"vscode-html-languageservice": "^4.2.5",
"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/[email protected]-next.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==
"@angular/[email protected]":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-16.0.0.tgz#e98d88c88a60f9751bb5e027c404cf25c824c6d8"
integrity sha512-jySin8NdZIfcvwyemh2kRVveOvL1SPvywmIrv/6+MbKebG9Oc+casxruoRai8gh8bhahdpUAOG0t8wbedUWcxw==

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

0 comments on commit 23dcaaa

Please sign in to comment.