Bump monaco-editor from 0.14.3 to 0.15.6
Created by: dependabot-preview[bot]
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps monaco-editor from 0.14.3 to 0.15.6.
Changelog
Sourced from monaco-editor's changelog.
[0.15.6] (23.11.2018)
- Fixes issue with context menu (https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/1199)
[0.15.5] (16.11.2018)
- Re-remove cast to any from our code base to allow for tree shaking to not shake useful code (https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/1013)
[0.15.4] (15.11.2018)
- Fixes context menu in IE11 - https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/1191
- Fixes suggest widget - https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/1185 and https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/1186
[0.15.3] (15.11.2018)
- Remove cast to any from our code base to allow for tree shaking to not shake useful code (https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/1013)
[0.15.2] (14.11.2018)
- Fixes usage of
marked
to allow for packaging with rollup (https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/1183)[0.15.1] (13.11.2018)
- Fixes the
/esm/
distribution (https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/1178)[0.15.0] (12.11.2018)
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
andCompletionItemProvider.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
:... (truncated)
- [Arvind S (arvind0598)](https://github.com/arvind0598): Updated C# sample code for a simpler game. [PR #1160](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1160)
- [Brooks Becton (brooksbecton)](https://github.com/brooksbecton): Removing obsolete Note in Monarch Docs [PR #1089](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1089)
- [James Orr (buzzcola)](https://github.com/buzzcola): Correct comma splice in README.md [PR #1111](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1111)
- [Chintogtokh Batbold (chintogtokh)](https://github.com/chintogtokh): Clarify that repo doesn't contain source code [PR #1119](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1119)
- [Chris Helgert (chrishelgert)](https://github.com/chrishelgert): Move issue template to '.github' folder and add some styling for better readability [PR #1121](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1121)
- [Steven Bock (dabockster)](https://github.com/dabockster): Added better Java sample (FizzBuzz instead of JUnit) [PR #1161](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1161)
- [Michele Gobbi (dynamick)](https://github.com/dynamick): Added Ruby [PR #1102](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1102)
- [Edilson Ngulele (EdNgulele)](https://github.com/EdNgulele): style: Updated CONTRIBUTING.md [PR #1088](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1088)
- [Evan Walters (evanwaltersdev)](https://github.com/evanwaltersdev): issue guidelines [PR #1096](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1096)
- [Abdussalam Abdurrahman (finalfantasia)](https://github.com/finalfantasia): [clojure] Update Clojure example with one that's more representative. [PR #1059](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1059)
- [flash76](https://github.com/flash76): Update README.md [PR #1141](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1141)
- [Daniel Pasch (gempir)](https://github.com/gempir): fix 2 of 7 npm package vurnerabilities [PR #1087](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1087)
- [Hotlar](https://github.com/Hotlar): lingual fixes to readme [PR #1086](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1086)
- [Jeremy Meiss (jerdog)](https://github.com/jerdog): correct README grammar [PR #1114](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1114)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.