repl icon indicating copy to clipboard operation
repl copied to clipboard

chore(deps): update dependency @volar/typescript to v2

Open renovate[bot] opened this issue 2 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@volar/typescript (source) ~1.11.1 -> ~2.2.4 age adoption passing confidence

Release Notes

volarjs/volar.js (@​volar/typescript)

v2.2.4

Compare Source

Bug Fixes
  • typescript: path completion not working for meta files

v2.2.3

Compare Source

Bug Fixes
  • typescript: empty items list should be valid completion result vuejs/language-tools#4368
  • typescript: deduplication when merging hover infos #​178
  • language-service: transforming volar embedded URIs in markdown #​180 - Thanks @​remcohaszing
  • language-server: memorize URI conversion results of synchronized documents #​181

v2.2.2

Compare Source

Bug Fixes
  • typescript: TS plugin only displays the first hover info
  • language-core: isRenameEnabled respect CodeInformation.navigation.shouldRename
  • test-utils: use stdio transport for test server #​175

v2.2.1

Compare Source

Features
  • language-server: restored support for "Reload Project" command
Bug Fixes
  • typescript: additional completion not working in TS plugin vuejs/language-tools#4323
  • language-server: pass correct languageId when creating virtual code #​173

v2.2.0

Compare Source

Features
  • Add ESLint integration #​171
  • language-service: auto insertion does not abstract selection #​156
Bug Fixes
  • typescript: runTsc cannot display source code for errors vuejs/language-tools#4099
  • typescript: runTsc cannot display source code for errors with --incremental #​158 #​162 - Thanks @​wangshunnn
  • typescript: handle invalid references result
  • typescript: parameter hints not working in TS plugin vuejs/language-tools#3948
  • typescript: fault tolerance with TS file size assertion vuejs/language-tools#4278
  • typescript: TS plugin find reference result's definition span should be able to fall back to file root
  • typescript: prioritize resolving JS virtual script to matched .d.ts file
  • typescript: more inclusive performance rename operation vuejs/language-tools#4297
  • typescript: normalize filePath for language service APIs vuejs/language-tools#4297
  • typescript: avoid eagerly updating source scripts #​166
  • vscode: newly created file failed to match tsconfig immediately vuejs/language-tools#4297
  • vscode: avoid crash when workspace tsdk does not exist
  • language-server: fault-tolerant URI translation #​159
  • language-core: handle empty mappings in updateVirtualCodeMapOfMap #​161 - Thanks @​remcohaszing
Performance
Refactors
  • More accurate interface design and terminology #​154
  • language-server: architecture improvements #​167
  • language-server: remove ConfigurationHost abstract
  • language-service: expose changed setting sections on onDidChangeConfiguration
  • language-service: ServiceContext.inject method return nullable
  • typescript: decorateLanguageServiceHost less side effects #​160
  • language-core: make CodeInformation properties optional
  • language-core: resolved language ID by LangaugePlugin #​168

v2.1.6

Compare Source

Bug Fixes

v2.1.5

Compare Source

Bug Fixes
  • language-server: GetVirtualCodeRequest incorrectly responses empty vritual code if no mappings
  • typescript: mark the parent directory as exists when created a file

v2.1.4

Compare Source

Features
  • test-utils: add 3 APIs: updateTextDocument, updateConfiguration, didChangeWatchedFiles
Bug Fixes

v2.1.3

Compare Source

Bug Fixes
Other Changes
  • language-service: add name for SemanticToken tuple members
  • vscode: migrate from StatusBarItem to LanguageStatusItem

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes
  • test-utils: allow unknown initialization options and expose locale option #​142
  • typescript: virtual file update condition should be based generated snapshot rather than source script version
  • monaco: correct package name resolve on ATA #​149
  • language-service: provideCodeActions's range param is not accurately mapped
  • language-service: provideInlayHints's range param is not accurately mapped
Refactors
  • Webpack compatibility #​144
  • language-service: add provide generic to ServicePlugin type #​143

v2.1.0

Compare Source

Features
  • language-service: more reliable embedded code formatting #​138
    • Embedded code indentation is no longer handled by @volar/language-service, but instead calculated and passed as initialIndentLevel, which is then reliably handled by ServicePlugin for additional indentation in specific languages.
    • The provideDocumentFormattingEdits and provideOnTypeFormattingEdits APIs now accept the EmbeddedCodeFormattingOptions parameter, which includes initialIndentLevel.
    • Formatting ranges are now correctly mapped to embedded code formatting ranges.
    • Removed the no longer needed ServicePlugin.provideFormattingIndentSensitiveLines API.
    • No longer relies on the conventional volar.format.initialIndent editor setting.
    • Added ServicePlugin.resolveEmbeddedCodeFormattingOptions API, allowing downstream tools to modify the initialIndentLevel passed to ServicePlugin based on custom settings (replacing volar.format.initialIndent).
Refactors
  • test-utils: server tester support ClientCapabilities param for initialize() API
  • test-utils: server tester expose sendDocumentRangeFormattingRequestRequest() and shutdown() API
  • language-core: make embeddedCodes optional in VirtualCode #​137
  • language-server: SemanticTokens requests are no longer delayed by 200ms
  • language-server: APIs updates #​140
    • createSimpleProjectProvider has been renamed to createSimpleProjectProviderFactory and needs to be invoked with no arguments.
    • createTypeScriptProjectProvider has been renamed to createTypeScriptProjectProviderFactory and needs to be invoked with a TS module as an argument.
    • Deprecate typescript#tsdk, typescript#tsdkUrl, ignoreTriggerCharacters initialization options.
    • Deprecate fullCompletionList initialization option. #​139
    • Remove experimental provideDiagnosticMarkupContent API.
Bug Fixes
  • language-server: language features not working for untitled documents #​135
  • language-server: pushDiagnostics should not be notified when closing a file if server push diagnostics are not enabled
  • language-service provideSelectionRanges API multiple result merging method is inconsistent with VSCode
  • language-service provideDocumentSemanticTokens API's range param is not mapped to virtual code
  • language-service provideDocumentFormattingEdits API's range param is not accurately mapped to virtual code #​136
  • language-service fix caching of semantic diagnostics #​141
  • test-utils: invalidate cache when calling openInMemoryDocument()
  • monaco: insertText and range properties of completion item not converted correctly
  • typescript:: ts plugin incorrectly resolve module name

v2.0.4

Compare Source

Features
  • ci: integrate with https://github.com/volarjs/ecosystem-ci
Bug Fixes

v2.0.3

Compare Source

Features
  • labs: recognize Glint and other file extensions via reading installed extensions language configuration
  • labs: improve mapping decorations display
Bug Fixes

v2.0.2

Compare Source

Bug Fixes
  • labs: extension not working with framework version 2.0.0
  • typescript: remove runtime dependency on @volar/language-service
  • typescript: additional completion not working in ts plugin
  • typescript: remove warning when allowNonTsExtensions is not set

v2.0.1

Compare Source

Features
  • typescript: expose FileRegistry in proxyCreateProgram() #​128
  • typescript: re-support extra virtual scripts for LSP and Kit #​132
Bug Fixes
  • vscode: update currentLabsVersion to 2
  • typescript: remove mistakenly published scripts lib/quickstart/create(Async)TSServerPlugin, please use lib/quickstart/create(Async)LanguageServicePlugin instead of

v2.0.0

Compare Source

Please refer to #​85 for details.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jan 21 '24 08:01 renovate[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 9, 2024 1:52am

vercel[bot] avatar Jan 21 '24 08:01 vercel[bot]

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

renovate[bot] avatar Jun 17 '24 03:06 renovate[bot]