Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
552 B

{
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"bootstrap": "^5.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
Bump css-loader from 6.5.0 to 6.5.1 (#1701) Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.0 to 6.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases">css-loader's releases</a>.</em></p> <blockquote> <h2>v6.5.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-11-03)</h3> <h3>Bug Fixes</h3> <ul> <li>regression with unicode characters in locals (<a href="https://github.com/webpack-contrib/css-loader/commit/b7a84414fb3f6e6ff413cbbb7004fa74a78da331">b7a8441</a>)</li> <li>runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/feafea812a95db05e9b52beaced0def611bba5c8">feafea8</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md">css-loader's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-11-03)</h3> <h3>Bug Fixes</h3> <ul> <li>regression with unicode characters in locals (<a href="https://github.com/webpack-contrib/css-loader/commit/b7a84414fb3f6e6ff413cbbb7004fa74a78da331">b7a8441</a>)</li> <li>runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/feafea812a95db05e9b52beaced0def611bba5c8">feafea8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/e857d7121eb6c907aa7484d4e40b0b67929a4484"><code>e857d71</code></a> chore(release): 6.5.1</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/b7a84414fb3f6e6ff413cbbb7004fa74a78da331"><code>b7a8441</code></a> fix: regression with unicode characters in locals</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/52715ee3d0ce40e9d2bfb039d023db18ee07bf62"><code>52715ee</code></a> ci: test on Node.js v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1394">#1394</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/feafea812a95db05e9b52beaced0def611bba5c8"><code>feafea8</code></a> fix: runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/61fcc4a77a84a773a464c9f5b02fe12e69d12b54"><code>61fcc4a</code></a> test: data uri (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1392">#1392</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=6.5.0&new-version=6.5.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>
3 years ago
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
Bump html-webpack-plugin from 5.4.0 to 5.5.0 (#1687) Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.4.0 to 5.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md">html-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jantimon/html-webpack-plugin/compare/v5.4.0...v5.5.0">5.5.0</a> (2021-10-25)</h2> <h3>Features</h3> <ul> <li>Support type=module via scriptLoading option (<a href="https://github.com/jantimon/html-webpack-plugin/commit/1e4262528ff02a83e1fc7739b42472680fd205c2">1e42625</a>), closes <a href="https://github-redirect.dependabot.com/jantimon/html-webpack-plugin/issues/1663">#1663</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jantimon/html-webpack-plugin/commit/873d75bbcbd28ef7dff0a1549d3e442119e278d3"><code>873d75b</code></a> chore(release): 5.5.0</li> <li><a href="https://github.com/jantimon/html-webpack-plugin/commit/ddeb77414e4ba8b49fe7053b89860cc2e9094a60"><code>ddeb774</code></a> chore: update examples</li> <li><a href="https://github.com/jantimon/html-webpack-plugin/commit/1e4262528ff02a83e1fc7739b42472680fd205c2"><code>1e42625</code></a> feat: Support type=module via scriptLoading option</li> <li><a href="https://github.com/jantimon/html-webpack-plugin/commit/7d3645b01a491278d85f84b7f7c986e7f103523d"><code>7d3645b</code></a> Bump pretty-error to 4.0.0 to fix transitive vuln for ansi-regex CVE-2021-3807</li> <li><a href="https://github.com/jantimon/html-webpack-plugin/commit/79be7799c9a038b18f3fd7c01359ec76728e30d2"><code>79be779</code></a> [chore] changes actions to run on pull_requests</li> <li><a href="https://github.com/jantimon/html-webpack-plugin/commit/b7e5859db3974fbbcc2049bbf0e0950fe8dfa61c"><code>b7e5859</code></a> [chore] fixes CI to avoid race conditions</li> <li>See full diff in <a href="https://github.com/jantimon/html-webpack-plugin/compare/v5.4.0...v5.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=html-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.4.0&new-version=5.5.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>
3 years ago
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.4.1",
"style-loader": "^3.3.1",
Bump webpack from 5.61.0 to 5.64.0 (#1710) Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.64.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.64.0</h2> <h1>Features</h1> <ul> <li>add <code>asyncChunks: boolean</code> option to disable creation of async chunks</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix ProfilingPlugin for <code>experiments.backCompat: false</code></li> </ul> <h1>Performance</h1> <ul> <li>avoid running regexp twice over the file list</li> </ul> <h2>v5.63.0</h2> <h1>Features</h1> <ul> <li>allow passing <code>chunkLoading: false</code> to disable on-demand loading</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix <code>import 'single-quote'</code> in esm build dependencies</li> </ul> <h2>v5.62.2</h2> <h1>Bugfixes</h1> <ul> <li>fix <code>__system_context__</code> injection when using the <code>library</code> option on entrypoint</li> <li>enable <code>exportsPresence: &quot;error&quot;</code> by default in <code>futureDefaults</code></li> <li>fix bad performance for a RegExp in Stats printing (with large error messages)</li> <li>fix <code>exportPresence</code> -&gt; <code>exportsPresence</code> typo</li> <li>fix a bug with module invalidation when only module id changes with <code>experiments.cacheUnaffected</code></li> </ul> <h2>v5.62.1</h2> <h1>Bugfix</h1> <ul> <li>fix invalid generated code when omitting <code>;</code></li> </ul> <h2>v5.62.0</h2> <h1>Features</h1> <ul> <li>add options to configure export presence checking <ul> <li><code>parser.javascript.reexportExportsPresence: false</code> allows to disable warnings for non-existing exports during the migration from <code>export ... from &quot;...&quot;</code> to <code>export type ... from &quot;...&quot;</code> for type reexports in TypeScript</li> </ul> </li> <li>add <code>experiments.backCompat: false</code> to disable some expensive deprecations for better performance</li> </ul> <h1>Bugfixes</h1> <ul> <li>use <code>['catch']</code> instead of <code>.catch</code> for better ES3 support</li> <li>fix removed parentheses when using <code>new (require(&quot;...&quot;)).Something()</code></li> <li>fix <code>{ require }</code> object literals</li> <li><code>splitChunks.chunks</code> option is now correctly used for <code>splitChunks.fallbackCacheGroup.maxSize</code> too</li> <li>fix schema of <code>listen</code> option, allow to omit <code>port</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/789e58514b5747f6474bc247e4e104ce22892a2c"><code>789e585</code></a> 5.64.0</li> <li><a href="https://github.com/webpack/webpack/commit/d96f23e9b09fa24a65721d8a304eb23cbf7426f4"><code>d96f23e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14698">#14698</a> from webpack/bugfix/profiling-plugin-hook-check</li> <li><a href="https://github.com/webpack/webpack/commit/ac7bd4052600ddc3bc255cf3da0186857190e3e0"><code>ac7bd40</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14701">#14701</a> from webpack/feature/no-async-chunk-loading</li> <li><a href="https://github.com/webpack/webpack/commit/9bb5651e6a3a3f9d0b9939b96239c30680af8876"><code>9bb5651</code></a> add <code>asyncChunks: boolean</code> option to disable creation of async chunks</li> <li><a href="https://github.com/webpack/webpack/commit/11bc877b42954b9912f0573e53416373e954cbd9"><code>11bc877</code></a> add test case</li> <li><a href="https://github.com/webpack/webpack/commit/970b368bdaa43ee41a0ef158606922f6c19492a1"><code>970b368</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14686">#14686</a> from webpack/dependabot/npm_and_yarn/mime-types-2.1.34</li> <li><a href="https://github.com/webpack/webpack/commit/6a12794b1107d06a903b258c84a7690ec1ef093e"><code>6a12794</code></a> check hooks for existance before using in ProfilingPlugin</li> <li><a href="https://github.com/webpack/webpack/commit/e6da1d442045c36aef4d30aaa51ee56e14b87299"><code>e6da1d4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14694">#14694</a> from markjm/markjm/double-regexp</li> <li><a href="https://github.com/webpack/webpack/commit/6d3cd42008ae4d31b05ea1af8161e5f0ad9fb4e6"><code>6d3cd42</code></a> perf: Prevent running regexs over the same strings twice</li> <li><a href="https://github.com/webpack/webpack/commit/f011c70aacbd4dd3c4e518b9b9d8ea945dce0a9a"><code>f011c70</code></a> 5.63.0</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.61.0...v5.64.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.61.0&new-version=5.64.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>
3 years ago
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1",
Bump webpack-dev-server from 4.3.1 to 4.4.0 (#1694) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.3.1 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.4.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.3.1...v4.4.0">4.4.0</a> (2021-10-27)</h2> <h3>Features</h3> <ul> <li>added the <code>server</code> option, now you can pass server options, example <code>{ server: { type: 'http', options: { maxHeaderSize: 32768 } } }</code>, available options for <a href="https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener"><code>http</code></a> and <a href="https://nodejs.org/api/https.html#httpscreateserveroptions-requestlistener"><code>https</code></a>, note - for <code>http2</code> is used <a href="https://github.com/spdy-http2/node-spdy"><code>spdy</code></a>, options specified in the <code>server.options</code> option take precedence over <code>https</code>/<code>http2</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3940">#3940</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/a70a7ef025f07ec6be69cee0b3b5204c7e3a0c5b">a70a7ef</a>)</li> <li>added the <code>client.reconnect</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3912">#3912</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5edad76bb099713210b2a8c5c29d22371df7371e">5edad76</a>)</li> <li>improve error handling within <code>startCallback</code> and <code>endCallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3969">#3969</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b0928acadccd2251a9eb165bfae0c63c84d0d745">b0928ac</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>schema for web socket server type (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3913">#3913</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/f6aa6f7979dae5a44ff4597b7338027c5aab869a">f6aa6f7</a>)</li> <li>typo in SSL information log (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3939">#3939</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/4c6103ba9495a29c6e142373c8dad084a20b6bc8">4c6103b</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.3.1...v4.4.0">4.4.0</a> (2021-10-27)</h2> <h3>Features</h3> <ul> <li>added the <code>server</code> option, now you can pass server options, example <code>{ server: { type: 'http', options: { maxHeaderSize: 32768 } } }</code>, available options for <a href="https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener"><code>http</code></a> and <a href="https://nodejs.org/api/https.html#httpscreateserveroptions-requestlistener"><code>https</code></a>, note - for <code>http2</code> is used <a href="https://github.com/spdy-http2/node-spdy"><code>spdy</code></a>, options specified in the <code>server.options</code> option take precedence over <code>https</code>/<code>http2</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3940">#3940</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/a70a7ef025f07ec6be69cee0b3b5204c7e3a0c5b">a70a7ef</a>)</li> <li>added the <code>client.reconnect</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3912">#3912</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5edad76bb099713210b2a8c5c29d22371df7371e">5edad76</a>)</li> <li>improve error handling within <code>startCallback</code> and <code>endCallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3969">#3969</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b0928acadccd2251a9eb165bfae0c63c84d0d745">b0928ac</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>schema for web socket server type (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3913">#3913</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/f6aa6f7979dae5a44ff4597b7338027c5aab869a">f6aa6f7</a>)</li> <li>typo in SSL information log (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3939">#3939</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/4c6103ba9495a29c6e142373c8dad084a20b6bc8">4c6103b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4d51f5a115e492e9031eb304a67daff775b830df"><code>4d51f5a</code></a> chore(release): 4.4.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/83229056f2811cdce256730e2961e7ee201c776c"><code>8322905</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3984">#3984</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/50df17cf7fcfff4ea1f26a519ce95e5c78ee7845"><code>50df17c</code></a> chore(deps-dev): bump lint-staged from 11.2.4 to 11.2.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3982">#3982</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/c7ba44deb15633ae1809a1284c45538a91ec140e"><code>c7ba44d</code></a> chore(deps-dev): bump webpack from 5.59.1 to 5.60.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3981">#3981</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/91e71349c90607ea16363947cb9afd14570f27fd"><code>91e7134</code></a> chore(deps-dev): bump marked from 3.0.7 to 3.0.8 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3975">#3975</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a70a7ef025f07ec6be69cee0b3b5204c7e3a0c5b"><code>a70a7ef</code></a> feat: add the <code>server</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3940">#3940</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ab417d1883139c20cf0788831ff061a55259a2f3"><code>ab417d1</code></a> chore(deps-dev): bump klona from 2.0.4 to 2.0.5 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3983">#3983</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/22e770b9df73280cbd957826878cb765e567572d"><code>22e770b</code></a> chore(deps): bump open from 8.3.0 to 8.4.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3977">#3977</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e65ebc3f03208590ce68232fe7e3351c8742d839"><code>e65ebc3</code></a> chore(deps-dev): bump eslint from 8.0.1 to 8.1.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3974">#3974</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/2a490fd644714183fd7a0777374f0d65bcf0f9cb"><code>2a490fd</code></a> chore(deps-dev): bump core-js from 3.18.3 to 3.19.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3980">#3980</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.3.1...v4.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.3.1&new-version=4.4.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>
3 years ago
"webpack-dev-server": "^4.4.0"
},
"dependencies": {
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="https://github.com/microsoft/monaco-editor/commit/5a7ba61be909ae9e4889768a3453ebb0dec392e2"><code>5a7ba61</code></a> 0.30.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/5af2334c5ebcc5afd14dd0a03f2f0920db5328f1"><code>5af2334</code></a> Prepare for <code>0.30.1</code></li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a6ebcecf27072950c30085ddf39895bcfab2b691"><code>a6ebcec</code></a> Avoid loading the entire language service on the main thread code</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/9eba6e70b83d063525a2e118c9bc4170feeeb030"><code>9eba6e7</code></a> Skip copying <code>monaco.d.ts</code> to the <code>release</code> folder</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/13b1e47f2385675ccaebe3f0fd4fa0955992985c"><code>13b1e47</code></a> Combine <code>.gitignore</code> files</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/953db09db81592038b5e004fbfb167eec654db7a"><code>953db09</code></a> Move <code>settings.json</code> up to root</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1a21834a977985e5b7564f09b52a26663a3d4d43"><code>1a21834</code></a> Simplify paths in <code>metadata.js</code></li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a155838b583b6a4353de40f0358bea2f6927f8ff"><code>a155838</code></a> Restore editor release task</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/f21d9494a27958a4b731b3d35646ca705778d1e7"><code>f21d949</code></a> Fix compilation errors</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/84bdc31efebc114c091248b46e45460f0d09db34"><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>
3 years ago
"monaco-editor": "^0.30.1"
}
}