Skip to content

Update dependency monaco-editor to ^0.15.0

Administrator requested to merge renovate/monaco-editor-0.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
monaco-editor devDependencies minor ^0.15.0 source code search for "monaco-editor"

Release Notes

Microsoft/monaco-editor

v0.15.6

Compare Source

  • Fixes issue with context menu (#​1199)

v0.15.5

Compare Source

  • Re-remove cast to any from our code base to allow for tree shaking to not shake useful code (#​1013)

v0.15.4

Compare Source

v0.15.3

Compare Source

  • Remove cast to any from our code base to allow for tree shaking to not shake useful code (#​1013)

v0.15.2

Compare Source

  • Fixes usage of marked to allow for packaging with rollup (#​1183)

v0.15.1

Compare Source

  • Fixes the /esm/ distribution (#​1178)

v0.15.0

Compare Source

New & Noteworthy
  • Improved typings in monaco.d.ts to better reflect null types.
Breaking changes
  • We are slowly migrating our code-base away from WinJS promises, so the exposed monaco.Promise API has been reduced to indicate that. We are setting up a Promise polyfill to cover browsers which do not have a native Promise implementation yet (i.e. IE11).
  • CompletionItemProvider.provideCompletionItems and CompletionItemProvider.resolveCompletionItem have been modified to better reflect the API of VS Code. Both arguments and return type have changed.
  • SignatureHelpProvider.provideSignatureHelp now receives an extra argument for the context.
  • Various new editor options or tweaks to existing ones: parameterHints, autoClosingBrackets, autoClosingQuotes, autoSurround, copyWithSyntaxHighlighting, tabCompletion.
Thank you

Contributions to monaco-editor:

Contributions to monaco-languages:

Contributions to monaco-typescript:

Contributions to monaco-json:

Contributions to monaco-css:


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 if you modify the PR title to begin with "rebase!".

🔕 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 has been generated by Renovate Bot. View repository job log here.

Merge request reports

Loading