Skip to content

Commit

Permalink
Bump monaco-editor from 0.29.1 to 0.30.0 (#1702)
Browse files Browse the repository at this point in the history
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
dependabot[bot] committed Nov 7, 2021
1 parent 73c8058 commit 009bd09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"webpack-dev-server": "^4.4.0"
},
"dependencies": {
"monaco-editor": "^0.29.1"
"monaco-editor": "^0.30.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1708,10 +1708,10 @@ mkdirp@^0.5.5:
dependencies:
minimist "^1.2.5"

monaco-editor@^0.29.1:
version "0.29.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.29.1.tgz#6ee93d8a5320704d48fd7058204deed72429c020"
integrity sha512-rguaEG/zrPQSaKzQB7IfX/PpNa0qxF1FY8ZXRkN4WIl8qZdTQRSRJCtRto7IMcSgrU6H53RXI+fTcywOBC4aVw==
monaco-editor@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.30.0.tgz#1c7f9ba1d18c21868ce3a5413ef56351f9df7933"
integrity sha512-/k++/ofRmwnwWTpOWYOMGVcqBrqrlt3MP0Mt/cRTQojW7A9fnekcvPQ2iIFA0YSZdPWPN9yYXrYq0xqiUuxT/A==

ms@2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 009bd09

Please sign in to comment.