-
-
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 all non-major dependencies #3205
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: 5d87bbe | Previous: 1ce07be | Ratio |
---|---|---|---|
normalizeLong |
467 ops/sec (±0.59% ) |
510 ops/sec (±0.29% ) |
1.09 |
infer All |
9212 ops/sec (±0.48% ) |
9608 ops/sec (±0.31% ) |
1.04 |
denormalizeLong |
334 ops/sec (±0.91% ) |
344 ops/sec (±0.96% ) |
1.03 |
denormalizeLong donotcache |
868 ops/sec (±0.59% ) |
887 ops/sec (±2.30% ) |
1.02 |
denormalizeShort donotcache 500x |
1348 ops/sec (±0.23% ) |
1386 ops/sec (±0.19% ) |
1.03 |
denormalizeShort 500x |
964 ops/sec (±0.52% ) |
982 ops/sec (±0.31% ) |
1.02 |
denormalizeShort 500x withCache |
4779 ops/sec (±0.32% ) |
5047 ops/sec (±0.62% ) |
1.06 |
denormalizeLong with mixin Entity |
293 ops/sec (±0.63% ) |
304 ops/sec (±0.49% ) |
1.04 |
denormalizeLong withCache |
6729 ops/sec (±0.17% ) |
6190 ops/sec (±0.16% ) |
0.92 |
denormalizeLong All withCache |
6615 ops/sec (±0.20% ) |
6850 ops/sec (±0.29% ) |
1.04 |
denormalizeLong Query-sorted withCache |
6495 ops/sec (±0.44% ) |
6727 ops/sec (±0.27% ) |
1.04 |
denormalizeLongAndShort withEntityCacheOnly |
1518 ops/sec (±0.48% ) |
1521 ops/sec (±0.46% ) |
1.00 |
getResponse |
6132 ops/sec (±0.93% ) |
6444 ops/sec (±1.09% ) |
1.05 |
getResponse (null) |
5593543 ops/sec (±0.95% ) |
4946074 ops/sec (±0.45% ) |
0.88 |
getResponse (clear cache) |
287 ops/sec (±0.62% ) |
294 ops/sec (±0.42% ) |
1.02 |
getSmallResponse |
2617 ops/sec (±0.31% ) |
2631 ops/sec (±0.23% ) |
1.01 |
getSmallInferredResponse |
2065 ops/sec (±0.32% ) |
2093 ops/sec (±0.18% ) |
1.01 |
getResponse Query-sorted |
5433 ops/sec (±0.68% ) |
5521 ops/sec (±0.69% ) |
1.02 |
getResponse Collection |
6521 ops/sec (±1.07% ) |
6862 ops/sec (±1.29% ) |
1.05 |
get Collection |
5531 ops/sec (±1.09% ) |
6261 ops/sec (±1.01% ) |
1.13 |
setLong |
480 ops/sec (±0.45% ) |
497 ops/sec (±0.88% ) |
1.04 |
setLongWithMerge |
194 ops/sec (±0.25% ) |
199 ops/sec (±0.97% ) |
1.03 |
setLongWithSimpleMerge |
205 ops/sec (±0.37% ) |
209 ops/sec (±0.39% ) |
1.02 |
setSmallResponse 500x |
906 ops/sec (±0.17% ) |
906 ops/sec (±0.39% ) |
1 |
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 #3205 +/- ##
=======================================
Coverage 98.76% 98.76%
=======================================
Files 132 132
Lines 2269 2269
Branches 467 467
=======================================
Hits 2241 2241
Misses 16 16
Partials 12 12 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
3.1.35
->3.1.39
0.20.4
->0.20.5
2.27.7
->2.27.8
0.14.10
->0.14.11
0.14.10
->0.14.11
0.14.10
->0.14.11
0.14.10
->0.14.11
22.5.1
->22.5.4
18.3.4
->18.3.5
5.20.3
->5.20.6
14.2.7
->14.2.8
Release Notes
changesets/changesets (@changesets/cli)
v2.27.8
Compare Source
reactive/data-client (@data-client/endpoint)
v0.14.11
Compare Source
Patch Changes
87a65ba
Thanks @ntucker! - Fix Entity types for TS 4.0 and belowreactive/data-client (@data-client/graphql)
v0.14.11
Compare Source
Patch Changes
87a65ba
Thanks @ntucker! - Fix Entity types for TS 4.0 and belowUpdated dependencies [
87a65ba
]:reactive/data-client (@data-client/react)
v0.14.11
Compare Source
Patch Changes
709cc7b
Thanks @ntucker! - Update hooks docstringsreactive/data-client (@data-client/rest)
v0.14.11
Compare Source
Patch Changes
87a65ba
Thanks @ntucker! - Fix Entity types for TS 4.0 and belowa436050
Thanks @ntucker! - Fix README markupUpdated dependencies [
87a65ba
]:ant-design/ant-design (antd)
v5.20.6
Compare Source
v5.20.5
Compare Source
defaultExpandAll
logic to only add internalexpandedKeys
whichtreeNode
has children instead to avoid perf issue when with large data orloadData
case. #50689 @zombieJmultiple
. #50689ellipsis.tooltip.title
with ReactNode will cause dead loop. #50688 @zombieJdefaultExpandAll
的行为,仅将有子节点的treeNode
加入expandedKeys
以防止在大数据与loadData
异步的情况下引发的性能问题。#50689 @zombieJmultiple
下搜索不会显示父节点作为选项的问题。#50689ellipsis.tooltip.title
配置 ReactNode 会导致死循环的问题。#50688 @zombieJv5.20.4
Compare Source
itemPaddingInline inoperative
not working. #50663 @coding-icehover
transition style. #50624 @afc163Transfer.deselectAll
locale. #50672 @coding-iceitemPaddingInline
token 不生效的问题。#50663 @coding-icehover
时背景色切换渐变效果丢失的问题。#50624 @afc163Transfer.deselectAll
本地化文本。#50672 @coding-icevercel/next.js (next)
v14.2.8
Compare Source
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.