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.1.10 #7692

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

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

Release Notes

portabletext/editor (@​portabletext/editor)

v1.1.10

Bug Fixes
  • editor: preserve list properties when splitting at the end (regression) (a7e8578)
  • editor: preserve list properties when splitting at the start (e47d150)

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 October 29, 2024 11:36
@renovate renovate bot requested review from cngonzalez and removed request for a team October 29, 2024 11:36
Copy link

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

Copy link

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

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

View full report↗︎

Copy link
Contributor

No changes to documentation

Copy link
Contributor

Component Testing Report Updated Oct 29, 2024 11:45 AM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 45s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 32s 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) 18s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 11s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 3m 0s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 45s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 46s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 17s 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) 18s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 38s 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

⚡️ Editor Performance Report

Updated Tue, 29 Oct 2024 11:47:47 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 14.8 efps (68ms) 14.5 efps (69ms) +2ms (+2.2%)
article (body) 53.5 efps (19ms) 53.5 efps (19ms) +0ms (+0.0%)
article (string inside object) 16.4 efps (61ms) 15.9 efps (63ms) +2ms (+3.3%)
article (string inside array) 13.0 efps (77ms) 12.8 efps (78ms) +1ms (+1.3%)
recipe (name) 28.6 efps (35ms) 27.4 efps (37ms) +2ms (+4.3%)
recipe (description) 32.3 efps (31ms) 30.3 efps (33ms) +2ms (+6.5%)
recipe (instructions) 99.9+ efps (7ms) 99.9+ efps (6ms) -1ms (-/-%)
synthetic (title) 14.5 efps (69ms) 13.5 efps (74ms) +5ms (+7.2%)
synthetic (string inside object) 14.3 efps (70ms) 15.2 efps (66ms) -4ms (-5.7%)

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) 68ms 71ms 82ms 224ms 658ms 14.3s
article (body) 19ms 21ms 54ms 215ms 331ms 6.2s
article (string inside object) 61ms 65ms 70ms 210ms 431ms 9.4s
article (string inside array) 77ms 82ms 90ms 343ms 1376ms 10.7s
recipe (name) 35ms 38ms 73ms 91ms 2ms 9.1s
recipe (description) 31ms 33ms 48ms 157ms 7ms 6.4s
recipe (instructions) 7ms 9ms 11ms 30ms 9ms 3.5s
synthetic (title) 69ms 72ms 80ms 309ms 1369ms 15.7s
synthetic (string inside object) 70ms 80ms 94ms 471ms 1554ms 10.9s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 69ms 75ms 101ms 314ms 873ms 14.9s
article (body) 19ms 23ms 50ms 258ms 459ms 6.9s
article (string inside object) 63ms 67ms 79ms 341ms 729ms 9.4s
article (string inside array) 78ms 84ms 95ms 352ms 1386ms 10.7s
recipe (name) 37ms 39ms 45ms 73ms 0ms 9.9s
recipe (description) 33ms 36ms 41ms 112ms 35ms 6.5s
recipe (instructions) 6ms 8ms 10ms 26ms 3ms 3.4s
synthetic (title) 74ms 80ms 89ms 428ms 1733ms 16.3s
synthetic (string inside object) 66ms 72ms 110ms 513ms 1753ms 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.

@cngonzalez cngonzalez added this pull request to the merge queue Oct 29, 2024
Merged via the queue into next with commit 7a564a6 Oct 29, 2024
67 checks passed
@cngonzalez cngonzalez deleted the renovate/dev-non-major branch October 29, 2024 14:39
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