Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump monaco-editor from 0.29.1 to 0.30.0 (#1702)
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.29.1 to 0.30.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.30.0] (04.11.2021)</h2> <ul> <li>adds support for rendering horizontal guides between bracket pairs and improves the vertical rendering to account for content in between brackets.</li> <li>adds new <code>hover.above</code> option to control the hover position.</li> <li>adds <code>ICodeEditor.onDidChangeHiddenAreas</code> which is fired when folding/unfolding.</li> <li>to address <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574">CVE-2021-42574</a>, the editor now renders Unicode directional formatting characters by default. The special rendering can be turned off using <code>renderControlCharacters</code>. See <a href="https://code.visualstudio.com/updates/v1_62#_unicode-directional-formatting-characters">https://code.visualstudio.com/updates/v1_62#_unicode-directional-formatting-characters</a> for an explanation.</li> </ul> <h3>Breaking Changes</h3> <ul> <li>renamed enum members of <code>monaco.KeyCode</code> to align with the names given for browser codes.</li> <li>renamed <code>ITextModel.getModeId()</code> to <code>ITextModel.getLanguageId()</code></li> <li>renamed <code>IPasteEvent.mode</code> to <code>IPasteEvent.languageId</code></li> </ul> <h3>Thank you</h3> <p>Contributions to <code>monaco-editor-webpack-plugin</code>:</p> <ul> <li><a href="https://github.com/silverwind"><code>@silverwind</code></a>: Fix letter case in repo URL [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/165">#165</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor-webpack-plugin/pull/165">microsoft/monaco-editor-webpack-plugin#165</a>)</li> </ul> <p>Contributions to <code>monaco-languages</code>:</p> <ul> <li><a href="https://github.com/arlosi"><code>@arlosi (Arlo Siemsen)</code></a>: Rust: highlighting raw strings and fix chars with escapes [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/167">#167</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/167">microsoft/monaco-languages#167</a>)</li> <li><a href="https://github.com/MasterOdin"><code>@MasterOdin (Matthew Peveler)</code></a> <ul> <li>Add new functions in postgresql 14 [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/168">#168</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/168">microsoft/monaco-languages#168</a>)</li> <li>Update json functions for postgresql [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/169">#169</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/169">microsoft/monaco-languages#169</a>)</li> <li>Add missing postgresql functions [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/170">#170</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/170">microsoft/monaco-languages#170</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/eb6034e8a57a41f917109d592f2acfc0e52be89d"><code>eb6034e</code></a> 0.30.0</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/4a8558dcef5c841781a4ff700c80de636c96d4e6"><code>4a8558d</code></a> Prepare for 0.30.0</li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.29.1...v0.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.29.1&new-version=0.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) </details>
- Loading branch information