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.1 #8356

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

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

Release Notes

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

v2.1.1

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

@renovate renovate bot requested a review from a team as a code owner January 22, 2025 11:10
@renovate renovate bot requested review from ricokahler and removed request for a team January 22, 2025 11:10
@renovate renovate bot enabled auto-merge January 22, 2025 11:10
Copy link

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

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Jan 22, 2025

⚡️ Editor Performance Report

Updated Wed, 22 Jan 2025 17:02:20 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 22.7 efps (44ms) 24.4 efps (41ms) -3ms (-6.8%)
article (body) 67.6 efps (15ms) 67.6 efps (15ms) +0ms (-/-%)
article (string inside object) 25.0 efps (40ms) 26.3 efps (38ms) -2ms (-5.0%)
article (string inside array) 22.2 efps (45ms) 23.3 efps (43ms) -2ms (-4.4%)
recipe (name) 50.0 efps (20ms) 50.0 efps (20ms) +0ms (-/-%)
recipe (description) 55.6 efps (18ms) 55.6 efps (18ms) +0ms (-/-%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (6ms) +1ms (-/-%)
synthetic (title) 18.9 efps (53ms) 19.2 efps (52ms) -1ms (-1.9%)
synthetic (string inside object) 19.0 efps (53ms) 18.9 efps (53ms) +1ms (+1.0%)

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) 44ms 52ms 66ms 548ms 1055ms 12.2s
article (body) 15ms 17ms 20ms 159ms 202ms 5.8s
article (string inside object) 40ms 42ms 47ms 113ms 363ms 7.6s
article (string inside array) 45ms 48ms 56ms 252ms 349ms 7.5s
recipe (name) 20ms 22ms 24ms 62ms 0ms 8.1s
recipe (description) 18ms 20ms 26ms 45ms 0ms 4.7s
recipe (instructions) 6ms 8ms 10ms 29ms 0ms 3.2s
synthetic (title) 53ms 56ms 69ms 304ms 1146ms 12.9s
synthetic (string inside object) 53ms 55ms 65ms 306ms 807ms 8.7s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 41ms 53ms 73ms 460ms 853ms 10.8s
article (body) 15ms 17ms 41ms 167ms 173ms 5.2s
article (string inside object) 38ms 41ms 45ms 83ms 170ms 6.6s
article (string inside array) 43ms 45ms 48ms 145ms 155ms 7.0s
recipe (name) 20ms 21ms 24ms 42ms 0ms 8.4s
recipe (description) 18ms 19ms 22ms 33ms 0ms 4.5s
recipe (instructions) 6ms 7ms 8ms 21ms 0ms 3.1s
synthetic (title) 52ms 54ms 55ms 119ms 375ms 11.7s
synthetic (string inside object) 53ms 57ms 63ms 470ms 1136ms 8.3s

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

Copy link
Contributor

github-actions bot commented Jan 22, 2025

Component Testing Report Updated Jan 22, 2025 4:51 PM (UTC)

❌ Failed Tests (1) -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 1m 5s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 13s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ❌ Failed (Inspect) 1m 20s 5 0 1
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 51s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 14s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 27s 6 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 1m 7s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 29s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 2m 1s 21 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 13s 3 9 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 1m 43s 21 0 0
formBuilder/tree-editing/TreeEditing.spec.tsx ✅ Passed (Inspect) 0s 0 3 0
formBuilder/tree-editing/TreeEditingNestedObjects.spec.tsx ✅ Passed (Inspect) 0s 0 3 0

stipsan
stipsan previously approved these changes Jan 22, 2025
@renovate renovate bot force-pushed the renovate/sanity-preview-url-secret-2.x branch from f627121 to dd0c509 Compare January 22, 2025 15:29
@renovate renovate bot force-pushed the renovate/sanity-preview-url-secret-2.x branch 4 times, most recently from 374f061 to 09ee7ba Compare January 22, 2025 16:32
@renovate renovate bot force-pushed the renovate/sanity-preview-url-secret-2.x branch from 09ee7ba to 27530ff Compare January 22, 2025 16:40
@renovate renovate bot added this pull request to the merge queue Jan 22, 2025
Merged via the queue into next with commit 572cd82 Jan 22, 2025
30 of 35 checks passed
@renovate renovate bot deleted the renovate/sanity-preview-url-secret-2.x branch January 22, 2025 16:46
juice49 pushed a commit that referenced this pull request Jan 23, 2025
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant