[PR #420] [CLOSED] Bump webpack-cli from 3.3.12 to 4.5.0 #468

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/420
Author: @dependabot-preview[bot]
Created: 2/6/2021
Status: Closed

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


📝 Commits (1)

  • c7bdf07 Bump webpack-cli from 3.3.12 to 4.5.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.5.0.

Release notes

Sourced from webpack-cli's releases.

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)
  • improve description for 'configtest' command (#2379) (311bae3)

Features

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)

... (truncated)

Changelog

Sourced from webpack-cli's changelog.

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)

Features

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)

... (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/420 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/6/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-4.5.0` --- ### 📝 Commits (1) - [`c7bdf07`](https://github.com/nextcloud/twofactor_gateway/commit/c7bdf079eb27bd3434e1df5932d3708bd307749b) Bump webpack-cli from 3.3.12 to 4.5.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.5.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.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> <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> <h3>Features</h3> <ul> <li>add the <code>--node-env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2388">#2388</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e5126f10b6622437c0541c25be2a610a82c1df04">e5126f1</a>)</li> <li>entries syntax (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2369">#2369</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6b3161479578f572f803f579c7e71073eb797184">6b31614</a>)</li> <li>support ES module configuration format (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2381">#2381</a>) (<a href="https://github.com/webpack/webpack-cli/commit/aebdbbc1f6e2761e7821cb3660bea686cce7b587">aebdbbc</a>)</li> </ul> <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> </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.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> <h3>Features</h3> <ul> <li>add the <code>--node-env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2388">#2388</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e5126f10b6622437c0541c25be2a610a82c1df04">e5126f1</a>)</li> <li>entries syntax (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2369">#2369</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6b3161479578f572f803f579c7e71073eb797184">6b31614</a>)</li> <li>support ES module configuration format (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2381">#2381</a>) (<a href="https://github.com/webpack/webpack-cli/commit/aebdbbc1f6e2761e7821cb3660bea686cce7b587">aebdbbc</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/3bbda71e9637b7d20f3f49f9e080e27d8d8ae929"><code>3bbda71</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/e5126f10b6622437c0541c25be2a610a82c1df04"><code>e5126f1</code></a> feat: add the <code>--node-env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2388">#2388</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/2841cd77284678dfccc500f8c6e1eb509c9c7aff"><code>2841cd7</code></a> test: default loader name and plugin name (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2392">#2392</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/b50d71b0bb6ad679a00b06a9dab6ceb49ed99c33"><code>b50d71b</code></a> test: improve tests for --merge (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2399">#2399</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ad1a6b83dfa83737f561180384a7968d90472e70"><code>ad1a6b8</code></a> docs: update (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2398">#2398</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/805f9ffb3493f7bea2d1be2c6e3c8884abebe621"><code>805f9ff</code></a> chore: use conventional commitlint (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2394">#2394</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9967de91c34cf36783ba7d622be06bc4ae4661f6"><code>9967de9</code></a> chore(deps): bump envinfo from 7.7.3 to 7.7.4 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2396">#2396</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/aebdbbc1f6e2761e7821cb3660bea686cce7b587"><code>aebdbbc</code></a> feat: support ES module configuration format (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2381">#2381</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d004ded913b5048f88516047cdb941e6496c4982"><code>d004ded</code></a> docs: remove references to non-existent packages (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2395">#2395</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/7bd747a4815136d90c812c0fd9ae8c231556fadb"><code>7bd747a</code></a> chore(init): remove --force flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/2391">#2391</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.5.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.5.0)](https://dependabot.com/compatibility-score/?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.12&new-version=4.5.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#468
No description provided.