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

pkg: Update webpack-cli to v6 #3318

Merged
merged 1 commit into from
Dec 20, 2024
Merged

pkg: Update webpack-cli to v6 #3318

merged 1 commit into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2024

This PR contains the following updates:

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

Release Notes

webpack/webpack-cli (webpack-cli)

v6.0.0

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

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)

5.1.1 (2023-05-09)

Bug Fixes

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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

Copy link

changeset-bot bot commented Dec 19, 2024

⚠️ No Changeset found

Latest commit: 5469130

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 89c7537 Previous: 024d572 Ratio
normalizeLong 512 ops/sec (±0.29%) 512 ops/sec (±0.53%) 1
infer All 8913 ops/sec (±1.51%) 9253 ops/sec (±0.53%) 1.04
denormalizeLong 266 ops/sec (±2.45%) 268 ops/sec (±2.19%) 1.01
denormalizeLong donotcache 873 ops/sec (±0.86%) 901 ops/sec (±0.64%) 1.03
denormalizeShort donotcache 500x 1365 ops/sec (±0.15%) 1372 ops/sec (±0.28%) 1.01
denormalizeShort 500x 783 ops/sec (±1.95%) 788 ops/sec (±1.99%) 1.01
denormalizeShort 500x withCache 4856 ops/sec (±0.38%) 4798 ops/sec (±0.29%) 0.99
denormalizeLong with mixin Entity 249 ops/sec (±1.82%) 249 ops/sec (±2.11%) 1
denormalizeLong withCache 7473 ops/sec (±0.17%) 7347 ops/sec (±0.27%) 0.98
denormalizeLong All withCache 6397 ops/sec (±0.21%) 6316 ops/sec (±0.16%) 0.99
denormalizeLong Query-sorted withCache 6404 ops/sec (±0.33%) 6194 ops/sec (±0.51%) 0.97
denormalizeLongAndShort withEntityCacheOnly 1579 ops/sec (±1.14%) 1639 ops/sec (±0.53%) 1.04
getResponse 5708 ops/sec (±1.60%) 5841 ops/sec (±1.01%) 1.02
getResponse (null) 5287371 ops/sec (±0.49%) 5161350 ops/sec (±0.49%) 0.98
getResponse (clear cache) 243 ops/sec (±2.19%) 250 ops/sec (±1.99%) 1.03
getSmallResponse 2675 ops/sec (±0.49%) 2666 ops/sec (±0.10%) 1.00
getSmallInferredResponse 2016 ops/sec (±0.24%) 1970 ops/sec (±0.25%) 0.98
getResponse Query-sorted 6556 ops/sec (±0.66%) 6525 ops/sec (±0.59%) 1.00
getResponse Collection 6287 ops/sec (±1.06%) 6346 ops/sec (±1.18%) 1.01
get Collection 5663 ops/sec (±0.70%) 5710 ops/sec (±0.28%) 1.01
setLong 507 ops/sec (±0.58%) 511 ops/sec (±0.19%) 1.01
setLongWithMerge 197 ops/sec (±0.30%) 202 ops/sec (±0.29%) 1.03
setLongWithSimpleMerge 206 ops/sec (±0.46%) 212 ops/sec (±0.66%) 1.03
setSmallResponse 500x 910 ops/sec (±0.46%) 911 ops/sec (±0.36%) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.85%. Comparing base (b500a47) to head (89c7537).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3318   +/-   ##
=======================================
  Coverage   98.85%   98.85%           
=======================================
  Files         132      132           
  Lines        2274     2274           
  Branches      466      466           
=======================================
  Hits         2248     2248           
  Misses         13       13           
  Partials       13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-build branch from 5469130 to 89c7537 Compare December 20, 2024 10:07
@ntucker ntucker enabled auto-merge December 20, 2024 10:13
@ntucker ntucker added this pull request to the merge queue Dec 20, 2024
Merged via the queue into master with commit 07dce8f Dec 20, 2024
24 checks passed
@ntucker ntucker deleted the renovate/major-build branch December 20, 2024 10:25
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.

1 participant