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/export to ^3.41.1 - autoclosed #8013

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/export (source) ^3.41.0 -> ^3.41.1 age adoption passing confidence

Release Notes

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

v3.41.1

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 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 11, 2024 09:55
@renovate renovate bot requested review from ryanbonial and removed request for a team December 11, 2024 09:55
@renovate renovate bot enabled auto-merge December 11, 2024 09:55
Copy link

vercel bot commented Dec 11, 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 11, 2024 10:25am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 10:25am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 10:25am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 10:25am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Dec 11, 2024 10:25am

Copy link

socket-security bot commented Dec 11, 2024

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

🚮 Removed packages: npm/@sanity/[email protected]

View full report↗︎

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Dec 11, 2024

⚡️ Editor Performance Report

Updated Wed, 11 Dec 2024 10:21:53 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 25.0 efps (40ms) 24.1 efps (42ms) +2ms (+3.8%)
article (body) 72.5 efps (14ms) 71.9 efps (14ms) +0ms (-/-%)
article (string inside object) 26.3 efps (38ms) 27.0 efps (37ms) -1ms (-2.6%)
article (string inside array) 23.8 efps (42ms) 23.3 efps (43ms) +1ms (+2.4%)
recipe (name) 50.0 efps (20ms) 48.8 efps (21ms) +1ms (+2.5%)
recipe (description) 55.6 efps (18ms) 55.6 efps (18ms) +0ms (-/-%)
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (5ms) +0ms (-/-%)
synthetic (title) 18.9 efps (53ms) 19.2 efps (52ms) -1ms (-1.9%)
synthetic (string inside object) 20.0 efps (50ms) 19.2 efps (52ms) +2ms (+4.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) 40ms 45ms 54ms 196ms 225ms 10.6s
article (body) 14ms 16ms 19ms 130ms 190ms 5.1s
article (string inside object) 38ms 41ms 48ms 180ms 133ms 6.9s
article (string inside array) 42ms 44ms 47ms 179ms 146ms 6.9s
recipe (name) 20ms 22ms 27ms 39ms 0ms 6.9s
recipe (description) 18ms 20ms 23ms 37ms 0ms 4.6s
recipe (instructions) 5ms 7ms 8ms 11ms 0ms 3.1s
synthetic (title) 53ms 59ms 94ms 153ms 640ms 15.1s
synthetic (string inside object) 50ms 53ms 73ms 540ms 210ms 8.3s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 42ms 46ms 55ms 81ms 167ms 10.5s
article (body) 14ms 17ms 35ms 159ms 186ms 5.1s
article (string inside object) 37ms 40ms 43ms 225ms 231ms 6.7s
article (string inside array) 43ms 45ms 47ms 117ms 187ms 7.1s
recipe (name) 21ms 22ms 26ms 48ms 0ms 7.5s
recipe (description) 18ms 19ms 21ms 63ms 1ms 4.6s
recipe (instructions) 5ms 7ms 10ms 20ms 0ms 3.1s
synthetic (title) 52ms 54ms 56ms 127ms 269ms 13.7s
synthetic (string inside object) 52ms 57ms 62ms 470ms 946ms 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.

@renovate renovate bot force-pushed the renovate/sanity-export-3.x branch from efa3026 to 89ed773 Compare December 11, 2024 10:09
Copy link
Contributor

github-actions bot commented Dec 11, 2024

Component Testing Report Updated Dec 11, 2024 10:21 AM (UTC)

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

@renovate renovate bot changed the title fix(deps): update dependency @sanity/export to ^3.41.1 fix(deps): update dependency @sanity/export to ^3.41.1 - autoclosed Dec 11, 2024
@renovate renovate bot closed this Dec 11, 2024
auto-merge was automatically disabled December 11, 2024 10:15

Pull request was closed

@renovate renovate bot deleted the renovate/sanity-export-3.x branch December 11, 2024 10:15
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.

0 participants