Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency monaco-editor to ^0.52.0 #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monaco-editor ^0.34.1 -> ^0.52.0 age adoption passing confidence

Release Notes

microsoft/monaco-editor (monaco-editor)

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:


Configuration

📅 Schedule: 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.

Copy link

cloudflare-workers-and-pages bot commented Nov 6, 2023

Deploying wasm-c-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 974474a
Status:🚫  Build failed.

View logs

@renovate renovate bot added the renovate label Nov 6, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from eb6dbbc to 95ce7a6 Compare November 6, 2023 07:24
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 95ce7a6 to de1623a Compare November 30, 2023 06:23
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from de1623a to e65a9e4 Compare December 10, 2023 16:09
@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 10, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from e65a9e4 to d9b9754 Compare February 11, 2024 13:54
@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 11, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from d9b9754 to 5910648 Compare March 11, 2024 17:43
@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 11, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 5910648 to 6b477c2 Compare April 26, 2024 13:04
@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 26, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 6b477c2 to 72d5ec9 Compare May 27, 2024 14:08
@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 27, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 72d5ec9 to 92c8ba5 Compare June 23, 2024 15:43
@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 23, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 92c8ba5 to 86a8794 Compare August 26, 2024 08:48
@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 26, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 86a8794 to 974474a Compare September 22, 2024 12:14
@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 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants