-
-
Notifications
You must be signed in to change notification settings - Fork 97
pkg: Update build packages #3515
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: f455153 | Previous: 783f133 | Ratio |
---|---|---|---|
normalizeLong |
525 ops/sec (±1.63% ) |
531 ops/sec (±1.45% ) |
1.01 |
denormalizeLong |
286 ops/sec (±3.04% ) |
280 ops/sec (±2.65% ) |
0.98 |
denormalizeLong donotcache |
1028 ops/sec (±0.73% ) |
1032 ops/sec (±1.58% ) |
1.00 |
denormalizeShort donotcache 500x |
1619 ops/sec (±0.22% ) |
1587 ops/sec (±1.32% ) |
0.98 |
denormalizeShort 500x |
861 ops/sec (±1.89% ) |
845 ops/sec (±1.92% ) |
0.98 |
denormalizeShort 500x withCache |
6425 ops/sec (±0.33% ) |
6362 ops/sec (±0.30% ) |
0.99 |
queryShort 500x withCache |
2729 ops/sec (±0.34% ) |
2817 ops/sec (±0.37% ) |
1.03 |
buildQueryKey All |
53334 ops/sec (±0.38% ) |
53053 ops/sec (±1.32% ) |
0.99 |
query All withCache |
6664 ops/sec (±0.36% ) |
7538 ops/sec (±0.34% ) |
1.13 |
denormalizeLong with mixin Entity |
271 ops/sec (±1.87% ) |
272 ops/sec (±2.55% ) |
1.00 |
denormalizeLong withCache |
6694 ops/sec (±0.27% ) |
7044 ops/sec (±0.40% ) |
1.05 |
denormalizeLong All withCache |
6379 ops/sec (±0.20% ) |
7199 ops/sec (±1.12% ) |
1.13 |
denormalizeLong Query-sorted withCache |
6715 ops/sec (±0.25% ) |
7609 ops/sec (±0.23% ) |
1.13 |
denormalizeLongAndShort withEntityCacheOnly |
1716 ops/sec (±0.31% ) |
1750 ops/sec (±0.58% ) |
1.02 |
getResponse |
5538 ops/sec (±1.02% ) |
5685 ops/sec (±1.26% ) |
1.03 |
getResponse (null) |
7088783 ops/sec (±0.74% ) |
7034246 ops/sec (±0.72% ) |
0.99 |
getResponse (clear cache) |
279 ops/sec (±1.84% ) |
281 ops/sec (±1.85% ) |
1.01 |
getSmallResponse |
3098 ops/sec (±0.97% ) |
3153 ops/sec (±0.23% ) |
1.02 |
getSmallInferredResponse |
2370 ops/sec (±0.29% ) |
2378 ops/sec (±0.12% ) |
1.00 |
getResponse Collection |
5549 ops/sec (±1.47% ) |
5556 ops/sec (±1.12% ) |
1.00 |
get Collection |
5818 ops/sec (±0.36% ) |
5677 ops/sec (±0.94% ) |
0.98 |
get Query-sorted |
6675 ops/sec (±0.29% ) |
6721 ops/sec (±0.40% ) |
1.01 |
setLong |
539 ops/sec (±0.37% ) |
551 ops/sec (±0.37% ) |
1.02 |
setLongWithMerge |
247 ops/sec (±0.16% ) |
247 ops/sec (±0.95% ) |
1 |
setLongWithSimpleMerge |
261 ops/sec (±0.32% ) |
262 ops/sec (±0.19% ) |
1.00 |
setSmallResponse 500x |
932 ops/sec (±0.39% ) |
948 ops/sec (±0.20% ) |
1.02 |
This comment was automatically generated by workflow using github-action-benchmark.
78243ed
to
b957502
Compare
b957502
to
f455153
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3515 +/- ##
=======================================
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:
6.2.11
->6.2.12
1.7.2
->1.7.3
21.0.7
->21.0.8
7.27.4
->7.27.7
28.0.3
->28.0.6
3.42.0
->3.43.0
4.41.1
->4.44.1
Release Notes
babel/babel (@babel/core)
v7.27.7
Compare Source
👓 Spec Compliance
babel-parser
,babel-plugin-transform-classes
allow*
options as top level only (@JLHwung)babel-parser
🐛 Bug Fix
babel-core
babel-types
babel-plugin-transform-parameters
async function*
should throw synchronously (@liuxingbaoyu)🏠 Internal
babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
NodePath#splitExportDeclaration
in destructuring transforms (@JLHwung)rollup/plugins (@rollup/plugin-commonjs)
v28.0.6
2025-06-17
Bugfixes
v28.0.5
2025-06-14
Bugfixes
v28.0.4
2025-06-14
Bugfixes
zloirock/core-js (core-js)
v3.43.0
Compare Source
Symbol.dispose
Symbol.asyncDispose
SuppressedError
DisposableStack
DisposableStack.prototype.dispose
DisposableStack.prototype.use
DisposableStack.prototype.adopt
DisposableStack.prototype.defer
DisposableStack.prototype.move
DisposableStack.prototype[@​@​dispose]
AsyncDisposableStack
AsyncDisposableStack.prototype.disposeAsync
AsyncDisposableStack.prototype.use
AsyncDisposableStack.prototype.adopt
AsyncDisposableStack.prototype.defer
AsyncDisposableStack.prototype.move
AsyncDisposableStack.prototype[@​@​asyncDispose]
Iterator.prototype[@​@​dispose]
AsyncIterator.prototype[@​@​asyncDispose]
es.
namespace module,/es/
and/stable/
namespaces entriesArray.fromAsync
proposal:Array.fromAsync
es.
namespace module,/es/
and/stable/
namespaces entriesError.isError
proposal:Error.isError
es.
namespace module,/es/
and/stable/
namespaces entriesIterator.zip
Iterator.zipKeyed
Iterator
chunking stage 2 proposal:Iterator.prototype.chunks
Iterator.prototype.windows
Number.prototype.clamp
proposal:Number.prototype.clamp
Math.clamp
was replaced withNumber.prototype.clamp
RangeError
ifmin <= max
or+0
min and-0
max, tc39/proposal-math-clamp/#22flags
getter PR. Native methods are not fixed, only own implementation updated for:RegExp.prototype[@​@​match]
RegExp.prototype[@​@​replace]
RegExp
flags in polyfills of some methods in engines without proper support ofRegExp.prototype.flags
and without polyfill of this getterthis
is updated whileSet.prototype.difference
is being executedthis
in the following methods:Set.prototype.symmetricDifference
Set.prototype.union
Iterator.prototype.drop
Iterator.prototype.filter
Iterator.prototype.flatMap
Iterator.prototype.map
Iterator.from
when underlying iterator'sreturn
method isnull
Array.prototype.with
when index coercion failsTypedArray.prototype.with
should truncate negative fractional index to zero, but instead throws an errorPromise
polyfill in the pure version/iterator/flat-map
entriesError.isError
marked not supported in Node because of a bugSet.prototype.difference
marked as not supported in Safari and supported only from Bun 1.2.5 because of a bugSet.prototype.{ symmetricDifference, union }
marked as not supported in Safari and supported only from Bun 1.2.5 because of a bugIterator.from
marked as not supported in Safari and supported only from Bun 1.2.5 because of a bugIterator
helpers marked as implemented from FF141Array.prototype.with
marked as supported only from FF140 because it throws an incorrect exception when index coercion failsTypedArray.prototype.with
marked as unsupported in Bun and Safari because it should truncate negative fractional index to zero, but instead throws an errorDisposableStack
andAsyncDisposableStack
marked as shipped in FF141 (SuppressedError
has a bug)AsyncDisposableStack
bugs marked as fixed in Deno 2.3.2SuppressedError
bugs (extra arguments support and arity) marked as fixed in Bun 1.2.15rollup/rollup (rollup)
v4.44.1
Compare Source
2025-06-26
Bug Fixes
Pull Requests
v4.44.0
Compare Source
2025-06-19
Features
maxParallelFileOps
as this could break watch mode with the commonjs plugin (#5986)Bug Fixes
Pull Requests
v4.43.0
Compare Source
2025-06-11
Features
fs
option andthis.fs
API to replace file system (#5944)Pull Requests
v4.42.0
Compare Source
2025-06-06
Features
Pull Requests
allowInputInsideOutputPath
option (@btea, @lukastaegert)v4.41.2
Compare Source
2025-06-06
Bug Fixes
then
and non-arrow function expressions (#5977)Pull Requests
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.
👻 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.