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.5.4 #7737

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

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

Release Notes

portabletext/editor (@​portabletext/editor)

v1.5.4

Bug Fixes
  • deps: update dependency react-compiler-runtime to v19.0.0-beta-9ee70a1-20241017 (bbe5ebd)
  • merge spans with same but different-ordered marks (cf72032)

v1.5.3

Bug Fixes
  • fix edge case related to writing next to annotated decorator (0747807)
  • fix HMR issue related to schema compilation (6806ab6)

v1.5.2

Bug Fixes
  • allow core behaviors to be overwritten (08b5924)
  • markdown behavior: clear list props before applying heading style (74d5b03)

v1.5.1

Bug Fixes
  • types: re-export PortableTextChild (63756d1)

v1.5.0

Features
  • allow passing a simple schema definition to useEditor (b25316d)
Bug Fixes
  • types: re-export PortableTextBlock (494d9db)

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

Copy link

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

Copy link

socket-security bot commented Nov 4, 2024

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

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

View full report↗︎

Copy link
Contributor

github-actions bot commented Nov 4, 2024

No changes to documentation

Copy link
Contributor

github-actions bot commented Nov 4, 2024

Component Testing Report Updated Nov 5, 2024 7:04 AM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 44s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 9s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 30s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 38s 11 7 0
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) 3m 0s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 46s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 49s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 16s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 9s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 26s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 18s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 36s 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 4, 2024

⚡️ Editor Performance Report

Updated Tue, 05 Nov 2024 07:07:04 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 16.7 efps (60ms) 17.2 efps (58ms) -2ms (-3.3%)
article (body) 59.5 efps (17ms) 59.5 efps (17ms) +0ms (+0.0%)
article (string inside object) 18.3 efps (55ms) 18.5 efps (54ms) -1ms (-0.9%)
article (string inside array) 16.1 efps (62ms) 15.9 efps (63ms) +1ms (+1.6%)
recipe (name) 29.4 efps (34ms) 28.6 efps (35ms) +1ms (+2.9%)
recipe (description) 34.5 efps (29ms) 33.3 efps (30ms) +1ms (+3.4%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (7ms) +1ms (-/-%)
synthetic (title) 14.8 efps (68ms) 14.7 efps (68ms) +1ms (+0.7%)
synthetic (string inside object) 15.4 efps (65ms) 15.6 efps (64ms) -1ms (-1.5%)

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) 60ms 66ms 82ms 225ms 585ms 14.5s
article (body) 17ms 20ms 36ms 317ms 465ms 6.1s
article (string inside object) 55ms 59ms 66ms 238ms 563ms 8.7s
article (string inside array) 62ms 65ms 74ms 116ms 693ms 8.9s
recipe (name) 34ms 37ms 53ms 95ms 5ms 9.2s
recipe (description) 29ms 31ms 35ms 59ms 0ms 5.8s
recipe (instructions) 6ms 8ms 9ms 10ms 0ms 3.2s
synthetic (title) 68ms 69ms 78ms 338ms 1311ms 15.1s
synthetic (string inside object) 65ms 69ms 87ms 415ms 1415ms 9.6s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 58ms 64ms 71ms 205ms 535ms 13.5s
article (body) 17ms 21ms 28ms 283ms 427ms 6.0s
article (string inside object) 54ms 56ms 68ms 218ms 523ms 9.0s
article (string inside array) 63ms 68ms 75ms 198ms 689ms 8.9s
recipe (name) 35ms 38ms 67ms 92ms 14ms 9.5s
recipe (description) 30ms 31ms 39ms 89ms 24ms 6.0s
recipe (instructions) 7ms 9ms 10ms 23ms 0ms 3.3s
synthetic (title) 68ms 72ms 85ms 422ms 1342ms 19.6s
synthetic (string inside object) 64ms 70ms 99ms 659ms 1981ms 10.5s

