Skip to content

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

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

Merged
merged 1 commit into from
Nov 17, 2022

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) 4.10.0 -> 5.0.0 age adoption passing confidence

Release Notes

webpack/webpack-cli

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 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 added the dependencies Pull requests that update a dependency file label Nov 17, 2022
@github-actions
Copy link

📊 Package size report   -0%↓

File Before (Size / Gzip) After (Size / Gzip)
package.json 3.6 kB / 1.3 kB -0.03%↓3.6 kB / 0.08%↑1.3 kB
Total (Includes all files) 197.7 kB / 59.7 kB -0%↓197.7 kB / 0%↑59.7 kB
Tarball size 44.4 kB -0.04%↓44.4 kB
Unchanged files
File Size (Size / Gzip)
dist/react-tabs.development.js 19.3 kB / 4.7 kB
dist/react-tabs.production.min.js 7.3 kB / 2.6 kB
esm/components/Tab.js 2.1 kB / 845 B
esm/components/TabList.js 1.1 kB / 497 B
esm/components/TabPanel.js 1.5 kB / 651 B
esm/components/Tabs.js 3.1 kB / 1.1 kB
esm/components/UncontrolledTabs.js 7.1 kB / 2.0 kB
esm/helpers/childrenDeepMap.js 877 B / 307 B
esm/helpers/count.js 213 B / 157 B
esm/helpers/elementTypes.js 254 B / 145 B
esm/helpers/propTypes.js 2.6 kB / 921 B
esm/index.js 200 B / 94 B
index.d.ts 1.9 kB / 529 B
lib/components/Tab.js 3.6 kB / 1.3 kB
lib/components/TabList.js 1.4 kB / 585 B
lib/components/TabPanel.js 1.9 kB / 742 B
lib/components/Tabs.js 4.6 kB / 1.5 kB
lib/components/UncontrolledTabs.js 8.8 kB / 2.4 kB
lib/helpers/childrenDeepMap.js 1.1 kB / 353 B
lib/helpers/count.js 333 B / 195 B
lib/helpers/elementTypes.js 406 B / 196 B
lib/helpers/propTypes.js 2.8 kB / 973 B
lib/index.js 582 B / 220 B
LICENSE 1.1 kB / 646 B
README.md 12.8 kB / 3.9 kB
src/components/Tab.js 1.9 kB / 691 B
src/components/TabList.js 670 B / 326 B
src/components/TabPanel.js 1.1 kB / 491 B
src/components/Tabs.js 4.2 kB / 1.5 kB
src/components/UncontrolledTabs.js 11.0 kB / 3.0 kB
src/helpers/childrenDeepMap.js 1.4 kB / 441 B
src/helpers/count.js 250 B / 176 B
src/helpers/elementTypes.js 269 B / 156 B
src/helpers/propTypes.js 3.3 kB / 1.0 kB
src/index.js 224 B / 100 B
style/react-tabs.css 842 B / 369 B
style/react-tabs.less 879 B / 393 B
style/react-tabs.scss 879 B / 393 B
Hidden files
File Before (Size / Gzip) After (Size / Gzip)
dist/react-tabs.development.js.map 48.3 kB / 12.2 kB 48.3 kB / 12.2 kB
dist/react-tabs.production.min.js.map 32.1 kB / 9.5 kB 32.1 kB / 9.5 kB

🤖 This report was automatically generated by pkg-size-action

@danez danez merged commit 18a07b4 into main Nov 17, 2022
@danez danez deleted the renovate/webpack-cli-5.x branch November 17, 2022 08:38
@github-actions
Copy link

🎉 This PR is included in version 5.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant