web-infra-dev / rsdoctor

A one-stop build analyzer for Rspack and Webpack.
https://rsdoctor.dev/
MIT License
355 stars 20 forks source link

chore(deps): update dependency monaco-editor to v0.49.0 #303

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monaco-editor 0.34.1 -> 0.49.0 age adoption passing confidence

Release Notes

microsoft/monaco-editor (monaco-editor) ### [`v0.49.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0490) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.48.0...v0.49.0) - New proposed `editorHoverVerbosityLevel` API - New proposed `newSymbolNamesProvider` API Contributions to `monaco-editor`: - [@​timotheeguerin (Timothee Guerin)](https://togithub.com/timotheeguerin): Add support for TypeSpec language [PR #​4450](https://togithub.com/microsoft/monaco-editor/pull/4450) ### [`v0.48.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0480) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.47.0...v0.48.0) ##### Additions - Various bug fixes - Minimap Section Headers (see config option `showRegionSectionHeaders`) - Diff Editor Gutter Menu (see config option `renderGutterMenu`) - `InlineCompletionsProvider.handlePartialAccept` has `PartialAcceptInfo` Contributions to `monaco-editor`: - [@​jeremy-rifkin (Jeremy Rifkin)](https://togithub.com/jeremy-rifkin): Fix bug with highlighting of C++ raw string literals [PR #​4436](https://togithub.com/microsoft/monaco-editor/pull/4436) ### [`v0.47.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0470) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.46.0...v0.47.0) ##### Additions - Bug fixes - `registerNewSymbolNameProvider` - Experimental `registerInlineEditProvider` ### [`v0.46.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0460) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.45.0...v0.46.0) - Bug fixes ### [`v0.45.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0450) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.44.0...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`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0440) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.43.0...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](https://togithub.com/microsoft/monaco-editor/issues/3558)). ### [`v0.43.0`](https://togithub.com/microsoft/monaco-editor/compare/v0.41.0...v0.43.0) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.41.0...v0.43.0) ### [`v0.41.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0410) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.40.0...v0.41.0) - `IDiffEditor.diffReviewNext` was renamed to `IDiffEditor.accessibleDiffViewerNext`. - `IDiffEditor.diffReviewPrev` was renamed to `IDiffEditor.accessibleDiffViewerPrev`. - Introduces `InlineCompletionsProvider.yieldsToGroupIds` to allows inline completion providers to yield to other providers. - Bugfixes Contributions to `monaco-editor`: - [@​claylibrarymarket](https://togithub.com/claylibrarymarket): Fix Twig's plain text class expression [PR #​4063](https://togithub.com/microsoft/monaco-editor/pull/4063) - [@​FossPrime (Ray Foss)](https://togithub.com/FossPrime): Use new GitHub pages workflow [PR #​4000](https://togithub.com/microsoft/monaco-editor/pull/4000) - [@​leandrocp (Leandro Pereira)](https://togithub.com/leandrocp): Elixir - Add support for multi-letter uppercase sigils [PR #​4041](https://togithub.com/microsoft/monaco-editor/pull/4041) - [@​philippleidig (PhilippLe)](https://togithub.com/philippleidig): Add TwinCAT file support for structured text (st) language [PR #​3315](https://togithub.com/microsoft/monaco-editor/pull/3315) - [@​remcohaszing (Remco Haszing)](https://togithub.com/remcohaszing) - Add mdx language [PR #​3096](https://togithub.com/microsoft/monaco-editor/pull/3096) - Export custom TypeScript worker variables [PR #​3488](https://togithub.com/microsoft/monaco-editor/pull/3488) - Document some basic concepts [PR #​4087](https://togithub.com/microsoft/monaco-editor/pull/4087) ### [`v0.40.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0400) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.39.0...v0.40.0) - Support for Glyph Margin Widgets - Removes `getDiffLineInformationForOriginal` and `getDiffLineInformationForModified` from `IDiffEditor` - `createTrustedTypesPolicy` is optional now - New option `IModelDecorationOptions.shouldFillLineOnLineBreak` - New option `EditorOptions.readOnlyMessage` ### [`v0.39.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0390) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.38.0...v0.39.0) - New method `Environment.createTrustedTypesPolicy` to override trusted types handling. - Bugfixes Contributions to `monaco-editor`: - [@​dlitsman (Dmitry Litsman)](https://togithub.com/dlitsman): Extend the "Rendering Glyphs In The Margin" example to include a transparent color note. [PR #​3945](https://togithub.com/microsoft/monaco-editor/pull/3945) - [@​dneto0 (David Neto)](https://togithub.com/dneto0): Avoid a hack in the WGSL lexer [PR #​3887](https://togithub.com/microsoft/monaco-editor/pull/3887) - [@​spahnke (Sebastian Pahnke)](https://togithub.com/spahnke) - \[JS, TS] Add Monarch support for private identifiers [PR #​3919](https://togithub.com/microsoft/monaco-editor/pull/3919) - \[JS] Add static keyword [PR #​3922](https://togithub.com/microsoft/monaco-editor/pull/3922) - [@​titouanmathis (Titouan Mathis)](https://togithub.com/titouanmathis): \[Webpack Plugin] Fix CJS being injected in ESM files [PR #​3933](https://togithub.com/microsoft/monaco-editor/pull/3933) ### [`v0.38.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0380) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.37.1...v0.38.0) - `diffAlgorithm` values changed: `smart` -> `legacy`, `experimental` -> `advanced` - New `registerEditorOpener` API - New property `IViewZone.showInHiddenAreas` to show view zones in hidden areas - New properties `InlineCompletions.suppressSuggestions` and `InlineCompletions.enableForwardStability` - Bugfixes Contributions to `monaco-editor`: - [@​dneto0 (David Neto)](https://togithub.com/dneto0): Add WebGPU Shading Language tokenizer, with tests [PR #​3884](https://togithub.com/microsoft/monaco-editor/pull/3884) - [@​kisstkondoros (Tamas Kiss)](https://togithub.com/kisstkondoros): Fix reference error in convert method of OutlineAdapter [PR #​3924](https://togithub.com/microsoft/monaco-editor/pull/3924) - [@​tamayika](https://togithub.com/tamayika): Change moduleResolution to node16 and adopt TS 5.0 [PR #​3860](https://togithub.com/microsoft/monaco-editor/pull/3860) ### [`v0.37.1`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0371) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.37.0...v0.37.1) - Fixes Inline Completions feature ### [`v0.37.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0370) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.36.1...v0.37.0) - New `registerLinkOpener` API - New `onLanguageEncountered` event for when a language is encountered during tokenization. - Updated TypeScript to 5.0 - New required field `canFormatMultipleRanges` on `DocumentRangeFormattingEditProvider` - Bugfixes Contributions to `monaco-editor`: - [@​danboo (Dan Boorstein)](https://togithub.com/danboo): add perl module (.pm) extension [PR #​3258](https://togithub.com/microsoft/monaco-editor/pull/3258) - [@​miloush (Jan Kučera)](https://togithub.com/miloush): Include .xsd and .xslt as an XML extension [PR #​3866](https://togithub.com/microsoft/monaco-editor/pull/3866) - [@​nnnnoel (Noel Kim (김민혁))](https://togithub.com/nnnnoel): Add CommonJS, ESM extension for TS [PR #​3264](https://togithub.com/microsoft/monaco-editor/pull/3264) - [@​PmcFizz (Fizz)](https://togithub.com/PmcFizz): opt example [PR #​3726](https://togithub.com/microsoft/monaco-editor/pull/3726) - [@​tamayika](https://togithub.com/tamayika) - Fix playground samples type errors and add CI test [PR #​3722](https://togithub.com/microsoft/monaco-editor/pull/3722) - Add custom keybinding example [PR #​3848](https://togithub.com/microsoft/monaco-editor/pull/3848) - [@​yuri1969 (yuri)](https://togithub.com/yuri1969): Various YAML improvements [PR #​3864](https://togithub.com/microsoft/monaco-editor/pull/3864) ### [`v0.36.1`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0361) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1) - Marks unneeded dependencies as dev dependencies. ### [`v0.36.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0360) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.35.0...v0.36.0) - Maintenance release ### [`v0.35.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0350) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.34.1...v0.35.0) - Adds sticky scrolling - Support for custom diff algorithms ##### Breaking Changes - Renamed the option `enableDropIntoEditor` to `dropIntoEditor` - Changed `IContentWidgetPosition.range: Range` to `IContentWidgetPosition.secondaryPosition: Position` - `renderFinalNewline` config: is now of type `'on' | 'off' | 'dimmed'` (was `boolean`). - `cursorSmoothCaretAnimation` config: is now of type `'off' | 'explicit' | 'on'` (was `boolean`) Contributions to `monaco-editor`: - [@​andrewimcclement](https://togithub.com/andrewimcclement): Add .props & .targets as XML extensions [PR #​3510](https://togithub.com/microsoft/monaco-editor/pull/3510) - [@​DetachHead](https://togithub.com/DetachHead): add `satisfies` keyword to typescript [PR #​3337](https://togithub.com/microsoft/monaco-editor/pull/3337) - [@​jeremy-rifkin (Jeremy Rifkin)](https://togithub.com/jeremy-rifkin): Add AVX 512 types to C++ syntax highlighting [PR #​3286](https://togithub.com/microsoft/monaco-editor/pull/3286) - [@​joecarl (José Carlos)](https://togithub.com/joecarl): Add setModeConfiguration for monaco.languages.typescript.\[typescript|javascript]Defaults [PR #​3489](https://togithub.com/microsoft/monaco-editor/pull/3489) - [@​jonatanklosko (Jonatan Kłosko)](https://togithub.com/jonatanklosko): Update Elixir tokenizer [PR #​3453](https://togithub.com/microsoft/monaco-editor/pull/3453) - [@​JoyceZhu (Joyce Zhu)](https://togithub.com/JoyceZhu): Update import path for `browser-esm-webpack-small` [PR #​3402](https://togithub.com/microsoft/monaco-editor/pull/3402) - [@​Jozebel11 (Joseph Hardwicke)](https://togithub.com/Jozebel11): Add position styling to playground container to equal 'relative' [PR #​3446](https://togithub.com/microsoft/monaco-editor/pull/3446) - [@​kirjs (Kirill Cherkashin)](https://togithub.com/kirjs): Fix broken link in the changelog [PR #​3382](https://togithub.com/microsoft/monaco-editor/pull/3382) - [@​LeoDog896 (Tristan F.)](https://togithub.com/LeoDog896) - Ignore dist from vite/parcel in prettier [PR #​3466](https://togithub.com/microsoft/monaco-editor/pull/3466) - Add .kts as a file extension [PR #​3467](https://togithub.com/microsoft/monaco-editor/pull/3467) - [@​MasterOdin (Matthew Peveler)](https://togithub.com/MasterOdin): Add new pgsql 15 functions [PR #​3363](https://togithub.com/microsoft/monaco-editor/pull/3363) - [@​mofux (Thomas Zilz)](https://togithub.com/mofux): Resolve URIs with special characters correctly [PR #​3392](https://togithub.com/microsoft/monaco-editor/pull/3392) - [@​nnnnoel (Noel Kim (김민혁))](https://togithub.com/nnnnoel): fix(mysql/tokenizer): Fix single quoted string escape [PR #​3232](https://togithub.com/microsoft/monaco-editor/pull/3232) - [@​rcjsuen (Remy Suen)](https://togithub.com/rcjsuen): Fix the color provider's columns [PR #​3348](https://togithub.com/microsoft/monaco-editor/pull/3348) - [@​RubenRBS (Rubén Rincón Blanco)](https://togithub.com/RubenRBS): Recognize \0 as an escape sequence [PR #​3443](https://togithub.com/microsoft/monaco-editor/pull/3443) - [@​sekedus (Sekedus)](https://togithub.com/sekedus): add homepage url [PR #​3497](https://togithub.com/microsoft/monaco-editor/pull/3497) - [@​tr3ysmith (Trey Smith)](https://togithub.com/tr3ysmith): Fix possible duplicate of editors in vite sample [PR #​3390](https://togithub.com/microsoft/monaco-editor/pull/3390)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 3 months ago

Deploy Preview for rsdoctor ready!

Name Link
Latest commit c0abbfde4b1540014b5f8362a90c6d5e70ed87c5
Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/6667fec6ed502600087aaa7b
Deploy Preview https://deploy-preview-303--rsdoctor.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.