fix(deps): update dependency monaco-editor to ^0.56.0#40
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
October 6, 2023 18:32
da3eb32 to
a26a778
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
December 7, 2023 16:27
a26a778 to
4b77830
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
February 8, 2024 12:54
4b77830 to
40fc151
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
March 8, 2024 17:31
40fc151 to
9a36191
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
April 23, 2024 11:48
9a36191 to
2d169ac
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
May 24, 2024 16:49
2d169ac to
7983627
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
June 20, 2024 16:48
7983627 to
c1cf687
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
August 23, 2024 09:10
c1cf687 to
3b1c941
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
September 19, 2024 14:56
3b1c941 to
995ce18
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
August 10, 2025 12:55
995ce18 to
a22109d
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
September 8, 2025 17:16
a22109d to
fb671a5
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
September 25, 2025 16:09
fb671a5 to
eaf39f7
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
October 6, 2025 12:42
eaf39f7 to
50c101d
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
November 20, 2025 17:55
50c101d to
260b81b
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
November 20, 2025 21:40
260b81b to
b7c4a5e
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
December 3, 2025 20:06
b7c4a5e to
84c84c7
Compare
renovate
Bot
force-pushed
the
renovate/monaco-editor-0.x
branch
from
July 21, 2026 02:32
84c84c7 to
f863539
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.41.0→^0.56.0Release Notes
microsoft/monaco-editor (monaco-editor)
v0.56.0Compare Source
Breaking Changes
monaco-editorentry point continues to load all features and languages. Custom bundles can now importmonaco-editor/editorand opt into:monaco-editor/features/register.all, or individual features withmonaco-editor/features/<feature>/register;monaco-editor/languages/definitions/register.all, or individual definitions withmonaco-editor/languages/definitions/<language>/register;monaco-editor/languages/features/register.all, or their individualregisterentry points.IOverlayWidgetPosition.stackOridinalproperty tostackOrdinal.IMirrorModelandIWorkerContextworker API types.New Features and APIs
editor.doubleClickSelectsBlock.editor.find.closeOnResultandeditor.inlayHints.showLongLineWarning.offWhenInlineCompletionstoQuickSuggestionsValue.ICodeEditor.revealAllCursors,ICodeEditor.getWidthOfLine, andICodeEditor.renderAsync.advanced-externalandadvanced-wasmdiff algorithms.Fixes
0.56.0-dev-20260625.v0.55.1Compare Source
v0.55.0Compare Source
Breaking Changes
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
lspnamespace).Bug Fixes
v0.54.0Compare Source
editor.mouseMiddleClickActionv0.53.0Compare Source
New Features
Breaking Changes
v0.52.2Compare Source
Changes:
This list of changes was auto generated.
v0.52.0Compare Source
IModelContentChangedEventv0.51.0Compare Source
IEditorOptions.placeholderandIEditorOptions.compactModeIGotoLocationOptions.multipleTestsandIGotoLocationOptions.alternativeTestsCommandIInlineEditOptions.backgroundColoringIEditorOptions.experimental.useTrueInlineViewCommentThreadRevealOptionsfor commentsContributions to
monaco-editor:v0.50.0Compare Source
IEditorMinimapOptions.sectionHeaderLetterSpacingIOverlayWidgetPosition.stackOridinalEmitOutput.diagnosticsIOverlayWidget.onDidLayoutICodeEditor.onBeginUpdateandICodeEditor.onEndUpdateHoverVerbosityRequest.action->HoverVerbosityRequest.verbosityDeltaMultiDocumentHighlightProvider.selectorchanged fromLanguageFiltertoLanguageSelectorgetEmitOutput:emitOnlyDtsFilesandforceDtsEmitContributions to
monaco-editor:csp.contribution.tsPR #4504v0.49.0Compare Source
editorHoverVerbosityLevelAPInewSymbolNamesProviderAPIContributions to
monaco-editor:v0.48.0Compare Source
Additions
showRegionSectionHeaders)renderGutterMenu)InlineCompletionsProvider.handlePartialAccepthasPartialAcceptInfoContributions to
monaco-editor:v0.47.0Compare Source
Additions
registerNewSymbolNameProviderregisterInlineEditProviderv0.46.0Compare Source
v0.45.0Compare Source
Breaking Changes
wordBasedSuggestions: boolean->'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'occurrencesHighlight: boolean->'off' | 'singleFile' | 'multiFile'Additions
IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeightIDiffEditor.goToDiffIDiffEditor.revealFirstDiffv0.44.0Compare Source
v0.43.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.