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.42.0 #9042

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

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

Release Notes

portabletext/editor (@​portabletext/editor)

v1.42.0

Features
  • plugins: export CoreBehaviorsPlugin (40a3b6b)
Bug Fixes
  • remove internal options from insert.text event (431c56c)

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

Sorry, something went wrong.

@renovate renovate bot requested a review from a team as a code owner March 24, 2025 20:58
Copy link

vercel bot commented Mar 24, 2025

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 Mar 25, 2025 1:53am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 1:53am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 1:53am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Mar 25, 2025 1:53am
test-next-studio ⬜️ Ignored (Inspect) Mar 25, 2025 1:53am

@renovate renovate bot requested review from RitaDias and removed request for a team March 24, 2025 20:58
@renovate renovate bot enabled auto-merge (squash) March 24, 2025 20:58
Copy link

socket-security bot commented Mar 24, 2025

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

🚮 Removed packages: npm/@portabletext/editor@1.41.4

View full report↗︎

Copy link
Contributor

github-actions bot commented Mar 24, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 43.17% 55968 / 129619
🔵 Statements 43.17% 55968 / 129619
🔵 Functions 47.29% 2779 / 5876
🔵 Branches 79.73% 10460 / 13118
File CoverageNo changed files found.
Generated in workflow #32777 for commit 2d81c38 by the Vitest Coverage Report Action

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Mar 24, 2025

⚡️ Editor Performance Report

Updated Tue, 25 Mar 2025 02:03:13 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 21.3 efps (47ms) 24.7 efps (41ms) -7ms (-13.8%)
article (body) 72.2 efps (14ms) 72.2 efps (14ms) +0ms (-/-%)
article (string inside object) 23.3 efps (43ms) 25.6 efps (39ms) -4ms (-9.3%)
article (string inside array) 21.3 efps (47ms) 23.3 efps (43ms) -4ms (-8.5%)
recipe (name) 45.5 efps (22ms) 47.6 efps (21ms) -1ms (-4.5%)
recipe (description) 52.6 efps (19ms) 52.6 efps (19ms) +0ms (-/-%)
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (5ms) -0ms (-/-%)
synthetic (title) 19.2 efps (52ms) 20.0 efps (50ms) -2ms (-3.8%)
synthetic (string inside object) 20.4 efps (49ms) 20.0 efps (50ms) +1ms (+2.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) 47ms 76ms 83ms 326ms 614ms 12.1s
article (body) 14ms 16ms 18ms 47ms 50ms 4.9s
article (string inside object) 43ms 45ms 52ms 68ms 160ms 7.4s
article (string inside array) 47ms 49ms 55ms 85ms 384ms 7.5s
recipe (name) 22ms 23ms 24ms 30ms 0ms 7.1s
recipe (description) 19ms 20ms 22ms 43ms 0ms 4.8s
recipe (instructions) 5ms 7ms 9ms 15ms 0ms 3.2s
synthetic (title) 52ms 56ms 61ms 240ms 886ms 12.2s
synthetic (string inside object) 49ms 51ms 56ms 189ms 528ms 8.0s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 41ms 44ms 70ms 342ms 648ms 11.7s
article (body) 14ms 16ms 25ms 182ms 252ms 5.2s
article (string inside object) 39ms 42ms 50ms 182ms 226ms 6.8s
article (string inside array) 43ms 44ms 47ms 132ms 183ms 6.9s
recipe (name) 21ms 22ms 24ms 43ms 0ms 7.5s
recipe (description) 19ms 20ms 21ms 22ms 0ms 4.7s
recipe (instructions) 5ms 7ms 8ms 9ms 0ms 3.4s
synthetic (title) 50ms 53ms 58ms 425ms 1041ms 13.3s
synthetic (string inside object) 50ms 52ms 57ms 232ms 802ms 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.

Copy link
Contributor

github-actions bot commented Mar 24, 2025

📊 Playwright Test Report

Download Full E2E Report

This report contains test results, including videos of failing tests.

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
@renovate renovate bot merged commit 4d55990 into next Mar 25, 2025
60 checks passed
@renovate renovate bot deleted the renovate/portabletext-editor-1.x branch March 25, 2025 07:53
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.

None yet

1 participant