Skip to content

Commit 43e792d

Browse files
authored
release: cut pre-release v19.0.0-next.1 for vscode extension (#2097)
* release: cut pre-release `v19.0.0-next.1` for vscode extension Cuts a new pre-release for the v19 VSCode extension
1 parent ec0820b commit 43e792d

File tree

5 files changed

+49
-36
lines changed

5 files changed

+49
-36
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=974837034
5-
pnpm-lock.yaml=-669844848
6-
yarn.lock=-1354378917
7-
package.json=1362856573
5+
pnpm-lock.yaml=1558677558
6+
yarn.lock=1032887011
7+
package.json=-54516055
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 19.0.0-next.1
2+
This release upgrades `@angular/language-service` to v19.0.0-next.11.
3+
4+
* **feat**: Code refactoring action to migrate `@Input` to signal inputs.
5+
* https://v19.angular.dev/reference/migrations/signal-inputs
6+
* **feat**: Code refactoring action to migrate decorator queries to signal queries.
7+
e.g. `@ViewChild` to `viewChild()`.
8+
* https://v19.angular.dev/reference/migrations/signal-queries
9+
10+
To use any of the new code refactoring actions, click on an input or query, and wait for
11+
the code refactoring lightbulb to appear. You can also click on the class header to update
12+
inputs or queries for the full class!
13+
114
# 19.0.0-next.0
215
This release upgrades `@angular/language-service` to v19.0.0-next.6.
316

@@ -111,7 +124,7 @@ This release upgrades `@angular/language-service` to v17.0.0-next.6.
111124
This release upgrades the `@angular/language-service` to v16.2.8
112125

113126
* fix: Retain correct language service when ts.Project reloads ([#51912](https://github.com/angular/angular/commit/08482f2c7dcbcd100981dfb266a6e63f64432328))
114-
* fix(server): support to show the tag info in the jsDoc (#1904)
127+
* fix(server): support to show the tag info in the jsDoc (#1904)
115128
* fix(client): fix detection of Angular context after string interpolation (#1922)
116129

117130
# 16.1.8
@@ -208,8 +221,8 @@ This release upgrades `@angular/language-service` to v14.0.0
208221
* feat(extension): Support renaming from TypeScript files (#1589)
209222
* feat(extension): Add option to force strict templates (#1646) (17fdb9ec6)
210223
* feat: add command to run ngcc manually (#1621) (dd0e0009b)
211-
* Fix detection of Angular for v14+ projects ([#45998](https://github.com/angular/angular/pull/45998))
212-
* Prevent TSServer from removing templates from project ([#45965](https://github.com/angular/angular/pull/45965))
224+
* Fix detection of Angular for v14+ projects ([#45998](https://github.com/angular/angular/pull/45998))
225+
* Prevent TSServer from removing templates from project ([#45965](https://github.com/angular/angular/pull/45965))
213226

214227
# v13.3.4
215228

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-template",
33
"displayName": "Angular Language Service",
44
"description": "Editor services for Angular templates",
5-
"version": "19.0.0-next.0",
5+
"version": "19.0.0-next.1",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -246,7 +246,7 @@
246246
},
247247
"dependencies": {
248248
"@angular/language-service": "~19.0.0-next.11",
249-
"typescript": "5.6.1-rc",
249+
"typescript": "5.6.2",
250250
"vscode-html-languageservice": "^4.2.5",
251251
"vscode-jsonrpc": "6.0.0",
252252
"vscode-languageclient": "7.0.0",

pnpm-lock.yaml

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7258,10 +7258,10 @@ typed-rest-client@^1.8.4:
72587258
tunnel "0.0.6"
72597259
underscore "^1.12.1"
72607260

7261-
7262-
version "5.6.1-rc"
7263-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.1-rc.tgz#d5e4d7d8170174fed607b74cc32aba3d77018e02"
7264-
integrity sha512-E3b2+1zEFu84jB0YQi9BORDjz9+jGbwwy1Zi3G0LUNw7a7cePUrHMRNy8aPh53nXpkFGVHSxIZo5vKTfYaFiBQ==
7261+
7262+
version "5.6.2"
7263+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
7264+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
72657265

72667266
typescript@~4.6.3:
72677267
version "4.6.4"

0 commit comments

Comments
 (0)