[PR #406] [CLOSED] Bump webpack-cli from 3.3.12 to 4.3.0 #454

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/406
Author: @dependabot-preview[bot]
Created: 12/26/2020
Status: Closed

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


📝 Commits (1)

  • 05cd87a Bump webpack-cli from 3.3.12 to 4.3.0

📊 Changes

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

View changed files

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

📄 Description

Bumps webpack-cli from 3.3.12 to 4.3.0.

Release notes

Sourced from webpack-cli's releases.

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)

Features

  • add bundle command (alias for webpack [options])
  • add pnpm support for package installation (#2040) (46cba36)

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

Changelog

Sourced from webpack-cli's changelog.

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

  • add bundle command (alias for webpack [options])
  • add pnpm support for package installation (#2040) (46cba36)

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)

4.1.0 (2020-10-19)

Bug Fixes

Commits
  • 7c2311a chore(release): publish new version
  • 41829a6 Merge remote-tracking branch 'origin/master'
  • 2d1e001 fix: respect --watch-options-stdin
  • cec0cd8 Merge remote-tracking branch 'origin/master'
  • 05636b7 tests: core options for serve
  • 6002c23 docs: fixed articles error in the CONTRIBUTING.md file (#2260)
  • 7bde804 Merge remote-tracking branch 'origin/master'
  • 59ca25a chore(deps-dev): bump @types/prettier from 2.1.5 to 2.1.6 (#2257)
  • 05e012e Merge remote-tracking branch 'origin/master'
  • 1d3e6a7 fix: typo in installation message
  • 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/406 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/26/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-4.3.0` --- ### 📝 Commits (1) - [`05cd87a`](https://github.com/nextcloud/twofactor_gateway/commit/05cd87a661e499d656b60763d0024f9f091e0512) Bump webpack-cli from 3.3.12 to 4.3.0 ### 📊 Changes **2 files changed** (+299 additions, -345 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+298 -344) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.3.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.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> <h3>Features</h3> <ul> <li>add <code>bundle</code> command (alias for <code>webpack [options]</code>)</li> <li>add <code>pnpm</code> support for package installation (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2040">#2040</a>) (<a href="https://github.com/webpack/webpack-cli/commit/46cba367f06a6354fe98fcb15e7771e819feeac0">46cba36</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </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.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> <ul> <li>add <code>bundle</code> command (alias for <code>webpack [options]</code>)</li> <li>add <code>pnpm</code> support for package installation (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2040">#2040</a>) (<a href="https://github.com/webpack/webpack-cli/commit/46cba367f06a6354fe98fcb15e7771e819feeac0">46cba36</a>)</li> </ul> <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 fuctional 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> <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> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/7c2311a541d93e67d9c328f26b96d36418eac823"><code>7c2311a</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/41829a6d487caf199650367415655e1de87ab96f"><code>41829a6</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/webpack/webpack-cli/commit/2d1e001e7f4f560c2b36607bd1b29dfe2aa32066"><code>2d1e001</code></a> fix: respect <code>--watch-options-stdin</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/cec0cd843d0f95ab3f247eeb282573383385f39a"><code>cec0cd8</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/webpack/webpack-cli/commit/05636b70f50338ac122685821f757435596245e2"><code>05636b7</code></a> tests: core options for serve</li> <li><a href="https://github.com/webpack/webpack-cli/commit/6002c239a0b71aedaf8b75b4bcf5ffdc6d096164"><code>6002c23</code></a> docs: fixed articles error in the CONTRIBUTING.md file (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2260">#2260</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/7bde8044ea245cf99ede315655ff8a93f33d7a5f"><code>7bde804</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/webpack/webpack-cli/commit/59ca25a344dc1302ccc310062ee1abe696ca26f7"><code>59ca25a</code></a> chore(deps-dev): bump @types/prettier from 2.1.5 to 2.1.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2257">#2257</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/05e012e5de4fa410cc9ed362b6966d4fa65fc089"><code>05e012e</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/webpack/webpack-cli/commit/1d3e6a736431c2c453c5f6c21be9ad29257ec72e"><code>1d3e6a7</code></a> fix: typo in installation message</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.3.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.3.0)](https://dependabot.com/compatibility-score/?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.12&new-version=4.3.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:52 +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#454
No description provided.