Skip to content

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

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#40
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/monaco-editor-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 11, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

v0.54.0

Compare Source

  • Adds option editor.mouseMiddleClickAction
  • Various bug fixes

v0.53.0

Compare Source

  • ⚠️ This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.
New Features
  • Next Edit Suggestion support.
  • Scroll On Middle Click
  • Edit Context Support
Breaking Changes
  • Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern.
  • The browser-script-editor scenario for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack.
  • Custom AMD workers don't work anymore out of the box.

v0.52.2

Compare Source

Changes:

This list of changes was auto generated.

v0.52.0

Compare Source

  • Comment added inside of IModelContentChangedEvent

v0.51.0

Compare Source

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

v0.50.0

Compare Source

  • New field IEditorMinimapOptions.sectionHeaderLetterSpacing
  • New field IOverlayWidgetPosition.stackOridinal
  • New field EmitOutput.diagnostics
  • New event IOverlayWidget.onDidLayout
  • New events ICodeEditor.onBeginUpdate and ICodeEditor.onEndUpdate
  • HoverVerbosityRequest.action -> HoverVerbosityRequest.verbosityDelta
  • MultiDocumentHighlightProvider.selector changed from LanguageFilter to LanguageSelector
  • New optional parameters in getEmitOutput: emitOnlyDtsFiles and forceDtsEmit

Contributions to monaco-editor:

v0.49.0

Compare Source

  • New proposed editorHoverVerbosityLevel API
  • New proposed newSymbolNamesProvider API

Contributions to monaco-editor:

v0.48.0

Compare Source

Additions
  • Various bug fixes
  • Minimap Section Headers (see config option showRegionSectionHeaders)
  • Diff Editor Gutter Menu (see config option renderGutterMenu)
  • InlineCompletionsProvider.handlePartialAccept has PartialAcceptInfo

Contributions to monaco-editor:

v0.47.0

Compare Source

Additions
  • Bug fixes
  • registerNewSymbolNameProvider
  • Experimental registerInlineEditProvider

v0.46.0

Compare Source

  • Bug fixes

v0.45.0

Compare Source

Breaking Changes
  • wordBasedSuggestions: boolean -> 'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'
  • occurrencesHighlight: boolean -> 'off' | 'singleFile' | 'multiFile'
Additions
  • Many bug fixes
  • IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeight
  • IDiffEditor.goToDiff
  • IDiffEditor.revealFirstDiff

v0.44.0

Compare Source

  • Removes old diff editor implementation.
  • Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used (see #​3558 for more details).

v0.43.0

Compare Source


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.

@vercel

vercel Bot commented Sep 11, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
resume Error Error Jul 21, 2026 2:34am

@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.43.0 fix(deps): update dependency monaco-editor to ^0.44.0 Oct 6, 2023
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from da3eb32 to a26a778 Compare October 6, 2023 18:32
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.44.0 fix(deps): update dependency monaco-editor to ^0.45.0 Dec 7, 2023
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from a26a778 to 4b77830 Compare December 7, 2023 16:27
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.45.0 fix(deps): update dependency monaco-editor to ^0.46.0 Feb 8, 2024
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 4b77830 to 40fc151 Compare February 8, 2024 12:54
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.46.0 fix(deps): update dependency monaco-editor to ^0.47.0 Mar 8, 2024
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 40fc151 to 9a36191 Compare March 8, 2024 17:31
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.47.0 fix(deps): update dependency monaco-editor to ^0.48.0 Apr 23, 2024
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 9a36191 to 2d169ac Compare April 23, 2024 11:48
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 2d169ac to 7983627 Compare May 24, 2024 16:49
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.48.0 fix(deps): update dependency monaco-editor to ^0.49.0 May 24, 2024
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 7983627 to c1cf687 Compare June 20, 2024 16:48
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.49.0 fix(deps): update dependency monaco-editor to ^0.50.0 Jun 20, 2024
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from c1cf687 to 3b1c941 Compare August 23, 2024 09:10
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.50.0 fix(deps): update dependency monaco-editor to ^0.51.0 Aug 23, 2024
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.51.0 fix(deps): update dependency monaco-editor to ^0.52.0 Sep 19, 2024
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 3b1c941 to 995ce18 Compare September 19, 2024 14:56
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 995ce18 to a22109d Compare August 10, 2025 12:55
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from a22109d to fb671a5 Compare September 8, 2025 17:16
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.52.0 fix(deps): update dependency monaco-editor to ^0.53.0 Sep 8, 2025
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from fb671a5 to eaf39f7 Compare September 25, 2025 16:09
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from eaf39f7 to 50c101d Compare October 6, 2025 12:42
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.53.0 fix(deps): update dependency monaco-editor to ^0.54.0 Oct 6, 2025
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 50c101d to 260b81b Compare November 20, 2025 17:55
@renovate renovate Bot changed the title fix(deps): update dependency monaco-editor to ^0.54.0 fix(deps): update dependency monaco-editor to ^0.55.0 Nov 20, 2025
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 260b81b to b7c4a5e Compare November 20, 2025 21:40
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from b7c4a5e to 84c84c7 Compare December 3, 2025 20:06
@renovate
renovate Bot force-pushed the renovate/monaco-editor-0.x branch from 84c84c7 to f863539 Compare July 21, 2026 02:32
@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
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