Skip to content

fix(deps): update dependency monaco-editor to ^0.56.0 - #2

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/monaco-editor-0.x
Open

fix(deps): update dependency monaco-editor to ^0.56.0#2
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/monaco-editor-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
monaco-editor ^0.54.0^0.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.

v0.55.1

Compare Source

  • Fixes missing language exports (monaco.json/typescript/...) due to wrong "types" path - #​5123

v0.55.0

Compare Source

Breaking Changes
  • Moves nested namespaces (languages.css, languages.html, languages.json, languages.typescript) to top level namespaces (css, html, json, typescript) to simplify the build process and align with typescript recommendations.
New Features
  • Adds native LSP support (see new lsp namespace).
Bug Fixes
  • Updates dompurify to 3.2.7

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch 2 times, most recently from 37214ec to 8256a76 Compare June 10, 2026 11:58
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 8256a76 to c73dfa0 Compare June 15, 2026 17:12
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch 2 times, most recently from 86719bc to 416cdb7 Compare July 6, 2026 17:07
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch 2 times, most recently from 90174aa to 28e724d Compare July 15, 2026 11:57
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 28e724d to 74aa8aa Compare July 21, 2026 10:58
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.55.0 fix(deps): update dependency monaco-editor to ^0.56.0 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch 2 times, most recently from 37f86ca to a95681d Compare July 27, 2026 21:39
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from a95681d to d0b4f85 Compare July 30, 2026 19:55
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from d0b4f85 to 5a523ae Compare August 14, 2026 21:04
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