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/preview-url-secret to ^2.1.6 #8912

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/preview-url-secret (source) ^2.1.5 -> ^2.1.6 age adoption passing confidence

Release Notes

sanity-io/visual-editing (@​sanity/preview-url-secret)

v2.1.6

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

@renovate renovate bot requested a review from a team as a code owner March 12, 2025 17:08
@renovate renovate bot requested review from rexxars and removed request for a team March 12, 2025 17:08
@renovate renovate bot enabled auto-merge (squash) March 12, 2025 17:08
Copy link

vercel bot commented Mar 12, 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 13, 2025 9:58am
performance-studio ✅ Ready (Inspect) Visit Preview Mar 13, 2025 9:58am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:58am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Mar 13, 2025 9:58am
test-next-studio ⬜️ Ignored (Inspect) Mar 13, 2025 9:58am

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Mar 12, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 42.01% 54448 / 129591
🔵 Statements 42.01% 54448 / 129591
🔵 Functions 46.89% 2729 / 5820
🔵 Branches 79.4% 10199 / 12844
File CoverageNo changed files found.
Generated in workflow #32242 for commit 698233e by the Vitest Coverage Report Action

Copy link
Contributor

github-actions bot commented Mar 12, 2025

⚡️ Editor Performance Report

Updated Thu, 13 Mar 2025 10:06:44 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 22.5 efps (45ms) 25.0 efps (40ms) -5ms (-10.1%)
article (body) 72.5 efps (14ms) 77.5 efps (13ms) -1ms (-/-%)
article (string inside object) 23.8 efps (42ms) 25.0 efps (40ms) -2ms (-4.8%)
article (string inside array) 21.5 efps (47ms) 22.7 efps (44ms) -3ms (-5.4%)
recipe (name) 43.5 efps (23ms) 44.4 efps (23ms) -1ms (-2.2%)
recipe (description) 47.6 efps (21ms) 48.8 efps (21ms) -1ms (-2.4%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (6ms) +0ms (-/-%)
synthetic (title) 18.9 efps (53ms) 18.9 efps (53ms) +0ms (-/-%)
synthetic (string inside object) 19.2 efps (52ms) 20.0 efps (50ms) -2ms (-3.8%)

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) 45ms 79ms 94ms 443ms 910ms 13.1s
article (body) 14ms 15ms 17ms 143ms 183ms 5.1s
article (string inside object) 42ms 43ms 48ms 67ms 154ms 7.0s
article (string inside array) 47ms 48ms 52ms 224ms 355ms 7.6s
recipe (name) 23ms 25ms 29ms 59ms 1ms 8.2s
recipe (description) 21ms 22ms 23ms 61ms 27ms 5.0s
recipe (instructions) 6ms 9ms 10ms 35ms 0ms 3.3s
synthetic (title) 53ms 55ms 57ms 200ms 875ms 13.8s
synthetic (string inside object) 52ms 53ms 55ms 188ms 878ms 7.7s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 40ms 43ms 64ms 343ms 525ms 10.2s
article (body) 13ms 14ms 17ms 26ms 46ms 4.8s
article (string inside object) 40ms 44ms 47ms 84ms 242ms 7.2s
article (string inside array) 44ms 46ms 50ms 58ms 295ms 7.2s
recipe (name) 23ms 24ms 25ms 48ms 1ms 7.8s
recipe (description) 21ms 21ms 23ms 25ms 0ms 4.9s
recipe (instructions) 6ms 8ms 9ms 9ms 0ms 3.3s
synthetic (title) 53ms 55ms 57ms 207ms 912ms 13.2s
synthetic (string inside object) 50ms 52ms 53ms 54ms 480ms 7.2s

📚 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 previously approved these changes Mar 12, 2025
@renovate renovate bot force-pushed the renovate/sanity-preview-url-secret-2.x branch from ed81619 to 19e3cb0 Compare March 12, 2025 23:08
Copy link

socket-security bot commented Mar 12, 2025

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

🚮 Removed packages: npm/@sanity/preview-url-secret@2.1.5

View full report↗︎

Verified

This commit was signed with the committer’s verified signature.
abelsromero Abel Salgado Romero
@renovate renovate bot merged commit 79c62d0 into next Mar 13, 2025
60 checks passed
@renovate renovate bot deleted the renovate/sanity-preview-url-secret-2.x branch March 13, 2025 10:45
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