dependabot[bot] opened a new pull request, #4742: URL: https://github.com/apache/zeppelin/pull/4742
Removes [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware). It's no longer used after updating ancestor dependencies [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware), [karma-webpack](https://github.com/webpack-contrib/karma-webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies need to be updated together. Removes `webpack-dev-middleware` Updates `karma-webpack` from 4.0.2 to 5.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/karma-webpack/releases">karma-webpack's releases</a>.</em></p> <blockquote> <h2>v5.0.1</h2> <h1><a href="https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0...v5.0.1">5.0.1</a> (2024-02-01)</h1> <h3>Fixes</h3> <ul> <li>security fixes</li> </ul> <h2>v5.0.0</h2> <p>No release notes provided.</p> <h2>v5.0.0-alpha.6</h2> <h3>Bug Fixes</h3> <ul> <li>automatically fix missing webpack framework and report a warning (<a href="https://github.com/ryanclark/karma-webpack/commit/ea5dc8ec56ac2752f76e1b1858bf1320ff2ee127">ea5dc8e</a>)</li> <li>fix an issue where multiple karma-webpack processes could not run in parallel (<a href="https://github.com/ryanclark/karma-webpack/commit/ea3dabe7f7cd8910b61d2bc462c40fa2a37d5feb">ea3dabe</a>)</li> <li>bump hotfix dependencies (<a href="https://github.com/ryanclark/karma-webpack/commit/98b3ec9c83c336e73465459b7f02d5d1d987ba2c">98b3ec9</a>)</li> </ul> <h2>v5.0.0-alpha.5</h2> <h3>Bug Fixes</h3> <ul> <li>change the webpack peer dependency to webpack v5 (<a href="https://github.com/ryanclark/karma-webpack/commit/2e0ca74c75b173abd5af9f2766b62463252a83e5">2e0ca74</a>)</li> </ul> <h2>v5.0.0-alpha.4</h2> <h3>Bug Fixes</h3> <ul> <li>fix compatibility issues for webpack v5 (<a href="https://github.com/ryanclark/karma-webpack/commit/8d7366f3cb747a9493c9f5542b9cb0317ac32d9e">8d7366f</a>), closes <a href="https://redirect.github.com/ryanclark/karma-webpack/issues/452">#452</a></li> <li>remove deprecation warning for <code>.watch()</code> (<a href="https://github.com/ryanclark/karma-webpack/commit/4fe1f6093fc6ff25503f1422123b2b3944a4145a">4fe1f60</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codymikol/karma-webpack/blob/master/CHANGELOG.md">karma-webpack's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0...v5.0.1">5.0.1</a> (2024-02-01)</h1> <h3>Fixes</h3> <ul> <li>security fixes</li> </ul> <h1><a href="https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.6...v5.0.0">5.0.0</a> (2021-02-02)</h1> <p>No changes, just a new stable release.</p> <h1><a href="https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.5...v5.0.0-alpha.6">5.0.0-alpha.6</a> (2021-01-30)</h1> <h3>Bug Fixes</h3> <ul> <li>automatically fix missing webpack framework and report a warning (<a href="https://github.com/ryanclark/karma-webpack/commit/ea5dc8ec56ac2752f76e1b1858bf1320ff2ee127">ea5dc8e</a>)</li> <li>fix an issue where multiple karma-webpack processes could not run in parallel (<a href="https://github.com/ryanclark/karma-webpack/commit/ea3dabe7f7cd8910b61d2bc462c40fa2a37d5feb">ea3dabe</a>)</li> <li>bump hotfix dependencies (<a href="https://github.com/ryanclark/karma-webpack/commit/98b3ec9c83c336e73465459b7f02d5d1d987ba2c">98b3ec9</a>)</li> </ul> <h1><a href="https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.4...v5.0.0-alpha.5">5.0.0-alpha.5</a> (2020-12-06)</h1> <h3>Bug Fixes</h3> <ul> <li>change the webpack peer dependency to webpack v5 (<a href="https://github.com/ryanclark/karma-webpack/commit/2e0ca74c75b173abd5af9f2766b62463252a83e5">2e0ca74</a>)</li> </ul> <h1><a href="https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.3.0...v5.0.0-alpha.4">5.0.0-alpha.4</a> (2020-12-06)</h1> <h3>Bug Fixes</h3> <ul> <li>fix compatibility issues for webpack v5 (<a href="https://github.com/ryanclark/karma-webpack/commit/8d7366f3cb747a9493c9f5542b9cb0317ac32d9e">8d7366f</a>), closes <a href="https://redirect.github.com/ryanclark/karma-webpack/issues/452">#452</a></li> <li>remove deprecation warning for <code>.watch()</code> (<a href="https://github.com/ryanclark/karma-webpack/commit/4fe1f6093fc6ff25503f1422123b2b3944a4145a">4fe1f60</a>)</li> </ul> <h1><a href="https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.2...v5.0.0-alpha.3.0">5.0.0-alpha.3.0</a> (2019-03-07)</h1> <h3>Bug Fixes</h3> <ul> <li>allow for same filenames to be added (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/401">#401</a>) (<a href="https://github.com/webpack-contrib/karma-webpack/commit/80ce2d8">80ce2d8</a>), closes <a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/400">#400</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.1...v5.0.0-alpha.2">5.0.0-alpha.2</a> (2019-02-13)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>karma-webpack:</strong> normalize paths to be compatible with windows (<a href="https://github.com/webpack-contrib/karma-webpack/commit/b783e1c">b783e1c</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codymikol/karma-webpack/commit/a12b34de3145a65b52c4151fb14b12ccd1e7d04a"><code>a12b34d</code></a> chore(release): 5.0.1</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/16c7e50dfc0624c5ec45cd7cd01fb49170a21be9"><code>16c7e50</code></a> chore(deps): update hotfix dependencies (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/583">#583</a>)</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/3252713dff49dcf3d0b904a1c8b71f5fd9234997"><code>3252713</code></a> build(deps-dev): bump follow-redirects from 1.14.8 to 1.15.4 (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/582">#582</a>)</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/9ade240dc5a0fadc90c1283145f5697d04e41671"><code>9ade240</code></a> update README.md (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/581">#581</a>)</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/2337a82beb078c0d8e25ae8333a06249b8e72828"><code>2337a82</code></a> chore: audit fix (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/580">#580</a>)</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/645ee59ce319e902e16f5d96550952bab9d2a92d"><code>645ee59</code></a> chore: remove github releaser (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/579">#579</a>)</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/f2327b15bffd570a6d78703c5b65eb5a82f62b13"><code>f2327b1</code></a> fix(controller): disallow custom optiomization (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/578">#578</a>)</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/908e03c5addca8633b7e2af9a9bd66efd2328e9c"><code>908e03c</code></a> Revert "chore: fix maintainers images being squished (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/576">#576</a>)" (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/577">#577</a>)</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/701a082ce4765bffb151472d40406143c98c6215"><code>701a082</code></a> chore: fix maintainers images being squished (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/576">#576</a>)</li> <li><a href="https://github.com/codymikol/karma-webpack/commit/09d976cfbed72d94b58d0fb060a0969146a641cd"><code>09d976c</code></a> chore: update maintainers (<a href="https://redirect.github.com/webpack-contrib/karma-webpack/issues/575">#575</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/karma-webpack/compare/v4.0.2...v5.0.1">compare view</a></li> </ul> </details> <br /> Updates `webpack-dev-server` from 3.11.3 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.11.3...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/apache/zeppelin/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
