[PR #437] [CLOSED] Bump webpack-cli from 3.3.12 to 4.6.0 #480

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/437
Author: @dependabot-preview[bot]
Created: 4/3/2021
Status: Closed

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


📝 Commits (1)

  • d4da5d1 Bump webpack-cli from 3.3.12 to 4.6.0

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps webpack-cli from 3.3.12 to 4.6.0.

Release notes

Sourced from webpack-cli's releases.

v4.6.0

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)
  • allow string value for the --hot option (#2444) (8656e78)
  • display used config path when logging level=log (#2431) (f8406e1)

v4.5.0

4.5.0 (2021-02-02)

Notes

  • now you can use webpack.config.mjs and webpack.config.js with { "type": "module" } in package.json
  • you can avoid using the cross-env package:

Before:

{
    "scripts": {
        "build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js"
    }
}

Now (you can remove the cross-env if you don't use it somewhere else):

{
    "scripts": {
        "build": "webpack --node-env=production --config build/webpack.config.js"
    }
}
  • the mode option respect the --node-env option if you don't set the mode option explicit using CLI options or in configuration(s), i.e. --node-env production set process.env.NODE_ENV and mode to production

Bug Fixes

  • avoid deprecation message (9d6dbda)
  • error message on invalid plugin options (#2380) (f9ce1d3)

... (truncated)

Changelog

Sourced from webpack-cli's changelog.

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)
  • allow string value for the --hot option (#2444) (8656e78)
  • display used config path when logging level=log (#2431) (f8406e1)

4.5.0 (2021-02-02)

Notes

  • now you can use webpack.config.mjs and webpack.config.js with { "type": "module" } in package.json
  • you can avoid using the cross-env package:

Before:

{
    "scripts": {
        "build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js"
    }
}

Now (you can remove the cross-env if you don't use it somewhere else):

{
    "scripts": {
        "build": "webpack --node-env=production --config build/webpack.config.js"
    }
}
  • the mode option respect the --node-env option if you don't set the mode option explicit using CLI options or in configuration(s), i.e. --node-env production set process.env.NODE_ENV and mode to production

Bug Fixes

  • avoid deprecation message (9d6dbda)
  • error message on invalid plugin options (#2380) (f9ce1d3)
  • improve description for 'configtest' command (#2379) (311bae3)

... (truncated)

Commits

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/437 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-4.6.0` --- ### 📝 Commits (1) - [`d4da5d1`](https://github.com/nextcloud/twofactor_gateway/commit/d4da5d1ea54376b8a5714ed8ad4f3af632e539ff) Bump webpack-cli from 3.3.12 to 4.6.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 [//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot` commands nor will it be automatically closed if a new version is found. If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected. --- [//]: # (dependabot-end) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.6.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.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> <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> <li>allow string value for the <code>--hot</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2444">#2444</a>) (<a href="https://github.com/webpack/webpack-cli/commit/8656e78d788bc8a504258d4dcc609767f63d60c4">8656e78</a>)</li> <li>display used config path when logging level=log (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2431">#2431</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f8406e1c5253849fad741eb45f1ece23a7c603f4">f8406e1</a>)</li> </ul> <h2>v4.5.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0">4.5.0</a> (2021-02-02)</h1> <h3>Notes</h3> <ul> <li>now you can use <code>webpack.config.mjs</code> and <code>webpack.config.js</code> with <code>{ &quot;type&quot;: &quot;module&quot; }</code> in <code>package.json</code></li> <li>you can avoid using the <code>cross-env</code> package:</li> </ul> <p>Before:</p> <pre lang="json"><code>{ &quot;scripts&quot;: { &quot;build&quot;: &quot;cross-env NODE_ENV=production webpack --config build/webpack.config.js&quot; } } </code></pre> <p>Now (you can remove the <code>cross-env</code> if you don't use it somewhere else):</p> <pre lang="json"><code>{ &quot;scripts&quot;: { &quot;build&quot;: &quot;webpack --node-env=production --config build/webpack.config.js&quot; } } </code></pre> <ul> <li>the <code>mode</code> option respect the <code>--node-env</code> option if you don't set the <code>mode</code> option explicit using CLI options or in configuration(s), i.e. <code>--node-env production</code> set <code>process.env.NODE_ENV</code> and <code>mode</code> to <code>production</code></li> </ul> <h3>Bug Fixes</h3> <ul> <li>avoid deprecation message (<a href="https://github.com/webpack/webpack-cli/commit/9d6dbda93da167a1aaad03f599105a4fe7849dc3">9d6dbda</a>)</li> <li>error message on invalid plugin options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2380">#2380</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f9ce1d30b83bf0e0b4d91498d012c13c208e6e67">f9ce1d3</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.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> <li>allow string value for the <code>--hot</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2444">#2444</a>) (<a href="https://github.com/webpack/webpack-cli/commit/8656e78d788bc8a504258d4dcc609767f63d60c4">8656e78</a>)</li> <li>display used config path when logging level=log (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2431">#2431</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f8406e1c5253849fad741eb45f1ece23a7c603f4">f8406e1</a>)</li> </ul> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0">4.5.0</a> (2021-02-02)</h1> <h3>Notes</h3> <ul> <li>now you can use <code>webpack.config.mjs</code> and <code>webpack.config.js</code> with <code>{ &quot;type&quot;: &quot;module&quot; }</code> in <code>package.json</code></li> <li>you can avoid using the <code>cross-env</code> package:</li> </ul> <p>Before:</p> <pre lang="json"><code>{ &quot;scripts&quot;: { &quot;build&quot;: &quot;cross-env NODE_ENV=production webpack --config build/webpack.config.js&quot; } } </code></pre> <p>Now (you can remove the <code>cross-env</code> if you don't use it somewhere else):</p> <pre lang="json"><code>{ &quot;scripts&quot;: { &quot;build&quot;: &quot;webpack --node-env=production --config build/webpack.config.js&quot; } } </code></pre> <ul> <li>the <code>mode</code> option respect the <code>--node-env</code> option if you don't set the <code>mode</code> option explicit using CLI options or in configuration(s), i.e. <code>--node-env production</code> set <code>process.env.NODE_ENV</code> and <code>mode</code> to <code>production</code></li> </ul> <h3>Bug Fixes</h3> <ul> <li>avoid deprecation message (<a href="https://github.com/webpack/webpack-cli/commit/9d6dbda93da167a1aaad03f599105a4fe7849dc3">9d6dbda</a>)</li> <li>error message on invalid plugin options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2380">#2380</a>) (<a href="https://github.com/webpack/webpack-cli/commit/f9ce1d30b83bf0e0b4d91498d012c13c208e6e67">f9ce1d3</a>)</li> <li>improve description for 'configtest' command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2379">#2379</a>) (<a href="https://github.com/webpack/webpack-cli/commit/311bae336d83424c800e553b6ef40242d967685c">311bae3</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/b7b0852dea15617c4bfe69adb00fa93d67493739"><code>b7b0852</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/a8afb64e9bcf17075ed4eccf8f44b44ea95c1336"><code>a8afb64</code></a> chore(deps-dev): bump @types/node</li> <li><a href="https://github.com/webpack/webpack-cli/commit/7ff723c668618126504b4e7e7f5f7057715d554b"><code>7ff723c</code></a> chore(deps-dev): bump @types/jest</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9d296dfc1df4f67c42f64e4fe5f600395b726685"><code>9d296df</code></a> chore(deps-dev): bump eslint from 7.22.0 to 7.23.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2564">#2564</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f8d6606a79964a26a597d06580ba88e9971d25a3"><code>f8d6606</code></a> chore: ignore tests from npm (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2563">#2563</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f26ebc105e140992639864fa01950454abd716ac"><code>f26ebc1</code></a> fix: generation of <code>negative</code> flags (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2555">#2555</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3d1e4855c55a6601d8a89dcb50d9d842009e3cda"><code>3d1e485</code></a> feat: add <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>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d03947259fcec1c4caae9f942f35d9b1d99504dc"><code>d039472</code></a> test: update snapshots (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2557">#2557</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5c96b69b4420fe45f2f8b03677d96ef878202b66"><code>5c96b69</code></a> ci: add bootstrap step in workflow (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2553">#2553</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/a141bbb1902ec9039d197f3b4b049e2e3eaff793"><code>a141bbb</code></a> feat: allow all css possibilities for default template (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2544">#2544</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.6.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.6.0)](https://dependabot.com/compatibility-score/?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.12&new-version=4.6.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:59 +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#480
No description provided.