uiwjs / react-monacoeditor

Monaco Editor component for React.
https://uiwjs.github.io/react-monacoeditor/
MIT License
296 stars 26 forks source link

fix(deps): update dependency monaco-editor to ^0.39.0 #166

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monaco-editor ^0.36.0 -> ^0.39.0 age adoption passing confidence

Release Notes

microsoft/monaco-editor ### [`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)

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.



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