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 - autoclosed #120

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli 3.3.12 -> 4.9.2 age adoption passing confidence

Release Notes

webpack/webpack-cli

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

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)

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 added the renovate label Oct 10, 2020
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 4cdf71e to b1289bb Compare October 19, 2020 15:42
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from b4b942b to 473ed2c Compare October 31, 2020 01:33
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from ad28ed2 to f1b7352 Compare November 7, 2020 03:57
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 74566e0 to c53af56 Compare November 28, 2020 02:01
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from d112d21 to 23049f8 Compare December 12, 2020 01:17
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 54eb8f9 to 56dcaee Compare December 25, 2020 18:30
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 17cfaae to 7fcd77e Compare January 2, 2021 04:57
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 7fcd77e to 6415ba7 Compare January 9, 2021 01:30
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 3c53943 to 931a8d3 Compare January 19, 2021 13:09
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from e6a773d to e342d45 Compare February 2, 2021 17:20
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 80c2b17 to 1d976f6 Compare February 20, 2021 04:21
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from e8899ef to ba114d6 Compare February 28, 2021 02:37
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from ba114d6 to b078924 Compare March 6, 2021 03:17
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from b078924 to 2a20d41 Compare March 13, 2021 03:48
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 2a20d41 to bc59fde Compare March 27, 2021 04:37
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from 9283110 to 702bf1c Compare September 11, 2021 02:06
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 2b58c13 to 3c7a7a0 Compare October 7, 2021 00:00
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from 847e664 to e7be5ec Compare October 23, 2021 02:52
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 0f550f4 to 7710700 Compare November 20, 2021 02:28
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 73c934a to c672201 Compare January 1, 2022 02:36
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 0833ebe to c03d321 Compare January 15, 2022 02:23
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from 016534d to 0d09fc8 Compare January 24, 2022 15:49
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 23dc849 to c83d55e Compare February 12, 2022 02:27
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from b71e0e2 to c1fc15b Compare March 19, 2022 03:32
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from c1fc15b to 05e6f9c Compare March 26, 2022 04:10
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 05e6f9c to 4857f98 Compare April 9, 2022 02:48
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 4857f98 to bdbfe85 Compare April 23, 2022 03:48
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v4 chore(deps): update dependency webpack-cli to v4 - autoclosed Apr 25, 2022
@renovate renovate bot closed this Apr 25, 2022
@renovate renovate bot deleted the renovate/webpack-cli-4.x branch April 25, 2022 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant