-
-
Notifications
You must be signed in to change notification settings - Fork 97
pkg: Update build packages #3524
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
Conversation
|
Size Change: 0 B Total Size: 77.7 kB ℹ️ View Unchanged
|
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: 18fc1d4 | Previous: 819d1ac | Ratio |
---|---|---|---|
normalizeLong |
529 ops/sec (±1.10% ) |
537 ops/sec (±1.11% ) |
1.02 |
denormalizeLong |
277 ops/sec (±3.72% ) |
293 ops/sec (±1.96% ) |
1.06 |
denormalizeLong donotcache |
1017 ops/sec (±0.95% ) |
1043 ops/sec (±0.65% ) |
1.03 |
denormalizeShort donotcache 500x |
1599 ops/sec (±0.14% ) |
1598 ops/sec (±0.33% ) |
1.00 |
denormalizeShort 500x |
848 ops/sec (±1.80% ) |
855 ops/sec (±1.88% ) |
1.01 |
denormalizeShort 500x withCache |
6260 ops/sec (±0.13% ) |
6359 ops/sec (±1.19% ) |
1.02 |
queryShort 500x withCache |
2752 ops/sec (±0.08% ) |
2800 ops/sec (±0.26% ) |
1.02 |
buildQueryKey All |
54228 ops/sec (±0.34% ) |
53866 ops/sec (±0.29% ) |
0.99 |
query All withCache |
8093 ops/sec (±0.22% ) |
8051 ops/sec (±0.41% ) |
0.99 |
denormalizeLong with mixin Entity |
283 ops/sec (±1.87% ) |
268 ops/sec (±2.20% ) |
0.95 |
denormalizeLong withCache |
7029 ops/sec (±0.19% ) |
6696 ops/sec (±0.31% ) |
0.95 |
denormalizeLong All withCache |
7780 ops/sec (±0.21% ) |
7873 ops/sec (±0.16% ) |
1.01 |
denormalizeLong Query-sorted withCache |
8144 ops/sec (±0.21% ) |
8162 ops/sec (±0.45% ) |
1.00 |
denormalizeLongAndShort withEntityCacheOnly |
1723 ops/sec (±0.19% ) |
1703 ops/sec (±0.91% ) |
0.99 |
getResponse |
5580 ops/sec (±1.33% ) |
5875 ops/sec (±1.23% ) |
1.05 |
getResponse (null) |
6952286 ops/sec (±0.55% ) |
7072663 ops/sec (±0.83% ) |
1.02 |
getResponse (clear cache) |
269 ops/sec (±1.94% ) |
278 ops/sec (±1.79% ) |
1.03 |
getSmallResponse |
3094 ops/sec (±0.14% ) |
3176 ops/sec (±0.43% ) |
1.03 |
getSmallInferredResponse |
2343 ops/sec (±0.11% ) |
2384 ops/sec (±0.21% ) |
1.02 |
getResponse Collection |
5724 ops/sec (±1.20% ) |
5689 ops/sec (±1.56% ) |
0.99 |
get Collection |
5746 ops/sec (±0.19% ) |
5888 ops/sec (±0.22% ) |
1.02 |
get Query-sorted |
6741 ops/sec (±0.21% ) |
6776 ops/sec (±0.85% ) |
1.01 |
setLong |
529 ops/sec (±0.51% ) |
543 ops/sec (±1.48% ) |
1.03 |
setLongWithMerge |
238 ops/sec (±0.47% ) |
249 ops/sec (±0.27% ) |
1.05 |
setLongWithSimpleMerge |
253 ops/sec (±0.22% ) |
262 ops/sec (±0.19% ) |
1.04 |
setSmallResponse 500x |
940 ops/sec (±0.08% ) |
936 ops/sec (±0.49% ) |
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 #3524 +/- ##
=======================================
Coverage 98.26% 98.26%
=======================================
Files 130 130
Lines 2245 2245
Branches 452 452
=======================================
Hits 2206 2206
Misses 10 10
Partials 29 29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
21.0.8
->21.0.10
3.43.0
->3.44.0
4.44.1
->4.45.1
5.99.9
->5.100.2
Release Notes
zloirock/core-js (core-js)
v3.44.0
Compare Source
Uint8Array
to / from base64 and hex stage 3 proposal:Uint8Array.fromHex
andUint8Array.prototype.{ setFromBase64, toBase64, toHex }
, thanks @brc-ddGet
inIterator.zipKeyed
, following tc39/proposal-joint-iteration#43Iterator
sequencing stage 2.7 proposal:Iterator.concat
no longer reusesIteratorResult
object of concatenated iterators, following tc39/proposal-iterator-sequencing#26Iterator
chunking stage 2 proposal:Iterator.prototype.sliding
Number.prototype.clamp
stage 2 proposal:clamp
no longer throws an error onNaN
asmin
ormax
, following tc39/proposal-math-clamp#d2387791c265edf66fbe2455eab919016717ce6fSet.prototype.{ symmetricDifference, union }
detectionIterator
methods/full/{ instance, number/virtual }/clamp
entriesIterator
helpers marked as fixed and updated following the latest spec changes in Safari 26.0Set.prototype.{ difference, symmetricDifference, union }
marked as fixed in Safari 26.0SuppressedError
marked as fixed in FF141Error.isError
marked as fixed in Node 24.3setImmediate
andclearImmediate
marked as available from Deno 2.4Math.sumPrecise
marked as shipped in Bun 1.2.18%TypedArray%.prototype.with
marked as fixed in Bun 1.2.18rollup/rollup (rollup)
v4.45.1
Compare Source
2025-07-15
Bug Fixes
Pull Requests
v4.45.0
Compare Source
2025-07-12
Features
Bug Fixes
this
(#6001)Pull Requests
v4.44.2
Compare Source
2025-07-04
Bug Fixes
@__PURE__
annotations afternew
keyword (#5998)Pull Requests
@__PURE__
when nested after new in constructor invocations (@TrickyPi)webpack/webpack (webpack)
v5.100.2
Compare Source
v5.100.1
Compare Source
v5.100.0
Compare Source
Fixes
Features
splitChunks
when external variables and runtimeChunk are not set.using
keywordnew URL(...)
virtual:
modulesPerformance Improvements
new URL(...)
evaluate expressionConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.