uiwjs / react-monacoeditor

Monaco Editor component for React.
https://uiwjs.github.io/react-monacoeditor/
MIT License
296 stars 26 forks source link

fix(deps): update dependency monaco-editor to ^0.34.0 #159

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monaco-editor ^0.33.0 -> ^0.34.0 age adoption passing confidence

Release Notes

microsoft/monaco-editor ### [`v0.34.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#​0340) - Introduction of `IEditor.createDecorationsCollection` API - New function `removeAllMarkers` to remove all markers - Support for light high contrast theme - Introduction of `BracketPairColorizationOptions.independentColorPoolPerBracketType` - Introduction of `PositionAffinity.LeftOfInjectedText` and `PositionAffinity.RightOfInjectedText` - Introduction of `IEditorOptions.showFoldingControls: 'never'` - Introduction of `IDiffEditorBaseOptions.renderMarginRevertIcon: boolean` - Inline Quick Suggestions - Introduction of `IContentWidgetPosition.positionAffinity` - Provider can now be registered for a `LanguageSelector` ##### Breaking Changes - `IEditorInlayHintsOptions` tweaks - Iteration on `InlineCompletion` API - `WorkspaceFileEdit` -> `IWorkspaceFileEdit` - `oldUri` -> `oldResource` - `newUri` -> `newResource` - `WorkspaceTextEdit` -> `IWorkspaceTextEdit` - `edit` -> `textEdit` (now supports `insertAsSnippet`) - `modelVersionId?: number` -> `versionId: number | undefined` - `InlayHint` API tweaks - Soft deprecation of `ICodeEditor.deltaDecorations`, no adoption required. `IEditor.createDecorationsCollection` API should be used instead. Contributions to `monaco-editor`: - [@​alexander-zw (Alexander Wu)](https://togithub.com/alexander-zw): \[webpack readme] Add how to get languages/features [PR #​3171](https://togithub.com/microsoft/monaco-editor/pull/3171) - [@​anjbur (Angela Burton)](https://togithub.com/anjbur): Update Q# keywords [PR #​3222](https://togithub.com/microsoft/monaco-editor/pull/3222) - [@​bsorrentino (bsorrentino)](https://togithub.com/bsorrentino): Fix issue [#​2295](https://togithub.com/microsoft/monaco-editor/issues/2295) - Models with "@​" in their name do not resolve as dependencies [PR #​3057](https://togithub.com/microsoft/monaco-editor/pull/3057) - [@​MasterOdin (Matthew Peveler)](https://togithub.com/MasterOdin): Remove duplicate testcases for mysql [PR #​3138](https://togithub.com/microsoft/monaco-editor/pull/3138) - [@​mhsdesign (Marc Henry Schultz)](https://togithub.com/mhsdesign): \[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051 [PR #​3052](https://togithub.com/microsoft/monaco-editor/pull/3052) - [@​supersonictw (SuperSonic)](https://togithub.com/supersonictw): Fix menu link in integrate-esm.md [PR #​3214](https://togithub.com/microsoft/monaco-editor/pull/3214) - [@​tonilastre (Toni)](https://togithub.com/tonilastre): Add config and tokenizer for query language Cypher [PR #​3102](https://togithub.com/microsoft/monaco-editor/pull/3102)

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.



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