[PR #677] [CLOSED] Bump webpack-cli from 3.3.11 to 4.0.0 #1705

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/677
Author: @dependabot-preview[bot]
Created: 10/14/2020
Status: Closed

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


📝 Commits (1)

  • e77f8c7 Bump webpack-cli from 3.3.11 to 4.0.0

📊 Changes

2 files changed (+2506 additions, -246 deletions)

View changed files

📝 package-lock.json (+2505 -245)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.3.11 to 4.0.0.

Release notes

Sourced from webpack-cli's releases.

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/677 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/14/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-4.0.0` --- ### 📝 Commits (1) - [`e77f8c7`](https://github.com/floccusaddon/floccus/commit/e77f8c7186990b2cb5405dce8aac6b7ed3f6628f) Bump webpack-cli from 3.3.11 to 4.0.0 ### 📊 Changes **2 files changed** (+2506 additions, -246 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2505 -245) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 4.0.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.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/e9fd593bc1dda3b8f67944cf4b4de18d4fb55a2d"><code>e9fd593</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/b78463a2e6148ae14dc6bc19e051c8e3ba2781b9"><code>b78463a</code></a> chore: update release script (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1913">#1913</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/544b06eb43806078ae505bbcc486da38fcd0dd3b"><code>544b06e</code></a> refactor: next</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8e8bf5bf903b0d9d7c98f5c9b04a4e01b2b5b313"><code>8e8bf5b</code></a> docs: fix</li> <li><a href="https://github.com/webpack/webpack-cli/commit/805d585af39b4e7b9570ddbc4f32fcd32d8916ac"><code>805d585</code></a> chore: fix peerDependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1909">#1909</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/59f63037fcbdbb8934b578b9adf5725bc4ae1235"><code>59f6303</code></a> fix: exit code for validation errors</li> <li><a href="https://github.com/webpack/webpack-cli/commit/1087800894cd182ea61a95d1eb9a0207575f09f3"><code>1087800</code></a> docs: remove reference to package-utils (deprecated) (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1906">#1906</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/097564a851b36b63e0a6bf88144997ef65aa057a"><code>097564a</code></a> fix: cli-executer supplies args further up (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1904">#1904</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/7e90f110b119f36ef9def4f66cf4e17ccf1438cd"><code>7e90f11</code></a> feat: assign config paths in build dependencies in cache config (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/1900">#1900</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/71e89b4092d953ea587cc4f606451ab78cbcdb93"><code>71e89b4</code></a> fix: exit process in case of schema errors</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/v3.3.11...webpack-cli@4.0.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.0.0)](https://dependabot.com/compatibility-score/?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.11&new-version=4.0.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:35 +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#1705
No description provided.