[PR #416] [CLOSED] Bump webpack-cli from 3.3.12 to 4.4.0 #466

Closed
opened 2026-02-26 06:30:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/416
Author: @dependabot-preview[bot]
Created: 1/23/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-cli-4.4.0


📝 Commits (1)

  • 6b167c7 Bump webpack-cli from 3.3.12 to 4.4.0

📊 Changes

2 files changed (+298 additions, -345 deletions)

View changed files

📝 package-lock.json (+297 -344)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.3.12 to 4.4.0.

Release notes

Sourced from webpack-cli's releases.

v4.4.0

4.4.0 (2021-01-19)

Bug Fixes

  • better description for --no-watch-options-stdin (#2288) (4ee8665)
  • double commands output in help (#2298) (efe81e9)
  • pass all argv to configurations when serve command used (#2345) (5070b9b)
  • respect --stats, --color and --no-color option for serve command (#2312) (73d3fec)
  • show exact package name while prompting for installation (#2338) (ffc93e5)
  • webpack installation prompt message (#2316) (3659c5e)

Features

  • added the configtest command (#2303) (eb7b189)
  • added the build command (aliases - bundle and b) (7590f66)
  • added the watch command (#2357) (9693f7d)
  • allow to pass parseOption to CLI class (#2299) (2af0801)
  • allow to use help command to show option information (#2353) (15eb411)
  • show multiple suggestions on unknown options (#2349) (7314d6c)

v4.3.1

4.3.1 (2020-12-31)

Bug Fixes

  • error message on not installed module loaders for configuration (#2282) (29eaa8e)
  • peer dependencies (#2284) (083f2a0)
  • provide useful error on unknown command (d6380bb)
  • the --help option is working without webpack-dev-server (#2267) (1dae54d)
  • the --progress option is working with --json (#2276) (0595603)

v4.3.0

4.3.0 (2020-12-25)

Bug Fixes

  • fix problems with --mode and config resolution, there are situations when we resolve an invalid config file, the --mode option does not affect on config resolution, if you faced with an error after updating, please use the --config option
  • correct usage of cli-flags (#2205) (c8fc7d1)
  • defer setting default mode to core (#2095) (3eb410e)
  • respect the --watch-options-stdin option (2d1e001)
  • respect --color/--no-color option (#2042) (09bd812)
  • stringify stats using streaming approach (#2190) (9bf4e92)
  • use logger for error with proper exit code (#2076) (2c9069f)
  • reduce spammy logs (#2206) (9b3cc28)
  • respect the infrastructureLogging.level option (logger uses stderr) (#2144) (7daccc7)
  • respect all options from command line for the server command
  • help and version output
  • respect stats from the config (webpack@4) (#2098) (2d6e5c6)
  • fixed colors work with multi compiler mode (webpack@4)

... (truncated)

Changelog

Sourced from webpack-cli's changelog.

4.4.0 (2021-01-19)

Bug Fixes

  • better description for --no-watch-options-stdin (#2288) (4ee8665)
  • double commands output in help (#2298) (efe81e9)
  • pass all argv to configurations when serve command used (#2345) (5070b9b)
  • respect --stats, --color and --no-color option for serve command (#2312) (73d3fec)
  • show exact package name while prompting for installation (#2338) (ffc93e5)
  • webpack installation prompt message (#2316) (3659c5e)

Features

  • added the configtest command (#2303) (eb7b189)
  • added the build command (aliases - bundle and b) (7590f66)
  • added the watch command (#2357) (9693f7d)
  • allow to pass parseOption to CLI class (#2299) (2af0801)
  • allow to use help command to show option information (#2353) (15eb411)
  • show multiple suggestions on unknown options (#2349) (7314d6c)

4.3.1 (2020-12-31)

Bug Fixes

  • error message on not installed module loaders for configuration (#2282) (29eaa8e)
  • peer dependencies (#2284) (083f2a0)
  • provide useful error on unknown command (d6380bb)
  • the --help option is working without webpack-dev-server (#2267) (1dae54d)
  • the --progress option is working with --json (#2276) (0595603)

4.3.0 (2020-12-25)

Bug Fixes

  • fix problems with --mode and config resolution, there are situations when we resolve an invalid config file, the --mode option does not affect on config resolution, if you faced with an error after updating, please use the --config option
  • correct usage of cli-flags (#2205) (c8fc7d1)
  • defer setting default mode to core (#2095) (3eb410e)
  • respect the --watch-options-stdin option (2d1e001)
  • respect --color/--no-color option (#2042) (09bd812)
  • stringify stats using streaming approach (#2190) (9bf4e92)
  • use logger for error with proper exit code (#2076) (2c9069f)
  • reduce spammy logs (#2206) (9b3cc28)
  • respect the infrastructureLogging.level option (logger uses stderr) (#2144) (7daccc7)
  • respect all options from command line for the server command
  • help and version output
  • respect stats from the config (webpack@4) (#2098) (2d6e5c6)
  • fixed colors work with multi compiler mode (webpack@4)

Features

... (truncated)

Commits
  • f55d44d chore(release): publish new version
  • 586d228 chore(deps-dev): bump eslint-config-prettier from 7.1.0 to 7.2.0 (#2364)
  • 366521e chore(deps-dev): bump eslint from 7.17.0 to 7.18.0 (#2359)
  • 9693f7d feat: added the watch command (#2357)
  • 451b904 chore(deps-dev): bump husky from 4.3.7 to 4.3.8 (#2360)
  • 8aeca45 chore(deps-dev): bump webpack from 5.14.0 to 5.15.0 (#2358)
  • 487691a feat: configtest validate default configuration (#2354)
  • 38869d2 chore(deps-dev): bump @types/node from 14.14.20 to 14.14.21 (#2355)
  • 15eb411 feat: allow to use help command to show option information (#2353)
  • 7590f66 feat: added build command (aliases - 'bundle' and 'b')
  • Additional commits viewable in compare view

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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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/nextcloud/twofactor_gateway/pull/416 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/23/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-4.4.0` --- ### 📝 Commits (1) - [`6b167c7`](https://github.com/nextcloud/twofactor_gateway/commit/6b167c7cba622ca54d25ba24e25240090df67fc6) Bump webpack-cli from 3.3.12 to 4.4.0 ### 📊 Changes **2 files changed** (+298 additions, -345 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+297 -344) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.4.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.4.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.1...webpack-cli@4.4.0">4.4.0</a> (2021-01-19)</h1> <h3>Bug Fixes</h3> <ul> <li>better description for <code>--no-watch-options-stdin</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2288">#2288</a>) (<a href="https://github.com/webpack/webpack-cli/commit/4ee8665e01e8dce16448e0a4d3dd2293731695ab">4ee8665</a>)</li> <li>double commands output in help (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2298">#2298</a>) (<a href="https://github.com/webpack/webpack-cli/commit/efe81e986a6dca5cc9b72a5c9312dc21409f65b1">efe81e9</a>)</li> <li>pass all <code>argv</code> to configurations when <code>serve</code> command used (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2345">#2345</a>) (<a href="https://github.com/webpack/webpack-cli/commit/5070b9bcbd5bdac00088d0c21486ad181a4df000">5070b9b</a>)</li> <li>respect <code>--stats</code>, <code>--color</code> and <code>--no-color</code> option for <code>serve</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2312">#2312</a>) (<a href="https://github.com/webpack/webpack-cli/commit/73d3feced18b4e3708f958707326a6642a594cf2">73d3fec</a>)</li> <li>show exact package name while prompting for installation (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2338">#2338</a>) (<a href="https://github.com/webpack/webpack-cli/commit/ffc93e556d784e2d4409cb0d3a92d737850996f4">ffc93e5</a>)</li> <li>webpack installation prompt message (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2316">#2316</a>) (<a href="https://github.com/webpack/webpack-cli/commit/3659c5e529fe1319251ef1c713d6cc758f7f5353">3659c5e</a>)</li> </ul> <h3>Features</h3> <ul> <li>added the <code>configtest</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2303">#2303</a>) (<a href="https://github.com/webpack/webpack-cli/commit/eb7b18937d045261a5b20ca8356e8b4ae4dfcaad">eb7b189</a>)</li> <li>added the <code>build</code> command (aliases - <code>bundle</code> and <code>b</code>) (<a href="https://github.com/webpack/webpack-cli/commit/7590f66663ce701d52d9276c3adf9dbdfd1a0fa4">7590f66</a>)</li> <li>added the <code>watch</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2357">#2357</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9693f7d9543a8fce610c4ef903ccca0d12d229a1">9693f7d</a>)</li> <li>allow to pass parseOption to CLI class (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2299">#2299</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2af08013852a95c6f6462c56a9994a4ee28c6ea1">2af0801</a>)</li> <li>allow to use <code>help</code> command to show option information (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2353">#2353</a>) (<a href="https://github.com/webpack/webpack-cli/commit/15eb411237dcdcf0db7a501c103fe53f9b82903f">15eb411</a>)</li> <li>show multiple suggestions on unknown options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2349">#2349</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7314d6ca927473da2f355a7d356a943471488606">7314d6c</a>)</li> </ul> <h2>v4.3.1</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.0...webpack-cli@4.3.1">4.3.1</a> (2020-12-31)</h2> <h3>Bug Fixes</h3> <ul> <li>error message on not installed module loaders for configuration (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2282">#2282</a>) (<a href="https://github.com/webpack/webpack-cli/commit/29eaa8e843510e020ac4b57a13622df40713fe27">29eaa8e</a>)</li> <li>peer dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2284">#2284</a>) (<a href="https://github.com/webpack/webpack-cli/commit/083f2a069d6dc0a3b9492eb3f205474ba843acfd">083f2a0</a>)</li> <li>provide useful error on unknown command (<a href="https://github.com/webpack/webpack-cli/commit/d6380bb6c6756d2a00ac20f2ffc454481d97e4d3">d6380bb</a>)</li> <li>the <code>--help</code> option is working without <code>webpack-dev-server</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2267">#2267</a>) (<a href="https://github.com/webpack/webpack-cli/commit/1dae54da94d3220437b9257efe512447023de1d3">1dae54d</a>)</li> <li>the <code>--progress</code> option is working with <code>--json</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2276">#2276</a>) (<a href="https://github.com/webpack/webpack-cli/commit/05956030cbb1491a2e9313732470bcd4ebe5a36d">0595603</a>)</li> </ul> <h2>v4.3.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.2.0...webpack-cli@4.3.0">4.3.0</a> (2020-12-25)</h1> <h3>Bug Fixes</h3> <ul> <li>fix problems with <code>--mode</code> and config resolution, there are situations when we resolve an invalid config file, the <code>--mode</code> option does not affect on config resolution, if you faced with an error after updating, please use the <code>--config</code> option</li> <li>correct usage of cli-flags (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2205">#2205</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c8fc7d1f195800c4fbe54ed6533e694f40fa7a1b">c8fc7d1</a>)</li> <li>defer setting default mode to core (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2095">#2095</a>) (<a href="https://github.com/webpack/webpack-cli/commit/3eb410e5d8f8e2149910b65f4a028c85f8af5d28">3eb410e</a>)</li> <li>respect the <code>--watch-options-stdin</code> option (<a href="https://github.com/webpack/webpack-cli/commit/2d1e001e7f4f560c2b36607bd1b29dfe2aa32066">2d1e001</a>)</li> <li>respect <code>--color</code>/<code>--no-color</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2042">#2042</a>) (<a href="https://github.com/webpack/webpack-cli/commit/09bd8126e95c9675b1f6862451f629cd4c439adb">09bd812</a>)</li> <li>stringify stats using streaming approach (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2190">#2190</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9bf4e925757b02f7252073501562c95e762dc59b">9bf4e92</a>)</li> <li>use logger for error with proper exit code (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2076">#2076</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2c9069fd1f7c0fb70f019900e4b841c5ea33975e">2c9069f</a>)</li> <li>reduce spammy logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2206">#2206</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9b3cc283d7b74aa3bb26fe36c6110436b016e0d9">9b3cc28</a>)</li> <li>respect the <code>infrastructureLogging.level</code> option (logger uses <code>stderr</code>) (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2144">#2144</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7daccc786a0eb4eeae4c5b3632fc28240a696170">7daccc7</a>)</li> <li>respect all options from command line for the <code>server</code> command</li> <li><code>help</code> and <code>version</code> output</li> <li>respect <code>stats</code> from the config (webpack@4) (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2098">#2098</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2d6e5c6f4ed967368a81742bf347e39f24ee16c8">2d6e5c6</a>)</li> <li>fixed colors work with multi compiler mode (webpack@4)</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-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.3.1...webpack-cli@4.4.0">4.4.0</a> (2021-01-19)</h1> <h3>Bug Fixes</h3> <ul> <li>better description for <code>--no-watch-options-stdin</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2288">#2288</a>) (<a href="https://github.com/webpack/webpack-cli/commit/4ee8665e01e8dce16448e0a4d3dd2293731695ab">4ee8665</a>)</li> <li>double commands output in help (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2298">#2298</a>) (<a href="https://github.com/webpack/webpack-cli/commit/efe81e986a6dca5cc9b72a5c9312dc21409f65b1">efe81e9</a>)</li> <li>pass all <code>argv</code> to configurations when <code>serve</code> command used (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2345">#2345</a>) (<a href="https://github.com/webpack/webpack-cli/commit/5070b9bcbd5bdac00088d0c21486ad181a4df000">5070b9b</a>)</li> <li>respect <code>--stats</code>, <code>--color</code> and <code>--no-color</code> option for <code>serve</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2312">#2312</a>) (<a href="https://github.com/webpack/webpack-cli/commit/73d3feced18b4e3708f958707326a6642a594cf2">73d3fec</a>)</li> <li>show exact package name while prompting for installation (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2338">#2338</a>) (<a href="https://github.com/webpack/webpack-cli/commit/ffc93e556d784e2d4409cb0d3a92d737850996f4">ffc93e5</a>)</li> <li>webpack installation prompt message (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2316">#2316</a>) (<a href="https://github.com/webpack/webpack-cli/commit/3659c5e529fe1319251ef1c713d6cc758f7f5353">3659c5e</a>)</li> </ul> <h3>Features</h3> <ul> <li>added the <code>configtest</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2303">#2303</a>) (<a href="https://github.com/webpack/webpack-cli/commit/eb7b18937d045261a5b20ca8356e8b4ae4dfcaad">eb7b189</a>)</li> <li>added the <code>build</code> command (aliases - <code>bundle</code> and <code>b</code>) (<a href="https://github.com/webpack/webpack-cli/commit/7590f66663ce701d52d9276c3adf9dbdfd1a0fa4">7590f66</a>)</li> <li>added the <code>watch</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2357">#2357</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9693f7d9543a8fce610c4ef903ccca0d12d229a1">9693f7d</a>)</li> <li>allow to pass parseOption to CLI class (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2299">#2299</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2af08013852a95c6f6462c56a9994a4ee28c6ea1">2af0801</a>)</li> <li>allow to use <code>help</code> command to show option information (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2353">#2353</a>) (<a href="https://github.com/webpack/webpack-cli/commit/15eb411237dcdcf0db7a501c103fe53f9b82903f">15eb411</a>)</li> <li>show multiple suggestions on unknown options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2349">#2349</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7314d6ca927473da2f355a7d356a943471488606">7314d6c</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.0...webpack-cli@4.3.1">4.3.1</a> (2020-12-31)</h2> <h3>Bug Fixes</h3> <ul> <li>error message on not installed module loaders for configuration (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2282">#2282</a>) (<a href="https://github.com/webpack/webpack-cli/commit/29eaa8e843510e020ac4b57a13622df40713fe27">29eaa8e</a>)</li> <li>peer dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2284">#2284</a>) (<a href="https://github.com/webpack/webpack-cli/commit/083f2a069d6dc0a3b9492eb3f205474ba843acfd">083f2a0</a>)</li> <li>provide useful error on unknown command (<a href="https://github.com/webpack/webpack-cli/commit/d6380bb6c6756d2a00ac20f2ffc454481d97e4d3">d6380bb</a>)</li> <li>the <code>--help</code> option is working without <code>webpack-dev-server</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2267">#2267</a>) (<a href="https://github.com/webpack/webpack-cli/commit/1dae54da94d3220437b9257efe512447023de1d3">1dae54d</a>)</li> <li>the <code>--progress</code> option is working with <code>--json</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2276">#2276</a>) (<a href="https://github.com/webpack/webpack-cli/commit/05956030cbb1491a2e9313732470bcd4ebe5a36d">0595603</a>)</li> </ul> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.2.0...webpack-cli@4.3.0">4.3.0</a> (2020-12-25)</h1> <h3>Bug Fixes</h3> <ul> <li>fix problems with <code>--mode</code> and config resolution, there are situations when we resolve an invalid config file, the <code>--mode</code> option does not affect on config resolution, if you faced with an error after updating, please use the <code>--config</code> option</li> <li>correct usage of cli-flags (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2205">#2205</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c8fc7d1f195800c4fbe54ed6533e694f40fa7a1b">c8fc7d1</a>)</li> <li>defer setting default mode to core (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2095">#2095</a>) (<a href="https://github.com/webpack/webpack-cli/commit/3eb410e5d8f8e2149910b65f4a028c85f8af5d28">3eb410e</a>)</li> <li>respect the <code>--watch-options-stdin</code> option (<a href="https://github.com/webpack/webpack-cli/commit/2d1e001e7f4f560c2b36607bd1b29dfe2aa32066">2d1e001</a>)</li> <li>respect <code>--color</code>/<code>--no-color</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2042">#2042</a>) (<a href="https://github.com/webpack/webpack-cli/commit/09bd8126e95c9675b1f6862451f629cd4c439adb">09bd812</a>)</li> <li>stringify stats using streaming approach (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2190">#2190</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9bf4e925757b02f7252073501562c95e762dc59b">9bf4e92</a>)</li> <li>use logger for error with proper exit code (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2076">#2076</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2c9069fd1f7c0fb70f019900e4b841c5ea33975e">2c9069f</a>)</li> <li>reduce spammy logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2206">#2206</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9b3cc283d7b74aa3bb26fe36c6110436b016e0d9">9b3cc28</a>)</li> <li>respect the <code>infrastructureLogging.level</code> option (logger uses <code>stderr</code>) (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2144">#2144</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7daccc786a0eb4eeae4c5b3632fc28240a696170">7daccc7</a>)</li> <li>respect all options from command line for the <code>server</code> command</li> <li><code>help</code> and <code>version</code> output</li> <li>respect <code>stats</code> from the config (webpack@4) (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2098">#2098</a>) (<a href="https://github.com/webpack/webpack-cli/commit/2d6e5c6f4ed967368a81742bf347e39f24ee16c8">2d6e5c6</a>)</li> <li>fixed colors work with multi compiler mode (webpack@4)</li> </ul> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/f55d44d243d6e101f7e7c88ddf0e7c567e33bd08"><code>f55d44d</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/586d228d40608e10ee99b99e146561854835fb26"><code>586d228</code></a> chore(deps-dev): bump eslint-config-prettier from 7.1.0 to 7.2.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2364">#2364</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/366521e8d820a498ea2d95e8e41c218b019fe7d0"><code>366521e</code></a> chore(deps-dev): bump eslint from 7.17.0 to 7.18.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2359">#2359</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9693f7d9543a8fce610c4ef903ccca0d12d229a1"><code>9693f7d</code></a> feat: added the <code>watch</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2357">#2357</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/451b904393c9d0b92e49d8c7706a847ab1b2dc8b"><code>451b904</code></a> chore(deps-dev): bump husky from 4.3.7 to 4.3.8 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2360">#2360</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8aeca45aaafdddcae4adabc414c43e8486850772"><code>8aeca45</code></a> chore(deps-dev): bump webpack from 5.14.0 to 5.15.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2358">#2358</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/487691abc8d817f5b3c1ab87743d7235ff15d956"><code>487691a</code></a> feat: <code>configtest</code> validate default configuration (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2354">#2354</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/38869d20075fc2fd0a5a65cc88f855bcb5928e21"><code>38869d2</code></a> chore(deps-dev): bump @types/node from 14.14.20 to 14.14.21 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2355">#2355</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/15eb411237dcdcf0db7a501c103fe53f9b82903f"><code>15eb411</code></a> feat: allow to use <code>help</code> command to show option information (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2353">#2353</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/7590f66663ce701d52d9276c3adf9dbdfd1a0fa4"><code>7590f66</code></a> feat: added <code>build</code> command (aliases - 'bundle' and 'b')</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.4.0">compare view</a></li> </ul> </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.12&new-version=4.4.0)](https://dependabot.com/compatibility-score/?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.12&new-version=4.4.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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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-26 06:30:55 +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/twofactor_gateway-nextcloud#466
No description provided.