Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

chore(deps): update dependency webpack-cli to v4 #327

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli ^3.3.11 -> ^4.9.1 age adoption passing confidence

Release Notes

webpack/webpack-cli

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

v4.4.0

Compare Source

Bug Fixes
Features

4.3.1 (2020-12-31)

Bug Fixes

v4.3.1

Compare Source

Bug Fixes

v4.3.0

Compare Source

Bug Fixes
  • fix problems with --mode and config resolution, there are situations when we resolve an invalid config file, the --mode option does not affect on config resolution, if you faced with an error after updating, please use the --config option
  • correct usage of cli-flags (#​2205) (c8fc7d1)
  • defer setting default mode to core (#​2095) (3eb410e)
  • respect the --watch-options-stdin option (2d1e001)
  • respect --color/--no-color option (#​2042) (09bd812)
  • stringify stats using streaming approach (#​2190) (9bf4e92)
  • use logger for error with proper exit code (#​2076) (2c9069f)
  • reduce spammy logs (#​2206) (9b3cc28)
  • respect the infrastructureLogging.level option (logger uses stderr) (#​2144) (7daccc7)
  • respect all options from command line for the server command
  • help and version output
  • respect stats from the config (webpack@4) (#​2098) (2d6e5c6)
  • fixed colors work with multi compiler mode (webpack@4)
Features
  • add bundle command (alias for webpack [options])
  • add pnpm support for package installation (#​2040) (46cba36)

v4.2.0

Compare Source

Bug Fixes
Features

v4.1.0

Compare Source

Bug Fixes
Features

v4.0.0

Compare Source

Bug Fixes
Features
  • assign config paths in build dependencies in cache config (#​1900) (7e90f11)

v3.3.12

Compare Source

Full Changelog


Configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested review from a team, marekweb and tjkandala and removed request for a team November 1, 2020 07:23
@codecov
Copy link

codecov bot commented Nov 1, 2020

Codecov Report

Merging #327 (75d59a6) into master (73f4129) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #327   +/-   ##
=======================================
  Coverage   85.91%   85.91%           
=======================================
  Files          14       14           
  Lines         653      653           
  Branches      175      175           
=======================================
  Hits          561      561           
  Misses         92       92           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73f4129...75d59a6. Read the comment docs.

@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 4b0440b to 71f0ce5 Compare November 4, 2020 19:32
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from 8177b71 to c1fa38d Compare December 9, 2020 09:54
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from c1fa38d to 2a99b5d Compare December 18, 2020 08:37
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from e0a1547 to 2e59259 Compare December 31, 2020 18:53
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 2e59259 to a381113 Compare January 19, 2021 13:07
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from b34ee00 to dad1736 Compare February 2, 2021 17:21
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from dad1736 to 09f7b98 Compare March 1, 2021 15:25
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 09f7b98 to 49f614d Compare March 27, 2021 16:41
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 547c829 to 3a7d3a5 Compare May 8, 2021 07:22
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from a1f55c9 to 62c5230 Compare June 7, 2021 16:55
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 62c5230 to e032cdf Compare October 18, 2021 23:05
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from e032cdf to d3ac4ee Compare October 27, 2021 23:46
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from d3ac4ee to 75d59a6 Compare October 28, 2021 01:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant