Skip to content

Commit

Permalink
Bump monaco-editor from 0.37.0 to 0.37.1 (#2791)
Browse files Browse the repository at this point in the history
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.37.0 to 0.37.1.
<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.37.1]</h2>
<ul>
<li>Fixes Inline Completions feature</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/monaco-editor/commit/20a8d5a651d057aaed7875ad1c1f2ecf13c4e773"><code>20a8d5a</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/monaco-editor/issues/3892">#3892</a> from microsoft/hediet/b/radical-python</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/d04d8188c9ac339270daf103bb3e2c50d293e264"><code>d04d818</code></a> 0.37.1</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/e0f314294da78b3a53e99e98bcbbc2ed29894ade"><code>e0f3142</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/monaco-editor/issues/3890">#3890</a> from microsoft/hediet/b/bewildered-swordtail</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/c526b6bf0b9c8964d2f579daab610b4e54d444ff"><code>c526b6b</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/monaco-editor/issues/3889">#3889</a> from microsoft/hediet/b/characteristic-rabbit</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/842214b80e318a89be9bf08d1f7a8ab9e0dfa635"><code>842214b</code></a> Don't load monaco editor in fullscreen</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/29bf7f9a9192158d0258cee2c2e12d9e9d8b0adf"><code>29bf7f9</code></a> Implements option to disable auto-reload</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/1c6f48aa7defbe06803ad47c45edf9ef7143cd4b"><code>1c6f48a</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/monaco-editor/issues/3879">#3879</a> from microsoft/hediet/webcomponent-bugfix</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/6c77360f6b8dd9ee7ea07b67f9a6a9c540100ed9"><code>6c77360</code></a> Sets tsc target to fix playground compile issues</li>
<li><a href="https://github.com/microsoft/monaco-editor/commit/4886e1da087e36c3c8211208e8000199762e5749"><code>4886e1d</code></a> Fixes webcomponent sample for local development</li>
<li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.37.0...v0.37.1">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.37.0&new-version=0.37.1)](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 Apr 7, 2023
1 parent 12974ec commit 928d67b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"webpack-dev-server": "^4.13.2"
},
"dependencies": {
"monaco-editor": "^0.37.0"
"monaco-editor": "^0.37.1"
}
}

0 comments on commit 928d67b

Please sign in to comment.