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 v5 #283

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 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli (source) 3.3.12 -> 5.1.4 age adoption passing confidence

Release Notes

webpack/webpack-cli (webpack-cli)

v5.1.4

Compare Source

Bug Fixes
  • multi compiler progress output (f659624)

v5.1.3

Compare Source

Bug Fixes

v5.1.2

Compare Source

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
Performance Improvements

5.0.2 (2023-04-21)

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

5.0.1 (2022-12-05)

Bug Fixes

v5.0.2

Compare Source

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
Features
  • failOnWarnings option (#​3317) (c48c848)
  • update commander to v9 (#​3460) (6621c02)
  • added the --define-process-env-node-env option
  • update interpret to v3 and rechoir to v0.8
  • add an option for preventing interpret (#​3329) (c737383)
BREAKING CHANGES
  • the minimum supported webpack version is v5.0.0 (#​3342) (b1af0dc), closes #​3342
  • webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0
  • webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0
  • remove the migrate command (#​3291) (56b43e4), closes #​3291
  • remove the --prefetch option in favor the PrefetchPlugin plugin
  • remove the --node-env option in favor --define-process-env-node-env
  • remove the --hot option in favor of directly using the HotModuleReplacement plugin (only for build command, for serve it will work)
  • the behavior logic of the --entry option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js'

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

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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from b88a22e to a9c038d Compare December 8, 2022 04:57
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from a9c038d to 40ce3a7 Compare January 6, 2023 04:21
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 7539d81 to 4ed0060 Compare February 3, 2023 03:53
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from e0091b6 to ba48afc Compare February 22, 2023 04:13
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from ba48afc to 44d5e22 Compare March 7, 2023 23:46
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 44d5e22 to 3a57151 Compare April 13, 2023 06:42
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 3a57151 to e7ccc9c Compare April 21, 2023 16:30
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from a962a81 to daa264e Compare May 9, 2023 08:15
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 3 times, most recently from db787d2 to deeb6b3 Compare June 7, 2023 20:09
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from deeb6b3 to f010a36 Compare June 21, 2023 00:34
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from f010a36 to b12509d Compare July 19, 2023 00:29
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from b12509d to 7d9eee4 Compare August 9, 2023 23:39
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from df88502 to 998193d Compare October 14, 2023 00:17
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 2e62a93 to 16d9dca Compare October 24, 2023 17:47
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 039b65b to e71d237 Compare March 27, 2024 01:30
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from e71d237 to 970a091 Compare April 3, 2024 18:41
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 970a091 to 9e4cac2 Compare April 10, 2024 22:03
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 3cd4dfc to 31ca424 Compare May 9, 2024 18:06
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 31ca424 to 97f0087 Compare May 28, 2024 22:33
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

0 participants