Bump monaco-editor from 0.15.6 to 0.16.0
Created by: dependabot-preview[bot]
Bumps monaco-editor from 0.15.6 to 0.16.0.
Changelog
Sourced from monaco-editor's changelog.
[0.16.0] (05.03.2018)
New & Noteworthy
- Added built-in support for AMD cross-domain web worker loading.
- Added API to remeasure fonts (
monaco.editor.remeasureFonts
) in case custom fonts are used and the editor is painted at a time when the fonts are not finished loading.- Various editor improvements, such as an option to
renderFinalNewline
, or to have acursorSmoothCaretAnimation
- Colorization support for Tcl, Pascal, Kotlin and GraphQL.
Breaking changes
- We are no longer shipping WinJS.Promise, but we are shipping with a Promise shim (for IE11).
CompletionItem.range
is now mandatory. Most times, you can usemodel.getWordUntilPosition()
to get a good range.DefinitionLink
has been renamed toLocationLink
and a couple of its fields have also been renamed.Thank you
Contributions to
monaco-editor
:
- [Sebastián Gurin (@cancerberoSgx)](https://github.com/cancerberoSgx): fix worker paths in parcel [PR #1339](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1339)
- @datou0412: Fix lineDecoration example css error [PR #1337](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1337)
- [Joshua Sullivan (@jbsulli)](https://github.com/jbsulli): Fix JavaScript RegExp range closing bracket [PR #1329](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1329)
- [Krish De Souza (@Kedstar99)](https://github.com/Kedstar99): Fixed various HTML errors with the various webpages [PR #1309](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1309)
- [Swarnava Sengupta (@swarnava)](https://github.com/swarnava): Make copyright year dynamic [PR #1303](https://github-redirect.dependabot.com/Microsoft/monaco-editor/pull/1303)
Contributions to
monaco-languages
:
- [alan.invents (@ALANVF)](https://github.com/ALANVF): Add Tcl support [PR #59](https://github-redirect.dependabot.com/Microsoft/monaco-languages/pull/59)
- [Alessandro Fragnani (@alefragnani)](https://github.com/alefragnani): Pascal language support [PR #60](https://github-redirect.dependabot.com/Microsoft/monaco-languages/pull/60)
- [Brijesh Bittu (@brijeshb42)](https://github.com/brijeshb42): Update ruby auto indentation rules [PR #58](https://github-redirect.dependabot.com/Microsoft/monaco-languages/pull/58)
- [Andrew (@creativedrewy)](https://github.com/creativedrewy): Add Kotlin Language Support [PR #57](https://github-redirect.dependabot.com/Microsoft/monaco-languages/pull/57)
- [Salam Elbilig (@finalfantasia)](https://github.com/finalfantasia): [clojure] Improve the regular expressions for various symbols [PR #56](https://github-redirect.dependabot.com/Microsoft/monaco-languages/pull/56)
- [Neil Jones (@futurejones)](https://github.com/futurejones): Solidity - add "constructor" to main keywords [PR #55](https://github-redirect.dependabot.com/Microsoft/monaco-languages/pull/55)
- [Pavel Lang (@langpavel)](https://github.com/langpavel): GraphQL language support [PR #54](https://github-redirect.dependabot.com/Microsoft/monaco-languages/pull/54)
- [Samuel Helms (@samghelms)](https://github.com/samghelms): allows annotation in markdown language block headers [PR #61](https://github-redirect.dependabot.com/Microsoft/monaco-languages/pull/61)
Contributions to
monaco-typescript
:
- [Olga Lesnikova (@Geloosa)](https://github.com/Geloosa): more safe extra lib filePath generation [PR #29](https://github-redirect.dependabot.com/Microsoft/monaco-typescript/pull/29)
- [Stefan Lacatus (@stefan-lacatus)](https://github.com/stefan-lacatus): Optimize how external libs are handled and allow for custom languages [PR #30](https://github-redirect.dependabot.com/Microsoft/monaco-typescript/pull/30)
Commits
-
ddbd714
0.16.0 -
0c045ae
Prepare for 0.16.0 -
d064a46
Merge pull request #1339 from cancerberoSgx/patch-1 -
7e0bb7a
fix worker paths in parcel -
8d80dc2
Update integrate-esm.md -
945211a
Update integrate-esm.md -
5d97a5f
Merge pull request #1337 from datou0412/master -
ef9c54d
Merge pull request #1309 from Kedstar99/HTMLFixes -
c35fbeb
Minor tweaks to PR #1309 -
d23fd1e
Merge pull request #1303 from swarnava/copyright-year - Additional commits viewable in compare view
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 squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@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.