-
-
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 build packages #3353
base: master
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 799052e The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
616f390
to
bce0027
Compare
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: 799052e | Previous: a6bf39b | Ratio |
---|---|---|---|
normalizeLong |
482 ops/sec (±0.46% ) |
486 ops/sec (±0.95% ) |
1.01 |
infer All |
8819 ops/sec (±2.51% ) |
8629 ops/sec (±1.79% ) |
0.98 |
denormalizeLong |
253 ops/sec (±2.87% ) |
237 ops/sec (±3.84% ) |
0.94 |
denormalizeLong donotcache |
879 ops/sec (±0.33% ) |
871 ops/sec (±0.30% ) |
0.99 |
denormalizeShort donotcache 500x |
1359 ops/sec (±0.32% ) |
1329 ops/sec (±0.31% ) |
0.98 |
denormalizeShort 500x |
776 ops/sec (±2.28% ) |
764 ops/sec (±2.15% ) |
0.98 |
denormalizeShort 500x withCache |
4617 ops/sec (±0.47% ) |
4797 ops/sec (±0.65% ) |
1.04 |
denormalizeLong with mixin Entity |
244 ops/sec (±2.01% ) |
244 ops/sec (±1.97% ) |
1 |
denormalizeLong withCache |
7391 ops/sec (±0.24% ) |
7357 ops/sec (±0.22% ) |
1.00 |
denormalizeLong All withCache |
6459 ops/sec (±0.28% ) |
6439 ops/sec (±0.24% ) |
1.00 |
denormalizeLong Query-sorted withCache |
6281 ops/sec (±0.62% ) |
6205 ops/sec (±0.73% ) |
0.99 |
denormalizeLongAndShort withEntityCacheOnly |
1612 ops/sec (±0.35% ) |
1598 ops/sec (±0.27% ) |
0.99 |
getResponse |
6066 ops/sec (±1.57% ) |
5954 ops/sec (±0.95% ) |
0.98 |
getResponse (null) |
5043552 ops/sec (±0.53% ) |
4221448 ops/sec (±0.41% ) |
0.84 |
getResponse (clear cache) |
250 ops/sec (±2.14% ) |
243 ops/sec (±1.87% ) |
0.97 |
getSmallResponse |
2577 ops/sec (±0.11% ) |
2534 ops/sec (±0.18% ) |
0.98 |
getSmallInferredResponse |
1900 ops/sec (±0.27% ) |
1695 ops/sec (±0.09% ) |
0.89 |
getResponse Query-sorted |
6420 ops/sec (±0.31% ) |
6360 ops/sec (±0.76% ) |
0.99 |
getResponse Collection |
6269 ops/sec (±1.18% ) |
6818 ops/sec (±1.13% ) |
1.09 |
get Collection |
5677 ops/sec (±0.36% ) |
6267 ops/sec (±0.48% ) |
1.10 |
setLong |
490 ops/sec (±0.39% ) |
493 ops/sec (±0.43% ) |
1.01 |
setLongWithMerge |
195 ops/sec (±0.44% ) |
196 ops/sec (±0.37% ) |
1.01 |
setLongWithSimpleMerge |
206 ops/sec (±0.42% ) |
206 ops/sec (±0.41% ) |
1 |
setSmallResponse 500x |
894 ops/sec (±0.24% ) |
895 ops/sec (±0.35% ) |
1.00 |
This comment was automatically generated by workflow using github-action-benchmark.
bce0027
to
89a46c9
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
0d501d4
to
d50d934
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3353 +/- ##
==========================================
- Coverage 98.73% 98.72% -0.01%
==========================================
Files 136 136
Lines 2367 2357 -10
Branches 484 479 -5
==========================================
- Hits 2337 2327 -10
Misses 16 16
Partials 14 14 ☔ View full report in Codecov by Sentry. |
d50d934
to
799052e
Compare
This PR contains the following updates:
6.0.12
->6.1.1
20.0.16
->20.0.17
7.26.0
->7.26.7
3.39.0
->3.40.0
Release Notes
babel/babel (@babel/core)
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)zloirock/core-js (core-js)
v3.40.0
Compare Source
Error.isError
stage 3 proposal:Error.isError
.sham
Iterator
sequencing stage 2.7 proposal:IteratorResult
objects when possible, tc39/proposal-iterator-sequencing/17, tc39/proposal-iterator-sequencing/18, December 2024 TC39 meetingSet
methodsDataView.prototype.{ getFloat16, setFloat16 }
performance, #1379, thanks @LeviPesin%TypedArray%.prototype.toSpliced
Math.scale
) available on globalRegExp.escape
marked as shipped from Safari 18.2Promise.try
marked as shipped from Safari 18.2Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from Safari 18.2Uint8Array
to / from base64 and hex proposal methods marked as shipped from Safari 18.2JSON.parse
source text access proposal features marked as shipped from FF135RegExp.escape
marked as shipped from FF134Promise.try
marked as shipped from FF134Symbol.dispose
,Symbol.asyncDispose
andIterator.prototype[@​@​dispose]
marked as shipped from FF135JSON.parse
source text access proposal features marked as shipped from Bun 1.1.43URL.parse
was added - 22.1 instead of 22.0Configuration
📅 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.
👻 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.