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

build(deps-dev): bump monaco-editor-wrapper from 5.5.3 to 6.0.0 #7197

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps monaco-editor-wrapper from 5.5.3 to 6.0.0.

Changelog

Sourced from monaco-editor-wrapper's changelog.

[6.0.0] - 2024-12-18

  • Only monaco-languageclient and vscode-ws-jsonrpc are peerDependencies.
  • Updated to [email protected] and [email protected]. Updated all @codingame/monaco-vscode packages to 11.1.2.
  • Updated engine engine requirements for node to (>=18.19.0) and for npm to (>=10.2.3)
  • Bugfix: Wrapper: Text model content is not properly updated with updateCodeResource #808
  • Fixed WebSocket type checking error #800
  • Workaround for @codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common dependency problem
  • Run language clients independent of wrapper lifecycle #784
    • API and internal functions clean-up
    • Re-combination of EditorAppClassic and EditorAppClassic
    • Moved $type to mandatory top-level element in WrapperConfig
    • Reduced minimally mandatory configuration
    • Exposed vscodeApi init functions
  • Moved createUrl to monaco-languageclient/tools, moved editor app specific utils to editorAppbase and create function didModelContentChange.
  • Updated to eslint 9
  • Clean-up and allow registering a registerModelUpdate callback
  • Support all arguments for monaco-vscode-api initialize #756
    • This also allows to configure editor-, view- or workspace-service. This is a preparation for further enhancements.
  • Update to monaco-vscode-api 9.0.x #749
    • Enhancements to logging, worker factory and start order. The worker factory only accepts direct worker loading instructions from now on
  • monaco-languageclient config improvement, wrapper+languageclientwrapper improvements #741
    • Allows to configure more than one language client
    • UserConfig is renamed to WrapperConfig and one level less deep
    • Restart options are now intergrated into the configuration
  • You can now pass a URL to initLocaleLoader for module import
Commits
  • 1c771d2 Release preparations
  • e917d79 Update versions to -next.14. Update CHANGELOGs
  • 22e5acd Clean unneeded peerDependencies
  • 82dfc05 New peer dependency approach for all monaco-vscode-api packages
  • 5024849 Prepare next release, new peerDependency definition with -next.12
  • 79dec55 Prepare next.11 pre-releases
  • 35959a2 fix: text model content was not updated properly when updating code resources...
  • ef7045a Fixed confusing variable naming in wrapper
  • 1775925 Updated dependencies and increase to -next.10 version
  • 637b1ca Fixed WebSocket type checking error
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [monaco-editor-wrapper](https://github.com/TypeFox/monaco-languageclient/tree/HEAD/packages/wrapper) from 5.5.3 to 6.0.0.
- [Changelog](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/wrapper/CHANGELOG.md)
- [Commits](https://github.com/TypeFox/monaco-languageclient/commits/mer-6.0.0/packages/wrapper)

---
updated-dependencies:
- dependency-name: monaco-editor-wrapper
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants