table
table copied to clipboard
chore(deps): update dependency monaco-editor to v0.52.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| monaco-editor | 0.36.0 -> 0.52.0 |
Release Notes
microsoft/monaco-editor (monaco-editor)
v0.52.0
- Comment added inside of
IModelContentChangedEvent
v0.51.0
- New fields
IEditorOptions.placeholderandIEditorOptions.compactMode - New fields
IGotoLocationOptions.multipleTestsandIGotoLocationOptions.alternativeTestsCommand - New field
IInlineEditOptions.backgroundColoring - New experimental field
IEditorOptions.experimental.useTrueInlineView - New options
CommentThreadRevealOptionsfor comments
Contributions to monaco-editor:
- @ScottCarda-MS (Scott Carda): Update Q# Keywords PR #4586
v0.50.0
- New field
IEditorMinimapOptions.sectionHeaderLetterSpacing - New field
IOverlayWidgetPosition.stackOridinal - New field
EmitOutput.diagnostics - New event
IOverlayWidget.onDidLayout - New events
ICodeEditor.onBeginUpdateandICodeEditor.onEndUpdate -
HoverVerbosityRequest.action->HoverVerbosityRequest.verbosityDelta -
MultiDocumentHighlightProvider.selectorchanged fromLanguageFiltertoLanguageSelector - New optional parameters in
getEmitOutput:emitOnlyDtsFilesandforceDtsEmit
Contributions to monaco-editor:
-
@htcfreek (Heiko): Add extension to
csp.contribution.tsPR #4504 - @jakebailey (Jake Bailey): Call clearFiles on internal EmitOutput diagnostics, pass args down PR #4482
- @johnyanarella (John Yanarella): Update TypeScript to TS 5.4.5 in all projects, vendored files PR #4305
- @samstrohkorbatt: Adding Python f-string syntax support PR #4401
v0.49.0
- New proposed
editorHoverVerbosityLevelAPI - New proposed
newSymbolNamesProviderAPI
Contributions to monaco-editor:
- @timotheeguerin (Timothee Guerin): Add support for TypeSpec language PR #4450
v0.48.0
Additions
- Various bug fixes
- Minimap Section Headers (see config option
showRegionSectionHeaders) - Diff Editor Gutter Menu (see config option
renderGutterMenu) -
InlineCompletionsProvider.handlePartialAccepthasPartialAcceptInfo
Contributions to monaco-editor:
- @jeremy-rifkin (Jeremy Rifkin): Fix bug with highlighting of C++ raw string literals PR #4436
v0.47.0
Additions
- Bug fixes
-
registerNewSymbolNameProvider - Experimental
registerInlineEditProvider
v0.46.0
- Bug fixes
v0.45.0
Breaking Changes
-
wordBasedSuggestions: boolean->'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments' -
occurrencesHighlight: boolean->'off' | 'singleFile' | 'multiFile'
Additions
- Many bug fixes
-
IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeight -
IDiffEditor.goToDiff -
IDiffEditor.revealFirstDiff
v0.44.0
- Removes old diff editor implementation.
- Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used (see #3558 for more details).
v0.43.0
v0.41.0
-
IDiffEditor.diffReviewNextwas renamed toIDiffEditor.accessibleDiffViewerNext. -
IDiffEditor.diffReviewPrevwas renamed toIDiffEditor.accessibleDiffViewerPrev. - Introduces
InlineCompletionsProvider.yieldsToGroupIdsto allows inline completion providers to yield to other providers. - Bugfixes
Contributions to monaco-editor:
- @claylibrarymarket: Fix Twig's plain text class expression PR #4063
- @FossPrime (Ray Foss): Use new GitHub pages workflow PR #4000
- @leandrocp (Leandro Pereira): Elixir - Add support for multi-letter uppercase sigils PR #4041
- @philippleidig (PhilippLe): Add TwinCAT file support for structured text (st) language PR #3315
- @remcohaszing (Remco Haszing)
v0.40.0
- Support for Glyph Margin Widgets
- Removes
getDiffLineInformationForOriginalandgetDiffLineInformationForModifiedfromIDiffEditor -
createTrustedTypesPolicyis optional now - New option
IModelDecorationOptions.shouldFillLineOnLineBreak - New option
EditorOptions.readOnlyMessage
v0.39.0
- New method
Environment.createTrustedTypesPolicyto override trusted types handling. - Bugfixes
Contributions to monaco-editor:
- @dlitsman (Dmitry Litsman): Extend the "Rendering Glyphs In The Margin" example to include a transparent color note. PR #3945
- @dneto0 (David Neto): Avoid a hack in the WGSL lexer PR #3887
- @spahnke (Sebastian Pahnke)
- @titouanmathis (Titouan Mathis): [Webpack Plugin] Fix CJS being injected in ESM files PR #3933
v0.38.0
-
diffAlgorithmvalues changed:smart->legacy,experimental->advanced - New
registerEditorOpenerAPI - New property
IViewZone.showInHiddenAreasto show view zones in hidden areas - New properties
InlineCompletions.suppressSuggestionsandInlineCompletions.enableForwardStability - Bugfixes
Contributions to monaco-editor:
- @dneto0 (David Neto): Add WebGPU Shading Language tokenizer, with tests PR #3884
- @kisstkondoros (Tamas Kiss): Fix reference error in convert method of OutlineAdapter PR #3924
- @tamayika: Change moduleResolution to node16 and adopt TS 5.0 PR #3860
v0.37.1
- Fixes Inline Completions feature
v0.37.0
- New
registerLinkOpenerAPI - New
onLanguageEncounteredevent for when a language is encountered during tokenization. - Updated TypeScript to 5.0
- New required field
canFormatMultipleRangesonDocumentRangeFormattingEditProvider - Bugfixes
Contributions to monaco-editor:
- @danboo (Dan Boorstein): add perl module (.pm) extension PR #3258
- @miloush (Jan Kučera): Include .xsd and .xslt as an XML extension PR #3866
- @nnnnoel (Noel Kim (김민혁)): Add CommonJS, ESM extension for TS PR #3264
- @PmcFizz (Fizz): opt example PR #3726
- @tamayika
- @yuri1969 (yuri): Various YAML improvements PR #3864
v0.36.1
- Marks unneeded dependencies as dev dependencies.
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, check this box
This PR was generated by Mend Renovate. View the repository job log.