Commit c81f4fa
committed
⬆️ Bump monaco-editor from 0.18.1 to 0.25.2 (#10)
Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor) from 0.18.1 to 0.25.2.
<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.25.2] (17.06.2021)</h2>
<ul>
<li>fixes a problem that <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2533">certain characters could not be typed on non-US keyboards</a>.</li>
</ul>
<h2>[0.25.1] (15.06.2021)</h2>
<ul>
<li>fixes that <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2525"><code>registerHTMLLanguageService</code> is not available in the AMD version of the monaco-html contribution</a>.</li>
</ul>
<h2>[0.25.0] (11.06.2021)</h2>
<ul>
<li>added a new feature <code>inlineSuggest</code> that features a provider api and new settings.</li>
<li>added <code>suggest.preview</code> to toggle previewing the selected suggest item.</li>
<li>added <code>suggest.showDeprecated</code></li>
<li>CSS/HTML: added support for <a href="https://code.visualstudio.com/blogs/2020/02/24/custom-data-format">custom data format</a></li>
<li>HTML: added <code>registerHTMLLanguageService</code></li>
</ul>
<h3>Breaking changes</h3>
<ul>
<li>renamed <code>inlineHints</code> to <code>inlayHints</code>.</li>
</ul>
<h3>Thank you</h3>
<p>Contributions to <code>monaco-editor</code>:</p>
<ul>
<li><a href="https://github.com/JeanPerriault"><code>@JeanPerriault (El Jùanch0)</code></a>: Fix error message in Safari - Semantic token play [PR <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/2486">#2486</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2486">microsoft/monaco-editor#2486</a>)</li>
<li><a href="https://github.com/jonatanklosko"><code>@jonatanklosko (Jonatan Kłosko)</code></a>: Add Elixir sample [PR <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/2491">#2491</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2491">microsoft/monaco-editor#2491</a>)</li>
</ul>
<p>Contributions to <code>monaco-languages</code>:</p>
<ul>
<li><a href="https://github.com/akonatala"><code>@akonatala (apoorva konatala)</code></a>: Update cameligo language support [PR <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/137">#137</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/137">microsoft/monaco-languages#137</a>)</li>
<li><a href="https://github.com/anark"><code>@anark</code></a>: Add aliases and mimetypes to liquid language [PR <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/136">#136</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/136">microsoft/monaco-languages#136</a>)</li>
<li><a href="https://github.com/mattvague"><code>@mattvague (Matt Vague)</code></a>: Fix incorrect filenames for liquid [PR <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/135">#135</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/135">microsoft/monaco-languages#135</a>)</li>
<li><a href="https://github.com/spahnke"><code>@spahnke (Sebastian Pahnke)</code></a>
<ul>
<li>[JS/TS] Add support for the RegExp Match Indices flag [PR <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/139">#139</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/139">microsoft/monaco-languages#139</a>)</li>
<li>[TS] Add override keyword [PR <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/140">#140</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-languages/pull/140">microsoft/monaco-languages#140</a>)</li>
</ul>
</li>
</ul>
<p>Contributions to <code>monaco-typescript</code>:</p>
<ul>
<li><a href="https://github.com/paranoidjk"><code>@paranoidjk (paranoidjk)</code></a>: fix: support go to definition for extraLib file [PR <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/79">#79</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-typescript/pull/79">microsoft/monaco-typescript#79</a>)</li>
</ul>
<h2>[0.24.0] (12.05.2021)</h2>
<ul>
<li>added a setting <code>domReadOnly</code> which controls if the <code><textarea></code> used for editor input should have the DOM <code>readonly</code> attribute</li>
<li>added a setting <code>useShadowDOM</code> which can be set to <code>false</code> to prevent the editor from using shadow DOM in its implementation (e.g. for the contextmenus).</li>
<li>added a settings <code>autoClosingDelete</code> that controls how backspace works inside auto-closing pairs.</li>
<li>added <code>DiagnosticsOptions.onlyVisible</code> for TypeScript which limits the computation of diagnostics to only visible text models.</li>
<li>fixed issue where the editor would not load in Safari 13.</li>
</ul>
<h3>Breaking changes</h3>
<ul>
<li><code>EditorAutoClosingOvertypeStrategy</code> has been renamed to <code>EditorAutoClosingEditStrategy</code></li>
</ul>
<h3>Thank you</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/monaco-editor/commit/8f6ebdc724a14204de88bbad853cd5ad67b19dc8"><code>8f6ebdc</code></a> 0.25.2</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/448f27d22ace08ee18424620fffe1d6922ea4408"><code>448f27d</code></a> Updates monaco-editor-core to 0.25.1 and prepares release of monaco-editor 0....</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/da855e40d5034b5dca15346bc74b5f5588aeaafd"><code>da855e4</code></a> 0.25.1</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/45491d1a7e8060e8bbcd185dda72b88483dd1c18"><code>45491d1</code></a> Updates types caused by monaco-html update.</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/cb4199a26dbb7f82260e1b7df069e740b6e5b0f6"><code>cb4199a</code></a> Updates changelog in preparation for the 0.25.1 release.</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/354a9ab89933c285b71c82b7151d3b2d578728a2"><code>354a9ab</code></a> [email protected]</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/9402ad318209f6a2cb578ffe0120d8436d8433ee"><code>9402ad3</code></a> 0.25.0</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/62fab0cf3ca5a9fa3522cf49ef0c43e4fa04f03e"><code>62fab0c</code></a> Prepare for 0.25.0.</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/bfcb2c5b77079eaf323d369122c85ecae3a89433"><code>bfcb2c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/2486">#2486</a> from JeanPerriault/fix-for-semantic-token-provider-p...</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/77b9d171c065a49f5d432142e8215b9523b54d4b"><code>77b9d17</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/monaco-editor/issues/2491">#2491</a> from jonatanklosko/jk-elixir-sample</li>
<li>Additional commits viewable in <a href="https://github.com/Microsoft/monaco-editor/compare/v0.18.1...v0.25.2">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~hediet-msft">hediet-msft</a>, a new releaser for monaco-editor since your current version.</p>
</details>
<br />
[](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>1 parent 3906f38 commit c81f4fa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments