-
-
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 #3068
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: 6eb6c81 | Previous: bffd55b | Ratio |
---|---|---|---|
normalizeLong |
454 ops/sec (±1.71% ) |
450 ops/sec (±1.64% ) |
0.99 |
infer All |
9737 ops/sec (±1.59% ) |
9720 ops/sec (±0.64% ) |
1.00 |
denormalizeLong |
350 ops/sec (±2.57% ) |
346 ops/sec (±1.31% ) |
0.99 |
denormalizeLong donotcache |
914 ops/sec (±1.38% ) |
901 ops/sec (±1.67% ) |
0.99 |
denormalizeShort donotcache 500x |
1379 ops/sec (±0.26% ) |
1341 ops/sec (±0.28% ) |
0.97 |
denormalizeShort 500x |
990 ops/sec (±0.31% ) |
976 ops/sec (±0.19% ) |
0.99 |
denormalizeShort 500x withCache |
5043 ops/sec (±0.31% ) |
5010 ops/sec (±0.74% ) |
0.99 |
denormalizeLong with mixin Entity |
304 ops/sec (±0.52% ) |
304 ops/sec (±0.26% ) |
1 |
denormalizeLong withCache |
7604 ops/sec (±0.50% ) |
7061 ops/sec (±0.92% ) |
0.93 |
denormalizeLong All withCache |
6796 ops/sec (±0.45% ) |
6630 ops/sec (±0.18% ) |
0.98 |
denormalizeLong Query-sorted withCache |
6592 ops/sec (±1.08% ) |
6407 ops/sec (±0.61% ) |
0.97 |
denormalizeLongAndShort withEntityCacheOnly |
1643 ops/sec (±0.55% ) |
1549 ops/sec (±0.29% ) |
0.94 |
getResponse |
6144 ops/sec (±0.89% ) |
5897 ops/sec (±1.27% ) |
0.96 |
getResponse (null) |
5996771 ops/sec (±0.93% ) |
5966846 ops/sec (±0.86% ) |
1.00 |
getResponse (clear cache) |
307 ops/sec (±0.41% ) |
298 ops/sec (±0.45% ) |
0.97 |
getSmallResponse |
2708 ops/sec (±0.42% ) |
2712 ops/sec (±0.24% ) |
1.00 |
getSmallInferredResponse |
2062 ops/sec (±0.50% ) |
2040 ops/sec (±0.22% ) |
0.99 |
getResponse Query-sorted |
5524 ops/sec (±1.07% ) |
6647 ops/sec (±0.46% ) |
1.20 |
getResponse Collection |
6386 ops/sec (±0.64% ) |
6369 ops/sec (±0.92% ) |
1.00 |
get Collection |
5153 ops/sec (±1.35% ) |
5636 ops/sec (±1.13% ) |
1.09 |
setLong |
456 ops/sec (±2.13% ) |
443 ops/sec (±2.18% ) |
0.97 |
setLongWithMerge |
194 ops/sec (±1.54% ) |
185 ops/sec (±1.26% ) |
0.95 |
setLongWithSimpleMerge |
201 ops/sec (±1.74% ) |
193 ops/sec (±1.32% ) |
0.96 |
setSmallResponse 500x |
884 ops/sec (±1.25% ) |
850 ops/sec (±1.18% ) |
0.96 |
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 #3068 +/- ##
=======================================
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:
3.1.24
->3.1.25
0.19.2
->0.19.3
2.27.1
->2.27.3
18.3.2
->18.3.3
5.17.2
->5.17.3
^0.48.0
->^0.49.0
Release Notes
changesets/changesets (@changesets/cli)
v2.27.3
Compare Source
Patch Changes
18c966a
Thanks @Andarist! - Fixed an issue withchangeset status
executed withoutsince
argument. It should now correctly use the configured base branch as the default value.v2.27.2
Compare Source
Patch Changes
#1354
69be7dc
Thanks @Andarist! - Fixed an issue withchangeset status
incorrectly returning an error status in two cases:privatePackage.version
was set tofalse
#1351
c6da182
Thanks @TheHolyWaffle! - Fix an issue with not applying a custom.prettierrc
configuration withprettier@>= 3.1.1
Updated dependencies [
c6da182
]:ant-design/ant-design (antd)
v5.17.3
Compare Source
findDOMNode
warning in React 18.3.0. #48958fontSize
token not works. #48893 @wanpan11findDOMNode
的问题。#48958microsoft/monaco-editor (monaco-editor)
v0.49.0
Compare Source
editorHoverVerbosityLevel
APInewSymbolNamesProvider
APIContributions to
monaco-editor
: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 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.