mx-admin
mx-admin copied to clipboard
fix(deps): update dependency monaco-editor to v0.55.1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| monaco-editor | 0.50.0 -> 0.55.1 |
Release Notes
microsoft/monaco-editor (monaco-editor)
v0.55.1
- Fixes missing language exports (monaco.json/typescript/...) due to wrong "types" path - #β5123
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
lspnamespace).
Bug Fixes
- Updates dompurify to 3.2.7
v0.54.0
- Adds option
editor.mouseMiddleClickAction - Various bug fixes
v0.53.0
- :warning: 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 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.
v0.52.2
Changes:
This list of changes was auto generated.
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
Configuration
π Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.