📚 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 ce5cf3b to aff9062 Compare November 4, 2024 09:53
@renovate renovate bot changed the title fix(deps): update dependency @portabletext/editor to ^1.5.1 fix(deps): update dependency @portabletext/editor to ^1.5.2 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/portabletext-editor-1.x branch from aff9062 to 0f22d2a Compare November 4, 2024 11:50
@renovate renovate bot changed the title fix(deps): update dependency @portabletext/editor to ^1.5.2 fix(deps): update dependency @portabletext/editor to ^1.5.3 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/portabletext-editor-1.x branch from 0f22d2a to 6b7e459 Compare November 4, 2024 12:50
@renovate renovate bot changed the title fix(deps): update dependency @portabletext/editor to ^1.5.3 fix(deps): update dependency @portabletext/editor to ^1.5.4 Nov 4, 2024
@stipsan stipsan added this pull request to the merge queue Nov 5, 2024
Merged via the queue into next with commit c0bd3c2 Nov 5, 2024
64 of 66 checks passed
@stipsan stipsan deleted the renovate/portabletext-editor-1.x branch November 5, 2024 10:35
bjoerge added a commit that referenced this pull request Nov 5, 2024
* next:
  chore(deps): dedupe pnpm-lock.yaml (#7752)
  chore(deps): update react monorepo (#7753)
  fix(deps): update dependency react-rx to ^4.1.3 (#7744)
  fix(deps): update dependency @sanity/ui to ^2.8.19 (#7742)
  fix(deps): update dependency @portabletext/editor to ^1.5.4 (#7737)
  fix(deps): update dependency @sanity/presentation to v1.17.8 (#7743)
  test(codegen): migrate codegen tests to vitest (#7741)
  fix: invalid locale namespace specified for create (#7732)
  chore(deps): update dependency @sanity/prettier-config to ^1.0.3 (#7733)
  fix(deps): update dependency react-rx to ^4.1.1 (#7739)
  fix(deps): update dependency groq-js to ^1.14.0 (#7738)
  test(cli): migrate cli tests to vitest (#7731)
  fix(core): export BetaFeatures and ScheduledPublishing types (#7659)
  chore(test-studio): update dependency @portabletext/editor to ^1.4.1 (#7734)
  fix(deps): update dependency @portabletext/editor to ^1.4.1 (#7735)
  fix(deps): update dependency @portabletext/editor to ^1.4.0 (#7729)
  fix(deps): update dependency @sanity/ui to ^2.8.18 (#7730)
  fix(deps): Update dev-non-major (#7724)
  fix(deps): update dependency @sanity/ui to ^2.8.17 (#7725)
  fix(deps): update dependency @portabletext/editor to ^1.3.0 (#7727)
jordanl17 pushed a commit that referenced this pull request Nov 5, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
bjoerge added a commit that referenced this pull request Nov 5, 2024
* next: (49 commits)
  v3.63.0
  chore(scripts): reordering blocks in release notes template script (#7758)
  chore(deps): update dependency babel-plugin-react-compiler to v19 (#7755)
  fix(deps): Update dev-non-major (#7736)
  chore(deps): dedupe pnpm-lock.yaml (#7752)
  chore(deps): update react monorepo (#7753)
  fix(deps): update dependency react-rx to ^4.1.3 (#7744)
  fix(deps): update dependency @sanity/ui to ^2.8.19 (#7742)
  fix(deps): update dependency @portabletext/editor to ^1.5.4 (#7737)
  fix(deps): update dependency @sanity/presentation to v1.17.8 (#7743)
  test(codegen): migrate codegen tests to vitest (#7741)
  fix: invalid locale namespace specified for create (#7732)
  chore(deps): update dependency @sanity/prettier-config to ^1.0.3 (#7733)
  fix(deps): update dependency react-rx to ^4.1.1 (#7739)
  fix(deps): update dependency groq-js to ^1.14.0 (#7738)
  test(cli): migrate cli tests to vitest (#7731)
  fix(core): export BetaFeatures and ScheduledPublishing types (#7659)
  chore(test-studio): update dependency @portabletext/editor to ^1.4.1 (#7734)
  fix(deps): update dependency @portabletext/editor to ^1.4.1 (#7735)
  fix(deps): update dependency @portabletext/editor to ^1.4.0 (#7729)
  ...
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