-
Notifications
You must be signed in to change notification settings - Fork 0
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 v0.52.2 #348
base: master
Are you sure you want to change the base?
Conversation
d4d8c97
to
41682c0
Compare
41682c0
to
26ec618
Compare
26ec618
to
fee057b
Compare
fee057b
to
fda5a9e
Compare
fda5a9e
to
f938e4e
Compare
f938e4e
to
a14c7d9
Compare
074fa26
to
4d6a209
Compare
4d6a209
to
9952c25
Compare
9952c25
to
fea6a64
Compare
5d35503
to
ccab051
Compare
ccab051
to
fee1724
Compare
fee1724
to
8de0738
Compare
8de0738
to
aa540ec
Compare
3c44a1e
to
765c8d7
Compare
765c8d7
to
957b7ba
Compare
957b7ba
to
968cbc8
Compare
968cbc8
to
49aa147
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yogo/dawlets/algolet/package-lock.json
|
49aa147
to
b32de49
Compare
b32de49
to
6420796
Compare
6420796
to
98d7581
Compare
98d7581
to
5cdeebd
Compare
5cdeebd
to
a013879
Compare
|
a013879
to
23dd47f
Compare
23dd47f
to
85c8df4
Compare
85c8df4
to
ea7730f
Compare
ea7730f
to
e4369c5
Compare
This PR contains the following updates:
0.20.0
->0.52.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
microsoft/monaco-editor (monaco-editor)
v0.52.2
Compare Source
Changes:
This list of changes was auto generated.
v0.52.0
Compare Source
IModelContentChangedEvent
v0.51.0
Compare Source
IEditorOptions.placeholder
andIEditorOptions.compactMode
IGotoLocationOptions.multipleTests
andIGotoLocationOptions.alternativeTestsCommand
IInlineEditOptions.backgroundColoring
IEditorOptions.experimental.useTrueInlineView
CommentThreadRevealOptions
for commentsContributions to
monaco-editor
:v0.50.0
Compare Source
IEditorMinimapOptions.sectionHeaderLetterSpacing
IOverlayWidgetPosition.stackOridinal
EmitOutput.diagnostics
IOverlayWidget.onDidLayout
ICodeEditor.onBeginUpdate
andICodeEditor.onEndUpdate
HoverVerbosityRequest.action
->HoverVerbosityRequest.verbosityDelta
MultiDocumentHighlightProvider.selector
changed fromLanguageFilter
toLanguageSelector
getEmitOutput
:emitOnlyDtsFiles
andforceDtsEmit
Contributions to
monaco-editor
:csp.contribution.ts
PR #4504v0.49.0
Compare Source
editorHoverVerbosityLevel
APInewSymbolNamesProvider
APIContributions to
monaco-editor
:v0.48.0
Compare Source
Additions
showRegionSectionHeaders
)renderGutterMenu
)InlineCompletionsProvider.handlePartialAccept
hasPartialAcceptInfo
Contributions to
monaco-editor
:v0.47.0
Compare Source
Additions
registerNewSymbolNameProvider
registerInlineEditProvider
v0.46.0
Compare Source
v0.45.0
Compare Source
Breaking Changes
wordBasedSuggestions: boolean
->'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'
occurrencesHighlight: boolean
->'off' | 'singleFile' | 'multiFile'
Additions
IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeight
IDiffEditor.goToDiff
IDiffEditor.revealFirstDiff
v0.44.0
Compare Source
v0.43.0
Compare Source
v0.41.0
Compare Source
IDiffEditor.diffReviewNext
was renamed toIDiffEditor.accessibleDiffViewerNext
.IDiffEditor.diffReviewPrev
was renamed toIDiffEditor.accessibleDiffViewerPrev
.InlineCompletionsProvider.yieldsToGroupIds
to allows inline completion providers to yield to other providers.Contributions to
monaco-editor
:v0.40.0
Compare Source
getDiffLineInformationForOriginal
andgetDiffLineInformationForModified
fromIDiffEditor
createTrustedTypesPolicy
is optional nowIModelDecorationOptions.shouldFillLineOnLineBreak
EditorOptions.readOnlyMessage
v0.39.0
Compare Source
Environment.createTrustedTypesPolicy
to override trusted types handling.Contributions to
monaco-editor
:v0.38.0
Compare Source
diffAlgorithm
values changed:smart
->legacy
,experimental
->advanced
registerEditorOpener
APIIViewZone.showInHiddenAreas
to show view zones in hidden areasInlineCompletions.suppressSuggestions
andInlineCompletions.enableForwardStability
Contributions to
monaco-editor
:v0.37.1
Compare Source
v0.37.0
Compare Source
registerLinkOpener
APIonLanguageEncountered
event for when a language is encountered during tokenization.canFormatMultipleRanges
onDocumentRangeFormattingEditProvider
Contributions to
monaco-editor
:v0.36.1
Compare Source
v0.36.0
Compare Source
v0.35.0
Compare Source
Breaking Changes
enableDropIntoEditor
todropIntoEditor
IContentWidgetPosition.range: Range
toIContentWidgetPosition.secondaryPosition: Position
renderFinalNewline
config: is now of type'on' | 'off' | 'dimmed'
(wasboolean
).cursorSmoothCaretAnimation
config: is now of type'off' | 'explicit' | 'on'
(wasboolean
)Contributions to
monaco-editor
:satisfies
keyword to typescript PR #3337browser-esm-webpack-small
PR #3402v0.34.1
Compare Source
v0.34.0
Compare Source
IEditor.createDecorationsCollection
APIremoveAllMarkers
to remove all markersBracketPairColorizationOptions.independentColorPoolPerBracketType
PositionAffinity.LeftOfInjectedText
andPositionAffinity.RightOfInjectedText
IEditorOptions.showFoldingControls: 'never'
IDiffEditorBaseOptions.renderMarginRevertIcon: boolean
IContentWidgetPosition.positionAffinity
LanguageSelector
Breaking Changes
IEditorInlayHintsOptions
tweaksInlineCompletion
APIWorkspaceFileEdit
->IWorkspaceFileEdit
oldUri
->oldResource
newUri
->newResource
WorkspaceTextEdit
->IWorkspaceTextEdit
edit
->textEdit
(now supportsinsertAsSnippet
)modelVersionId?: number
->versionId: number | undefined
InlayHint
API tweaksICodeEditor.deltaDecorations
, no adoption required.IEditor.createDecorationsCollection
API should be used instead.Contributions to
monaco-editor
:v0.33.0
monaco.languages.register*Provider
functions has changed to take aDocumentSelector
instead of a singlelanguageId
Environment.getWorker
function can now return aPromise
Breaking Changes
InlayHintKind.Other
is removed.Thank you
Contributions to
monaco-editor
:@noDerivative
modifier to Swift PR #2957v0.32.1
v0.32.0
Breaking Changes
IEncodedLineTokens
has changed to support strikethrough text.IDiffEditor.getDomNode()
has been renamed toIDiffEditor.getContainerDomNode()
.InlayHint.text
has been replaced byInlayHint.label
andInlayHintsProvider.provideInlayHints
now returns anInlayHintList
.Thank you
Contributions to
monaco-editor
:v0.31.1
v0.31.0
Compare Source
Breaking Changes
Thank you
syntax=
directive PR #2809v0.30.1
Compare Source
v0.30.0
Compare Source
hover.above
option to control the hover position.ICodeEditor.onDidChangeHiddenAreas
which is fired when folding/unfolding.renderControlCharacters
. See https://code.visualstudio.com/updates/v1\_62#\_unicode-directional-formatting-characters for an explanation.Breaking Changes
monaco.KeyCode
to align with the names given for browser codes.ITextModel.getModeId()
toITextModel.getLanguageId()
IPasteEvent.mode
toIPasteEvent.languageId
Thank you
Contributions to
monaco-editor-webpack-plugin
:Contributions to
monaco-languages
:v0.29.1
Compare Source
Thank you
Contributions to
monaco-languages
:v0.29.0
ariaContainerElement
option for editorsguides.bracketPairs
to enable guides driven by bracket pairsmaxFileSize
to control the maximum file size for which to compute diffsCodeActionProvider.resolveCodeAction
Breaking Change
renderIndentGuides
,highlightActiveIndentGuide
toguides
Thank you
Contributions to
monaco-editor
:ariaContainerElement
to shadow dom test PR #2644Contributions to
monaco-editor-samples
:Contributions to
monaco-editor-webpack-plugin
:Contributions to
monaco-languages
:Contributions to
monaco-typescript
:setInlayHintsOptions
PR #83v0.28.0
Compare Source
bracketPairColorization.enabled
when creating a new editor:registerCodeActionProvider
now accepts metadata to specify provided code action kinds (e.g.quickfix
,refactor
orsource
).Thank you
Contributions to
monaco-editor
:Contributions to
monaco-html
:Contributions to
monaco-languages
:Contributions to
monaco-typescript
:v0.27.0
Compare Source
inlineClassName
to style injected textfoldingImportsByDefault
Breaking Change
seedSearchStringFromSelection
from boolean to'never' | 'always' 'selection'
subwordDiff
tosubwordSmart
, introducedsubword
Thank you
Contributions to
monaco-editor
:Contributions to
monaco-languages
:strict
keyword to Pascal language PR #153v0.26.1
Compare Source
v0.26.0
Compare Source
IModelDecorationOptions.before
/after
.Breaking Changes
label
,detail
anddescription
(instead ofname
,parameters
,qualifier
andtype
).Thank you
Contributions to
monaco-editor
:Contributions to
monaco-languages
:Contributions to
monaco-typescript
:v0.25.2
Compare Source
v0.25.1
Compare Source
registerHTMLLanguageService
is not available in the AMD version of the monaco-html contribution.v0.25.0
Compare Source
inlineSuggest
that features a provider api and new settings.suggest.preview
to toggle previewing the selected suggest item.suggest.showDeprecated
registerHTMLLanguageService
Breaking changes
inlineHints
toinlayHints
.Thank you
Contributions to
monaco-editor
:Contributions to
monaco-languages
:Contributions to
monaco-typescript
:v0.24.0
Compare Source
domReadOnly
which controls if the<textarea>
used for editor input should have the DOMreadonly
attributeuseShadowDOM
which can be set tofalse
to prevent the editor from using shadow DOM in its implementation (e.g. for the contextmenus).autoClosingDelete
that controls how backspace works inside auto-closing pairs.DiagnosticsOptions.onlyVisible
for TypeScript which limits the computation of diagnostics to only visible text models.Breaking changes
EditorAutoClosingOvertypeStrategy
has been renamed toEditorAutoClosingEditStrategy
Thank you
Contributions to
monaco-editor
:Contributions to
monaco-editor-webpack-plugin
:Contributions to
monaco-languages
:Contributions to
monaco-typescript
:v0.23.0
Compare Source
autoDetectHighContrast
.Thank you
Contributions to
monaco-languages
:Contributions to
monaco-typescript
:v0.22.3
Compare Source
Fixes a regression where symbol icons used in suggestions or quick outline were missing colors (see https://github.com/microsoft/monaco-editor/issues/2329).
v0.22.2
Compare Source
Fixes a regression where under certain webpack configurations
process.nextTick
could be used without explicitly checking for it being defined (see https://github.com/microsoft/monaco-editor/issues/2328).v0.22.1
Compare Source
Fixes a regression where format commands would no longer work (see https://github.com/microsoft/monaco-editor/issues/2327).
v0.22.0
Compare Source
New & Noteworthy
monaco.editor.onDidChangeMarkers
to listen for marker changes.monaco.editor.registerCommand
to register global commands.monaco.languages.setColorMap
to allow defining the color map used for tokenization.IMonarchLanguage.includeLF
to allow matching against the\n
at the end of each line.stickyTabStops
to make interacting with spaces in indentation behave more like interacting with tabs.Breaking changes
monaco
object. You can defineglobal.MonacoEnvironment = { globalAPI: true }
if you want for the editor to define this global object.OnTypeRenameProvider
toLinkedEditingRangeProvider
and related methods like the editor optionrenameOnType
(nowlinkedEditing
),registerOnTypeRenameProvider
(nowregisterLinkedEditingRangeProvider
), etc.OnEnterRule.oneLineAboveText
toOnEnterRule.previousLineText
Thank you
Contributions to
monaco-editor
:Contributions to
monaco-languages
:Contributions to
monaco-typescript
:Contributions to
monaco-css
:v0.21.3
Compare Source
Fixes a regression in suggestions where the browser clipboard API would be accessed by incomplete suggestion lists (see microsoft/vscode@96d6184).
v0.21.2
Compare Source
Fixes a regression in monaco-css.
Breaking changes
monaco.uri
methodsfile, from, isUri, joinPath, parse, revive
are now static. Changingnew monaco.uri.method
tomonaco.uri.method
resolves 'TypeError: monaco.Uri.file is not a constructor at...' errors.v0.21.1
Compare Source
Fixes a few regressions.
Thank you
Contributions to
monaco-html
:Contributions to
monaco-languages
:Contributions to
monaco-typescript
:v0.21.0
Compare Source
New & Noteworthy
Paste
in the context menu in browsers which support the clipboard API.monaco-typescript
: support for "deprecated" tags, API to participate in the web worker, improved lib.d.ts resolving.overflowWidgetsDomNode
constructor option to pass in a parent for overflowing widgets.minimap.size
option:proportional
,fill
,fit
.OnTypeRename
provider and optionrenameOnType
.automaticLayout
.tabIndex
,scrollPredominantAxis
,columnSelection
, `padConfiguration
📅 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.