Skip to content

Commit

Permalink
release: v16.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Aug 9, 2023
1 parent fcd17b7 commit de9df94
Show file tree
Hide file tree
Showing 6 changed files with 21 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=1590878777
yarn.lock=-1773039860
package.json=1344827076
pnpm-lock.yaml=1424232
yarn.lock=1778104515
package.json=185475396
pnpm-workspace.yaml=1711114604
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 16.0.0
This release upgrades `@angular/language-service` to v16.0.0.
# 16.1.8
This release upgrades `@angular/language-service` to v16.1.8.

* Catch FatalDiagnosticError during template type checking ([#49527](https://github.com/angular/angular/pull/49527)) |
* Update the bundled version of TypeScript to 5.1.3

# 16.1.4
This release upgrades `@angular/language-service` to v16.1.4.

# 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.1.4",
"version": "16.1.8",
"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.1.4",
"@angular/language-service": "16.1.8",
"typescript": "5.1.3",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
10 changes: 5 additions & 5 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.1.4",
"@angular/language-service": "16.1.8",
"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/language-service@16.1.4":
version "16.1.4"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-16.1.4.tgz#9d1e9872dc410726e8a12ace503bd3e1c69b7488"
integrity sha512-FmasGUt77+GS2AFspVJR8Sg0NNlxCJJKHCHO4cch2fKXnwLZxd4aeHU0ttlVCA/hTFN50+03S3CBvru25L+74A==
"@angular/language-service@16.1.8":
version "16.1.8"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-16.1.8.tgz#558b9ee89ea5b931b75c2328955f5893901c7808"
integrity sha512-aP0M8NXt1VoVoRoK4te922X7UIrI0Wsi3XMudySCeOZwkMwuTO/cI9Bq/jF4di4pweAAlTA0HfewdKgyDa6ebA==

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

0 comments on commit de9df94

Please sign in to comment.