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/insert-menu to v1.0.13 #7880

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/insert-menu (source) 1.0.12 -> 1.0.13 age adoption passing confidence

Release Notes

sanity-io/visual-editing (@​sanity/insert-menu)

v1.0.13

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

@renovate renovate bot requested a review from a team as a code owner November 26, 2024 10:40
@renovate renovate bot requested review from bjoerge and removed request for a team November 26, 2024 10:40
Copy link

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

Copy link

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

Package New capabilities Transitives Size Publisher
npm/@sanity/[email protected] Transitive: environment +5 7.65 MB sanity-io

View full report↗︎

@stipsan stipsan merged commit 71a5524 into next Nov 26, 2024
30 of 35 checks passed
@stipsan stipsan deleted the renovate/sanity-insert-menu-1.x branch November 26, 2024 10:42
Copy link
Contributor

No changes to documentation

Copy link
Contributor

⚡️ Editor Performance Report

Updated Tue, 26 Nov 2024 10:52:18 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 16.0 efps (63ms) 24.4 efps (41ms) -22ms (-34.4%)
article (body) 63.5 efps (16ms) 61.3 efps (16ms) +1ms (+3.5%)
article (string inside object) 17.9 efps (56ms) 25.0 efps (40ms) -16ms (-28.6%)
article (string inside array) 15.5 efps (65ms) 21.7 efps (46ms) -19ms (-28.7%)
recipe (name) 30.3 efps (33ms) 50.0 efps (20ms) -13ms (-39.4%)
recipe (description) 33.3 efps (30ms) 58.8 efps (17ms) -13ms (-43.3%)
recipe (instructions) 99.9+ efps (7ms) 99.9+ efps (6ms) -1ms (-/-%)
synthetic (title) 12.8 efps (78ms) 17.2 efps (58ms) -20ms (-25.6%)
synthetic (string inside object) 15.2 efps (66ms) 17.5 efps (57ms) -9ms (-13.6%)

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) 63ms 68ms 81ms 209ms 601ms 13.7s
article (body) 16ms 19ms 22ms 108ms 297ms 6.0s
article (string inside object) 56ms 61ms 70ms 152ms 447ms 9.1s
article (string inside array) 65ms 71ms 86ms 160ms 778ms 10.0s
recipe (name) 33ms 36ms 53ms 99ms 0ms 9.2s
recipe (description) 30ms 31ms 40ms 68ms 0ms 5.9s
recipe (instructions) 7ms 8ms 9ms 10ms 0ms 3.2s
synthetic (title) 78ms 84ms 106ms 470ms 2045ms 17.0s
synthetic (string inside object) 66ms 70ms 80ms 552ms 1480ms 10.6s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 41ms 46ms 51ms 181ms 196ms 12.8s
article (body) 16ms 21ms 35ms 231ms 348ms 5.8s
article (string inside object) 40ms 42ms 49ms 174ms 157ms 6.9s
article (string inside array) 46ms 49ms 51ms 65ms 142ms 7.4s
recipe (name) 20ms 22ms 24ms 41ms 0ms 7.8s
recipe (description) 17ms 19ms 21ms 45ms 0ms 4.6s
recipe (instructions) 6ms 8ms 9ms 18ms 0ms 3.1s
synthetic (title) 58ms 61ms 64ms 82ms 494ms 15.0s
synthetic (string inside object) 57ms 59ms 64ms 520ms 1060ms 9.0s

📚 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

Component Testing Report Updated Nov 26, 2024 10:53 AM (UTC)

❌ Failed Tests (1) -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 47s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 31s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 39s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 19s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 11s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 2m 32s 1 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 46s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 56s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 19s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 9s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 27s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 19s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ❌ Failed (Inspect) 47s 11 0 1
formBuilder/tree-editing/TreeEditing.spec.tsx ✅ Passed (Inspect) 0s 0 3 0
formBuilder/tree-editing/TreeEditingNestedObjects.spec.tsx ✅ Passed (Inspect) 0s 0 3 0

bjoerge added a commit that referenced this pull request Nov 26, 2024
* next: (37 commits)
  v3.65.0
  fix(deps): update dependency @sanity/insert-menu to v1.0.13 (#7880)
  fix(deps): update dependency @sanity/presentation to v1.18.5 (#7881)
  fix(deps): Update dev-non-major (#7875)
  fix(deps): update dependency @sanity/ui to ^2.8.25 (#7876)
  fix(telemetry): log (well known) workspace and dataset names (#7859)
  fix(deps): update dependency @portabletext/editor to ^1.11.3 (#7865)
  fix(deps): update dependency react-rx to ^4.1.7 (#7874)
  chore(deps): dedupe pnpm-lock.yaml (#7873)
  chore(ci): max react compiler warnings are now 79
  fix(deps): update React Compiler dependencies 🤖 ✨ (#7872)
  fix(core): discard announcements dialog onClickOutside (#7863)
  feat(structure): History UI updates (#7462)
  chore(cli): temporarily disable telemetry tests (#7845)
  chore(deps): update dependency turbo to ^2.3.0 (#7846)
  chore(lockfile): update dependency @sanity/asset-utils to v2.2.0 (#7847)
  chore(lockfile): update dependency react-focus-lock to v2.13.2 (#7848)
  feat: add support for React Compiler beta (#7702)
  v3.64.3
  fix(deps): update dependency @portabletext/editor to ^1.11.1 (#7861)
  ...
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