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
687 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.1 to 5.2.2 (#2322) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.1 to 5.2.2. <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.2</h2> <h2>Highlights</h2> <ul> <li><strong>Accordion</strong> <ul> <li>Use Sass variable for the accordion color instead of an invalid CSS variable</li> </ul> </li> <li><strong>Buttons</strong> <ul> <li>Undo changes to <code>.btn:hover</code> from v5.2.1. We now explicitly target <code>.btn-check</code> styles instead.</li> </ul> </li> <li><strong>Dropdowns</strong> <ul> <li>Temporarily restore ability for dropdowns to work without an explicit <code>data</code> attribute (will be removed again in v6)</li> </ul> </li> <li><strong>Modals</strong> <ul> <li>Improve modal event listeners</li> <li>Use <code>&lt;h1&gt;</code> for all <code>.modal-title</code> instances in our docs</li> </ul> </li> <li><strong>Tables</strong> <ul> <li>Don't redefine <code>$border-color</code> in <code>table-variant()</code> mixin</li> </ul> </li> <li><strong>Tabs</strong> <ul> <li>Tabs no longer autofocus and cause pages to jump on <code>tab.show()</code></li> <li>Fix <code>.active</code> class toggling of tabs within dropdowns</li> </ul> </li> <li><strong>Toasts</strong> <ul> <li>Properly set toast <code>z-index</code> on <code>.toast-container</code> as opposed to individual <code>.toast</code>s that don't receive any other positioning</li> </ul> </li> <li><strong>Tooltips</strong> <ul> <li>Fix tooltip selectors with <code>title</code> attribute on dynamically created elements</li> </ul> </li> </ul> <h2>🎨 CSS</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37118">#37118</a>: Set toast z-index variable in the correct spot</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37165">#37165</a>: Explicitly target <code>.btn-check</code> and undo <code>:hover</code></li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37182">#37182</a>: Use Sass variable for accordion color</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37239">#37239</a>: Don't redefine <code>$border-color</code> in <code>table-variant</code> mixin</li> </ul> <h2>☕️ JavaScript</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36914">#36914</a>: Fix tooltip selector usage</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37128">#37128</a>: Fix modal event listeners</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37146">#37146</a>: Drop tabs auto-focus</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37151">#37151</a>: Fix active class toggling of tabs within dropdown</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37189">#37189</a>: Enrich Tab Test for keyboard handler</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37190">#37190</a>: Dropdown: fix case with invalid markup</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37200">#37200</a>: Ensure Tab keyboard functionality after <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37146">#37146</a></li> </ul> <h2>📖 Docs</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36899">#36899</a>: Slightly improve image compression</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37142">#37142</a>: Add informative note for Tooltip/Popover selector option</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37145">#37145</a>: Docs: minor fix for Navbar &gt; Offcanvas examples</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37153">#37153</a>: Fix typo in docs - Configure Vite section</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37199">#37199</a>: Replace Webpack and Vite PNGs by SVGs</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37210">#37210</a>: Use <code>&lt;h1&gt;</code> for all <code>modal-title</code> examples/uses</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37214">#37214</a>: Docs: Change <code>view in GitHub</code> links inside <code>main</code></li> </ul> <h2>🌎 Accessibility</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twbs/bootstrap/commit/961d5ff9844372a4e294980c667bbe7e0651cdeb"><code>961d5ff</code></a> Release v5.2.2 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37236">#37236</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/9edfed8a5e44d438119627ebfa4ebee1bca01c33"><code>9edfed8</code></a> Don't redefine <code>$border-color</code> in <code>table-variant</code> mixin (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37239">#37239</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/d49d8ce583f6f12552f122122a99063738656cd9"><code>d49d8ce</code></a> Ensure Tab keyboard functionality after <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37146">#37146</a> (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37200">#37200</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/0a5f6e078c9cb9ecca9ab90b3984c5f792a11bae"><code>0a5f6e0</code></a> Use <code>\&lt;h1&gt;</code> for all <code>modal-title</code> examples/uses (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37210">#37210</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/812f891bfca0697cb2ec628700b7bbadbd8bf93a"><code>812f891</code></a> Update devDependencies (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37238">#37238</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/da0fe8c8b2e969bcf620a9ef1c1ca4f2b8554ec6"><code>da0fe8c</code></a> Minor docs changes (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37215">#37215</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/abb1cf529fb8dfb8e66e44506eb32f8a9e0e0ee2"><code>abb1cf5</code></a> Add eslint-plugin-html to lint JS in HTML files (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37186">#37186</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/f84d82ada02084cc6567b7ff60f25650084b8bea"><code>f84d82a</code></a> NuGet: Use license expression (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36421">#36421</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/80482af57b2ac1203e9436398e0153476907f9b4"><code>80482af</code></a> Changing the way <code>View on GitHub</code> links are handled (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37214">#37214</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/597c4023141dc48868889b85676b2d7269411d23"><code>597c402</code></a> Dropdown: fix case with invalid markup (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37190">#37190</a>)</li> <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.2.1...v5.2.2">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.1&new-version=5.2.2)](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.2",
"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.0 to 6.7.1 (#1914) Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.0 to 6.7.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.7.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.0...v6.7.1">6.7.1</a> (2022-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>defaultGetLocalIdent export (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1427">#1427</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/74dac1e428569236d386ff4e0f971e35c334087a">74dac1e</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.0...v6.7.1">6.7.1</a> (2022-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>defaultGetLocalIdent export (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1427">#1427</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/74dac1e428569236d386ff4e0f971e35c334087a">74dac1e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/830fe2ce372d5761ec01a000c626672ca8ef1658"><code>830fe2c</code></a> chore(release): 6.7.1</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/74dac1e428569236d386ff4e0f971e35c334087a"><code>74dac1e</code></a> fix: defaultGetLocalIdent export (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1427">#1427</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.0...v6.7.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.7.0&new-version=6.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
"css-loader": "^6.7.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",
"monaco-editor-webpack-plugin": "^7.0.1",
Bump prettier from 2.7.0 to 2.7.1 (#2126) Bumps [prettier](https://github.com/prettier/prettier) from 2.7.0 to 2.7.1. <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.7.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#271">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.7.1</h1> <p><a href="https://github.com/prettier/prettier/compare/2.7.0...2.7.1">diff</a></p> <h4>Keep useful empty lines in description (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/13013">#13013</a> by <a href="https://github.com/chimurai"><code>@​chimurai</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="graphql"><code># Input &quot;&quot;&quot; First line <p>Second Line &quot;&quot;&quot; type Person { name: String } </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/eeed611c728fb2f5f601440bbb78046a2a8aad83"><code>eeed611</code></a> Release 2.7.1</li> <li><a href="https://github.com/prettier/prettier/commit/794d9d15585e7c84ab433eefa6daf423dae0ec29"><code>794d9d1</code></a> bugfix(graphql): Keep useful empty lines in description (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13013">#13013</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/dd2af6f0536fc614829318fa554bacd0c6a2934a"><code>dd2af6f</code></a> Fix <code>--skip-dependencies-install</code></li> <li><a href="https://github.com/prettier/prettier/commit/b21772baaa423c3de72d30ec3e72142408131de0"><code>b21772b</code></a> Allow skip depencies install &amp; set repo</li> <li><a href="https://github.com/prettier/prettier/commit/5530ad24b952e0c48d6b13a17fbba0c45b645f8d"><code>5530ad2</code></a> Merge branch 'main' of github.com:prettier/prettier</li> <li><a href="https://github.com/prettier/prettier/commit/c7c99305e9e231ad3b025d9229ceb94817960b0b"><code>c7c9930</code></a> Clean changelog</li> <li><a href="https://github.com/prettier/prettier/commit/448786fe35c3b5a7143c9a0588b2be393f76b22e"><code>448786f</code></a> Revert changes in release script</li> <li><a href="https://github.com/prettier/prettier/commit/6b388faa5061b5734f829e3c893a6815fbeaa261"><code>6b388fa</code></a> Add truncate</li> <li><a href="https://github.com/prettier/prettier/commit/109333ad99f3f7c53e5a0bdbd5272d09cb01b1cc"><code>109333a</code></a> Git blame ignore 2.7.0</li> <li><a href="https://github.com/prettier/prettier/commit/59ec4f2ef4aef37c10a265aa7fc568c596fb4427"><code>59ec4f2</code></a> Bump Prettier dependency to 2.7.0</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.7.0...2.7.1">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.7.0&new-version=2.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>
2 years ago
"prettier": "^2.7.1",
"style-loader": "^3.3.1",
Bump terser-webpack-plugin from 5.3.5 to 5.3.6 (#2254) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.5 to 5.3.6. <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.6</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6">5.3.6</a> (2022-08-29)</h3> <h3>Bug Fixes</h3> <ul> <li>allow disable compress options for <code>terser</code> and <code>swc</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/514">#514</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/52c1aef218923b716a0b25433e7d916c5bb6c805">52c1aef</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.5...v5.3.6">5.3.6</a> (2022-08-29)</h3> <h3>Bug Fixes</h3> <ul> <li>allow disable compress options for <code>terser</code> and <code>swc</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/514">#514</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/52c1aef218923b716a0b25433e7d916c5bb6c805">52c1aef</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/9718859ada5693b41d5410329a52331e14f4ebd7"><code>9718859</code></a> chore(release): 5.3.6</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/52c1aef218923b716a0b25433e7d916c5bb6c805"><code>52c1aef</code></a> fix: allow disable compress options for <code>terser</code> and <code>swc</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/514">#514</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6">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.5&new-version=5.3.6)](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.6",
Bump webpack from 5.73.0 to 5.74.0 (#2201) Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.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.74.0</h2> <h1>Features</h1> <ul> <li>add <code>resolve.extensionAlias</code> option which allows to alias extensions <ul> <li>This is useful when you are forced to add the <code>.js</code> extension to imports when the file really has a <code>.ts</code> extension (typescript + <code>&quot;type&quot;: &quot;module&quot;</code>)</li> </ul> </li> <li>add support for ES2022 features like static blocks</li> <li>add Tree Shaking support for <code>ProvidePlugin</code></li> </ul> <h1>Bugfixes</h1> <ul> <li>fix persistent cache when some build dependencies are on a different windows drive</li> <li>make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules</li> <li>remove left-over from debugging in TLA/async modules runtime code</li> <li>remove unneeded extra 1s timestamp offset during watching when files are actually untouched <ul> <li>This sometimes caused an additional second build which are not really needed</li> </ul> </li> <li>fix <code>shareScope</code> option for <code>ModuleFederationPlugin</code></li> <li>set `&quot;use-credentials&quot;`` also for same origin scripts</li> </ul> <h1>Performance</h1> <ul> <li>Improve memory usage and performance of aggregating needed files/directories for watching <ul> <li>This affects rebuild performance</li> </ul> </li> </ul> <h1>Extensibility</h1> <ul> <li>export <code>HarmonyImportDependency</code> for plugins</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/8f87b50dc7ac24eb5c91fd0d55a22e34e252863c"><code>8f87b50</code></a> 5.74.0</li> <li><a href="https://github.com/webpack/webpack/commit/3e1f24498d1c687d70dbaed11e0677f12f3e53e8"><code>3e1f244</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16071">#16071</a> from devinan/patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/c7e14e2e8eece31ad19cc47c9a8a07892f0f4995"><code>c7e14e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15910">#15910</a> from ludofischer/fix-message</li> <li><a href="https://github.com/webpack/webpack/commit/7b63346518a03f9d3eddc7b30cdd31043967929b"><code>7b63346</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15627">#15627</a> from webpack/feat/issue-12441</li> <li><a href="https://github.com/webpack/webpack/commit/402d152ccf24093da9078e80987483f32a137fb1"><code>402d152</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15642">#15642</a> from webpack/set-use-credentials-without-origin-check</li> <li><a href="https://github.com/webpack/webpack/commit/fcb0e35f829c154452ffdd7d093baa6adfdaa207"><code>fcb0e35</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15996">#15996</a> from webdiscus/main</li> <li><a href="https://github.com/webpack/webpack/commit/6dc6a19ae16d8ada8b2858f272117ffdd2244b58"><code>6dc6a19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16031">#16031</a> from evantd/main</li> <li><a href="https://github.com/webpack/webpack/commit/52351a654a17870be926583de45c33cd1634d210"><code>52351a6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16033">#16033</a> from varunsh-coder/token-perms</li> <li><a href="https://github.com/webpack/webpack/commit/555915b4123eaec1ff3b63a1b4da402b8b239b9b"><code>555915b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16065">#16065</a> from webpack/fix/issue-16054</li> <li><a href="https://github.com/webpack/webpack/commit/d4cab5b6f778d1a07317f99dfb4b0948d57d9d95"><code>d4cab5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16077">#16077</a> from webpack/fix-scheme</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.73.0...v5.74.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.73.0&new-version=5.74.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.74.0",
Bump webpack-cli from 4.9.2 to 4.10.0 (#2118) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0. <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>v4.10.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">4.10.0</a> (2022-06-13)</h1> <h3>Bug Fixes</h3> <ul> <li>changeTime is already in milliseconds (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198">#3198</a>) (<a href="https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b">d390d32</a>)</li> <li>improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>) (<a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff">402c0fe</a>)</li> </ul> <h3>Features</h3> <ul> <li>added types (<a href="https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302">8ec1375</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> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">4.10.0</a> (2022-06-13)</h1> <h3>Bug Fixes</h3> <ul> <li>changeTime is already in milliseconds (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198">#3198</a>) (<a href="https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b">d390d32</a>)</li> <li>improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>) (<a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff">402c0fe</a>)</li> </ul> <h3>Features</h3> <ul> <li>added types (<a href="https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302">8ec1375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/20882d463450d010bb76e0824fe555e9785e9561"><code>20882d4</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/22f013b0f186657a290a692bd0d3b5d064285936"><code>22f013b</code></a> docs: remove redundant link (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3292">#3292</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3e1df05713731dbb16cf58acd6930bcf72848b8d"><code>3e1df05</code></a> chore: update package.json (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3289">#3289</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff"><code>402c0fe</code></a> fix: improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ce7352d840071951350e7916e12852c12756dda7"><code>ce7352d</code></a> chore: disable length related <code>commitlint</code> rules (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3287">#3287</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/652cc702168faf4fca57443b0890cf70e71ff71d"><code>652cc70</code></a> feat: add summary to smoketests (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3288">#3288</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/1072e3880eb222195e2bd23d432ef3b2488f6b74"><code>1072e38</code></a> docs: update options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3285">#3285</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/6075c636cec206a7becb7c2bd89a0e5d11c8feac"><code>6075c63</code></a> chore(deps-dev): bump <code>@​types/node</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/979dbade27a45539b0977afed3973d82e63d00e8"><code>979dbad</code></a> chore(deps-dev): bump typescript-eslint</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9941274f22df3b55a63826ad01269b14e918246b"><code>9941274</code></a> chore(deps-dev): bump webpack-dev-server from 4.9.1 to 4.9.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3282">#3282</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">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=4.9.2&new-version=4.10.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-cli": "^4.10.0",
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.34.0 to 0.34.1 (#2351) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.34.0 to 0.34.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.34.1]</h2> <ul> <li>Adds API to register global actions, commands, or keybinding rules</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.34.0&new-version=0.34.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.34.1"
}
}