Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 19, 2021

This PR contains the following updates:

Package Change Age Confidence
webpack-cli (source) 4.3.1 -> 4.10.0 age confidence

Release Notes

webpack/webpack-cli (webpack-cli)

v4.10.0

Compare Source

Bug Fixes
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

v4.9.2

Compare Source

Bug Fixes
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

v4.9.1

Compare Source

Bug Fixes
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

v4.9.0

Compare Source

Bug Fixes
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

v4.8.0

Compare Source

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

v4.7.2

Compare Source

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

v4.7.1

Compare Source

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

v4.7.0

Compare Source

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

v4.6.0

Compare Source

Bug Fixes
Features

v4.5.0

Compare Source

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
Features

v4.4.0

Compare Source

Bug Fixes
Features

4.3.1 (2020-12-31)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from d0580eb to c0f175c Compare February 2, 2021 17:48
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v4.4.0 chore(deps): update dependency webpack-cli to v4.5.0 Feb 2, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from c0f175c to d5cad04 Compare April 26, 2021 15:35
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v4.5.0 chore(deps): update dependency webpack-cli to v4.6.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from d5cad04 to 34460dc Compare May 9, 2021 20:48
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v4.6.0 chore(deps): update dependency webpack-cli to v4.7.0 May 9, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v4.7.0 chore(deps): update dependency webpack-cli to v4.7.2 Jun 15, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 34460dc to de904d7 Compare June 15, 2021 08:26
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from de904d7 to 9389907 Compare October 18, 2021 16:47
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v4.7.2 chore(deps): update dependency webpack-cli to v4.9.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 9389907 to 7856e66 Compare March 7, 2022 15:22
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v4.9.1 chore(deps): update dependency webpack-cli to v4.9.2 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 7856e66 to fec4015 Compare June 18, 2022 23:43
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v4.9.2 chore(deps): update dependency webpack-cli to v4.10.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from fec4015 to 2e45664 Compare August 10, 2025 13:53
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 2e45664 to 17f4dc9 Compare August 19, 2025 18:59
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 17f4dc9 to a7a836d Compare August 31, 2025 14:46
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from a7a836d to 8eab224 Compare September 25, 2025 15:54
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 8eab224 to cff16e3 Compare October 22, 2025 00:04
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from cff16e3 to fa0f2c0 Compare November 10, 2025 19:56
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from fa0f2c0 to 4f229a5 Compare November 19, 2025 00:33
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 4f229a5 to 7c68aab Compare December 3, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant