Update dependency monaco-editor to ^0.15.0
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 |
Release Notes
Microsoft/monaco-editor
v0.15.6
- Fixes issue with context menu (#1199)
v0.15.5
- Re-remove cast to any from our code base to allow for tree shaking to not shake useful code (#1013)
v0.15.4
v0.15.3
- Remove cast to any from our code base to allow for tree shaking to not shake useful code (#1013)
v0.15.2
- Fixes usage of
marked
to allow for packaging with rollup (#1183)
v0.15.1
- Fixes the
/esm/
distribution (#1178)
v0.15.0
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
:
- Arvind S (@arvind0598): Updated C# sample code for a simpler game. PR #1160
- Brooks Becton (@brooksbecton): Removing obsolete Note in Monarch Docs PR #1089
- James Orr (@buzzcola): Correct comma splice in README.md PR #1111
- Chintogtokh Batbold (@chintogtokh): Clarify that repo doesn't contain source code PR #1119
- Chris Helgert (@chrishelgert): Move issue template to '.github' folder and add some styling for better readability PR #1121
- Steven Bock (@dabockster): Added better Java sample (FizzBuzz instead of JUnit) PR #1161
- Michele Gobbi (@dynamick): Added Ruby PR #1102
- Edilson Ngulele (@EdNgulele): style: Updated CONTRIBUTING.md PR #1088
- Evan Walters (@evanwaltersdev): issue guidelines PR #1096
- Abdussalam Abdurrahman (@finalfantasia): [clojure] Update Clojure example with one that's more representative. PR #1059
- @flash76: Update README.md PR #1141
- Daniel Pasch (@gempir): fix 2 of 7 npm package vurnerabilities PR #1087
- @Hotlar: lingual fixes to readme PR #1086
- Jeremy Meiss (@jerdog): correct README grammar PR #1114
- Joaquim Honório (@JoaquimCMH): Update CHANGELOG PR #1152
- Ricardo Ambrogi (@KadoBOT): Remove commented code PR #1113
- Abhinav Srivastava (@krototype): changed the license block of readme PR #1133
- Mera Gangapersaud (@Mera-Gangapersaud): Fixed prerequisites link in Contributing.md PR #1155
- Michael (@michael-k): Use python examples that work PR #1053
- Remy Suen (@rcjsuen): Add missing links in CHANGELOG.md PR #1029
- Shivansh Saini (@shivanshs9): Fixed typos in website page and CHANGELOG PR #1153
- Sachin Saini (@thetinygoat): hacktoberfest fix PR #1131
Contributions to monaco-languages
:
- Aastha (@AasthaGupta): Fix markdown bug #1107 PR #52
- Abdussalam Abdurrahman (@finalfantasia): [clojure] Improve Clojure syntax highlighting. PR #45
- Abhishek (@GeekAb): Markdown bug fix for #1107 PR #51
- Matthew D. Miller (@goober99): Added support for Perl quote-like operators to fix #1101 PR #50
- Grzegorz Wcisło (@grzegorz-wcislo): Fix yaml string tokenization PR #47
- Pascal Berger (@pascalberger): Use C# highlighting for Cake scripts PR #53
- Sebastian Pahnke (@spahnke)
- Tiago Danin (@TiagoDanin): New rule for non-teminated string in yaml PR #48
Contributions to monaco-typescript
:
- Parikshit Hooda (@Parikshit-Hooda): fixed typo in line 11 PR #23
- Sebastian Pahnke (@spahnke): Render documentation in suggestion widget as Markdown PR #22
Contributions to monaco-json
:
- Igor Nesterenko (@nesterone): Provide diagnostic option to enable on-demand schema loading PR #7
Contributions to monaco-css
:
- Richard Samuelson (@ricsam): Fix indentation on the CSS test page PR #7
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.