Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update dependency @sanity/presentation to v1.19.11 #8073

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/presentation (source) 1.19.10 -> 1.19.11 age adoption passing confidence

Release Notes

sanity-io/visual-editing (@​sanity/presentation)

v1.19.11

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 December 16, 2024 15:12
@renovate renovate bot requested review from ricokahler and removed request for a team December 16, 2024 15:12
@renovate renovate bot enabled auto-merge December 16, 2024 15:12
Copy link

vercel bot commented Dec 16, 2024

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 Dec 16, 2024 4:08pm
performance-studio ✅ Ready (Inspect) Visit Preview Dec 16, 2024 4:08pm
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2024 4:08pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2024 4:08pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Dec 16, 2024 4:08pm

Copy link

socket-security bot commented Dec 16, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sanity/presentation@1.19.11 Transitive: network +4 3.62 MB sanity-io

🚮 Removed packages: npm/@sanity/presentation@1.19.10

View full report↗︎

@renovate renovate bot force-pushed the renovate/sanity-presentation-1.x branch from 4b1dab5 to 93aa7ce Compare December 16, 2024 15:17
@stipsan stipsan disabled auto-merge December 16, 2024 15:18
@stipsan stipsan merged commit 1819bc8 into next Dec 16, 2024
29 of 35 checks passed
@stipsan stipsan deleted the renovate/sanity-presentation-1.x branch December 16, 2024 15:18
Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Dec 16, 2024

⚡️ Editor Performance Report

Updated Mon, 16 Dec 2024 15:51:33 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 25.6 efps (39ms) 23.8 efps (42ms) +3ms (+7.7%)
article (body) 72.5 efps (14ms) 68.3 efps (15ms) +1ms (-/-%)
article (string inside object) 25.0 efps (40ms) 25.6 efps (39ms) -1ms (-2.5%)
article (string inside array) 22.2 efps (45ms) 22.2 efps (45ms) +0ms (-/-%)
recipe (name) 47.6 efps (21ms) 50.0 efps (20ms) -1ms (-4.8%)
recipe (description) 55.6 efps (18ms) 55.6 efps (18ms) +0ms (-/-%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (5ms) -1ms (-/-%)
synthetic (title) 17.9 efps (56ms) 18.9 efps (53ms) -3ms (-5.4%)
synthetic (string inside object) 17.7 efps (57ms) 18.9 efps (53ms) -4ms (-6.2%)

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 41ms 46ms 367ms 168ms 9.8s
article (body) 14ms 15ms 17ms 30ms 60ms 4.9s
article (string inside object) 40ms 42ms 44ms 46ms 0ms 6.4s
article (string inside array) 45ms 46ms 50ms 57ms 1ms 7.1s
recipe (name) 21ms 22ms 24ms 61ms 35ms 7.7s
recipe (description) 18ms 19ms 21ms 32ms 0ms 4.6s
recipe (instructions) 6ms 8ms 9ms 19ms 0ms 3.2s
synthetic (title) 56ms 57ms 61ms 204ms 336ms 12.9s
synthetic (string inside object) 57ms 60ms 67ms 93ms 975ms 8.6s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 42ms 45ms 48ms 70ms 43ms 11.1s
article (body) 15ms 16ms 18ms 200ms 246ms 5.4s
article (string inside object) 39ms 40ms 44ms 154ms 148ms 6.5s
article (string inside array) 45ms 48ms 51ms 193ms 279ms 7.7s
recipe (name) 20ms 22ms 25ms 39ms 0ms 6.5s
recipe (description) 18ms 20ms 20ms 62ms 37ms 4.6s
recipe (instructions) 5ms 6ms 7ms 8ms 0ms 3.0s
synthetic (title) 53ms 54ms 56ms 70ms 214ms 14.2s
synthetic (string inside object) 53ms 54ms 58ms 73ms 197ms 7.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 Dec 16, 2024

Component Testing Report Updated Dec 16, 2024 4:00 PM (UTC)

❌ Failed Tests (2) -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 1m 11s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 13s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 40s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 56s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 29s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 16s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ❌ Failed (Inspect) 1m 49s 4 0 2
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 1m 16s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 3m 4s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 50s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 14s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 43s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 29s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 1m 54s 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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant