chore(deps): update dependency typescript-language-server to ^0.11.0 #112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.6.0→^0.11.0Release Notes
typescript-language-server/typescript-language-server (typescript-language-server)
v0.11.2Compare Source
Bug Fixes
v0.11.1Compare Source
Bug Fixes
v0.11.0Compare Source
Features
0.10.1 (2022-05-18)
Bug Fixes
v0.10.1Compare Source
Features
0.10.1 (2022-05-18)
Bug Fixes
v0.10.0Compare Source
Features
0.10.1 (2022-05-18)
Bug Fixes
v0.9.7Compare Source
Features
0.9.7 (2022-02-27)
Bug Fixes
v0.9.6Compare Source
Features
0.9.7 (2022-02-27)
Bug Fixes
v0.9.5Compare Source
v0.9.4Compare Source
v0.9.3Compare Source
v0.9.2Compare Source
v0.9.1Compare Source
v0.9.0Compare Source
feat: implement additional code actions for handling auto-fixing (#318)
feat: report progress when loading the project (#326)
feat: add new preferences from typescript 4.5.3 (#304)
fix: correct matching of "only" kinds provided by the client (#334)
fix: pass format options for organizing import (#348)
fix: use snippet type for jsx attribute completions (#362)
v0.8.1Compare Source
v0.8.0Compare Source
feat: implement semantic tokens support (#290)
feat: add support for snippet completions for methods/functions (#303)
feat: ability to ignore diagnostics by code (#272)
Adds new
diagnostics.ignoredCodesworkspace setting to ignore specific diagnostics.feat: add
npmLocationoption to specify NPM location (#293)fix: don't announce support for codeActionKinds (#289)
fix: mark import completions as snippets (#291)
fix: specify minimum node version to be v12 (#301)
fix: ensure that the
tsserversubprocess uses forked node instance (#292)Potentially BREAKING. The lookup of
tsserverwas refactored to never usespawnlogic but instead alwaysforkthe current node instance. See more info in the PR.fix: exit the server if tsserver process crashes (#305)
fix: respect "includeDeclaration" for references request (#306)
v0.7.1Compare Source
semverdependency (#288)v0.7.0Compare Source
Breaking
Changes to default options sent to tsserver could affect behavior (hopefully for the better). Read changes below for more details.
Changes
feat: include import specifier for import completions (#281)
For completions that import from another package, the completions will include a "detail" field with the name of the module.
Also aligned some other logic with the typescript language services used in VSCode:
feat: allow skip destructive actions on running OrganizeImports (#228)
Add support for the new skipDestructiveCodeActions argument to TypeScript's organize imports feature - [1] to support [2].
Support is added in two places:
Also added documentation to the readme about the supported commands that can be manually executed.
[1] microsoft/TypeScript#43051
[2] apexskier/nova-typescript#273
feat: support running server on files without root workspace (#286)
The tsserver seems to be good at inferring the project configuration when opening single files without a workspace so don't crash on missing
rootPath.feat: add
disableAutomaticTypingAcquisitionoption to disable automatic type acquisition (#285)feat: update default tsserver options (#284)
Set the following additional options by default:
This aligns more with the default options of the typescript language services in VSCode.
feat: announce support for "source.organizeImports.ts-ls" action (#283)
Announcing support for that code action allows editors that support
running code actions on save to automatically run the code action if
the user has configured the editor with settings like
chore: change default log level from "warn" to "info" (#287)
v0.6.5Compare Source
This should ensure consistent behavior regradless of the platform. Previously some functionality could be malfunctioning on Windows depending on the LSP client used due to using non-normalized file paths.
APPLY_COMPLETION_CODE_ACTIONcommand internally (#270)This means that the clients that have implemented a custom handling for the
_typescript.applyCompletionCodeActioncommand can remove that code.Without removing the custom handling everything should work as before but some edge cases might work better when custom handling is removed.
textDocument/hover(#276)v0.6.4Compare Source
workspace/didChangeConfigurationand setting formatting options per language (#268)v0.6.3Compare Source
v0.6.2Compare Source
maxTsServerMemoryoption (#252)v0.6.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.