Browse Source

Bump monaco-editor from 0.30.0 to 0.30.1 (#1707)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.30.0 to 0.30.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.30.1] (09.11.2021)</h2>
<ul>
<li>Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2750">a performance regression where all languages would be loaded when loading the first language</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5a7ba61be9"><code>5a7ba61</code></a> 0.30.1</li>
<li><a href="5af2334c5e"><code>5af2334</code></a> Prepare for <code>0.30.1</code></li>
<li><a href="a6ebcecf27"><code>a6ebcec</code></a> Avoid loading the entire language service on the main thread code</li>
<li><a href="9eba6e70b8"><code>9eba6e7</code></a> Skip copying <code>monaco.d.ts</code> to the <code>release</code> folder</li>
<li><a href="13b1e47f23"><code>13b1e47</code></a> Combine <code>.gitignore</code> files</li>
<li><a href="953db09db8"><code>953db09</code></a> Move <code>settings.json</code> up to root</li>
<li><a href="1a21834a97"><code>1a21834</code></a> Simplify paths in <code>metadata.js</code></li>
<li><a href="a155838b58"><code>a155838</code></a> Restore editor release task</li>
<li><a href="f21d9494a2"><code>f21d949</code></a> Fix compilation errors</li>
<li><a href="84bdc31efe"><code>84bdc31</code></a> run <code>prettier</code></li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/monaco-editor/compare/v0.30.0...v0.30.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.30.0&new-version=0.30.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/1710/head
dependabot[bot] 3 years ago
parent
commit
b5b6b547e1
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -18,6 +18,6 @@
"webpack-dev-server": "^4.4.0"
},
"dependencies": {
"monaco-editor": "^0.30.0"
"monaco-editor": "^0.30.1"
}
}

8
yarn.lock

@ -1708,10 +1708,10 @@ mkdirp@^0.5.5:
dependencies:
minimist "^1.2.5"
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==
monaco-editor@^0.30.1:
version "0.30.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.30.1.tgz#47f8d18a0aa2264fc5654581741ab8d7bec01689"
integrity sha512-B/y4+b2O5G2gjuxIFtCE2EkM17R2NM7/3F8x0qcPsqy4V83bitJTIO4TIeZpYlzu/xy6INiY/+84BEm6+7Cmzg==
ms@2.0.0:
version "2.0.0"

Loading…
Cancel
Save