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 9.1.0 to 10.0.0 (#1716) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 9.1.0 to 10.0.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.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v9.1.0...v10.0.0">10.0.0</a> (2021-11-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>12.20.0</code></li> <li>update <code>globby</code> to <code>12.0.2</code> version</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/v9.1.0...v10.0.0">10.0.0</a> (2021-11-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>12.20.0</code></li> <li>update <code>globby</code> to <code>12.0.2</code> version</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/568a66ccca7afe8776664b3d0c456105a96012f3"><code>568a66c</code></a> chore(release): 10.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/3a4d0ed95915dd0ccd8c36b93e37d85873af91f1"><code>3a4d0ed</code></a> chore!: minimum supported <code>Node.js</code> version is <code>12.20.0</code></li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/23a43011f3d591c0eb242e367caa1b7185012461"><code>23a4301</code></a> chore(deps): update globby (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/641">#641</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/5222a28ef5757a42d09f96cd322be5b6ff0ccb4e"><code>5222a28</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/640">#640</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v9.1.0...v10.0.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=9.1.0&new-version=10.0.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.0.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.2 to 5.64.4 (#1725) Bumps [webpack](https://github.com/webpack/webpack) from 5.64.2 to 5.64.4. <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.4</h2> <h1>Bugfixes</h1> <ul> <li>fix tagged template literal evaluation</li> <li>fix ModuleFederation with ESM</li> <li>fix outputModule with intial splitChunks</li> </ul> <h1>Performance</h1> <ul> <li>upgrade watchpack for faster watcher updating</li> <li>track file and directory timestamps separately in watchpack and webpack</li> </ul> <h1>Developer Experience</h1> <ul> <li>show origin of singleton shared module in mismatch warning</li> </ul> <h2>v5.64.3</h2> <h1>Performance</h1> <ul> <li>allow to use pre-compiled schema when <code>Infinity</code> is used in configuration</li> <li>allow to use pre-compiled schema for configuration arrays</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/d3cd4cb6e38338237fe722d4b7feae2244c425c5"><code>d3cd4cb</code></a> 5.64.4</li> <li><a href="https://github.com/webpack/webpack/commit/4f9fafc73e46b1b08fa0d3e7551b5ab6b94d1441"><code>4f9fafc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14829">#14829</a> from webpack/bugfix/split-chunks-esm</li> <li><a href="https://github.com/webpack/webpack/commit/093eadfdb45c3e94bab7057971debba093cb39a9"><code>093eadf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14827">#14827</a> from webpack/bugfix/mf-module</li> <li><a href="https://github.com/webpack/webpack/commit/c69e37c39d12c8e3c761c883069d89f90cac817c"><code>c69e37c</code></a> fix outputModule with initial splitChunks</li> <li><a href="https://github.com/webpack/webpack/commit/041287ff589701f288d6baafe150002529317ca9"><code>041287f</code></a> fix test problem</li> <li><a href="https://github.com/webpack/webpack/commit/c3691df74064ec2a591b3c0beefe3565f84cb71b"><code>c3691df</code></a> fix CI problems</li> <li><a href="https://github.com/webpack/webpack/commit/d91248711b63818a4e935294dec290a760fcca5d"><code>d912487</code></a> fix and test module federation with ESM</li> <li><a href="https://github.com/webpack/webpack/commit/ac9a2c87ed732adaf9dfe307c7690c43609d06a2"><code>ac9a2c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14782">#14782</a> from tanhauhau/tanhauhau/show-which-container-loade...</li> <li><a href="https://github.com/webpack/webpack/commit/ce0f0b3a164591da1b8edcee038b9e81d0bf4909"><code>ce0f0b3</code></a> update test case</li> <li><a href="https://github.com/webpack/webpack/commit/68c4a2a0a9a9c12c55e2ba2a5273dd26958e4027"><code>68c4a2a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14728">#14728</a> from markjm/markjm/context-timestamps</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.64.2...v5.64.4">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.2&new-version=5.64.4)](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.4",
"webpack-cli": "^4.9.1",
Bump webpack-dev-server from 4.5.0 to 4.6.0 (#1723) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.5.0 to 4.6.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.6.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.5.0...v4.6.0">4.6.0</a> (2021-11-25)</h2> <h3>Features</h3> <ul> <li>allow to pass all <code>chokidar</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4025">#4025</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5026601bd670eb65bdddabc208ec9ae73a58e592">5026601</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>reconnection logic (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4044">#4044</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/9b32c968fd96a57f5bab36416f79e649ab3a4a2c">9b32c96</a>)</li> <li>reload on warnings (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4056">#4056</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/1ba97201f71b8a5b8f67281059f4834e55bf8f67">1ba9720</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.5.0...v4.6.0">4.6.0</a> (2021-11-25)</h2> <h3>Features</h3> <ul> <li>allow to pass all <code>chokidar</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4025">#4025</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5026601bd670eb65bdddabc208ec9ae73a58e592">5026601</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>reconnection logic (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4044">#4044</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/9b32c968fd96a57f5bab36416f79e649ab3a4a2c">9b32c96</a>)</li> <li>reload on warnings (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4056">#4056</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/1ba97201f71b8a5b8f67281059f4834e55bf8f67">1ba9720</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/c5b9c7e8bc50f72f0fb27092249aeefaf0817840"><code>c5b9c7e</code></a> chore(release): 4.6.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/1ba97201f71b8a5b8f67281059f4834e55bf8f67"><code>1ba9720</code></a> fix: reload on warnings (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4056">#4056</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5026601bd670eb65bdddabc208ec9ae73a58e592"><code>5026601</code></a> feat: allow to pass all <code>chokidar</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4025">#4025</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7e78bfae8ca595d7c2653237c4eddbdada326ac9"><code>7e78bfa</code></a> chore(deps-dev): bump webpack from 5.64.2 to 5.64.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4054">#4054</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/f2a7d16da8628c10001158f65c345abaf41534dc"><code>f2a7d16</code></a> chore(deps-dev): bump memfs from 3.3.0 to 3.4.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4055">#4055</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/d104b58c5c64aabd55819e19749c214890a8b48d"><code>d104b58</code></a> chore: remove redundant <code>eslint-disable</code> comments (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4053">#4053</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e6330f5f6c34049ede7d9379dcabfcb8377cc1dc"><code>e6330f5</code></a> chore: remove redundant snapshots (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4052">#4052</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/cf26a3f3c88a0d4b319ec9a735886c459b25ac66"><code>cf26a3f</code></a> chore(deps): bump ws from 8.2.3 to 8.3.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4051">#4051</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/78232378b6b74985a1e76a14c3a71b2843d22262"><code>7823237</code></a> chore(deps-dev): bump lint-staged from 12.1.1 to 12.1.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4048">#4048</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/9b32c968fd96a57f5bab36416f79e649ab3a4a2c"><code>9b32c96</code></a> fix: reconnection logic (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4044">#4044</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.5.0...v4.6.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.5.0&new-version=4.6.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.6.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"
}
}