Skip to content

Commit d638161

Browse files
authored
chore(deps): update dependency monaco-editor to ^0.52.0 || ^0.55.0 (#161)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [monaco-editor](https://redirect.github.com/microsoft/monaco-editor) | [`^0.52.0` → `^0.52.0 \|\| ^0.55.0`](https://renovatebot.com/diffs/npm/monaco-editor/0.52.2/0.55.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/monaco-editor/0.55.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/monaco-editor/0.52.2/0.55.1?slim=true) | --- ### Release Notes <details> <summary>microsoft/monaco-editor (monaco-editor)</summary> ### [`v0.55.1`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0551) [Compare Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.55.0...v0.55.1) - Fixes missing language exports (monaco.json/typescript/...) due to wrong "types" path - [#&#8203;5123](https://redirect.github.com/microsoft/monaco-editor/issues/5123) ### [`v0.55.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0550) [Compare Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.54.0...v0.55.0) ##### Breaking Changes - Moves nested namespaces (`languages.css`, `languages.html`, `languages.json`, `languages.typescript`) to top level namespaces (`css`, `html`, `json`, `typescript`) to simplify the build process and align with typescript recommendations. ##### New Features - Adds native LSP support (see new `lsp` namespace). ##### Bug Fixes - Updates dompurify to 3.2.7 ### [`v0.54.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0540) [Compare Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.53.0...v0.54.0) - Adds option `editor.mouseMiddleClickAction` - Various bug fixes ### [`v0.53.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0530) [Compare Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.52.2...v0.53.0) - ⚠️ This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build. ##### New Features - Next Edit Suggestion support. - Scroll On Middle Click - Edit Context Support ##### Breaking Changes - Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern. - The [browser-script-editor scenario](https://redirect.github.com/microsoft/monaco-editor/blob/a4d7907bd439b06b24e334bdf2ab597bcae658b5/samples/browser-script-editor/index.html) for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack. - Custom AMD workers don't work anymore out of the box. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/datum-cloud/activity). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45MS41IiwidXBkYXRlZEluVmVyIjoiNDMuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 956cf6f + 2cd513e commit d638161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@radix-ui/react-tabs": "^1.0.0",
5252
"@radix-ui/react-tooltip": "^1.0.0",
5353
"cmdk": "^1.0.0",
54-
"monaco-editor": "^0.52.0",
54+
"monaco-editor": "^0.52.0 || ^0.55.0",
5555
"react": "^18.0.0 || ^19.0.0",
5656
"react-dom": "^18.0.0 || ^19.0.0"
5757
},

0 commit comments

Comments
 (0)