You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/01 10:35:33 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #1002: chore(deps-dev): bump webpack-cli from 4.10.0 to 5.0.1 in /ui

dependabot[bot] opened a new pull request, #1002:
URL: https://github.com/apache/streampipes/pull/1002

   Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.1</h2>
   <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1">5.0.1</a> (2022-12-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>make <code>define-process-env-node-env</code> alias <code>node-env</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514">#3514</a>) (<a href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5">346a518</a>)</li>
   </ul>
   <h2>v5.0.0</h2>
   <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li>
   <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li>
   <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li>
   <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li>
   <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li>
   <li>added the <code>--define-process-env-node-env</code> option</li>
   <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li>
   <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li>
   <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li>
   <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li>
   <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li>
   <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li>
   <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li>
   <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li>
   <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1">5.0.1</a> (2022-12-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>make <code>define-process-env-node-env</code> alias <code>node-env</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514">#3514</a>) (<a href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5">346a518</a>)</li>
   </ul>
   <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li>
   <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li>
   <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li>
   <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li>
   <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li>
   <li>added the <code>--define-process-env-node-env</code> option</li>
   <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li>
   <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li>
   <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li>
   <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li>
   <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li>
   <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li>
   <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li>
   <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li>
   <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/webpack/webpack-cli/commit/4a0f89380b3f920652bda7dfc0c23405099b94b8"><code>4a0f893</code></a> chore(release): publish new version</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/9de982c0ed54619b02350a572538004258471b30"><code>9de982c</code></a> chore: fix cspell</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/32d26c87b755186439c680e65f7f1a0d2b02bde9"><code>32d26c8</code></a> chore(deps-dev): bump cspell from 6.15.1 to 6.16.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3517">#3517</a>)</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/2788bf9445ce3f84e9cac13e3576fde1c6d6a021"><code>2788bf9</code></a> chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3516">#3516</a>)</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/ac88ee4ab95a4de6d8b153e755d4641dd246817c"><code>ac88ee4</code></a> chore(deps-dev): bump lint-staged from 13.0.4 to 13.1.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3515">#3515</a>)</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5"><code>346a518</code></a> fix: make define-process-env-node-env alias node-env (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514">#3514</a>)</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/3ec7b169e155f3dd59135bad0b7c115d334d015c"><code>3ec7b16</code></a> chore(deps): bump yeoman-environment from 3.12.1 to 3.13.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3508">#3508</a>)</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/c8adfa6f47ffea5d667dd145ab23a26bd7c5e155"><code>c8adfa6</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.11.9 to 18.11.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3513">#3513</a>)</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/0ad8cc299dc482b508da34f7f330035bd9d1d0b9"><code>0ad8cc2</code></a> chore(deps-dev): bump cspell from 6.15.0 to 6.15.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3512">#3512</a>)</li>
   <li><a href="https://github.com/webpack/webpack-cli/commit/d30f261716e09d66f734d048f940b42700c6fa4e"><code>d30f261</code></a> chore(deps-dev): bump ts-loader from 9.4.1 to 9.4.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3511">#3511</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
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: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti merged pull request #1002: chore(deps-dev): bump webpack-cli from 4.10.0 to 5.0.1 in /ui

Posted by GitBox <gi...@apache.org>.
bossenti merged PR #1002:
URL: https://github.com/apache/streampipes/pull/1002


-- 
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: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org