[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angular/vscode-ng-language-service (angular-language-server)
### [`v19.0.2`](https://redirect.github.com/angular/vscode-ng-language-service/blob/HEAD/CHANGELOG.md#1902)
[Compare Source](https://redirect.github.com/angular/vscode-ng-language-service/compare/v19.0.1...v19.0.2)
This release upgrades `@angular/language-service` to v19.0.0-rc.3.
- [Better diagnostics for unused standalone imports](https://redirect.github.com/angular/angular/commit/9bbb01c85e763b0457456a2393a834db15008671)
- [Migration fixes for the signal input and queries code actions](https://redirect.github.com/angular/angular/pull/58581)
### [`v19.0.1`](https://redirect.github.com/angular/vscode-ng-language-service/blob/HEAD/CHANGELOG.md#1901)
[Compare Source](https://redirect.github.com/angular/vscode-ng-language-service/compare/v19.0.0...v19.0.1)
- **fix**: [improve detection of Angular core version in monorepo setup](https://redirect.github.com/angular/vscode-ng-language-service/commit/6692c40500cabe7f1fae9cc12e6298946a2e37ee)
### [`v19.0.0`](https://redirect.github.com/angular/vscode-ng-language-service/blob/HEAD/CHANGELOG.md#1900)
[Compare Source](https://redirect.github.com/angular/vscode-ng-language-service/compare/v18.2.0...v19.0.0)
This release upgrades `@angular/language-service` to v19.0.0-rc.1.
- **feat**: Code refactoring action to migrate `@Input` to signal inputs.
- https://v19.angular.dev/reference/migrations/signal-inputs
- **feat**: Code refactoring action to migrate decorator queries to signal queries.
e.g. `@ViewChild` to `viewChild()`.
- https://v19.angular.dev/reference/migrations/signal-queries
To use any of the new code refactoring actions, click on an input or query, and wait for
the code refactoring lightbulb to appear. You can also click on the class header to update
inputs or queries for the full class!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
18.2.0
->19.0.2
Release Notes
angular/vscode-ng-language-service (angular-language-server)
### [`v19.0.2`](https://redirect.github.com/angular/vscode-ng-language-service/blob/HEAD/CHANGELOG.md#1902) [Compare Source](https://redirect.github.com/angular/vscode-ng-language-service/compare/v19.0.1...v19.0.2) This release upgrades `@angular/language-service` to v19.0.0-rc.3. - [Better diagnostics for unused standalone imports](https://redirect.github.com/angular/angular/commit/9bbb01c85e763b0457456a2393a834db15008671) - [Migration fixes for the signal input and queries code actions](https://redirect.github.com/angular/angular/pull/58581) ### [`v19.0.1`](https://redirect.github.com/angular/vscode-ng-language-service/blob/HEAD/CHANGELOG.md#1901) [Compare Source](https://redirect.github.com/angular/vscode-ng-language-service/compare/v19.0.0...v19.0.1) - **fix**: [improve detection of Angular core version in monorepo setup](https://redirect.github.com/angular/vscode-ng-language-service/commit/6692c40500cabe7f1fae9cc12e6298946a2e37ee) ### [`v19.0.0`](https://redirect.github.com/angular/vscode-ng-language-service/blob/HEAD/CHANGELOG.md#1900) [Compare Source](https://redirect.github.com/angular/vscode-ng-language-service/compare/v18.2.0...v19.0.0) This release upgrades `@angular/language-service` to v19.0.0-rc.1. - **feat**: Code refactoring action to migrate `@Input` to signal inputs. - https://v19.angular.dev/reference/migrations/signal-inputs - **feat**: Code refactoring action to migrate decorator queries to signal queries. e.g. `@ViewChild` to `viewChild()`. - https://v19.angular.dev/reference/migrations/signal-queries To use any of the new code refactoring actions, click on an input or query, and wait for the code refactoring lightbulb to appear. You can also click on the class header to update inputs or queries for the full class!Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.