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.44.0 - autoclosed #182

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

microsoft/monaco-editor (monaco-editor)

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 has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Merging #182 (3089738) into main (560fe73) will increase coverage by 0.14%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #182      +/-   ##
============================================
+ Coverage     75.24%   75.38%   +0.14%     
- Complexity      306      307       +1     
============================================
  Files            69       69              
  Lines          1353     1353              
  Branches        154      154              
============================================
+ Hits           1018     1020       +2     
+ Misses          199      196       -3     
- Partials        136      137       +1     
Flag Coverage Δ
unittests 75.38% <ø> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to ^0.39.0 fix(deps): update dependency monaco-editor to ^0.40.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 8325ae9 to 44770ba Compare July 7, 2023 16:54
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to ^0.40.0 fix(deps): update dependency monaco-editor to ^0.41.0 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 44770ba to 708813f Compare August 3, 2023 17:29
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to ^0.41.0 fix(deps): update dependency monaco-editor to ^0.43.0 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 708813f to 1194855 Compare September 11, 2023 15:00
@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 1194855 to 9589e2d Compare October 6, 2023 18:22
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 9589e2d to 3089738 Compare November 3, 2023 06:40
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to ^0.44.0 fix(deps): update dependency monaco-editor to ^0.44.0 - autoclosed Nov 20, 2023
@renovate renovate bot closed this Nov 20, 2023
@renovate renovate bot deleted the renovate/monaco-editor-0.x branch November 20, 2023 06:22
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