mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.33.0 to 0.34.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.34.0]</h2> <ul> <li>Introduction of <code>IEditor.createDecorationsCollection</code> API</li> <li>New function <code>removeAllMarkers</code> to remove all markers</li> <li>Support for light high contrast theme</li> <li>Introduction of <code>BracketPairColorizationOptions.independentColorPoolPerBracketType</code></li> <li>Introduction of <code>PositionAffinity.LeftOfInjectedText</code> and <code>PositionAffinity.RightOfInjectedText</code></li> <li>Introduction of <code>IEditorOptions.showFoldingControls: 'never'</code></li> <li>Introduction of <code>IDiffEditorBaseOptions.renderMarginRevertIcon: boolean</code></li> <li>Inline Quick Suggestions</li> <li>Introduction of <code>IContentWidgetPosition.positionAffinity</code></li> <li>Provider can now be registered for a <code>LanguageSelector</code></li> </ul> <h3>Breaking Changes</h3> <ul> <li><code>IEditorInlayHintsOptions</code> tweaks</li> <li>Iteration on <code>InlineCompletion</code> API</li> <li><code>WorkspaceFileEdit</code> -> <code>IWorkspaceFileEdit</code> <ul> <li><code>oldUri</code> -> <code>oldResource</code></li> <li><code>newUri</code> -> <code>newResource</code></li> </ul> </li> <li><code>WorkspaceTextEdit</code> -> <code>IWorkspaceTextEdit</code> <ul> <li><code>edit</code> -> <code>textEdit</code> (now supports <code>insertAsSnippet</code>)</li> <li><code>modelVersionId?: number</code> -> <code>versionId: number | undefined</code></li> </ul> </li> <li><code>InlayHint</code> API tweaks</li> <li>Soft deprecation of <code>ICodeEditor.deltaDecorations</code>, no adoption required. <code>IEditor.createDecorationsCollection</code> API should be used instead.</li> </ul> <p>Contributions to <code>monaco-editor</code>:</p> <ul> <li><a href="https://github.com/alexander-zw"><code>@alexander-zw (Alexander Wu)</code></a>: [webpack readme] Add how to get languages/features [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3171">#3171</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3171">microsoft/monaco-editor#3171</a>)</li> <li><a href="https://github.com/anjbur"><code>@anjbur (Angela Burton)</code></a>: Update Q# keywords [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3222">#3222</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3222">microsoft/monaco-editor#3222</a>)</li> <li><a href="https://github.com/bsorrentino"><code>@bsorrentino (bsorrentino)</code></a>: Fix issue <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2295">#2295</a> - Models with "@" in their name do not resolve as dependencies [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3057">#3057</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3057">microsoft/monaco-editor#3057</a>)</li> <li><a href="https://github.com/MasterOdin"><code>@MasterOdin (Matthew Peveler)</code></a>: Remove duplicate testcases for mysql [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3138">#3138</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3138">microsoft/monaco-editor#3138</a>)</li> <li><a href="https://github.com/mhsdesign"><code>@mhsdesign (Marc Henry Schultz)</code></a>: [DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051 [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3052">#3052</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3052">microsoft/monaco-editor#3052</a>)</li> <li><a href="https://github.com/supersonictw"><code>@supersonictw (SuperSonic)</code></a>: Fix menu link in integrate-esm.md [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3214">#3214</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3214">microsoft/monaco-editor#3214</a>)</li> <li><a href="https://github.com/tonilastre"><code>@tonilastre (Toni)</code></a>: Add config and tokenizer for query language Cypher [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3102">#3102</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3102">microsoft/monaco-editor#3102</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/commits">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.33.0&new-version=0.34.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>pull/2224/head
dependabot[bot]
2 years ago
2 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue