Skip to content
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

fix(deps): update dependency react-rx to ^4.1.25 - autoclosed #8958

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-rx (source) ^4.1.24 -> ^4.1.25 age adoption passing confidence

Release Notes

sanity-io/react-rx (react-rx)

v4.1.25

Compare Source

Bug Fixes
  • deps: update React Compiler dependencies 🤖 ✨ (#​249) (2826270)

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
rosstimson-causaly Ross Timson
@renovate renovate bot added the 📦 deps label Mar 17, 2025
@renovate renovate bot requested a review from a team as a code owner March 17, 2025 10:54
@renovate renovate bot added the 🤖 bot label Mar 17, 2025
@renovate renovate bot requested review from rexxars and removed request for a team March 17, 2025 10:54
Copy link

vercel bot commented Mar 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
page-building-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 11:03am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 11:03am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 11:03am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Mar 17, 2025 11:03am
test-next-studio ⬜️ Ignored (Inspect) Mar 17, 2025 11:03am

@renovate renovate bot enabled auto-merge (squash) March 17, 2025 10:54
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: npm/react-rx@4.1.24

View full report↗︎

Copy link
Contributor

No changes to documentation

Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 42.17% 54629 / 129528
🔵 Statements 42.17% 54629 / 129528
🔵 Functions 47.1% 2741 / 5819
🔵 Branches 79.4% 10229 / 12882
File CoverageNo changed files found.
Generated in workflow #32408 for commit 89dd8a8 by the Vitest Coverage Report Action

Copy link
Contributor

⚡️ Editor Performance Report

Updated Mon, 17 Mar 2025 11:09:44 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 25.6 efps (39ms) 23.5 efps (43ms) +4ms (+9.0%)
article (body) 72.2 efps (14ms) 78.7 efps (13ms) -1ms (-/-%)
article (string inside object) 27.4 efps (37ms) 25.6 efps (39ms) +3ms (+6.8%)
article (string inside array) 23.5 efps (43ms) 22.7 efps (44ms) +2ms (+3.5%)
recipe (name) 43.5 efps (23ms) 41.7 efps (24ms) +1ms (+4.3%)
recipe (description) 45.5 efps (22ms) 47.6 efps (21ms) -1ms (-4.5%)
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (5ms) +0ms (-/-%)
synthetic (title) 18.3 efps (55ms) 20.0 efps (50ms) -5ms (-8.3%)
synthetic (string inside object) 18.2 efps (55ms) 19.6 efps (51ms) -4ms (-7.3%)

efps — editor "frames per second". The number of updates assumed to be possible within a second.

Derived from input latency. efps = 1000 / input_latency

Detailed information

🏠 Reference result

The performance result of sanity@latest

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 39ms 42ms 63ms 333ms 598ms 10.3s
article (body) 14ms 19ms 27ms 145ms 179ms 5.4s
article (string inside object) 37ms 39ms 44ms 158ms 132ms 6.8s
article (string inside array) 43ms 46ms 53ms 159ms 317ms 7.2s
recipe (name) 23ms 25ms 28ms 41ms 0ms 7.5s
recipe (description) 22ms 22ms 23ms 25ms 0ms 4.9s
recipe (instructions) 5ms 6ms 7ms 10ms 0ms 3.1s
synthetic (title) 55ms 57ms 72ms 380ms 1173ms 13.2s
synthetic (string inside object) 55ms 57ms 61ms 206ms 1071ms 8.2s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 43ms 48ms 68ms 298ms 513ms 10.9s
article (body) 13ms 14ms 15ms 24ms 54ms 4.6s
article (string inside object) 39ms 41ms 44ms 136ms 243ms 7.0s
article (string inside array) 44ms 47ms 51ms 64ms 123ms 6.9s
recipe (name) 24ms 27ms 30ms 44ms 0ms 8.4s
recipe (description) 21ms 23ms 24ms 32ms 0ms 5.2s
recipe (instructions) 5ms 6ms 8ms 16ms 0ms 3.2s
synthetic (title) 50ms 52ms 55ms 77ms 467ms 18.1s
synthetic (string inside object) 51ms 56ms 62ms 223ms 1080ms 8.7s

📚 Glossary

column definitions

  • benchmark — the name of the test, e.g. "article", followed by the label of the field being measured, e.g. "(title)".
  • latency — the time between when a key was pressed and when it was rendered. derived from a set of samples. the median (p50) is shown to show the most common latency.
  • p75 — the 75th percentile of the input latency in the test run. 75% of the sampled inputs in this benchmark were processed faster than this value. this provides insight into the upper range of typical performance.
  • p90 — the 90th percentile of the input latency in the test run. 90% of the sampled inputs were faster than this. this metric helps identify slower interactions that occurred less frequently during the benchmark.
  • p99 — the 99th percentile of the input latency in the test run. only 1% of sampled inputs were slower than this. this represents the worst-case scenarios encountered during the benchmark, useful for identifying potential performance outliers.
  • blocking time — the total time during which the main thread was blocked, preventing user input and UI updates. this metric helps identify performance bottlenecks that may cause the interface to feel unresponsive.
  • test duration — how long the test run took to complete.

@stipsan stipsan disabled auto-merge March 17, 2025 11:30
@stipsan stipsan merged commit dd55c89 into next Mar 17, 2025
58 of 61 checks passed
@stipsan stipsan deleted the renovate/react-rx-4.x branch March 17, 2025 11:30
@renovate renovate bot changed the title fix(deps): update dependency react-rx to ^4.1.25 fix(deps): update dependency react-rx to ^4.1.25 - autoclosed Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant