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

fix(deps): update dependency @volar/monaco to v2 - autoclosed #96

Closed
wants to merge 1 commit into 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/monaco (source) ^1.11.1 -> ^2.0.0 age adoption passing confidence

Release Notes

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

v2.1.1

Compare Source

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


  • 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

netlify bot commented Jan 21, 2024

Deploy Preview for learn-nuxt-com ready!

Name Link
🔨 Latest commit c10288b
🔍 Latest deploy log https://app.netlify.com/sites/learn-nuxt-com/deploys/6648df996337f2000821bb16
😎 Deploy Preview https://deploy-preview-96--learn-nuxt-com.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title fix(deps): update dependency @volar/monaco to v2 fix(deps): update dependency @volar/monaco to v2 - autoclosed Feb 1, 2024
@renovate renovate bot closed this Feb 1, 2024
@renovate renovate bot deleted the renovate/volar-monaco-2.x branch February 1, 2024 19:32
@renovate renovate bot changed the title fix(deps): update dependency @volar/monaco to v2 - autoclosed fix(deps): update dependency @volar/monaco to v2 Feb 1, 2024
@renovate renovate bot restored the renovate/volar-monaco-2.x branch February 1, 2024 19:40
@renovate renovate bot reopened this Feb 1, 2024
@renovate renovate bot force-pushed the renovate/volar-monaco-2.x branch from 60703a2 to 0ff8663 Compare February 1, 2024 19:41
@renovate renovate bot force-pushed the renovate/volar-monaco-2.x branch from 0ff8663 to b05fcb8 Compare February 19, 2024 17:06
@renovate renovate bot force-pushed the renovate/volar-monaco-2.x branch from b05fcb8 to 28bf430 Compare March 6, 2024 19:27
@renovate renovate bot force-pushed the renovate/volar-monaco-2.x branch 2 times, most recently from ba42fc3 to a9b5a53 Compare March 25, 2024 13:19
@renovate renovate bot force-pushed the renovate/volar-monaco-2.x branch from a9b5a53 to c21b75f Compare April 8, 2024 14:38
@renovate renovate bot force-pushed the renovate/volar-monaco-2.x branch from c21b75f to c10288b Compare May 18, 2024 17:04
@renovate renovate bot changed the title fix(deps): update dependency @volar/monaco to v2 fix(deps): update dependency @volar/monaco to v2 - autoclosed Jul 2, 2024
@renovate renovate bot closed this Jul 2, 2024
@renovate renovate bot deleted the renovate/volar-monaco-2.x branch July 2, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants