Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli ^4.4.0 -> ^4.5.0 age adoption passing confidence

Release Notes

webpack/webpack-cli

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

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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 has been generated by WhiteSource Renovate. View repository job log here.

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Feb 8, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from dd3e4db to 16ecf3c Compare February 8, 2021 12:53
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 16ecf3c to 51cb879 Compare February 8, 2021 15:26
@ehmicky ehmicky self-assigned this Feb 8, 2021
@ehmicky ehmicky enabled auto-merge February 8, 2021 15:28
@ehmicky ehmicky merged commit 05a6fdd into master Feb 8, 2021
@ehmicky ehmicky deleted the renovate/webpack-cli-4.x branch February 8, 2021 15:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

type: chore work needed to keep the product and development running smoothly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants