Skip to content

Update monaco

Administrator requested to merge renovate/monaco into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
monaco-editor dependencies minor ^0.20.0 source code search for "monaco-editor"
monaco-editor-webpack-plugin devDependencies minor ^1.9.0 source code search for "monaco-editor-webpack-plugin"

Release Notes

Microsoft/monaco-editor

v0.20.0

Compare Source

New & Noteworthy
  • The editor can now be hosted inside a Shadow Root.
  • There is new API to read the editor's content width and height.
  • New editor options:
    • renderValidationDecorations - render validation decorations even in read only editors
    • wrappingStrategy - delegate wrapping points computation to the browser
    • comments.insertSpace - insert a space around comments when running commenting commands
    • foldingHighlight - highlight folded regions
    • peekWidgetDefaultFocus - focus the inline editor or the tree when opening peek view
Breaking changes
  • Renamed onCompositionStart, onCompositionEnd to onDidCompositionStart, onDidCompositionEnd
  • Changed the argument passed in to onDidPaste
  • WorkspaceEdit.edits has now changed its shape such that edits must no longer be grouped by resource.
  • The Monaco Editor no longer supports IE 11. The last version that was tested in IE 11 is 0.18.1.
Thank you

Contributions to monaco-editor:

Contributions to monaco-typescript:

Contributions to monaco-languages:

v0.19.3

Compare Source

  • brings back a way to get resolved editor options - #​1734
Thank you

Contributions to monaco-editor:

Contributions to monaco-languages:

v0.19.2

Compare Source

  • fixes issue with default value of autoIndent - #​1726

v0.19.1

Compare Source

  • fixes issue with .d.ts file in the ESM distribution - #​1729
  • adds types for global editor options (such as wordBasedSuggestions) - #​1746
  • adds support for reStructuredText.
Thank you

Contributions to monaco-editor:

Contributions to monaco-languages:

v0.19.0

Compare Source

New & Noteworthy
  • It is now possible to pass in a dimension in the editor construction options in order to avoid a synchronous layout.
  • There is new API to provide semantic tokens.
  • New options:
    • multiCursorPaste: define how to distribute paste in case of multi-cursor
    • matchBrackets: control if enclosing brackets should be highlighted
  • Fixes for tokenization in: TypeScript, JavaScript, Handlebars, Kotlin and VB.
Breaking changes
  • getConfiguration() is replaced by getRawOptions(), which returns the passed in editor options.
  • Starting with this version, the Monaco Editor no longer supports IE 11. The last version that was tested in IE 11 is 0.18.1.
Thank you

Contributions to monaco-editor:

Contributions to monaco-editor-webpack-plugin:

Contributions to monaco-languages:

Contributions to monaco-typescript:

Microsoft/monaco-editor-webpack-plugin

v1.9.0

Compare Source


Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

Merge request reports

Loading