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:
^2.5.4
->^2.5.8
^3.6.0
->^3.10.1
^0.20.0
->^0.41.0
Release Notes
vuejs/repl (@vue/repl)
v2.5.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.5.7
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.5.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.5.5
Compare Source
🚀 Features
View changes on GitHub
microsoft/monaco-editor (monaco-editor)
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
,padding
,unfoldOnClickAfterEndOfLine
,renderLineHighlightOnlyWhenFocus
,definitionLinkOpensInPeek
,showDeprecated
,comments.ignoreEmptyLines
,find.cursorMoveOnType
,find.loop
.originalCodeLens
,modifiedCodeLens
.rulers
can now define different colors,renderWhitespace
can now betrailing
.Breaking changes
CompletionItemLabel.signature
has been renamed toCompletionItemLabel.parameters
.CompletionItemProvider.resolveCompletionItem
has changed.IMarker.code.link
was renamed toIMarker.code.target
.IMarkerData.code.link
was renamed toIMarkerData.code.target
.EditorLayoutInfo
has been restructured.Thank you
Contributions to
monaco-editor
:Contributions to
monaco-typescript
:Contributions to
monaco-json
:Contributions to
monaco-languages
: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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.