-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Conversation
|
There was a problem hiding this 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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
5469130
to
89c7537
Compare
This PR contains the following updates:
5.1.4
->6.0.0
^5.1.4
->^6.0.0
Release Notes
webpack/webpack-cli (webpack-cli)
v6.0.0
Compare Source
BREAKING CHANGES
18.12.0
init
,loader
andplugin
commands in favorcreate-webpack-app
webpack-dev-server@v4
5.82.0
Bug Fixes
webpack.config.js
in ESM format (#4346) (5106684)Features
info
/version
command (#3906) (38f3c6f)5.1.4 (2023-06-07)
Bug Fixes
5.1.3 (2023-06-04)
Bug Fixes
5.1.2 (2023-06-04)
Bug Fixes
.cts
and.mts
extensions (a77daf2)5.1.1 (2023-05-09)
Bug Fixes
--watch
used (#3783) (c0436ba)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.
This PR was generated by Mend Renovate. View the repository job log.