Skip to content

Comments

fix(deps): update dependency monaco-editor to v0.55.1#60

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

fix(deps): update dependency monaco-editor to v0.55.1#60
renovate[bot] wants to merge 1 commit intomainfrom
renovate/monaco-editor-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2022

This PR contains the following updates:

Package Change Age Confidence
monaco-editor 0.34.00.55.1 age confidence

Release Notes

microsoft/monaco-editor (monaco-editor)

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

v0.41.0

Compare Source

  • IDiffEditor.diffReviewNext was renamed to IDiffEditor.accessibleDiffViewerNext.
  • IDiffEditor.diffReviewPrev was renamed to IDiffEditor.accessibleDiffViewerPrev.
  • Introduces InlineCompletionsProvider.yieldsToGroupIds to allows inline completion providers to yield to other providers.
  • Bugfixes

Contributions to monaco-editor:

v0.40.0

Compare Source

  • Support for Glyph Margin Widgets
  • Removes getDiffLineInformationForOriginal and getDiffLineInformationForModified from IDiffEditor
  • createTrustedTypesPolicy is optional now
  • New option IModelDecorationOptions.shouldFillLineOnLineBreak
  • New option EditorOptions.readOnlyMessage

v0.39.0

Compare Source

  • New method Environment.createTrustedTypesPolicy to override trusted types handling.
  • Bugfixes

Contributions to monaco-editor:

v0.38.0

Compare Source

  • diffAlgorithm values changed: smart -> legacy, experimental -> advanced
  • New registerEditorOpener API
  • New property IViewZone.showInHiddenAreas to show view zones in hidden areas
  • New properties InlineCompletions.suppressSuggestions and InlineCompletions.enableForwardStability
  • Bugfixes

Contributions to monaco-editor:

v0.37.1

Compare Source

  • Fixes Inline Completions feature

v0.37.0

Compare Source

  • New registerLinkOpener API
  • New onLanguageEncountered event for when a language is encountered during tokenization.
  • Updated TypeScript to 5.0
  • New required field canFormatMultipleRanges on DocumentRangeFormattingEditProvider
  • Bugfixes

Contributions to monaco-editor:

v0.36.1

Compare Source

  • Marks unneeded dependencies as dev dependencies.

v0.36.0

Compare Source

  • Maintenance release

v0.35.0

Compare Source

  • Adds sticky scrolling
  • Support for custom diff algorithms
Breaking Changes
  • Renamed the option enableDropIntoEditor to dropIntoEditor
  • Changed IContentWidgetPosition.range: Range to IContentWidgetPosition.secondaryPosition: Position
  • renderFinalNewline config: is now of type 'on' | 'off' | 'dimmed' (was boolean).
  • cursorSmoothCaretAnimation config: is now of type 'off' | 'explicit' | 'on' (was boolean)

Contributions to monaco-editor:

v0.34.1

Compare Source

  • Adds API to register global actions, commands, or keybinding rules

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 1dbc5f2 to 3633ca2 Compare March 18, 2023 18:04
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.34.1 fix(deps): update dependency monaco-editor to v0.36.1 Mar 18, 2023
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.36.1 fix(deps): update dependency monaco-editor to v0.37.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 3633ca2 to 173d053 Compare April 17, 2023 10:12
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.37.1 fix(deps): update dependency monaco-editor to v0.38.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 173d053 to 76fb0a2 Compare May 28, 2023 10:25
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.38.0 fix(deps): update dependency monaco-editor to v0.39.0 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 76fb0a2 to aa9dab0 Compare June 6, 2023 13:16
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.39.0 fix(deps): update dependency monaco-editor to v0.40.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from aa9dab0 to e155555 Compare July 7, 2023 16:52
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.40.0 fix(deps): update dependency monaco-editor to v0.41.0 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from e155555 to 0b2f43d Compare August 3, 2023 17:24
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.41.0 fix(deps): update dependency monaco-editor to v0.43.0 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 0b2f43d to d46b17a Compare September 11, 2023 14:07
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.43.0 fix(deps): update dependency monaco-editor to v0.44.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from d46b17a to 382c516 Compare October 6, 2023 16:49
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.44.0 fix(deps): update dependency monaco-editor to v0.45.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 382c516 to a9f9fae Compare December 7, 2023 17:29
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from a9f9fae to e058b3f Compare February 8, 2024 13:16
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.45.0 fix(deps): update dependency monaco-editor to v0.46.0 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from e058b3f to 04f6751 Compare March 8, 2024 19:42
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.46.0 fix(deps): update dependency monaco-editor to v0.47.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 04f6751 to 0735efd Compare April 23, 2024 10:35
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.47.0 fix(deps): update dependency monaco-editor to v0.48.0 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 0735efd to 5d58e5d Compare May 24, 2024 14:06
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.48.0 fix(deps): update dependency monaco-editor to v0.49.0 May 24, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 5d58e5d to cdc74c2 Compare June 20, 2024 17:31
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.49.0 fix(deps): update dependency monaco-editor to v0.50.0 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from cdc74c2 to 36f015f Compare August 23, 2024 08:33
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.50.0 fix(deps): update dependency monaco-editor to v0.51.0 Aug 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.51.0 fix(deps): update dependency monaco-editor to v0.52.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 36f015f to 7ccac76 Compare September 19, 2024 13:07
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.52.0 fix(deps): update dependency monaco-editor to v0.52.2 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 7ccac76 to 4ab9cfb Compare December 9, 2024 18:16
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 4ab9cfb to 7880520 Compare September 8, 2025 17:52
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.52.2 fix(deps): update dependency monaco-editor to v0.53.0 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 7880520 to f48fdb3 Compare October 6, 2025 13:37
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.53.0 fix(deps): update dependency monaco-editor to v0.54.0 Oct 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.54.0 fix(deps): update dependency monaco-editor to v0.55.0 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from f48fdb3 to 6097be4 Compare November 20, 2025 17:05
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 6097be4 to 49387ab Compare November 20, 2025 21:50
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.55.0 fix(deps): update dependency monaco-editor to v0.55.1 Nov 20, 2025
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