Browse Source

Bump monaco-editor from 0.35.0 to 0.36.0 (#2620)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.35.0 to 0.36.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.36.0]</h2>
<ul>
<li>Maintenance release</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f86fe93775"><code>f86fe93</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3599">#3599</a> from microsoft/hediet/thorough-bat</li>
<li><a href="0677fa6e30"><code>0677fa6</code></a> Fixes pipeline</li>
<li><a href="4e1721e7bb"><code>4e1721e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3598">#3598</a> from microsoft/hediet/wily-leopard</li>
<li><a href="43f712259c"><code>43f7122</code></a> Adds out folder docs</li>
<li><a href="2c0e8015f6"><code>2c0e801</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3597">#3597</a> from microsoft/hediet/racial-raccoon</li>
<li><a href="f7e0f46653"><code>f7e0f46</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3554">#3554</a> from andrewbranch/update-types-node</li>
<li><a href="84c5f99efe"><code>84c5f99</code></a> Prepares release of 0.36.0</li>
<li><a href="3b800d8192"><code>3b800d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3583">#3583</a> from madcodelife/main</li>
<li><a href="9cb6000aba"><code>9cb6000</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3596">#3596</a> from microsoft/hediet/latin-deer</li>
<li><a href="bdc690af2f"><code>bdc690a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3595">#3595</a> from microsoft/hediet/blonde-puma</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/monaco-editor/compare/v0.35.0...v0.36.0">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.35.0&new-version=0.36.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/2623/head
dependabot[bot] 2 years ago
parent
commit
b9702ceb76
  1. 668
      package-lock.json
  2. 2
      package.json

668
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
package.json

@ -21,6 +21,6 @@
"webpack-dev-server": "^4.11.1" "webpack-dev-server": "^4.11.1"
}, },
"dependencies": { "dependencies": {
"monaco-editor": "^0.35.0" "monaco-editor": "^0.36.0"
} }
} }

Loading…
Cancel
Save