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.

27 lines
686 B

{
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server",
"build:prod": "webpack --mode=production"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
Bump bootstrap from 5.2.2 to 5.2.3 (#2456) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.2 to 5.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/twbs/bootstrap/releases">bootstrap's releases</a>.</em></p> <blockquote> <h2>v5.2.3</h2> <h2>Fixes</h2> <h3>🎨 CSS</h3> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37377">#37377</a>: Import root in bootstrap-utilities</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37425">#37425</a>: Fix deprecation warning with sass 1.56.0</li> <li>Carousel: Fix RTL <code>translate()</code> direction</li> </ul> <h3>☕️ JavaScript</h3> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37235">#37235</a>: fix tooltip/popper disposal inconsistencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twbs/bootstrap/commit/cb021439c683d9805e2864c58095b92d405e9b11"><code>cb02143</code></a> Dist</li> <li><a href="https://github.com/twbs/bootstrap/commit/39589472f709ddf7d614ffd4f0ab1a50e542ac91"><code>3958947</code></a> Bump version to 5.2.3</li> <li><a href="https://github.com/twbs/bootstrap/commit/7e3074c16540eacea303266fdf235aecdd9cf5c3"><code>7e3074c</code></a> fix tooltip/popper disposal inconsistencies (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37235">#37235</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/127a816f7768f8f5436709fb4d05580cd6e251e4"><code>127a816</code></a> fix(carousel): RTL <code>translate()</code> direction</li> <li><a href="https://github.com/twbs/bootstrap/commit/77c456d8c4103b282fc0a2b99dbfdcf0c2411e84"><code>77c456d</code></a> Import root in <code>bootstrap-utilities</code> (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37377">#37377</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/b72236981f098ba13094cfd5ad64db2a77b00ab9"><code>b722369</code></a> Fix deprecation warning with sass 1.56.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37425">#37425</a>)</li> <li>See full diff in <a href="https://github.com/twbs/bootstrap/compare/v5.2.2...v5.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=npm_and_yarn&previous-version=5.2.2&new-version=5.2.3)](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>
2 years ago
"bootstrap": "^5.2.3",
"clean-webpack-plugin": "^4.0.0",
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#2077) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.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>v11.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></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.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h3>build</h3> <ul> <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.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=10.2.4&new-version=11.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>
2 years ago
"copy-webpack-plugin": "^11.0.0",
Bump css-loader from 6.7.2 to 6.7.3 (#2484) Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.2 to 6.7.3. <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.7.3</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.2...v6.7.3">6.7.3</a> (2022-12-14)</h3> <h3>Bug Fixes</h3> <ul> <li>remove <code>sourceURL</code> from emitted CSS (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1487">#1487</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/962924c79e274be9f6f81d39eac651c1a4876bc2">962924c</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.7.2...v6.7.3">6.7.3</a> (2022-12-14)</h3> <h3>Bug Fixes</h3> <ul> <li>remove <code>sourceURL</code> from emitted CSS (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1487">#1487</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/962924c79e274be9f6f81d39eac651c1a4876bc2">962924c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/ef749f29f8696b93f9eea61e6d00f2bb30ce094c"><code>ef749f2</code></a> chore(release): 6.7.3</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/36fb945ac914384ac41ad453b40c2de0c7810c88"><code>36fb945</code></a> chore: fix cspell</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/962924c79e274be9f6f81d39eac651c1a4876bc2"><code>962924c</code></a> fix: remove <code>sourceURL</code> from emitted CSS (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1487">#1487</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/3f3f302808b72f6c6b7b25e8e29852e99554ae1a"><code>3f3f302</code></a> chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1486">#1486</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/04ca71342ba82ea2c2e1585bf393bcad066f413f"><code>04ca713</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1485">#1485</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/9449827b3f422f9577bf013c0af2672b49a202da"><code>9449827</code></a> chore: update styfle/cancel-workflow-action (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1484">#1484</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/6c67af8c06e8674a4fa42a869a20952597892189"><code>6c67af8</code></a> chore: add cSpell to check spelling issues (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1482">#1482</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/239b9ac45066587ba425450284a93b066d7a8557"><code>239b9ac</code></a> chore(deps): bump loader-utils from 2.0.3 to 2.0.4 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1481">#1481</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.2...v6.7.3">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.7.2&new-version=6.7.3)](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>
2 years ago
"css-loader": "^6.7.3",
"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",
"monaco-editor-webpack-plugin": "^7.0.1",
Bump prettier from 2.8.3 to 2.8.4 (#2591) Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>2.8.4</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#284">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.8.4</h1> <p><a href="https://github.com/prettier/prettier/compare/2.8.3...2.8.4">diff</a></p> <h4>Fix leading comments in mapped types with <code>readonly</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/13427">#13427</a> by <a href="https://github.com/thorn0"><code>@​thorn0</code></a>, <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="tsx"><code>// Input type Type = { // comment readonly [key in Foo]; }; <p>// Prettier 2.8.3 type Type = { readonly // comment [key in Foo]; };</p> <p>// Prettier 2.8.4 type Type = { // comment readonly [key in Foo]; }; </code></pre></p> <h4>Group params in opening block statements (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/14067">#14067</a> by <a href="https://github.com/jamescdavis"><code>@​jamescdavis</code></a>)</h4> <p>This is a follow-up to <a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13930">#13930</a> to establish wrapping consistency between opening block statements and else blocks by grouping params in opening blocks. This causes params to break to a new line together and not be split across lines unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the same as opening blocks.</p> <!-- raw HTML omitted --> <pre lang="hbs"><code>{{! Input }} {{#block param param param param param param param param param param as |blockParam|}} Hello {{else block param param param param param param param param param param as |blockParam|}} There {{/block}} <p>{{! Prettier 2.8.3 }} {{#block param param param param param &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/e681edb67c2435812af6d753fce43f8a9ca4b819"><code>e681edb</code></a> Release 2.8.4</li> <li><a href="https://github.com/prettier/prettier/commit/6bb24b2c5a0d6a4b511c1499705257bed60ffb35"><code>6bb24b2</code></a> Fix leading comments in mapped types with <code>readonly</code> (Cherry-pick <a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13427">#13427</a>) (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/1">#1</a>...</li> <li><a href="https://github.com/prettier/prettier/commit/399f2fae4037168adf5aa34ee1e32312758b4a68"><code>399f2fa</code></a> Add changelog for <a href="https://github-redirect.dependabot.com/prettier/prettier/issues/14206">#14206</a> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/14311">#14311</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/9842b29ca3d9f9f6d27403d939f6d878e3228164"><code>9842b29</code></a> Recognize <code>@satisfies</code> in Closure-style type casts (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/14262">#14262</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bc18fa439708fd16a359f83d903bffae6ff8b5aa"><code>bc18fa4</code></a> Fix incorrect removal of parentheses when using an <code>infer</code> with a constraint ...</li> <li><a href="https://github.com/prettier/prettier/commit/f602be5a478a5bcdca870b31936dc873ecae1120"><code>f602be5</code></a> Update <code>embeddedLanguageFormatting</code> option documentation (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/14048">#14048</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/37fb53acf33a20379a93bfecea8242c03ce0a4fc"><code>37fb53a</code></a> [handlebars] group params in opening block statements (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/14067">#14067</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/310a5b1ba51ad6a3115670058d53a7ecb1dcd25c"><code>310a5b1</code></a> Handlebars: Improve HTML void element check (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/14110">#14110</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/62195dd1f2c6b076789f0ea0ac7056e03744a22a"><code>62195dd</code></a> Add .sl to the list of silentlyIgnoredDirs (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/14206">#14206</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bf406f772802d702d38bda6a961db0a93529c95b"><code>bf406f7</code></a> Clean changelog</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.8.3...2.8.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.3&new-version=2.8.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>
2 years ago
"prettier": "^2.8.4",
"style-loader": "^3.3.1",
Bump terser-webpack-plugin from 5.3.6 to 5.3.7 (#2643) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.6 to 5.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.7</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8eef7b525ad4afb7b9db0705bc264e2b58210141"><code>8eef7b5</code></a> chore(release): 5.3.7</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809"><code>2e54869</code></a> fix: esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/723ed458d64f87bc3e915d9efcb912552f4e7315"><code>723ed45</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/549">#549</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/eb49906d0e33f22063fe122673b1cb3dac6daf5c"><code>eb49906</code></a> ci: use LTS node version in lint job (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/547">#547</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/15e3e35fda1a6c7f48127f498f1de6498f8026a6"><code>15e3e35</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/546">#546</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19035bb7ed0fe42838e16749662c2d6cfef7df24"><code>19035bb</code></a> ci: use concurrency in github workflows (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/545">#545</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/cb1e0558d17b42006ef0777c4d19ca5d341b9414"><code>cb1e055</code></a> chore: update ignorePaths in .cspell.json (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/544">#544</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/18edf6187e58836f90851d31123a9263c63c96f2"><code>18edf61</code></a> chore: update typescript (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/543">#543</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8a393dbe467e823dc9f191c62a93bfc67635d237"><code>8a393db</code></a> chore(deps): bump json5 from 1.0.1 to 1.0.2 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/542">#542</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19e0ca9f4c1476c386aad71d991e9a54aa1f8f32"><code>19e0ca9</code></a> chore: update dependency review action (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/541">#541</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.6&new-version=5.3.7)](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>
2 years ago
"terser-webpack-plugin": "^5.3.7",
Bump webpack from 5.75.0 to 5.76.0 (#2642) Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.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.76.0</h2> <h2>Bugfixes</h2> <ul> <li>Avoid cross-realm object access by <a href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li> <li>Improve hash performance via conditional initialization by <a href="https://github.com/lvivski"><code>@​lvivski</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li> <li>Serialize <code>generatedCode</code> info to fix bug in asset module cache restoration by <a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li> <li>Improve performance of <code>hashRegExp</code> lookup by <a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16759">webpack/webpack#16759</a></li> </ul> <h2>Features</h2> <ul> <li>add <code>target</code> to <code>LoaderContext</code> type by <a href="https://github.com/askoufis"><code>@​askoufis</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li> </ul> <h2>Security</h2> <ul> <li><a href="https://github.com/advisories/GHSA-3rfm-jhwj-7488">CVE-2022-37603</a> fixed by <a href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li> </ul> <h2>Repo Changes</h2> <ul> <li>Fix HTML5 logo in README by <a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li> <li>Replace TypeScript logo in README by <a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16613">webpack/webpack#16613</a></li> <li>Update actions/cache dependencies by <a href="https://github.com/piwysocki"><code>@​piwysocki</code></a> in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li> <li><a href="https://github.com/lvivski"><code>@​lvivski</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li> <li><a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li> <li><a href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li> <li><a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li> <li><a href="https://github.com/piwysocki"><code>@​piwysocki</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li> <li><a href="https://github.com/askoufis"><code>@​askoufis</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0">https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/97b1718720c33f1b17302a74c5284b01e02ec001"><code>97b1718</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16781">#16781</a> from askoufis/loader-context-target-type</li> <li><a href="https://github.com/webpack/webpack/commit/b84efe6224b276bf72e4c5e2f4e76acddfaeef07"><code>b84efe6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16759">#16759</a> from ryanwilsonperkin/real-content-hash-regex-perf</li> <li><a href="https://github.com/webpack/webpack/commit/c98e9e001441b165c7ed4845700839730b505833"><code>c98e9e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16493">#16493</a> from piwysocki/patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/5f34acfbc074da6cc09f48944d7f2b4273ffb3f8"><code>5f34acf</code></a> feat: Add <code>target</code> to <code>LoaderContext</code> type</li> <li><a href="https://github.com/webpack/webpack/commit/b7fc4d876deb958d7ee81ecc00a312e39a354a44"><code>b7fc4d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16703">#16703</a> from ryanwilsonperkin/ryanwilsonperkin/fix-16160</li> <li><a href="https://github.com/webpack/webpack/commit/63ea82da4d4e4242b6a6285fc937f0684f264fe8"><code>63ea82d</code></a> Merge branch 'webpack:main' into patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/4ba225225b1348c8776ca5b5fe53468519413bc0"><code>4ba2252</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16446">#16446</a> from akhilgkrishnan/patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/1acd6350be3d74d4ac70b64cbbc60f27724b618b"><code>1acd635</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16613">#16613</a> from jakebailey/ts-logo</li> <li><a href="https://github.com/webpack/webpack/commit/302eb37fe19ed7ca60eaf895aca4f9da9dfd7931"><code>302eb37</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16614">#16614</a> from jakebailey/html5-logo</li> <li><a href="https://github.com/webpack/webpack/commit/cfdb1dfe59b33bf7441b8a8e4fc58d75e4f54cee"><code>cfdb1df</code></a> Improve performance of hashRegExp lookup</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new releaser for webpack since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.75.0&new-version=5.76.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>
2 years ago
"webpack": "^5.76.0",
Bump webpack-cli from 5.0.0 to 5.0.1 (#2474) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.0 to 5.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.1</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1">5.0.1</a> (2022-12-05)</h2> <h3>Bug Fixes</h3> <ul> <li>make <code>define-process-env-node-env</code> alias <code>node-env</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514">#3514</a>) (<a href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5">346a518</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1">5.0.1</a> (2022-12-05)</h2> <h3>Bug Fixes</h3> <ul> <li>make <code>define-process-env-node-env</code> alias <code>node-env</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514">#3514</a>) (<a href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5">346a518</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/4a0f89380b3f920652bda7dfc0c23405099b94b8"><code>4a0f893</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9de982c0ed54619b02350a572538004258471b30"><code>9de982c</code></a> chore: fix cspell</li> <li><a href="https://github.com/webpack/webpack-cli/commit/32d26c87b755186439c680e65f7f1a0d2b02bde9"><code>32d26c8</code></a> chore(deps-dev): bump cspell from 6.15.1 to 6.16.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3517">#3517</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/2788bf9445ce3f84e9cac13e3576fde1c6d6a021"><code>2788bf9</code></a> chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3516">#3516</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ac88ee4ab95a4de6d8b153e755d4641dd246817c"><code>ac88ee4</code></a> chore(deps-dev): bump lint-staged from 13.0.4 to 13.1.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3515">#3515</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5"><code>346a518</code></a> fix: make define-process-env-node-env alias node-env (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514">#3514</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3ec7b169e155f3dd59135bad0b7c115d334d015c"><code>3ec7b16</code></a> chore(deps): bump yeoman-environment from 3.12.1 to 3.13.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3508">#3508</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/c8adfa6f47ffea5d667dd145ab23a26bd7c5e155"><code>c8adfa6</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.11.9 to 18.11.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3513">#3513</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/0ad8cc299dc482b508da34f7f330035bd9d1d0b9"><code>0ad8cc2</code></a> chore(deps-dev): bump cspell from 6.15.0 to 6.15.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3512">#3512</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d30f261716e09d66f734d048f940b42700c6fa4e"><code>d30f261</code></a> chore(deps-dev): bump ts-loader from 9.4.1 to 9.4.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3511">#3511</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=5.0.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>
2 years ago
"webpack-cli": "^5.0.1",
Bump webpack-dev-server from 4.11.0 to 4.11.1 (#2292) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.0 to 4.11.1. <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.11.0...v4.11.1">4.11.1</a> (2022-09-19)</h3> <h3>Bug Fixes</h3> <ul> <li>respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31">375835c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/418e93200419d12f1d0113cad213767baf77cf76"><code>418e932</code></a> chore(release): 4.11.1</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31"><code>375835c</code></a> fix: respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ef2f9e934b2436e528298deb6a9690958ae75971"><code>ef2f9e9</code></a> chore: fix examples for open target not working (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4575">#4575</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7da7336561773289514e2416dab176d0b7563a78"><code>7da7336</code></a> ci: workflow security</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5d4b3479c9d911d2e1927fab98764478c41be36f"><code>5d4b347</code></a> chore(deps-dev): bump core-js from 3.25.1 to 3.25.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4574">#4574</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87072c7a70de14c9242562594826ceaa04b88245"><code>87072c7</code></a> chore(deps-dev): bump <code>@​types/node-forge</code> from 1.0.4 to 1.0.5 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4571">#4571</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28f6381e1b5d7bda654e3b8b8aa1874dafe52058"><code>28f6381</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4567">#4567</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/595003b2864bb74d6d6ab53078c10d8f0eece059"><code>595003b</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.19.0 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4568">#4568</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67acc2e7868058b3112e23ba2cf15fab79fe0f5e"><code>67acc2e</code></a> chore(deps-dev): bump <code>@​babel/eslint-parser</code> from 7.18.9 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4569">#4569</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ad2dcc508110594810f942a3e22aae9130bfe5ec"><code>ad2dcc5</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.19.0 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4570">#4570</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.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.11.0&new-version=4.11.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>
2 years ago
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.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.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.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.36.0&new-version=0.36.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>
2 years ago
"monaco-editor": "^0.36.1"
}
}