[PR #724] [CLOSED] Bump webpack-cli from 3.3.11 to 4.2.0 #1724

Closed
opened 2026-02-25 23:30:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/724
Author: @dependabot-preview[bot]
Created: 11/5/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/webpack-cli-4.2.0


📝 Commits (1)

  • 09fe8b5 Bump webpack-cli from 3.3.11 to 4.2.0

📊 Changes

2 files changed (+289 additions, -225 deletions)

View changed files

📝 package-lock.json (+288 -224)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.3.11 to 4.2.0.

Release notes

Sourced from webpack-cli's releases.

v4.2.0

4.2.0 (2020-11-04)

Bug Fixes

Features

  • export utils from core for other packages (#2011) (3004549)
  • progress supports string argument (#2000) (f13346e)
  • suggest the closest match based on the Levenshtein distance algorithm (#2010) (491a582)

v4.1.0

4.1.0 (2020-10-19)

Bug Fixes

Features

v4.0.0

CHANGELOG

Changelog

Sourced from webpack-cli's changelog.

4.0.0 (2020-10-10)

Bug Fixes

  • add compilation lifecycle in watch instance (#1903) (02b6d21)
  • cleanup package-utils package (#1822) (fd5b92b)
  • cli-executer supplies args further up (#1904) (097564a)
  • exit code for validation errors (59f6303)
  • exit process in case of schema errors (71e89b4)

Features

  • assign config paths in build dependencies in cache config (#1900) (7e90f11)

4.0.0-rc.1 (2020-10-06)

Bug Fixes

Features

4.0.0-beta.9 (2020-09-19)

Full Changelog

New Features

  • add aliases to all available commands (#1644)
  • generate changelog and copy old CHANGEFILE (#1805)
  • allow using cjs as default config (#1775)
  • add support for merging multiple configurations (#1768)
  • add support to spawn multiple compilers with different configs (#1765)
  • add name flag (#1757)
  • add --config-name flag (#1753)
  • serve integration (#1712)
  • add support for .cjs config (#1727)
  • support multiple env params (#1715)
Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack-cli since your current version.


Dependabot compatibility score

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 commands and options

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/724 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/5/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-4.2.0` --- ### 📝 Commits (1) - [`09fe8b5`](https://github.com/floccusaddon/floccus/commit/09fe8b514f09322b5bf354feb035d87cf1d0af96) Bump webpack-cli from 3.3.11 to 4.2.0 ### 📊 Changes **2 files changed** (+289 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+288 -224) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 4.2.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.2.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.1.0...webpack-cli@4.2.0">4.2.0</a> (2020-11-04)</h1> <h3>Bug Fixes</h3> <ul> <li>--config-name behaviour for functional configs (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2006">#2006</a>) (<a href="https://github.com/webpack/webpack-cli/commit/29ecf8dbcd1c5c7d75fc7fb1634107697832d952">29ecf8d</a>)</li> <li>assign cache value for default configs (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2013">#2013</a>) (<a href="https://github.com/webpack/webpack-cli/commit/d2e3c74d32b0141c694259cf4f31e6c48b0f681d">d2e3c74</a>)</li> <li>callback deprecation (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1977">#1977</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2cb0c0e383670949ce31231edbfda514f47c3dfc">2cb0c0e</a>)</li> <li>handle core flags for webpack 4 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2023">#2023</a>) (<a href="https://github.com/webpack/webpack-cli/commit/ea66a7e3ec6eabcc439b96acb21e2a25be2e35e5">ea66a7e</a>)</li> <li>help and version functionality (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1972">#1972</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e8010b3aac695971e542ad4d3584ce534da39b8f">e8010b3</a>)</li> </ul> <h3>Features</h3> <ul> <li>export utils from core for other packages (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2011">#2011</a>) (<a href="https://github.com/webpack/webpack-cli/commit/3004549c06b3fe00708d8e1eecf42419e0f72f66">3004549</a>)</li> <li>progress supports string argument (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2000">#2000</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f13346e6acb46e982a5d20fa1d2ae56fc52523dc">f13346e</a>)</li> <li>suggest the closest match based on the Levenshtein distance algorithm (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2010">#2010</a>) (<a href="https://github.com/webpack/webpack-cli/commit/491a582620b64ed4acbccd04f687adc28a5e4cff">491a582</a>)</li> </ul> <h2>v4.1.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0...webpack-cli@4.1.0">4.1.0</a> (2020-10-19)</h1> <h3>Bug Fixes</h3> <ul> <li>avoid unnecessary stringify (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1920">#1920</a>) (<a href="https://github.com/webpack/webpack-cli/commit/5ef1e7b074390406b76cb3e25dd90f045e1bd8a2">5ef1e7b</a>)</li> <li>colored output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1944">#1944</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2bbbb14ca9a404f2205c0f5a5515e73832ee6173">2bbbb14</a>)</li> <li>move init command to separate package (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1950">#1950</a>) (<a href="https://github.com/webpack/webpack-cli/commit/92ad475d4b9606b5db7c31dd3666658301c95597">92ad475</a>)</li> <li>output stacktrace on errors (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1949">#1949</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9ba9d6f460fb25fb79d52f4360239b8c4b471451">9ba9d6f</a>)</li> <li>run CLI after webpack installation (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1951">#1951</a>) (<a href="https://github.com/webpack/webpack-cli/commit/564279e5b634a399647bcdb21449e5e6a7f0637e">564279e</a>)</li> <li>support any config name (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1926">#1926</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6f95b267bf6a3a3e71360f4de176a4ebbec3afa1">6f95b26</a>)</li> <li>support array of functions and promises (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1946">#1946</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2ace39b06117f558c0d8528cea9248253cbdf593">2ace39b</a>)</li> <li>watch mode and options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1931">#1931</a>) (<a href="https://github.com/webpack/webpack-cli/commit/258219a3bb606b228636e6373a3d20413c1f660e">258219a</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow passing strings in env flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1939">#1939</a>) (<a href="https://github.com/webpack/webpack-cli/commit/cc081a256181e34137a89d2e9d37b04280b3f180">cc081a2</a>)</li> </ul> <h2>v4.0.0</h2> <p><a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">CHANGELOG</a></p> </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.0.0-rc.1...webpack-cli@4.0.0">4.0.0</a> (2020-10-10)</h1> <h3>Bug Fixes</h3> <ul> <li>add compilation lifecycle in watch instance (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1903">#1903</a>) (<a href="https://github.com/webpack/webpack-cli/commit/02b6d21eaa20166a7ed37816de716b8fc22b756a">02b6d21</a>)</li> <li>cleanup <code>package-utils</code> package (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1822">#1822</a>) (<a href="https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738">fd5b92b</a>)</li> <li>cli-executer supplies args further up (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1904">#1904</a>) (<a href="https://github.com/webpack/webpack-cli/commit/097564a851b36b63e0a6bf88144997ef65aa057a">097564a</a>)</li> <li>exit code for validation errors (<a href="https://github.com/webpack/webpack-cli/commit/59f63037fcbdbb8934b578b9adf5725bc4ae1235">59f6303</a>)</li> <li>exit process in case of schema errors (<a href="https://github.com/webpack/webpack-cli/commit/71e89b4092d953ea587cc4f606451ab78cbcdb93">71e89b4</a>)</li> </ul> <h3>Features</h3> <ul> <li>assign config paths in build dependencies in cache config (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1900">#1900</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7e90f110b119f36ef9def4f66cf4e17ccf1438cd">7e90f11</a>)</li> </ul> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0-beta.8...webpack-cli@4.0.0-rc.1">4.0.0-rc.1</a> (2020-10-06)</h1> <h3>Bug Fixes</h3> <ul> <li>cache issue (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1862">#1862</a>) (<a href="https://github.com/webpack/webpack-cli/commit/305c18816ca6c4275c2755ae6b48d90a8cc85bd1">305c188</a>)</li> <li>check webpack installation before running cli (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1827">#1827</a>) (<a href="https://github.com/webpack/webpack-cli/commit/be509fac9a03e202e062229484bb10af7876968f">be509fa</a>)</li> <li>defer setting default entry to core (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1856">#1856</a>) (<a href="https://github.com/webpack/webpack-cli/commit/5da1f81ed101b024249c5cd4e043ec1397338782">5da1f81</a>)</li> <li>log error if --config-name is used without multiple configs (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1874">#1874</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f653409e3468849970dab354f84c5213da01122d">f653409</a>)</li> <li>mode behaviour (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1824">#1824</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9e9c70bc1f30d90cebd91341e865abb46f9c269e">9e9c70b</a>)</li> <li>only set output path on passing flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1855">#1855</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2f36b9d858faedaf3a6adca10a529d9837c0dd24">2f36b9d</a>)</li> <li>show warning if bail and watch are used together (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1804">#1804</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6140b24d08990aa807070f105d46a92e18855c9e">6140b24</a>)</li> <li>warning should not result in non-zero exit code (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1872">#1872</a>) (<a href="https://github.com/webpack/webpack-cli/commit/ae9539d20eab2172118f61f7a9ba7e26541e16a2">ae9539d</a>)</li> </ul> <h3>Features</h3> <ul> <li>add --analyze flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1853">#1853</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e6d210a66b899023b1f39bb33cce7a9b83a5b803">e6d210a</a>)</li> <li>allow users to store stats as json to a file (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1835">#1835</a>) (<a href="https://github.com/webpack/webpack-cli/commit/3907517b6afff46ddab51e32ada0357fc9763117">3907517</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>4.0.0-beta.9 (2020-09-19)</h1> <p><a href="https://github.com/webpack/webpack-cli/compare/v4.0.0-beta.2...v4.0.0-beta.9">Full Changelog</a></p> <h2>New Features</h2> <ul> <li>add aliases to all available commands (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1644">#1644</a>)</li> <li>generate changelog and copy old CHANGEFILE (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1805">#1805</a>)</li> <li>allow using cjs as default config (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1775">#1775</a>)</li> <li>add support for merging multiple configurations (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1768">#1768</a>)</li> <li>add support to spawn multiple compilers with different configs (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1765">#1765</a>)</li> <li>add name flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1757">#1757</a>)</li> <li>add --config-name flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1753">#1753</a>)</li> <li>serve integration (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1712">#1712</a>)</li> <li>add support for .cjs config (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1727">#1727</a>)</li> <li>support multiple env params (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/pull/1715">#1715</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/0caa9184e22ed857e175c8dc0dd1e0a26f216374"><code>0caa918</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d2e3c74d32b0141c694259cf4f31e6c48b0f681d"><code>d2e3c74</code></a> fix: assign cache value for default configs (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2013">#2013</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/19fa6625e96b8cf550a19bbf915b63e18d8370d3"><code>19fa662</code></a> chore(deps-dev): bump webpack from 5.3.2 to 5.4.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2031">#2031</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ea369a98ea5ec366b688caebcb1276d9fbe0c651"><code>ea369a9</code></a> feat: add WEBPACK_SERVE environment variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2027">#2027</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/7c5a2bae49625ee4982d7478b7e741968731cea2"><code>7c5a2ba</code></a> fix: resolve dev server hot options correctly (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2022">#2022</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ba6f3046a6fb7c1936995d2277fbfe27eced02dc"><code>ba6f304</code></a> docs: update readme.md (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2037">#2037</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/172da462b9c09ea9c8f34de1a79dffbd34194684"><code>172da46</code></a> tests: add a case for invalid context value (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2030">#2030</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ec6d8b361903d4c3d6b99640ca41d520b1059be6"><code>ec6d8b3</code></a> chore(deps-dev): bump lint-staged from 10.5.0 to 10.5.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2005">#2005</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49c84de10da55512bbdfc63ea7f451ee78b3d378"><code>49c84de</code></a> chore(deps-dev): bump jest from 26.6.1 to 26.6.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2034">#2034</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/28143656b3fb6f81f1b486c0e454882f1d866dd8"><code>2814365</code></a> chore: configure codecov reporting (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2032">#2032</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/v3.3.11...webpack-cli@4.2.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new releaser for webpack-cli since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.11&new-version=4.2.0)](https://dependabot.com/compatibility-score/?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.11&new-version=4.2.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1724
No description provided.