-
-
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 #3066
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: 6ebc7d4 | Previous: b21f388 | Ratio |
---|---|---|---|
normalizeLong |
444 ops/sec (±1.80% ) |
443 ops/sec (±1.67% ) |
1.00 |
infer All |
9693 ops/sec (±0.33% ) |
9883 ops/sec (±0.33% ) |
1.02 |
denormalizeLong |
343 ops/sec (±0.89% ) |
342 ops/sec (±1.02% ) |
1.00 |
denormalizeLong donotcache |
899 ops/sec (±0.44% ) |
872 ops/sec (±0.67% ) |
0.97 |
denormalizeShort donotcache 500x |
1344 ops/sec (±0.19% ) |
1255 ops/sec (±0.24% ) |
0.93 |
denormalizeShort 500x |
967 ops/sec (±0.30% ) |
922 ops/sec (±1.09% ) |
0.95 |
denormalizeShort 500x withCache |
4992 ops/sec (±0.42% ) |
4894 ops/sec (±0.27% ) |
0.98 |
denormalizeLong with mixin Entity |
294 ops/sec (±0.45% ) |
297 ops/sec (±0.30% ) |
1.01 |
denormalizeLong withCache |
6066 ops/sec (±0.24% ) |
6232 ops/sec (±0.15% ) |
1.03 |
denormalizeLong All withCache |
6576 ops/sec (±0.29% ) |
6723 ops/sec (±0.19% ) |
1.02 |
denormalizeLong Query-sorted withCache |
6370 ops/sec (±0.80% ) |
6387 ops/sec (±0.61% ) |
1.00 |
denormalizeLongAndShort withEntityCacheOnly |
1525 ops/sec (±0.76% ) |
1510 ops/sec (±0.39% ) |
0.99 |
getResponse |
6189 ops/sec (±1.18% ) |
5797 ops/sec (±1.65% ) |
0.94 |
getResponse (null) |
5472950 ops/sec (±0.94% ) |
5571124 ops/sec (±0.49% ) |
1.02 |
getResponse (clear cache) |
295 ops/sec (±0.36% ) |
292 ops/sec (±0.43% ) |
0.99 |
getSmallResponse |
2548 ops/sec (±0.17% ) |
2708 ops/sec (±0.32% ) |
1.06 |
getSmallInferredResponse |
1964 ops/sec (±0.30% ) |
1993 ops/sec (±0.18% ) |
1.01 |
getResponse Query-sorted |
5618 ops/sec (±0.16% ) |
6562 ops/sec (±0.87% ) |
1.17 |
getResponse Collection |
6399 ops/sec (±0.69% ) |
5963 ops/sec (±1.00% ) |
0.93 |
get Collection |
4766 ops/sec (±1.32% ) |
5134 ops/sec (±1.07% ) |
1.08 |
setLong |
446 ops/sec (±2.22% ) |
444 ops/sec (±2.16% ) |
1.00 |
setLongWithMerge |
188 ops/sec (±1.36% ) |
188 ops/sec (±1.49% ) |
1 |
setLongWithSimpleMerge |
197 ops/sec (±1.20% ) |
196 ops/sec (±1.31% ) |
0.99 |
setSmallResponse 500x |
854 ops/sec (±1.18% ) |
853 ops/sec (±1.18% ) |
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 #3066 +/- ##
=======================================
Coverage 98.49% 98.49%
=======================================
Files 122 122
Lines 2199 2199
Branches 451 451
=======================================
Hits 2166 2166
Misses 21 21
Partials 12 12 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
5.0.8
->5.0.9
19.0.5
->19.0.6
7.24.5
->7.24.6
7.24.5
->7.24.6
7.23.9
->7.24.6
7.24.1
->7.24.6
3.37.0
->3.37.1
Release Notes
babel/babel (@babel/cli)
v7.24.6
Compare Source
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
babel-parser
,babel-plugin-transform-typescript
cls.fn<C> = x
(@liuxingbaoyu)🏠 Internal
babel-core
,babel-helpers
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-helpers
tsconfig.json
for@babel/helpers/src/helpers
(@nicolo-ribaudo)babel-cli
,babel-helpers
,babel-plugin-external-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-parser
,babel-traverse
zloirock/core-js (core-js)
v3.37.1
Compare Source
URL.parse
feature detection for some specific casesSet
methods proposal added and marked as supported from FF 127Symbol.dispose
added and marked as supported from V8 ~ Chromium 125Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
added and marked as supported from Deno 1.43URL.parse
added and marked as supported from Chromium 126URL.parse
added and marked as supported from NodeJS 22.0URL.parse
added and marked as supported from Deno 1.43Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.