Skip to content

Commit

Permalink
build: create v17.0.0-next.0 release (#1929)
Browse files Browse the repository at this point in the history
This commit updates the changelog for a v17 pre release
  • Loading branch information
atscott committed Oct 3, 2023
1 parent d5a5059 commit 28e4ccb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 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=1086637220
yarn.lock=-1381666033
package.json=-1589503024
pnpm-lock.yaml=-1606496567
yarn.lock=148285134
package.json=641743502
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.14.0
- image: cimg/node:18.13.0
environment:
# TODO: Remove when pnpm is exclusively used.
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 17.0.0-next.0
This release upgrades `@angular/language-service` to v17.0.0-next.6.

* feat(syntaxes): Add support for block syntaxes
* fix(client): fix detection of Angular context after string interpolation

# 16.1.8
This release upgrades `@angular/language-service` to v16.1.8.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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.0-next.4",
"@angular/language-service": "17.0.0-next.6",
"typescript": "5.1.3",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
12 changes: 6 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": "17.0.0-next.4",
"@angular/language-service": "17.0.0-next.6",
"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@17.0.0-next.4":
version "17.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-17.0.0-next.4.tgz#2609addc8076593986a32ca758c2edd47a3a842e"
integrity sha512-pP5chqfD9bdIOsWwPyKF6N+lWd0yD0yBCLdANYevV6VftDqmi3gY/jncKSejYgb3rmiV54kcB2KUk9FE0Ss4ow==
"@angular/language-service@17.0.0-next.6":
version "17.0.0-next.6"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-17.0.0-next.6.tgz#441b327098e085b706080bb5e7f8ecd98cd9d870"
integrity sha512-9vJGprjWlBVfFIbNAABKLnYrPqOPZThi7cU93wYL/RzEkzfwWRfLm912vvUdbBzWgnDpMBlzNlc4vsLrt2Nv2w==

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

0 comments on commit 28e4ccb

Please sign in to comment.