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

chore(deps): update dependency webpack-cli to v4.10.0 #115

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 2, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli (source) 4.4.0 -> 4.10.0 age adoption passing 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

v4.9.1

Compare Source

Bug Fixes

v4.9.0

Compare Source

Bug Fixes
Features
  • allow to run commands without webpack installation where it is unnecessary (#​2907) (603041d)

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

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

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 00023dd to baf7b00 Compare March 27, 2021 17:03
@renovate renovate bot changed the title Update dependency webpack-cli to v4.5.0 Update dependency webpack-cli to v4.6.0 Mar 27, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from baf7b00 to eb3b6e8 Compare May 6, 2021 13:56
@renovate renovate bot changed the title Update dependency webpack-cli to v4.6.0 Update dependency webpack-cli to v4.7.0 May 6, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from eb3b6e8 to 32a46b3 Compare June 7, 2021 13:36
@renovate renovate bot changed the title Update dependency webpack-cli to v4.7.0 Update dependency webpack-cli to v4.7.1 Jun 7, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 32a46b3 to 82d967b Compare June 7, 2021 18:01
@renovate renovate bot changed the title Update dependency webpack-cli to v4.7.1 Update dependency webpack-cli to v4.7.2 Jun 7, 2021
@renovate renovate bot changed the title Update dependency webpack-cli to v4.7.2 Update dependency webpack-cli to v4.9.1 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from f2440d3 to bac669b Compare March 7, 2022 15:02
@renovate renovate bot changed the title Update dependency webpack-cli to v4.9.1 Update dependency webpack-cli to v4.9.2 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from bac669b to 89d949b Compare March 14, 2022 09:18
@renovate renovate bot changed the title Update dependency webpack-cli to v4.9.2 Update dependency webpack-cli to v4.10.0 Jun 13, 2022
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 89d949b to f299db4 Compare June 13, 2022 03:06
@renovate renovate bot changed the title Update dependency webpack-cli to v4.10.0 chore(deps): update dependency webpack-cli to v4.10.0 Sep 9, 2024
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.

0 participants