[PR #463] [CLOSED] Bump webpack-cli from 3.3.12 to 4.8.0 #504

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/463
Author: @dependabot[bot]
Created: 8/21/2021
Status: Closed

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


📝 Commits (1)

  • 263bf68 Bump webpack-cli from 3.3.12 to 4.8.0

📊 Changes

2 files changed (+660 additions, -644 deletions)

View changed files

📝 package-lock.json (+659 -643)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.3.12 to 4.8.0.

Release notes

Sourced from webpack-cli's releases.

v4.8.0

4.8.0 (2021-08-15)

Bug Fixes

Features

  • show possible values for option in help output (#2819) (828e5c9)
  • init-generator: add ability to specify a package manager of choice (#2769) (e53f164)

v4.7.2

4.7.2 (2021-06-07)

Note: Version bump only for package webpack-cli

v4.7.1

4.7.1 (2021-06-07)

Bug Fixes

v4.7.0

4.7.0 (2021-05-06)

Bug Fixes

Features

v4.6.0

4.6.0 (2021-03-27)

Bug Fixes

... (truncated)

Changelog

Sourced from webpack-cli's changelog.

4.8.0 (2021-08-15)

Bug Fixes

Features

  • show possible values for option in help output (#2819) (828e5c9)
  • init-generator: add ability to specify a package manager of choice (#2769) (e53f164)

4.7.2 (2021-06-07)

Note: Version bump only for package webpack-cli (due @webpack-cli/serve)

4.7.1 (2021-06-07)

Bug Fixes

4.7.0 (2021-05-06)

Bug Fixes

Features

4.6.0 (2021-03-27)

Bug Fixes

Features

  • added WEBPACK_PACKAGE env var to use custom webpack package (#2556) (3d1e485)
  • added WEBPACK_CLI_SKIP_IMPORT_LOCAL env var to skip local import (#2546) (e130822)

... (truncated)

Commits
  • b66fdc0 chore(release): publish new version
  • c6ace90 docs: update SERVE-OPTIONS-v4 (#2893)
  • e16b244 chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#2890)
  • f66d01f fix: using new dev server API for v4 (#2886)
  • a4c83e9 docs: update cli options (#2892)
  • f8bd91d chore(deps): bump url-parse from 1.5.1 to 1.5.3 (#2891)
  • 846ab57 chore(deps): bump colorette from 1.2.2 to 1.3.0 (#2888)
  • 0b115a6 chore(deps-dev): bump webpack from 5.49.0 to 5.50.0 (#2889)
  • 1a337aa chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#2884)
  • dfd36ab chore(deps-dev): bump @​typescript-eslint/parser
  • 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.


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)

🔄 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/463 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/21/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-4.8.0` --- ### 📝 Commits (1) - [`263bf68`](https://github.com/nextcloud/twofactor_gateway/commit/263bf68d9a5daca2db424880aeb2054400021082) Bump webpack-cli from 3.3.12 to 4.8.0 ### 📊 Changes **2 files changed** (+660 additions, -644 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+659 -643) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.8.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.8.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.2...webpack-cli@4.8.0">4.8.0</a> (2021-08-15)</h1> <h3>Bug Fixes</h3> <ul> <li>show default value in help output if available (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2814">#2814</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7f50948bb984821449277d6b5632b98a695eb029">7f50948</a>)</li> <li>support top multi compiler options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2874">#2874</a>) (<a href="https://github.com/webpack/webpack-cli/commit/82b1fb7441f04595ac90626235d506f29e5bb107">82b1fb7</a>)</li> </ul> <h3>Features</h3> <ul> <li>show possible values for option in help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2819">#2819</a>) (<a href="https://github.com/webpack/webpack-cli/commit/828e5c923719982dfc828f9935f65384d6ede2d1">828e5c9</a>)</li> <li><strong>init-generator:</strong> add ability to specify a package manager of choice (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2769">#2769</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e53f1645c729c3bbcb27ffd41c999ed321f86f9d">e53f164</a>)</li> </ul> <h2>v4.7.2</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.1...webpack-cli@4.7.2">4.7.2</a> (2021-06-07)</h2> <p><strong>Note:</strong> Version bump only for package webpack-cli</p> <h2>v4.7.1</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.1">4.7.1</a> (2021-06-07)</h2> <h3>Bug Fixes</h3> <ul> <li>not found module after ask installation (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2761">#2761</a>) (<a href="https://github.com/webpack/webpack-cli/commit/557ad05ae8168255b57698bdd2d98cbc7b53812d">557ad05</a>)</li> <li>prettier config (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2719">#2719</a>) (<a href="https://github.com/webpack/webpack-cli/commit/181295fb1b1973c201c221813562219d85b845ae">181295f</a>)</li> </ul> <h2>v4.7.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.6.0...webpack-cli@4.7.0">4.7.0</a> (2021-05-06)</h1> <h3>Bug Fixes</h3> <ul> <li>parsing of empty <code>--env</code> flags (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2643">#2643</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bc12f1a2a833f09a0585050a0f5dd854da188f1d">bc12f1a</a>)</li> <li>update usage info (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2594">#2594</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9d07d67faf147cbaf0dddb95038403963e5f2afb">9d07d67</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>create</code> and <code>new</code> alias for <code>init</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2616">#2616</a>) (<a href="https://github.com/webpack/webpack-cli/commit/5a9789db237b7696adfdc9826b0dda749fedfa9a">5a9789d</a>)</li> <li>add <code>server</code> alias for <code>serve</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2631">#2631</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c9ee947618c06447bc1f949e4d401e63f737f38d">c9ee947</a>)</li> <li>add flag to force start finish log (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2566">#2566</a>) (<a href="https://github.com/webpack/webpack-cli/commit/281aad3ee4961f1643453eb1a926e88e0b7f019c">281aad3</a>)</li> <li>added <code>--no-devtool</code> to webpack v4(<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2603">#2603</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7c6f390a1d64d562065ffc31d8b23d833813ee9d">7c6f390</a>)</li> <li>added support arguments description (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2659">#2659</a>) (<a href="https://github.com/webpack/webpack-cli/commit/4dfd166f757ce94130bf9b7580f2dbe2868b8f4f">4dfd166</a>)</li> </ul> <h2>v4.6.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0">4.6.0</a> (2021-03-27)</h1> <h3>Bug Fixes</h3> <ul> <li><code>negative</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2555">#2555</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f26ebc105e140992639864fa01950454abd716ac">f26ebc1</a>)</li> <li>improve error message for help (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2482">#2482</a>) (<a href="https://github.com/webpack/webpack-cli/commit/99ae2a3b9f7ad8c1807839357360a1b4607865b1">99ae2a3</a>)</li> <li>show <code>--node-env</code> in minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2411">#2411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f5fc3023121f4d952a166879a46b2653c20b6349">f5fc302</a>)</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.7.2...webpack-cli@4.8.0">4.8.0</a> (2021-08-15)</h1> <h3>Bug Fixes</h3> <ul> <li>show default value in help output if available (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2814">#2814</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7f50948bb984821449277d6b5632b98a695eb029">7f50948</a>)</li> <li>support top multi compiler options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2874">#2874</a>) (<a href="https://github.com/webpack/webpack-cli/commit/82b1fb7441f04595ac90626235d506f29e5bb107">82b1fb7</a>)</li> </ul> <h3>Features</h3> <ul> <li>show possible values for option in help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2819">#2819</a>) (<a href="https://github.com/webpack/webpack-cli/commit/828e5c923719982dfc828f9935f65384d6ede2d1">828e5c9</a>)</li> <li><strong>init-generator:</strong> add ability to specify a package manager of choice (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2769">#2769</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e53f1645c729c3bbcb27ffd41c999ed321f86f9d">e53f164</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.1...webpack-cli@4.7.2">4.7.2</a> (2021-06-07)</h2> <p><strong>Note:</strong> Version bump only for package webpack-cli (due <code>@webpack-cli/serve</code>)</p> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.1">4.7.1</a> (2021-06-07)</h2> <h3>Bug Fixes</h3> <ul> <li>not found module after ask installation (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2761">#2761</a>) (<a href="https://github.com/webpack/webpack-cli/commit/557ad05ae8168255b57698bdd2d98cbc7b53812d">557ad05</a>)</li> <li>prettier config (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2719">#2719</a>) (<a href="https://github.com/webpack/webpack-cli/commit/181295fb1b1973c201c221813562219d85b845ae">181295f</a>)</li> </ul> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.6.0...webpack-cli@4.7.0">4.7.0</a> (2021-05-06)</h1> <h3>Bug Fixes</h3> <ul> <li>parsing of empty <code>--env</code> flags (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2643">#2643</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bc12f1a2a833f09a0585050a0f5dd854da188f1d">bc12f1a</a>)</li> <li>update usage info (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2594">#2594</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9d07d67faf147cbaf0dddb95038403963e5f2afb">9d07d67</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>create</code> and <code>new</code> alias for <code>init</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2616">#2616</a>) (<a href="https://github.com/webpack/webpack-cli/commit/5a9789db237b7696adfdc9826b0dda749fedfa9a">5a9789d</a>)</li> <li>add <code>server</code> alias for <code>serve</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2631">#2631</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c9ee947618c06447bc1f949e4d401e63f737f38d">c9ee947</a>)</li> <li>add flag to force start finish log (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2566">#2566</a>) (<a href="https://github.com/webpack/webpack-cli/commit/281aad3ee4961f1643453eb1a926e88e0b7f019c">281aad3</a>)</li> <li>added <code>--no-devtool</code> to webpack v4(<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2603">#2603</a>) (<a href="https://github.com/webpack/webpack-cli/commit/7c6f390a1d64d562065ffc31d8b23d833813ee9d">7c6f390</a>)</li> <li>added support arguments description (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2659">#2659</a>) (<a href="https://github.com/webpack/webpack-cli/commit/4dfd166f757ce94130bf9b7580f2dbe2868b8f4f">4dfd166</a>)</li> </ul> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0">4.6.0</a> (2021-03-27)</h1> <h3>Bug Fixes</h3> <ul> <li><code>negative</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2555">#2555</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f26ebc105e140992639864fa01950454abd716ac">f26ebc1</a>)</li> <li>improve error message for help (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2482">#2482</a>) (<a href="https://github.com/webpack/webpack-cli/commit/99ae2a3b9f7ad8c1807839357360a1b4607865b1">99ae2a3</a>)</li> <li>show <code>--node-env</code> in minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2411">#2411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f5fc3023121f4d952a166879a46b2653c20b6349">f5fc302</a>)</li> </ul> <h3>Features</h3> <ul> <li>added <code>WEBPACK_PACKAGE</code> env var to use custom <code>webpack</code> package (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2556">#2556</a>) (<a href="https://github.com/webpack/webpack-cli/commit/3d1e4855c55a6601d8a89dcb50d9d842009e3cda">3d1e485</a>)</li> <li>added <code>WEBPACK_CLI_SKIP_IMPORT_LOCAL</code> env var to skip local import (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2546">#2546</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e13082221c2da01d8b8215ebc936474bf3ca1582">e130822</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/b66fdc010f029f0079c7511557f5460fd555b9c1"><code>b66fdc0</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/c6ace9071b2c2a494c778224ad82f9e40248771b"><code>c6ace90</code></a> docs: update <code>SERVE-OPTIONS-v4</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2893">#2893</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/e16b244d4db646307d02ef75a2264ee963a4d4d0"><code>e16b244</code></a> chore(deps): bump path-parse from 1.0.6 to 1.0.7 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2890">#2890</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f66d01f0e382b0b3ffc753ac7549eb252e19e26c"><code>f66d01f</code></a> fix: using new dev server API for v4 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2886">#2886</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/a4c83e9f33c84ebc8f3dc723306c16c98a7d31a5"><code>a4c83e9</code></a> docs: update cli options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2892">#2892</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f8bd91d6e19d2171ee61c82f935491deb38486b9"><code>f8bd91d</code></a> chore(deps): bump url-parse from 1.5.1 to 1.5.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2891">#2891</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/846ab5798b5e61b800ca29d48535ce68821027ee"><code>846ab57</code></a> chore(deps): bump colorette from 1.2.2 to 1.3.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2888">#2888</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/0b115a6caf2078577a0e43b06fa7adeee605aa12"><code>0b115a6</code></a> chore(deps-dev): bump webpack from 5.49.0 to 5.50.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2889">#2889</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/1a337aab3fa4709e3c1cab2b4f8a49f8c1915ea7"><code>1a337aa</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2884">#2884</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/dfd36abe55980570e829f9c252b1549004423a03"><code>dfd36ab</code></a> chore(deps-dev): bump <code>@​typescript-eslint/parser</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.12&new-version=4.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:05 +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#504
No description provided.