[PR #477] [CLOSED] Bump webpack-cli from 3.3.12 to 4.9.2 #517

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/477
Author: @dependabot[bot]
Created: 1/29/2022
Status: Closed

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


📝 Commits (1)

  • 9db44a1 Bump webpack-cli from 3.3.12 to 4.9.2

📊 Changes

2 files changed (+837 additions, -3924 deletions)

View changed files

📝 package-lock.json (+836 -3923)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.3.12 to 4.9.2.

Release notes

Sourced from webpack-cli's releases.

v4.9.2

4.9.2 (2022-01-24)

Bug Fixes

  • respect negatedDescription for flags from schema (#3102) (463b731)

v4.9.1

4.9.1 (2021-10-18)

Bug Fixes

v4.9.0

4.9.0 (2021-10-06)

Bug Fixes

  • handle undefined and empty configuration export (#2930) (9b9040e)

Features

  • allow to run commands without webpack installation where it is unnecessary (#2907) (603041d)

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

... (truncated)

Changelog

Sourced from webpack-cli's changelog.

4.9.2 (2022-01-24)

Bug Fixes

  • respect negatedDescription for flags from schema (#3102) (463b731)

4.9.1 (2021-10-18)

Bug Fixes

4.9.0 (2021-10-06)

Bug Fixes

  • handle undefined and empty configuration export (#2930) (9b9040e)

Features

  • allow to run commands without webpack installation where it is unnecessary (#2907) (603041d)

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

... (truncated)

Commits
  • 88cbb3f chore(release): publish new version
  • 463b731 fix: respect negatedDescription for flags from schema (#3102)
  • 8bb55fb chore(deps-dev): bump lint-staged from 12.2.2 to 12.3.1 (#3103)
  • 4650e66 docs: update webpack options (#3101)
  • a59de98 chore(deps-dev): bump lint-staged from 12.2.1 to 12.2.2 (#3100)
  • 98270b4 chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#3098)
  • c2ef3ac chore(deps-dev): bump @​commitlint/cli from 16.0.3 to 16.1.0 (#3099)
  • 4dc2a62 chore(deps-dev): bump @​typescript-eslint/parser
  • 5de8ffb chore(deps-dev): bump @​commitlint/cli
  • 953daa1 chore(deps-dev): bump lint-staged from 12.2.0 to 12.2.1 (#3096)
  • 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/477 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/29/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-4.9.2` --- ### 📝 Commits (1) - [`9db44a1`](https://github.com/nextcloud/twofactor_gateway/commit/9db44a15f44593b71e1cbb4e933ddd7bf8e87b81) Bump webpack-cli from 3.3.12 to 4.9.2 ### 📊 Changes **2 files changed** (+837 additions, -3924 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+836 -3923) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.9.2. <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.9.2</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2">4.9.2</a> (2022-01-24)</h2> <h3>Bug Fixes</h3> <ul> <li>respect <code>negatedDescription</code> for flags from schema (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3102">#3102</a>) (<a href="https://github.com/webpack/webpack-cli/commit/463b73115bf9a4871d775ec6501be50b08eef317">463b731</a>)</li> </ul> <h2>v4.9.1</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@4.9.1">4.9.1</a> (2021-10-18)</h2> <h3>Bug Fixes</h3> <ul> <li>compatibility with dynamic <code>import</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3006">#3006</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6a9aac99665f0d2f2f0c58c757c6befbc7734c8f">6a9aac9</a>)</li> </ul> <h2>v4.9.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.8.0...webpack-cli@4.9.0">4.9.0</a> (2021-10-06)</h1> <h3>Bug Fixes</h3> <ul> <li>handle <code>undefined</code> and empty configuration export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2930">#2930</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9b9040e97c1d7a68d0757c05a67fb0fc8184b827">9b9040e</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow to run commands without webpack installation where it is unnecessary (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2907">#2907</a>) (<a href="https://github.com/webpack/webpack-cli/commit/603041d7e6a9b764bd79d1a8effd22a3e0f019cb">603041d</a>)</li> </ul> <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> <!-- 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> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2">4.9.2</a> (2022-01-24)</h2> <h3>Bug Fixes</h3> <ul> <li>respect <code>negatedDescription</code> for flags from schema (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3102">#3102</a>) (<a href="https://github.com/webpack/webpack-cli/commit/463b73115bf9a4871d775ec6501be50b08eef317">463b731</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@4.9.1">4.9.1</a> (2021-10-18)</h2> <h3>Bug Fixes</h3> <ul> <li>compatibility with dynamic <code>import</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3006">#3006</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6a9aac99665f0d2f2f0c58c757c6befbc7734c8f">6a9aac9</a>)</li> </ul> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.8.0...webpack-cli@4.9.0">4.9.0</a> (2021-10-06)</h1> <h3>Bug Fixes</h3> <ul> <li>handle <code>undefined</code> and empty configuration export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2930">#2930</a>) (<a href="https://github.com/webpack/webpack-cli/commit/9b9040e97c1d7a68d0757c05a67fb0fc8184b827">9b9040e</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow to run commands without webpack installation where it is unnecessary (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2907">#2907</a>) (<a href="https://github.com/webpack/webpack-cli/commit/603041d7e6a9b764bd79d1a8effd22a3e0f019cb">603041d</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/88cbb3fe6ae7055bb806396ef32f12c7d71ce90c"><code>88cbb3f</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/463b73115bf9a4871d775ec6501be50b08eef317"><code>463b731</code></a> fix: respect <code>negatedDescription</code> for flags from schema (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3102">#3102</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8bb55fb68dbeee054ec7ef77fdca3f40ba7d5905"><code>8bb55fb</code></a> chore(deps-dev): bump lint-staged from 12.2.2 to 12.3.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3103">#3103</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/4650e66b1433b02fc3ea423a7ce9586930414dbf"><code>4650e66</code></a> docs: update webpack options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3101">#3101</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/a59de986d816f447308b657b32e1494694437b23"><code>a59de98</code></a> chore(deps-dev): bump lint-staged from 12.2.1 to 12.2.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3100">#3100</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/98270b449689409def23bbb27b5061137ed9a2b0"><code>98270b4</code></a> chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3098">#3098</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/c2ef3acf0222c2eecebf496e7fdb3e7af8be7bfe"><code>c2ef3ac</code></a> chore(deps-dev): bump <code>@​commitlint/cli</code> from 16.0.3 to 16.1.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3099">#3099</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/4dc2a6245d47c7102f7a04996bd068fa703340fb"><code>4dc2a62</code></a> chore(deps-dev): bump <code>@​typescript-eslint/parser</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/5de8ffb76ad1f272e47d249bcd09d36a93bd4760"><code>5de8ffb</code></a> chore(deps-dev): bump <code>@​commitlint/cli</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/953daa15bc436c30da4b248387e823f0cd54238b"><code>953daa1</code></a> chore(deps-dev): bump lint-staged from 12.2.0 to 12.2.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3096">#3096</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.9.2">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.9.2)](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:09 +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#517
No description provided.