Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump webpack-dev-middleware and webpack-dev-server (#41)
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) to 7.3.0 and updates ancestor dependency [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies need to be updated together. Updates `webpack-dev-middleware` from 3.7.2 to 7.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-middleware/releases">webpack-dev-middleware's releases</a>.</em></p> <blockquote> <h2>v7.3.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.2.1...v7.3.0">7.3.0</a> (2024-07-18)</h2> <h3>Features</h3> <ul> <li>support hono (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1890">#1890</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/0f9f3983b6e342e39032a585a64a4c638f8bfbfd">0f9f398</a>)</li> </ul> <h2>v7.2.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.2.0...v7.2.1">7.2.1</a> (2024-04-02)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid extra log</li> </ul> <h2>v7.2.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.1...v7.2.0">7.2.0</a> (2024-03-29)</h2> <h3>Features</h3> <ul> <li>hapi support (<a href="https://github.com/webpack/webpack-dev-middleware/commit/b3f9126cfb659c95c0cd77d97eed168c7941c8a8">b3f9126</a>)</li> <li>koa support (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1792">#1792</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/458c17c372a2a1a5a33f8923998dba88d2644135">458c17c</a>)</li> <li>support <code>ETag</code> header generation (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1797">#1797</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/b75918163284495dae5a2f995c2d93805fccfbd7">b759181</a>)</li> <li>support <code>Last-Modified</code> header generation (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1798">#1798</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/18e56833327084c22c1ee6bdad123095a68d144a">18e5683</a>)</li> </ul> <h2>v7.1.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.0...v7.1.1">7.1.1</a> (2024-03-21)</h3> <h3>Bug Fixes</h3> <ul> <li><code>ContentLength</code> incorrectly set for empty files (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1785">#1785</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/0f3e25e2b0adbc081ba4c7df70467c6ed7bc3a2a">0f3e25e</a>)</li> <li>improve perf (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1777">#1777</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/5b47c9294ec612e337f87101a4df1ca011b50ace">5b47c92</a>)</li> <li><strong>types:</strong> make types better (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1786">#1786</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/e4d183ea6dea1731b69e24d5d5471d876ff6ec3a">e4d183e</a>)</li> </ul> <h2>v7.1.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.0.0...v7.1.0">7.1.0</a> (2024-03-19)</h2> <h3>Features</h3> <ul> <li>prefer to use <code>fs.createReadStream</code> over <code>fs.readFileSync</code> to read files (<a href="https://github.com/webpack/webpack-dev-middleware/commit/ab533de933c6684218172b86992f35c3ca6c58a4">ab533de</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>cleaup stream and handle errors (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1769">#1769</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/1258fdd3d9c175dbacf6bc3b36d5c3c545738f13">1258fdd</a>)</li> <li><strong>security:</strong> do not allow to read files above (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1771">#1771</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/e10008c762e4d5821ed6990348dabf0d4d93a10e">e10008c</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md">webpack-dev-middleware's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.2.1...v7.3.0">7.3.0</a> (2024-07-18)</h2> <h3>Features</h3> <ul> <li>support hono (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1890">#1890</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/0f9f3983b6e342e39032a585a64a4c638f8bfbfd">0f9f398</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.2.0...v7.2.1">7.2.1</a> (2024-04-02)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid extra log</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.1...v7.2.0">7.2.0</a> (2024-03-29)</h2> <h3>Features</h3> <ul> <li>hapi support (<a href="https://github.com/webpack/webpack-dev-middleware/commit/b3f9126cfb659c95c0cd77d97eed168c7941c8a8">b3f9126</a>)</li> <li>koa support (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1792">#1792</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/458c17c372a2a1a5a33f8923998dba88d2644135">458c17c</a>)</li> <li>support <code>ETag</code> header generation (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1797">#1797</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/b75918163284495dae5a2f995c2d93805fccfbd7">b759181</a>)</li> <li>support <code>Last-Modified</code> header generation (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1798">#1798</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/18e56833327084c22c1ee6bdad123095a68d144a">18e5683</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.0...v7.1.1">7.1.1</a> (2024-03-21)</h3> <h3>Bug Fixes</h3> <ul> <li><code>ContentLength</code> incorrectly set for empty files (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1785">#1785</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/0f3e25e2b0adbc081ba4c7df70467c6ed7bc3a2a">0f3e25e</a>)</li> <li>improve perf (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1777">#1777</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/5b47c9294ec612e337f87101a4df1ca011b50ace">5b47c92</a>)</li> <li><strong>types:</strong> make types better (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1786">#1786</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/e4d183ea6dea1731b69e24d5d5471d876ff6ec3a">e4d183e</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.0.0...v7.1.0">7.1.0</a> (2024-03-19)</h2> <h3>Features</h3> <ul> <li>prefer to use <code>fs.createReadStream</code> over <code>fs.readFileSync</code> to read files (<a href="https://github.com/webpack/webpack-dev-middleware/commit/ab533de933c6684218172b86992f35c3ca6c58a4">ab533de</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>cleaup stream and handle errors (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1769">#1769</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/1258fdd3d9c175dbacf6bc3b36d5c3c545738f13">1258fdd</a>)</li> <li><strong>security:</strong> do not allow to read files above (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1771">#1771</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/e10008c762e4d5821ed6990348dabf0d4d93a10e">e10008c</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v6.1.1...v7.0.0">7.0.0</a> (2023-12-26)</h2> <h3>⚠ BREAKING CHANGES</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/1b92c730eff0e79bb7efb287a1bf70b82f289a5a"><code>1b92c73</code></a> chore(release): 7.3.0</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/ccd00bb6bb9204c6a6fdc5476a2e4f50bf66596d"><code>ccd00bb</code></a> refactor: types (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1895">#1895</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/0f9f3983b6e342e39032a585a64a4c638f8bfbfd"><code>0f9f398</code></a> feat: support hono (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1890">#1890</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/fd06983b5fa6f5b9121c868bc4c7a3e989f2da0c"><code>fd06983</code></a> chore(deps-dev): bump <code>@types/node</code> from 20.14.10 to 20.14.11 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1894">#1894</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/594e453cdc969d763f2ac4d4d1b28380a174cbce"><code>594e453</code></a> chore(deps-dev): bump cspell from 8.10.4 to 8.11.0 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1893">#1893</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/f2d4e21283faa51f025457dc6dd74cd323380f5f"><code>f2d4e21</code></a> chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1891">#1891</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/5b1a91517162087f06c12e6f798c37eccb2a82c4"><code>5b1a915</code></a> chore(deps-dev): bump <code>@babel/core</code> from 7.24.8 to 7.24.9 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1892">#1892</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/aad0e1dac44c881bdecab1808c0e620c3e627f30"><code>aad0e1d</code></a> chore(deps-dev): bump <code>@babel/core</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1888">#1888</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/f1accfe34e898472563b2e7b58f4c1430e8c37af"><code>f1accfe</code></a> chore(deps-dev): bump <code>@babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1889">#1889</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/aa66133bead102dd9e06f582841f2d87577ac6c6"><code>aa66133</code></a> chore(deps-dev): bump <code>@babel/cli</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1887">#1887</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-middleware/compare/v3.7.2...v7.3.0">compare view</a></li> </ul> </details> <br /> Updates `webpack-dev-server` from 3.9.0 to 5.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v5.0.4</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4">5.0.4</a> (2024-03-19)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> bump webpack-dev-middleware (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5112">#5112</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11">aab576a</a>)</li> </ul> <h2>v5.0.3</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3">5.0.3</a> (2024-03-12)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> proxy (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5101">#5101</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176">6e1aed3</a>)</li> </ul> <h2>v5.0.2</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2">5.0.2</a> (2024-02-16)</h3> <h3>Bug Fixes</h3> <ul> <li>types (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5057">#5057</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/da2c24ddd92198a1337553457eedcece6af38195">da2c24d</a>)</li> </ul> <h2>v5.0.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1">5.0.1</a> (2024-02-13)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid using eval in client (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5045">#5045</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/76814771dcebe80628b4462f5e1d30064ae226d5">7681477</a>)</li> <li>overlay and <code>require-trusted-types-for</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5046">#5046</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/e11543677120b004d1f20e11fdf34c07897c7b0c">e115436</a>)</li> </ul> <h2>v5.0.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.0.0">5.0.0</a> (2024-02-12)</h2> <p><a href="https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md">Migration Guide and Changes</a>.</p> <h2>v4.15.2</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v4.15.2">4.15.2</a> (2024-03-20)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> bump webpack-dev-middleware (<a href="https://github.com/webpack/webpack-dev-server/commit/411620997594d24cd1f788e8533a5c6fa2736143">4116209</a>)</li> </ul> <h2>v4.15.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1">4.15.1</a> (2023-06-09)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4">5.0.4</a> (2024-03-19)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> bump webpack-dev-middleware (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5112">#5112</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11">aab576a</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3">5.0.3</a> (2024-03-12)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> proxy (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5101">#5101</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176">6e1aed3</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2">5.0.2</a> (2024-02-16)</h3> <h3>Bug Fixes</h3> <ul> <li>types (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5057">#5057</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/da2c24ddd92198a1337553457eedcece6af38195">da2c24d</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1">5.0.1</a> (2024-02-13)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid using eval in client (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5045">#5045</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/76814771dcebe80628b4462f5e1d30064ae226d5">7681477</a>)</li> <li>overlay and <code>require-trusted-types-for</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5046">#5046</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/e11543677120b004d1f20e11fdf34c07897c7b0c">e115436</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.0.0">5.0.0</a> (2024-02-12)</h2> <p><a href="https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md">Migration Guide and Changes</a>.</p> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1">4.15.1</a> (2023-06-09)</h3> <h3>Bug Fixes</h3> <ul> <li>replace <code>::</code> with <code>localhost</code> before openBrowser() (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4856">#4856</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/874c44b072d55fe42a29d366dbe1c71ca3a94db4">874c44b</a>)</li> <li><strong>types:</strong> compatibility with <code>@types/ws</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4899">#4899</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/34bcec242b8bc64c26e9455a8fd5781a59fbcf24">34bcec2</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.14.0...v4.15.0">4.15.0</a> (2023-05-07)</h2> <h3>Features</h3> <ul> <li>overlay displays unhandled promise rejection (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4849">#4849</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d1dd4305bf3861c43caf374c101a80e65e18b138">d1dd430</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.3...v4.14.0">4.14.0</a> (2023-05-06)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/64a1860926124a1ec272441e7f406bfd7ee48093"><code>64a1860</code></a> chore(release): 5.0.4</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11"><code>aab576a</code></a> fix(security): bump webpack-dev-middleware (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5112">#5112</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fb6f22a3cb7a51d92edfa4f138d783be584281ba"><code>fb6f22a</code></a> chore(deps-dev): bump <code>@commitlint/config-conventional</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5104">#5104</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ba9dfb6b3bc5eb71289fa36ef6cf01d4f736cafc"><code>ba9dfb6</code></a> chore(deps-dev): bump <code>@commitlint/cli</code> from 19.0.3 to 19.1.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5103">#5103</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/08cab58bb8759e96bf4774bec28901e9f96a3f3a"><code>08cab58</code></a> chore(release): 5.0.3</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/37f4760b5b0297ba367243205528f7ac063a1c33"><code>37f4760</code></a> chore(deps-dev): bump <code>@types/node</code> from 20.11.25 to 20.11.26 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5102">#5102</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176"><code>6e1aed3</code></a> fix(types): proxy (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5101">#5101</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8ea7cb8a575a5ee9f4efa1a9ad9f7bfafc817bfe"><code>8ea7cb8</code></a> chore(deps): bump open from 10.0.4 to 10.1.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5100">#5100</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/c6a35861d5a9ac7595c178c69cb34e4cbed9e868"><code>c6a3586</code></a> chore(deps-dev): bump puppeteer from 22.4.0 to 22.4.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5099">#5099</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/22014428e6e8ccf471896fdaef561b6398eed33f"><code>2201442</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5096">#5096</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v3.9.0...v5.0.4">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/looker-open-source/viz-sankey-marketplace/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cinthia Elizabeth Villalejos Zamora <[email protected]>
- Loading branch information