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 @portabletext/editor to ^1.10.2 #7829

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@portabletext/editor (source) ^1.10.0 -> ^1.10.2 age adoption passing confidence

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 November 18, 2024 10:45
@renovate renovate bot requested review from ryanbonial and removed request for a team November 18, 2024 10:45
Copy link

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

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Nov 18, 2024

Component Testing Report Updated Nov 18, 2024 11:57 PM (UTC)

❌ Failed Tests (2) -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 43s 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 ❌ Failed (Inspect) 59s 9 7 2
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 17s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 10s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 2m 33s 1 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 45s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 43s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 20s 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 ✅ Passed (Inspect) 37s 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

Copy link
Contributor

github-actions bot commented Nov 18, 2024

⚡️ Editor Performance Report

Updated Mon, 18 Nov 2024 23:54:56 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 17.5 efps (57ms) 18.2 efps (55ms) -2ms (-3.5%)
article (body) 60.2 efps (17ms) 59.2 efps (17ms) +0ms (+1.8%)
article (string inside object) 17.5 efps (57ms) 17.9 efps (56ms) -1ms (-1.8%)
article (string inside array) 16.0 efps (63ms) 15.2 efps (66ms) +4ms (+5.6%)
recipe (name) 29.4 efps (34ms) 29.4 efps (34ms) +0ms (-/-%)
recipe (description) 32.3 efps (31ms) 33.3 efps (30ms) -1ms (-3.2%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (7ms) +1ms (-/-%)
synthetic (title) 14.5 efps (69ms) 15.2 efps (66ms) -3ms (-4.3%)
synthetic (string inside object) 15.4 efps (65ms) 15.9 efps (63ms) -2ms (-3.1%)

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) 57ms 62ms 68ms 385ms 593ms 14.1s
article (body) 17ms 20ms 28ms 300ms 438ms 6.0s
article (string inside object) 57ms 63ms 84ms 259ms 651ms 9.0s
article (string inside array) 63ms 67ms 75ms 213ms 785ms 9.3s
recipe (name) 34ms 37ms 70ms 78ms 0ms 9.4s
recipe (description) 31ms 32ms 36ms 84ms 25ms 6.0s
recipe (instructions) 6ms 8ms 9ms 22ms 0ms 3.3s
synthetic (title) 69ms 74ms 84ms 382ms 1451ms 15.5s
synthetic (string inside object) 65ms 70ms 104ms 631ms 1466ms 10.6s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 55ms 62ms 72ms 262ms 530ms 13.0s
article (body) 17ms 20ms 30ms 237ms 385ms 5.9s
article (string inside object) 56ms 59ms 66ms 214ms 516ms 8.7s
article (string inside array) 66ms 70ms 79ms 301ms 884ms 9.9s
recipe (name) 34ms 37ms 47ms 81ms 0ms 9.5s
recipe (description) 30ms 32ms 35ms 60ms 0ms 5.9s
recipe (instructions) 7ms 10ms 10ms 52ms 0ms 3.5s
synthetic (title) 66ms 70ms 78ms 401ms 1374ms 15.1s
synthetic (string inside object) 63ms 68ms 78ms 326ms 1048ms 10.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.

@renovate renovate bot force-pushed the renovate/portabletext-editor-1.x branch from c20dc5d to 4c114d7 Compare November 18, 2024 12:37
@renovate renovate bot force-pushed the renovate/portabletext-editor-1.x branch from 4c114d7 to d531cd6 Compare November 18, 2024 13:52
@renovate renovate bot force-pushed the renovate/portabletext-editor-1.x branch from d531cd6 to 3e51b0e Compare November 18, 2024 17:25
@renovate renovate bot changed the title fix(deps): update dependency @portabletext/editor to ^1.10.1 fix(deps): update dependency @portabletext/editor to ^1.10.2 Nov 18, 2024
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