Browse Source

Bump monaco-editor from 0.37.0 to 0.37.1 (#2791)

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="20a8d5a651"><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="d04d8188c9"><code>d04d818</code></a> 0.37.1</li>
<li><a href="e0f314294d"><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="c526b6bf0b"><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="842214b80e"><code>842214b</code></a> Don't load monaco editor in fullscreen</li>
<li><a href="29bf7f9a91"><code>29bf7f9</code></a> Implements option to disable auto-reload</li>
<li><a href="1c6f48aa7d"><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="6c77360f6b"><code>6c77360</code></a> Sets tsc target to fix playground compile issues</li>
<li><a href="4886e1da08"><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>
pull/2799/head
dependabot[bot] 1 year ago
parent
commit
928d67b28e
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json generated

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"monaco-editor": "^0.37.0"
"monaco-editor": "^0.37.1"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
@ -2774,9 +2774,9 @@
}
},
"node_modules/monaco-editor": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.37.0.tgz",
"integrity": "sha512-PrvIsrbD/uLQlzYqNnzrZ0yDCK+X3YoLgNx+fFZKvmgkDZxo9kJRvb5YNtCUesG4xjv44jEEKaHKE0demcEleg=="
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.37.1.tgz",
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg=="
},
"node_modules/monaco-editor-webpack-plugin": {
"version": "7.0.1",
@ -6804,9 +6804,9 @@
}
},
"monaco-editor": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.37.0.tgz",
"integrity": "sha512-PrvIsrbD/uLQlzYqNnzrZ0yDCK+X3YoLgNx+fFZKvmgkDZxo9kJRvb5YNtCUesG4xjv44jEEKaHKE0demcEleg=="
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.37.1.tgz",
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg=="
},
"monaco-editor-webpack-plugin": {
"version": "7.0.1",

2
package.json

@ -21,6 +21,6 @@
"webpack-dev-server": "^4.13.2"
},
"dependencies": {
"monaco-editor": "^0.37.0"
"monaco-editor": "^0.37.1"
}
}

Loading…
Cancel
Save