-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency monaco-editor to v0.55.1 #11
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/monaco-editor-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e6877b5 to
7f2f68f
Compare
7f2f68f to
24c3e5b
Compare
24c3e5b to
d44cd42
Compare
d44cd42 to
e3efb0f
Compare
e3efb0f to
58c961c
Compare
58c961c to
5e4d707
Compare
5e4d707 to
1ff48b4
Compare
1ff48b4 to
01a7d5d
Compare
01a7d5d to
34746d1
Compare
34746d1 to
02fd7d4
Compare
02fd7d4 to
9f48093
Compare
9f48093 to
41d926e
Compare
41d926e to
1b41566
Compare
1b41566 to
64478eb
Compare
64478eb to
7456793
Compare
d056dbe to
e98cd03
Compare
e98cd03 to
90cbacb
Compare
90cbacb to
31713b9
Compare
31713b9 to
ed5108d
Compare
ed5108d to
90b114a
Compare
90b114a to
a2031af
Compare
a2031af to
fb370ef
Compare
fb370ef to
967af6b
Compare
967af6b to
f6d7f8e
Compare
f6d7f8e to
f770511
Compare
f770511 to
6d6cf56
Compare
6d6cf56 to
a371262
Compare
a371262 to
91850b4
Compare
91850b4 to
eceba2f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.18.1->0.55.1Release Notes
microsoft/monaco-editor (monaco-editor)
v0.55.1Compare Source
v0.55.0Compare Source
Breaking Changes
languages.css,languages.html,languages.json,languages.typescript) to top level namespaces (css,html,json,typescript) to simplify the build process and align with typescript recommendations.New Features
lspnamespace).Bug Fixes
v0.54.0Compare Source
editor.mouseMiddleClickActionv0.53.0Compare Source
New Features
Breaking Changes
v0.52.2Compare Source
Changes:
This list of changes was auto generated.
v0.52.0Compare Source
IModelContentChangedEventv0.51.0Compare Source
IEditorOptions.placeholderandIEditorOptions.compactModeIGotoLocationOptions.multipleTestsandIGotoLocationOptions.alternativeTestsCommandIInlineEditOptions.backgroundColoringIEditorOptions.experimental.useTrueInlineViewCommentThreadRevealOptionsfor commentsContributions to
monaco-editor:v0.50.0Compare Source
IEditorMinimapOptions.sectionHeaderLetterSpacingIOverlayWidgetPosition.stackOridinalEmitOutput.diagnosticsIOverlayWidget.onDidLayoutICodeEditor.onBeginUpdateandICodeEditor.onEndUpdateHoverVerbosityRequest.action->HoverVerbosityRequest.verbosityDeltaMultiDocumentHighlightProvider.selectorchanged fromLanguageFiltertoLanguageSelectorgetEmitOutput:emitOnlyDtsFilesandforceDtsEmitContributions to
monaco-editor:csp.contribution.tsPR #4504v0.49.0Compare Source
editorHoverVerbosityLevelAPInewSymbolNamesProviderAPIContributions to
monaco-editor:v0.48.0Compare Source
Additions
showRegionSectionHeaders)renderGutterMenu)InlineCompletionsProvider.handlePartialAccepthasPartialAcceptInfoContributions to
monaco-editor:v0.47.0Compare Source
Additions
registerNewSymbolNameProviderregisterInlineEditProviderv0.46.0Compare Source
v0.45.0Compare Source
Breaking Changes
wordBasedSuggestions: boolean->'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'occurrencesHighlight: boolean->'off' | 'singleFile' | 'multiFile'Additions
IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeightIDiffEditor.goToDiffIDiffEditor.revealFirstDiffv0.44.0Compare Source
v0.43.0Compare Source
v0.41.0Compare Source
IDiffEditor.diffReviewNextwas renamed toIDiffEditor.accessibleDiffViewerNext.IDiffEditor.diffReviewPrevwas renamed toIDiffEditor.accessibleDiffViewerPrev.InlineCompletionsProvider.yieldsToGroupIdsto allows inline completion providers to yield to other providers.Contributions to
monaco-editor:v0.40.0Compare Source
getDiffLineInformationForOriginalandgetDiffLineInformationForModifiedfromIDiffEditorcreateTrustedTypesPolicyis optional nowIModelDecorationOptions.shouldFillLineOnLineBreakEditorOptions.readOnlyMessagev0.39.0Compare Source
Environment.createTrustedTypesPolicyto override trusted types handling.Contributions to
monaco-editor:v0.38.0Compare Source
diffAlgorithmvalues changed:smart->legacy,experimental->advancedregisterEditorOpenerAPIIViewZone.showInHiddenAreasto show view zones in hidden areasInlineCompletions.suppressSuggestionsandInlineCompletions.enableForwardStabilityContributions to
monaco-editor:v0.37.1Compare Source
v0.37.0Compare Source
registerLinkOpenerAPIonLanguageEncounteredevent for when a language is encountered during tokenization.canFormatMultipleRangesonDocumentRangeFormattingEditProviderContributions to
monaco-editor:v0.36.1Compare Source
v0.36.0Compare Source
v0.35.0Compare Source
Breaking Changes
enableDropIntoEditortodropIntoEditorIContentWidgetPosition.range: RangetoIContentWidgetPosition.secondaryPosition: PositionrenderFinalNewlineconfig: is now of type'on' | 'off' | 'dimmed'(wasboolean).cursorSmoothCaretAnimationconfig: is now of type'off' | 'explicit' | 'on'(wasboolean)Contributions to
monaco-editor:satisfieskeyword to typescript PR #3337browser-esm-webpack-smallPR #3402v0.34.1Compare Source
v0.34.0Compare Source
IEditor.createDecorationsCollectionAPIremoveAllMarkersto remove all markersBracketPairColorizationOptions.independentColorPoolPerBracketTypePositionAffinity.LeftOfInjectedTextandPositionAffinity.RightOfInjectedTextIEditorOptions.showFoldingControls: 'never'IDiffEditorBaseOptions.renderMarginRevertIcon: booleanIContentWidgetPosition.positionAffinityLanguageSelectorBreaking Changes
IEditorInlayHintsOptionstweaksInlineCompletionAPIWorkspaceFileEdit->IWorkspaceFileEditoldUri->oldResourcenewUri->newResourceWorkspaceTextEdit->IWorkspaceTextEditedit->textEdit(now supportsinsertAsSnippet)modelVersionId?: number->versionId: number | undefinedInlayHintAPI tweaksICodeEditor.deltaDecorations, no adoption required.IEditor.createDecorationsCollectionAPI should be used instead.Contributions to
monaco-editor:v0.33.0monaco.languages.register*Providerfunctions has changed to take aDocumentSelectorinstead of a singlelanguageIdEnvironment.getWorkerfunction can now return aPromiseBreaking Changes
InlayHintKind.Otheris removed.Thank you
Contributions to
monaco-editor:@noDerivativemodifier to Swift PR #2957v0.32.1v0.32.0Breaking Changes
IEncodedLineTokenshas changed to support strikethrough text.IDiffEditor.getDomNode()has been renamed toIDiffEditor.getContainerDomNode().InlayHint.texthas been replaced byInlayHint.labelandInlayHintsProvider.provideInlayHintsnow returns anInlayHintList.Thank you
Contributions to
monaco-editor:v0.31.1v0.31.0Compare Source
Breaking Changes
Thank you
syntax=directive PR #2809v0.30.1Compare Source
v0.30.0Compare Source
hover.aboveoption to control the hover position.ICodeEditor.onDidChangeHiddenAreaswhich is fired when folding/unfolding.renderControlCharacters. See https://code.visualstudio.com/updates/v1_62#_unicode-directional-formatting-characters for an explanation.Breaking Changes
monaco.KeyCodeto align with the names given for browser codes.ITextModel.getModeId()toITextModel.getLanguageId()IPasteEvent.modetoIPasteEvent.languageIdThank you
Contributions to
monaco-editor-webpack-plugin:Contributions to
monaco-languages:v0.29.1Compare Source
Thank you
Contributions to
monaco-languages:v0.29.0ariaContainerElementoption for editorsguides.bracketPairsto enable guides driven by bracket pairsmaxFileSizeto control the maximum file size for which to compute diffsCodeActionProvider.resolveCodeActionBreaking Change
renderIndentGuides,highlightActiveIndentGuidetoguidesThank you
Contributions to
monaco-editor:ariaContainerElementto shadow dom test PR #2644Contributions to
monaco-editor-samples:Contributions to
monaco-editor-webpack-plugin:Contributions to
monaco-languages:Contributions to
monaco-typescript:setInlayHintsOptionsPR #83v0.28.0Compare Source
bracketPairColorization.enabledwhen creating a new editor:registerCodeActionProvidernow accepts metadata to specify provided code action kinds (e.g.quickfix,refactororsource).Thank you
Contributions to
monaco-editor:Contributions to
monaco-html:Contributions to
monaco-languages:Contributions to
monaco-typescript:v0.27.0Compare Source
inlineClassNameto style injected textfoldingImportsByDefaultBreaking Change
seedSearchStringFromSelectionfrom boolean to'never' | 'always' 'selection'subwordDifftosubwordSmart, introducedsubwordThank you
Contributions to
monaco-editor:Contributions to
monaco-languages:strictkeyword to Pascal language PR #153v0.26.1Compare Source
v0.26.0Compare Source
IModelDecorationOptions.before/after.Breaking Changes
label,detailanddescription(instead ofname,parameters,qualifierandtype).Thank you
Contributions to
monaco-editor:Contributions to
monaco-languages:Contributions to
monaco-typescript:v0.25.2Compare Source
v0.25.1Compare Source
registerHTMLLanguageServiceis not available in the AMD version of the monaco-html contribution.v0.25.0Compare Source
inlineSuggestthat features a provider api and new settings.suggest.previewto toggle previewing the selected suggest item.suggest.showDeprecatedregisterHTMLLanguageServiceBreaking changes
inlineHintstoinlayHints.Thank you
Contributions to
monaco-editor:Contributions to
monaco-languages:Contributions to
monaco-typescript:v0.24.0Compare Source
domReadOnlywhich controls if the<textarea>used for editor input should have the DOMreadonlyattributeuseShadowDOMwhich can be set tofalseto prevent the editor from using shadow DOM in its implementation (e.g. for the contextmenus).autoClosingDeletethat controls how backspace works inside auto-closing pairs.DiagnosticsOptions.onlyVisiblefor TypeScript which limits the computation of diagnostics to only visible text models.Breaking changes
EditorAutoClosingOvertypeStrategyhas been renamed toEditorAutoClosingEditStrategyThank you
Contributions to
monaco-editor:Contributions to
monaco-editor-webpack-plugin:Contributions to
monaco-languages:Contributions to
monaco-typescript:v0.23.0Compare Source
autoDetectHighContrast.Thank you
Contributions to
monaco-languages:Contributions to
monaco-typescript:v0.22.3Compare Source
Fixes a regression where symbol icons used in suggestions or quick outline were missing colors (see #2329).
v0.22.2Compare Source
Fixes a regression where under certain webpack configurations
process.nextTickcould be used without explicitly checking for it being defined (see #2328).v0.22.1Compare Source
Fixes a regression where format commands would no longer work (see #2327).
v0.22.0Compare Source
New & Noteworthy
monaco.editor.onDidChangeMarkersto listen for marker changes.monaco.editor.registerCommandto register global commands.monaco.languages.setColorMapto allow defining the color map used for tokenization.IMonarchLanguage.includeLFto allow matching against the\nat the end of each line.stickyTabStopsto make interacting with spaces in indentation behave more like interacting with tabs.Breaking changes
monacoobject. You can defineglobal.MonacoEnvironment = { globalAPI: true }if you want for the editor to define this global object.OnTypeRenameProvidertoLinkedEditingRangeProviderand related methods like the editor optionrenameOnType(nowlinkedEditing),registerOnTypeRenameProvider(nowregisterLinkedEditingRangeProvider), etc.OnEnterRule.oneLineAboveTexttoOnEnterRule.previousLineTextThank you
Contributions to
monaco-editor:Contributions to
monaco-languages:Contributions to
monaco-typescript:Contributions to
monaco-css:v0.21.3Compare Source
Fixes a regression in suggestions where the browser clipboard API would be accessed by incomplete suggestion lists (see [microsoft/vscode@
96d6184](https://redirect.github.com/microsoft/vscode/commiConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.