react-monacoeditor
react-monacoeditor copied to clipboard
fix(deps): update dependency monaco-editor to ^0.34.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| monaco-editor | ^0.33.0 -> ^0.34.0 |
Release Notes
microsoft/monaco-editor
v0.34.0
- Introduction of
IEditor.createDecorationsCollectionAPI - New function
removeAllMarkersto remove all markers - Support for light high contrast theme
- Introduction of
BracketPairColorizationOptions.independentColorPoolPerBracketType - Introduction of
PositionAffinity.LeftOfInjectedTextandPositionAffinity.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
-
IEditorInlayHintsOptionstweaks - Iteration on
InlineCompletionAPI -
WorkspaceFileEdit->IWorkspaceFileEdit-
oldUri->oldResource -
newUri->newResource
-
-
WorkspaceTextEdit->IWorkspaceTextEdit-
edit->textEdit(now supportsinsertAsSnippet) -
modelVersionId?: number->versionId: number | undefined
-
-
InlayHintAPI tweaks - Soft deprecation of
ICodeEditor.deltaDecorations, no adoption required.IEditor.createDecorationsCollectionAPI should be used instead.
Contributions to monaco-editor:
- @alexander-zw (Alexander Wu): [webpack readme] Add how to get languages/features PR #3171
- @anjbur (Angela Burton): Update Q# keywords PR #3222
- @bsorrentino (bsorrentino): Fix issue #2295 - Models with "@" in their name do not resolve as dependencies PR #3057
- @MasterOdin (Matthew Peveler): Remove duplicate testcases for mysql PR #3138
- @mhsdesign (Marc Henry Schultz): [DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051 PR #3052
- @supersonictw (SuperSonic): Fix menu link in integrate-esm.md PR #3214
- @tonilastre (Toni): Add config and tokenizer for query language Cypher PR #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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.