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/block-tools to ^1.1.13 #8898

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@portabletext/block-tools (source) ^1.1.12 -> ^1.1.13 age adoption passing confidence

Release Notes

portabletext/editor (@​portabletext/block-tools)

v1.1.13

Bug Fixes
  • deps: update sanity monorepo to ^3.78.1 (2902cf0)
  • deps: update sanity monorepo to ^3.79.0 (f2a1768)

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 12, 2025 09:28
Copy link

vercel bot commented Mar 12, 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 12, 2025 9:31pm
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2025 9:31pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2025 9:31pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Mar 12, 2025 9:31pm
test-next-studio ⬜️ Ignored (Inspect) Mar 12, 2025 9:31pm

@renovate renovate bot removed the request for review from a team March 12, 2025 09:28
@renovate renovate bot enabled auto-merge (squash) March 12, 2025 09:28
@renovate renovate bot requested a review from juice49 March 12, 2025 09:28
@renovate renovate bot force-pushed the renovate/portabletext-block-tools-1.x branch from a581b83 to b97bb42 Compare March 12, 2025 09:33
Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Mar 12, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 42.02% 54450 / 129574
🔵 Statements 42.02% 54450 / 129574
🔵 Functions 46.89% 2729 / 5820
🔵 Branches 79.41% 10201 / 12845
File CoverageNo changed files found.
Generated in workflow #32218 for commit ee26300 by the Vitest Coverage Report Action

Copy link
Contributor

github-actions bot commented Mar 12, 2025

⚡️ Editor Performance Report

Updated Wed, 12 Mar 2025 21:38:43 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 19.6 efps (51ms) 18.3 efps (55ms) +4ms (+6.9%)
article (body) 72.5 efps (14ms) 72.5 efps (14ms) +0ms (-/-%)
article (string inside object) 19.2 efps (52ms) 19.2 efps (52ms) +0ms (-/-%)
article (string inside array) 16.7 efps (60ms) 17.2 efps (58ms) -2ms (-3.3%)
recipe (name) 45.5 efps (22ms) 30.3 efps (33ms) +11ms (+50.0%) 🔴
recipe (description) 47.6 efps (21ms) 33.3 efps (30ms) +9ms (+42.9%) 🔴
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (5ms) -1ms (-/-%)
synthetic (title) 19.6 efps (51ms) 19.2 efps (52ms) +1ms (+2.0%)
synthetic (string inside object) 21.3 efps (47ms) 20.8 efps (48ms) +1ms (+2.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) 51ms 57ms 86ms 337ms 1330ms 12.4s
article (body) 14ms 15ms 16ms 25ms 49ms 5.0s
article (string inside object) 52ms 53ms 55ms 64ms 816ms 8.2s
article (string inside array) 60ms 64ms 67ms 159ms 1313ms 8.8s
recipe (name) 22ms 24ms 28ms 46ms 0ms 8.5s
recipe (description) 21ms 22ms 23ms 48ms 0ms 4.9s
recipe (instructions) 6ms 7ms 8ms 11ms 0ms 3.3s
synthetic (title) 51ms 53ms 62ms 218ms 722ms 12.0s
synthetic (string inside object) 47ms 48ms 50ms 62ms 269ms 6.9s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 55ms 61ms 84ms 356ms 1626ms 12.9s
article (body) 14ms 15ms 16ms 24ms 51ms 4.9s
article (string inside object) 52ms 54ms 56ms 77ms 728ms 8.1s
article (string inside array) 58ms 60ms 64ms 75ms 1104ms 8.5s
recipe (name) 33ms 35ms 41ms 68ms 94ms 9.0s
recipe (description) 30ms 31ms 33ms 43ms 13ms 6.2s
recipe (instructions) 5ms 7ms 8ms 8ms 0ms 3.1s
synthetic (title) 52ms 55ms 59ms 203ms 1047ms 12.2s
synthetic (string inside object) 48ms 49ms 51ms 61ms 287ms 7.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.

@renovate renovate bot force-pushed the renovate/portabletext-block-tools-1.x branch from b97bb42 to bea33e0 Compare March 12, 2025 09:53
@renovate renovate bot force-pushed the renovate/portabletext-block-tools-1.x branch from bea33e0 to dc12a94 Compare March 12, 2025 10:45
@renovate renovate bot force-pushed the renovate/portabletext-block-tools-1.x branch from dc12a94 to 0c43f81 Compare March 12, 2025 12:33
@renovate renovate bot force-pushed the renovate/portabletext-block-tools-1.x branch from 0c43f81 to 9260068 Compare March 12, 2025 19:47
@renovate renovate bot force-pushed the renovate/portabletext-block-tools-1.x branch from 3b74231 to ee26300 Compare March 12, 2025 21:22
@renovate renovate bot merged commit 1f9627d into next Mar 12, 2025
60 checks passed
@renovate renovate bot deleted the renovate/portabletext-block-tools-1.x branch March 12, 2025 22: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