ts-loader icon indicating copy to clipboard operation
ts-loader copied to clipboard

chore(deps): update dependency webpack-cli to v5

Open renovate[bot] opened this issue 2 years ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli (source) ^4.10.0 -> ^5.0.0 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'

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 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Mar 10 '23 18:03 renovate[bot]

:warning:  webpack-cli

 Breaking changes
1: Minimum supported webpack version is v5.0.0

The minimum supported webpack version is now v5.0.0. If you are using a version lower than this, you will need to upgrade your webpack version.

2: Minimum supported webpack-dev-server version is v4.0.0

The minimum supported webpack-dev-server version is now v4.0.0. If you are using a version lower than this, you will need to upgrade your webpack-dev-server version.

3: Removal of the migrate command

The migrate command has been removed. If you were using this command, you will need to find an alternative solution.

4: Removal of the --prefetch option

The --prefetch option has been removed in favor of the PrefetchPlugin plugin. If you were using this option, you will need to use the PrefetchPlugin plugin instead.

5: Removal of the --node-env option

The --node-env option has been removed in favor of --define-process-env-node-env. If you were using this option, you will need to use --define-process-env-node-env instead.

6: Removal of the --hot option

The --hot option has been removed in favor of directly using the HotModuleReplacement plugin for the build command. For serve it will still work. If you were using this option for the build command, you will need to use the HotModuleReplacement plugin instead.

7: Change in behavior of the --entry option

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 to the previous behavior please use webpack --entry-reset --entry './src/my-entry.js'.

:bust_in_silhouette: Who am I? I am a bot that helps developers to update dependencies by informing if changelogs contain breaking changes or not.

:wave: See you again? If you want my help with other dependency updates, add me to your repository.

PS. I hope I didn't bother you - my purpose is to help developers and I won't comment anymore without your request. Feel free to shoot me a message about anything [email protected]. Cheers.

adaptly-bot avatar Aug 28 '23 15:08 adaptly-bot