Skip to content

Commit

Permalink
build: release v19.0.0-next.0 (#2088)
Browse files Browse the repository at this point in the history
atscott authored Sep 18, 2024
1 parent 7c13306 commit 1e4c92c
Showing 6 changed files with 28 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -2,7 +2,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=917719234
yarn.lock=-619082575
package.json=-1482224139
pnpm-lock.yaml=637567929
yarn.lock=-433368679
package.json=-91285837
pnpm-workspace.yaml=1711114604
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 19.0.0-next.0
This release upgrades `@angular/language-service` to v19.0.0-next.6.


| Commit | Type | Description |
| -- | -- | -- |
| [8da9fb49b5](https://github.com/angular/angular/commit/8da9fb49b54e50de2d028691f73fb773def62ecd) | feat | add code fix for unused standalone imports ([#57605](https://github.com/angular/angular/pull/57605)) |
| [1f067f4507](https://github.com/angular/angular/commit/1f067f4507b6e908fe991d5de0dc4d3a627ab2f9) | feat | add code reactoring action to migrate `@Input` to signal-input ([#57214](https://github.com/angular/angular/pull/57214)) |
| [56ee47f2ec](https://github.com/angular/angular/commit/56ee47f2ec6e983e2ffdf59476ab29a92590811e) | feat | allow code refactorings to compute edits asynchronously ([#57214](https://github.com/angular/angular/pull/57214)) |
| [6ec0c6bcee](https://github.com/angular/vscode-ng-language-service/commit/7c1330694cc50a166f45d48641c2e06ec0c6bcee) | feat | Allow specific diagnostics to be suppressed ([#57675](https://github.com/angular/angular/pull/57675))

# 18.2.0
This release upgrades `@angular/language-service` to v18.2.0-rc.0.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -245,7 +245,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "~19.0.0-next.4",
"@angular/language-service": "~19.0.0-next.6",
"typescript": "5.6.1-rc",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
15 changes: 8 additions & 7 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
@@ -15,7 +15,7 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "19.0.0-next.4",
"@angular/language-service": "19.0.0-next.6",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -173,10 +173,10 @@
uuid "^8.3.2"
yargs "^17.0.0"

"@angular/language-service@~19.0.0-next.4":
version "19.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-19.0.0-next.4.tgz#137b256262d50ef4d023254ab72d7a00e4bfde27"
integrity sha512-LPNvgTeOe4icJSy2ryYdkqekxYmqPtjqbbPyo5HPH8jH7fcSDhXHKqMk5U/ho1quEvrBosGXE+sx+MO0u2mQqg==
"@angular/language-service@~19.0.0-next.6":
version "19.0.0-next.6"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-19.0.0-next.6.tgz#ff029bfb89d39970d7bb20317191a83deb879601"
integrity sha512-CGitv/BdTv8viFJiYTeJZKK3/HoG9dthNApNwi0GJFRL4wmOU4VVqmb+XBdLm8293KkpU65PpOjbpOkms89Yag==

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

0 comments on commit 1e4c92c

Please sign in to comment.