siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
395 stars 23 forks source link

chore: update dependency monaco-editor to ^0.50.0 #345

Closed renovate[bot] closed 5 days ago

renovate[bot] commented 3 weeks ago

Update Request | Renovate Bot

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monaco-editor ^0.41.0 -> ^0.50.0 age adoption passing confidence

Release Notes

microsoft/monaco-editor (monaco-editor) ### [`v0.50.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0500) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.49.0...v0.50.0) - 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`: - [@​htcfreek (Heiko)](https://togithub.com/htcfreek): Add extension to `csp.contribution.ts` [PR #​4504](https://togithub.com/microsoft/monaco-editor/pull/4504) - [@​jakebailey (Jake Bailey)](https://togithub.com/jakebailey): Call clearFiles on internal EmitOutput diagnostics, pass args down [PR #​4482](https://togithub.com/microsoft/monaco-editor/pull/4482) - [@​johnyanarella (John Yanarella)](https://togithub.com/johnyanarella): Update TypeScript to TS 5.4.5 in all projects, vendored files [PR #​4305](https://togithub.com/microsoft/monaco-editor/pull/4305) - [@​samstrohkorbatt](https://togithub.com/samstrohkorbatt): Adding Python f-string syntax support [PR #​4401](https://togithub.com/microsoft/monaco-editor/pull/4401) ### [`v0.49.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0490) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.48.0...v0.49.0) - New proposed `editorHoverVerbosityLevel` API - New proposed `newSymbolNamesProvider` API Contributions to `monaco-editor`: - [@​timotheeguerin (Timothee Guerin)](https://togithub.com/timotheeguerin): Add support for TypeSpec language [PR #​4450](https://togithub.com/microsoft/monaco-editor/pull/4450) ### [`v0.48.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0480) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.47.0...v0.48.0) ##### 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`: - [@​jeremy-rifkin (Jeremy Rifkin)](https://togithub.com/jeremy-rifkin): Fix bug with highlighting of C++ raw string literals [PR #​4436](https://togithub.com/microsoft/monaco-editor/pull/4436) ### [`v0.47.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0470) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.46.0...v0.47.0) ##### Additions - Bug fixes - `registerNewSymbolNameProvider` - Experimental `registerInlineEditProvider` ### [`v0.46.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0460) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.45.0...v0.46.0) - Bug fixes ### [`v0.45.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0450) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.44.0...v0.45.0) ##### 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`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0440) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.43.0...v0.44.0) - 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](https://togithub.com/microsoft/monaco-editor/issues/3558)). ### [`v0.43.0`](https://togithub.com/microsoft/monaco-editor/compare/v0.41.0...v0.43.0) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.41.0...v0.43.0)

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), 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.



This PR has been generated by Mend Renovate. View repository job log here.

Unix4ever commented 3 weeks ago

I've tried to update it. It works, but adds the blue border around the editor that I couldn't remove.

So if we want to update this dependency we need to figure out how to fix that.

renovate[bot] commented 5 days ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.50.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.