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 @sanity/ui to ^2.15.7 #8959

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
@sanity/ui (source) ^2.15.6 -> ^2.15.7 age adoption passing confidence

Release Notes

sanity-io/ui (@​sanity/ui)

v2.15.7

Compare Source

Bug Fixes

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 these updates 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.

@renovate renovate bot requested a review from a team as a code owner March 17, 2025 11:46
@renovate renovate bot requested review from juice49 and removed request for a team March 17, 2025 11:46
@renovate renovate bot enabled auto-merge (squash) March 17, 2025 11:46
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:57am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 11:57am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 11:57am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Mar 17, 2025 11:57am
test-next-studio ⬜️ Ignored (Inspect) Mar 17, 2025 11:57am

Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 42.17% 54639 / 129552
🔵 Statements 42.17% 54639 / 129552
🔵 Functions 47.11% 2742 / 5820
🔵 Branches 79.38% 10215 / 12868
File CoverageNo changed files found.
Generated in workflow #32412 for commit 4524610 by the Vitest Coverage Report Action

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Mar 17, 2025

⚡️ Editor Performance Report

Updated Mon, 17 Mar 2025 12:26:48 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 23.8 efps (42ms) 25.6 efps (39ms) -3ms (-7.1%)
article (body) 67.6 efps (15ms) 71.9 efps (14ms) -1ms (-/-%)
article (string inside object) 26.3 efps (38ms) 25.0 efps (40ms) +2ms (+5.3%)
article (string inside array) 23.0 efps (44ms) 22.2 efps (45ms) +2ms (+3.4%)
recipe (name) 45.5 efps (22ms) 45.5 efps (22ms) +0ms (-/-%)
recipe (description) 50.0 efps (20ms) 50.0 efps (20ms) +0ms (-/-%)
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (5ms) +0ms (-/-%)
synthetic (title) 20.8 efps (48ms) 20.8 efps (48ms) +0ms (-/-%)
synthetic (string inside object) 20.0 efps (50ms) 20.0 efps (50ms) +0ms (-/-%)

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) 42ms 45ms 49ms 265ms 256ms 11.1s
article (body) 15ms 16ms 18ms 113ms 163ms 5.4s
article (string inside object) 38ms 40ms 42ms 82ms 46ms 6.5s
article (string inside array) 44ms 46ms 47ms 49ms 105ms 6.8s
recipe (name) 22ms 25ms 28ms 52ms 0ms 7.5s
recipe (description) 20ms 21ms 23ms 38ms 0ms 4.8s
recipe (instructions) 5ms 7ms 9ms 38ms 0ms 3.2s
synthetic (title) 48ms 51ms 56ms 406ms 898ms 15.3s
synthetic (string inside object) 50ms 52ms 54ms 97ms 337ms 7.4s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 39ms 42ms 47ms 255ms 417ms 11.0s
article (body) 14ms 16ms 20ms 60ms 165ms 5.5s
article (string inside object) 40ms 43ms 48ms 149ms 196ms 7.0s
article (string inside array) 45ms 47ms 50ms 158ms 355ms 7.2s
recipe (name) 22ms 25ms 28ms 50ms 20ms 7.4s
recipe (description) 20ms 21ms 23ms 31ms 0ms 4.8s
recipe (instructions) 5ms 6ms 8ms 18ms 0ms 3.2s
synthetic (title) 48ms 52ms 54ms 58ms 362ms 16.1s
synthetic (string inside object) 50ms 53ms 62ms 393ms 924ms 8.8s

📚 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.

@renovate renovate bot merged commit 3313f53 into next Mar 17, 2025
60 checks passed
@renovate renovate bot deleted the renovate/sanity-ui-2.x branch March 17, 2025 12:26
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