Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update dependency webpack-cli to v4.5.0 #194

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 5, 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: "every weekend" in timezone Asia/Tokyo.

🚦 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.

@renovate renovate bot added the deps Pull requests that update a dependency file label Feb 5, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 8716f15 to 3afa560 Compare February 6, 2021 10:38
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 3afa560 to bd1291d Compare February 13, 2021 04:30
@ruedap ruedap merged commit f7596aa into main Feb 15, 2021
@ruedap ruedap deleted the renovate/webpack-cli-4.x branch February 15, 2021 23:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants