Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update dependency webpack-cli to v4.7.2 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli 4.3.1 -> 4.7.2 age adoption passing confidence

Release Notes

webpack/webpack-cli

v4.7.2

Compare Source

Note: Version bump only for package webpack-cli (due @webpack-cli/serve)

v4.7.1

Compare Source

Bug Fixes

v4.7.0

Compare Source

Bug Fixes
Features

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

@renovate renovate bot changed the title Update dependency webpack-cli to v4.4.0 Update dependency webpack-cli to v4.5.0 Feb 2, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from b4cadd3 to f68153d Compare April 26, 2021 12:53
@renovate renovate bot changed the title Update dependency webpack-cli to v4.5.0 Update dependency webpack-cli to v4.6.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from f68153d to c1a2040 Compare May 9, 2021 21:55
@renovate renovate bot changed the title Update dependency webpack-cli to v4.6.0 Update dependency webpack-cli to v4.7.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from c1a2040 to 4077b82 Compare June 17, 2021 10:08
@renovate renovate bot changed the title Update dependency webpack-cli to v4.7.0 Update dependency webpack-cli to v4.7.2 Jun 17, 2021
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.

None yet

1 participant