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
553 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",
Bump copy-webpack-plugin from 10.1.0 to 10.2.0 (#1749) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.1.0 to 10.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v10.2.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0">10.2.0</a> (2021-12-16)</h2> <h3>Features</h3> <ul> <li>removed cjs wrapper and generated types in commonjs format (<code>export =</code> and <code>namespaces</code> used in types), now you can directly use exported types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654">#654</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/590100688f66b9a7591f1f46a02de0cc6967032c">5901006</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0">10.2.0</a> (2021-12-16)</h2> <h3>Features</h3> <ul> <li>removed cjs wrapper and generated types in commonjs format (<code>export =</code> and <code>namespaces</code> used in types), now you can directly use exported types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654">#654</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/590100688f66b9a7591f1f46a02de0cc6967032c">5901006</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/3b65dc34a83c69d0fa5b07ef06b3c46666467f02"><code>3b65dc3</code></a> chore(release): 10.2.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/590100688f66b9a7591f1f46a02de0cc6967032c"><code>5901006</code></a> feat: drop cjs wrapper (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654">#654</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.1.0&new-version=10.2.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
"copy-webpack-plugin": "^10.2.0",
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.5.1",
"style-loader": "^3.3.1",
Bump webpack from 5.64.4 to 5.65.0 (#1735) Bumps [webpack](https://github.com/webpack/webpack) from 5.64.4 to 5.65.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.65.0</h2> <h1>Features</h1> <ul> <li>static evaluation understands <code>undefined</code> now</li> <li>reduce container entry code by a few chars</li> <li>use template literals when available and they make sense</li> </ul> <h1>Bugfixes</h1> <ul> <li>handle <code>singleton</code> flag without <code>requiredVersion</code> in Module Federation</li> <li>upgrade <code>watchpack</code> for context time info bugfix</li> </ul> <h1>Performance</h1> <ul> <li>improve RegExp in error message formating for non-quadratic performance</li> </ul> <h1>Developer Experience</h1> <ul> <li>automatically insert brackets when <code>output.globalObject</code> contains a non-trival expression</li> <li>show error when using <code>script</code> type external with invalid syntax</li> <li>expose types for <code>Resolver</code>, <code>StatsOptions</code> and <code>ResolvePluginInstance</code></li> </ul> <h1>Preparations for the future</h1> <ul> <li><code>hashDigestLength</code> will default to 16 in webpack 6 (<code>experiments.futureDefaults</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/323d65e2b1f6d275bf1b4a93ef753f027de78193"><code>323d65e</code></a> 5.65.0</li> <li><a href="https://github.com/webpack/webpack/commit/f3423dfcf109d6f7dfdef9436d6e12212dfb1819"><code>f3423df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14912">#14912</a> from webpack/deps/watchpack</li> <li><a href="https://github.com/webpack/webpack/commit/0abc39cefafee12da414046fb8f95850be7cee82"><code>0abc39c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14908">#14908</a> from webpack/dependabot/npm_and_yarn/prettier-2.5.1</li> <li><a href="https://github.com/webpack/webpack/commit/b09c45aa74614db658f2061efa282671303c668b"><code>b09c45a</code></a> upgrade watchpack for bugfix</li> <li><a href="https://github.com/webpack/webpack/commit/adeb73a2adc7f75367e258e7b8c1cf9727cd0702"><code>adeb73a</code></a> chore(deps-dev): bump prettier from 2.5.0 to 2.5.1</li> <li><a href="https://github.com/webpack/webpack/commit/0bc3a2ea02ba85e23e4d1e01b4b1f15fb27b5c1d"><code>0bc3a2e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14884">#14884</a> from colacadstink/main</li> <li><a href="https://github.com/webpack/webpack/commit/bbe72b3eae520813a2bdfb176e4c31fe9b4504f3"><code>bbe72b3</code></a> Added testing for new singleton logic (and caught a typo in the process!)</li> <li><a href="https://github.com/webpack/webpack/commit/dc70535ef859e517e8659f87ca37f33261ad9092"><code>dc70535</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14855">#14855</a> from webpack/rebase/12875</li> <li><a href="https://github.com/webpack/webpack/commit/c9ffb833273710ba194b25445052caf430dedd04"><code>c9ffb83</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14861">#14861</a> from webpack/fix-runtime-template</li> <li><a href="https://github.com/webpack/webpack/commit/4127edba922726c2cb8fcf38f10ce65a93521915"><code>4127edb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14886">#14886</a> from webpack/dependabot/npm_and_yarn/simple-git-2.48.0</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.64.4...v5.65.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.64.4&new-version=5.65.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.65.0",
"webpack-cli": "^4.9.1",
Bump webpack-dev-server from 4.6.0 to 4.7.1 (#1759) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.6.0 to 4.7.1. <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.7.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.0...v4.7.1">4.7.1</a> (2021-12-22)</h3> <h3>Bug Fixes</h3> <ul> <li>removed <code>url</code> package, fixed compatibility with future webpack defaults (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4132">#4132</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/4e5d8eae654ef382697722c6406dbc96207594aa">4e5d8ea</a>)</li> </ul> <h2>v4.7.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.6.0...v4.7.0">4.7.0</a> (2021-12-21)</h2> <h3>Features</h3> <ul> <li>added the <code>setupMiddlewares</code> option and deprecated <code>onAfterSetupMiddleware</code> and <code>onBeforeSetupMiddleware</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4068">#4068</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c13aa560651a3bb4c4a7b1b4363c04383596c7e9">c13aa56</a>)</li> <li>added types (<a href="https://github.com/webpack/webpack-dev-server/commit/8f02c3f3d6131fd37f58ef4d5cbe15578c94a6fd">8f02c3f</a>)</li> <li>show deprecation warning for <code>cacert</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4115">#4115</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c73ddfb934ec748e3dd34456d4293b933e9c6c99">c73ddfb</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add description for <code>watchFiles</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4057">#4057</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/75f381751e5377ae297c32f9fcdcd096ef28c5c2">75f3817</a>)</li> <li>allow passing options for custom server (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4110">#4110</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fc8bed95251f27a24c1441307c44782f3836edd6">fc8bed9</a>)</li> <li>correct schema for <code>ClientLogging</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4084">#4084</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/9b7ae7b5f4ac4a920b1ae3b47a8eb15d093cb369">9b7ae7b</a>)</li> <li>mark <code>--open-app</code> deprecated in favor of <code>--open-app-name</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4091">#4091</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/693c28a0499e431b09274b8b7ecce71adb292c8f">693c28a</a>)</li> <li>show deprecation warning for both <code>https</code> and <code>http2</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4069">#4069</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d8d5d71c8ca495098e1ee30ebc72ffd657ad5ba0">d8d5d71</a>)</li> <li>update <code>--web-socket-server</code> description (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4098">#4098</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/65955e96cf7869dd4294699fd2a3878c2179c656">65955e9</a>)</li> <li>update <code>listen</code> and <code>close</code> deprecation warning message (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4097">#4097</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b217a191d09a93e8dcc1fff2ee26e97857e096d3">b217a19</a>)</li> <li>update descriptions of <code>https</code> and <code>server</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4094">#4094</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/f97c9e2df460ef9a84c8ab2016c6bce3c90d93ac">f97c9e2</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> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.0...v4.7.1">4.7.1</a> (2021-12-22)</h3> <h3>Bug Fixes</h3> <ul> <li>removed <code>url</code> package, fixed compatibility with future webpack defaults (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4132">#4132</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/4e5d8eae654ef382697722c6406dbc96207594aa">4e5d8ea</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.6.0...v4.7.0">4.7.0</a> (2021-12-21)</h2> <h3>Features</h3> <ul> <li>added the <code>setupMiddlewares</code> option and deprecated <code>onAfterSetupMiddleware</code> and <code>onBeforeSetupMiddleware</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4068">#4068</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c13aa560651a3bb4c4a7b1b4363c04383596c7e9">c13aa56</a>)</li> <li>added types (<a href="https://github.com/webpack/webpack-dev-server/commit/8f02c3f3d6131fd37f58ef4d5cbe15578c94a6fd">8f02c3f</a>)</li> <li>show deprecation warning for <code>cacert</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4115">#4115</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c73ddfb934ec748e3dd34456d4293b933e9c6c99">c73ddfb</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add description for <code>watchFiles</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4057">#4057</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/75f381751e5377ae297c32f9fcdcd096ef28c5c2">75f3817</a>)</li> <li>allow passing options for custom server (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4110">#4110</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fc8bed95251f27a24c1441307c44782f3836edd6">fc8bed9</a>)</li> <li>correct schema for <code>ClientLogging</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4084">#4084</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/9b7ae7b5f4ac4a920b1ae3b47a8eb15d093cb369">9b7ae7b</a>)</li> <li>mark <code>--open-app</code> deprecated in favor of <code>--open-app-name</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4091">#4091</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/693c28a0499e431b09274b8b7ecce71adb292c8f">693c28a</a>)</li> <li>show deprecation warning for both <code>https</code> and <code>http2</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4069">#4069</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d8d5d71c8ca495098e1ee30ebc72ffd657ad5ba0">d8d5d71</a>)</li> <li>update <code>--web-socket-server</code> description (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4098">#4098</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/65955e96cf7869dd4294699fd2a3878c2179c656">65955e9</a>)</li> <li>update <code>listen</code> and <code>close</code> deprecation warning message (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4097">#4097</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b217a191d09a93e8dcc1fff2ee26e97857e096d3">b217a19</a>)</li> <li>update descriptions of <code>https</code> and <code>server</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4094">#4094</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/f97c9e2df460ef9a84c8ab2016c6bce3c90d93ac">f97c9e2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/afe49753b9f38679d200e88059bbe9a97e25e368"><code>afe4975</code></a> chore(release): 4.1.7</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e5d8eae654ef382697722c6406dbc96207594aa"><code>4e5d8ea</code></a> fix: droped <code>url</code> package (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4132">#4132</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b0c98f047e41116d947490e3adcdfaccaaf9afb5"><code>b0c98f0</code></a> chore(release): 4.7.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3138213401301ebf191b3b152a78529f5f5e412b"><code>3138213</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4127">#4127</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8f02c3f3d6131fd37f58ef4d5cbe15578c94a6fd"><code>8f02c3f</code></a> feat: added types</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/f4fb15f14cd1c2b6bd3a536c4d25b3004f035a90"><code>f4fb15f</code></a> fix: update description of <code>onAfterSetupMiddleware</code> and `onBeforeSetupMiddlew...</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/37b73d5f7d7e3cff12fed8aedfc981b3fb4d3de7"><code>37b73d5</code></a> test: add e2e test for <code>WEBPACK_SERVE</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4125">#4125</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/f5a9d05f3888cd5c0bb9e974d48680710fdda6f7"><code>f5a9d05</code></a> chore(deps-dev): bump eslint from 8.4.1 to 8.5.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4121">#4121</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/c9b959fe15e5778a906d957f832a43384cd90b1b"><code>c9b959f</code></a> chore(deps): bump ws from 8.3.0 to 8.4.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4124">#4124</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/42208aab74c5b77382b8e8058e657e478ee62174"><code>42208aa</code></a> chore(deps-dev): bump lint-staged from 12.1.2 to 12.1.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4122">#4122</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.6.0...v4.7.1">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.6.0&new-version=4.7.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
"webpack-dev-server": "^4.7.1"
},
"dependencies": {
Bump monaco-editor from 0.31.0 to 0.31.1 (#1744) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.31.0 to 0.31.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.31.1] (14.12.2021)</h2> <ul> <li>Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2822">a problem with missing colors</a></li> <li>Fixes <a href="https://github-redirect.dependabot.com/microsoft/vscode/issues/138887">a problem with scheduling background tokenization</a></li> <li>Improves TypeScript's ESM worker.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/commits">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.31.0&new-version=0.31.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.31.1"
}
}