Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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
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.

Copy link

vercel bot commented Jan 21, 2024

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 Apr 22, 2024 11:38am

@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from fbe87f8 to 8834016 Compare February 4, 2024 22:18
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from 8834016 to 295aa19 Compare February 5, 2024 01:42
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from 295aa19 to e9bfb23 Compare February 7, 2024 22:33
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from e9bfb23 to e716a05 Compare February 9, 2024 18:56
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from e716a05 to 97fd7b6 Compare February 13, 2024 01:22
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from 97fd7b6 to 8877307 Compare February 26, 2024 07:10
@sxzz sxzz mentioned this pull request Mar 2, 2024
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from 8877307 to c071032 Compare March 5, 2024 17:01
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from c071032 to ab717e2 Compare March 7, 2024 06:40
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from ab717e2 to 2023fea Compare March 20, 2024 07:19
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from 2023fea to bc205b1 Compare March 22, 2024 00:50
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from bc205b1 to d78a4a6 Compare March 22, 2024 22:57
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from d78a4a6 to bc6dad0 Compare March 26, 2024 15:12
@renovate renovate bot force-pushed the renovate/volar-typescript-2.x branch from bc6dad0 to a1968d1 Compare March 28, 2024 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants