Skip to content

fix(deps): update dependency monaco-editor to v0.56.0 - #293

Open
MFSGA wants to merge 7 commits into
masterfrom
renovate/monaco-editor-0.x
Open

fix(deps): update dependency monaco-editor to v0.56.0#293
MFSGA wants to merge 7 commits into
masterfrom
renovate/monaco-editor-0.x

Conversation

@MFSGA

@MFSGA MFSGA commented Jul 21, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
monaco-editor 0.55.10.56.0 age confidence

Release Notes

microsoft/monaco-editor (monaco-editor)

v0.56.0

Compare Source

Breaking Changes
  • Reorganizes the exported ESM modules to provide supported, tree-shakeable entry points (#​5155). The monaco-editor entry point continues to load all features and languages. Custom bundles can now import monaco-editor/editor and opt into:
    • all editor features with monaco-editor/features/register.all, or individual features with monaco-editor/features/<feature>/register;
    • all language definitions with monaco-editor/languages/definitions/register.all, or individual definitions with monaco-editor/languages/definitions/<language>/register;
    • the CSS, HTML, JSON, and TypeScript language features with monaco-editor/languages/features/register.all, or their individual register entry points.
  • Renames the misspelled IOverlayWidgetPosition.stackOridinal property to stackOrdinal.
  • Removes the deprecated IMirrorModel and IWorkerContext worker API types.
New Features and APIs
  • Adds editor.doubleClickSelectsBlock.
  • Adds editor.find.closeOnResult and editor.inlayHints.showLongLineWarning.
  • Adds offWhenInlineCompletions to QuickSuggestionsValue.
  • Adds model and provider option support to inline completion providers.
  • Adds ICodeEditor.revealAllCursors, ICodeEditor.getWidthOfLine, and ICodeEditor.renderAsync.
  • Adds advanced-external and advanced-wasm diff algorithms.
  • Exposes typed native LSP client and transport APIs.
Fixes
  • Treats Markdown returned by language servers as untrusted (#​5280).
  • Updates the editor core to the version used by 0.56.0-dev-20260625.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@MFSGA
MFSGA force-pushed the renovate/monaco-editor-0.x branch 4 times, most recently from 0f09cef to 265f219 Compare July 25, 2026 06:07
@MFSGA
MFSGA force-pushed the renovate/monaco-editor-0.x branch from 265f219 to d0eaefe Compare July 26, 2026 06:26
@MFSGA
MFSGA force-pushed the renovate/monaco-editor-0.x branch from d0eaefe to d4910ba Compare July 27, 2026 06:55
@MFSGA
MFSGA force-pushed the renovate/monaco-editor-0.x branch from d4910ba to 8bc80cd Compare July 28, 2026 06:15
@MFSGA
MFSGA force-pushed the renovate/monaco-editor-0.x branch from 8bc80cd to ebb534a Compare July 29, 2026 06:19
@MFSGA
MFSGA force-pushed the renovate/monaco-editor-0.x branch from ebb534a to a2659d5 Compare July 30, 2026 06:11
@MFSGA
MFSGA force-pushed the renovate/monaco-editor-0.x branch from a2659d5 to c02965d Compare July 31, 2026 06:36
@MFSGA

MFSGA commented Aug 1, 2026

Copy link
Copy Markdown
Owner Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

2 participants