fix(deps): update dependency @portabletext/toolkit to v6 - #3067
Open
renovate[bot] wants to merge 2 commits into
Open
fix(deps): update dependency @portabletext/toolkit to v6#3067renovate[bot] wants to merge 2 commits into
renovate[bot] wants to merge 2 commits into
Conversation
🦋 Changeset detectedLatest commit: f2e937a The changes in this PR will be included in the next version bump. This PR includes changesets to release 15 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📦 Bundle Stats —
|
| Metric | Value | vs main (f5b2c7f) |
|---|---|---|
| Internal (raw) | 807.1 KB | - |
| Internal (gzip) | 179.6 KB | - |
| Bundled (raw) | 1.42 MB | - |
| Bundled (gzip) | 348.2 KB | - |
| Import time | 86ms | +2ms, +2.1% |
@portabletext/editor/behaviors
| Metric | Value | vs main (f5b2c7f) |
|---|---|---|
| Internal (raw) | 4.2 KB | - |
| Internal (gzip) | 1.4 KB | - |
| Bundled (raw) | 3.9 KB | - |
| Bundled (gzip) | 1.3 KB | - |
| Import time | 2ms | -0ms, -0.1% |
@portabletext/editor/plugins
| Metric | Value | vs main (f5b2c7f) |
|---|---|---|
| Internal (raw) | 5.2 KB | - |
| Internal (gzip) | 1.8 KB | - |
| Bundled (raw) | 5.0 KB | - |
| Bundled (gzip) | 1.7 KB | - |
| Import time | 7ms | -0ms, -0.7% |
@portabletext/editor/selectors
| Metric | Value | vs main (f5b2c7f) |
|---|---|---|
| Internal (raw) | 96.4 KB | - |
| Internal (gzip) | 22.3 KB | - |
| Bundled (raw) | 92.5 KB | - |
| Bundled (gzip) | 21.0 KB | - |
| Import time | 7ms | +0ms, +0.8% |
@portabletext/editor/traversal
| Metric | Value | vs main (f5b2c7f) |
|---|---|---|
| Internal (raw) | 40.6 KB | - |
| Internal (gzip) | 10.6 KB | - |
| Bundled (raw) | 41.1 KB | - |
| Bundled (gzip) | 10.6 KB | - |
| Import time | 5ms | +0ms, +2.5% |
@portabletext/editor/utils
| Metric | Value | vs main (f5b2c7f) |
|---|---|---|
| Internal (raw) | 34.1 KB | - |
| Internal (gzip) | 8.7 KB | - |
| Bundled (raw) | 32.5 KB | - |
| Bundled (gzip) | 8.5 KB | - |
| Import time | 5ms | -0ms, -5.1% |
🗺️ . · ./behaviors · ./plugins · ./selectors · ./traversal · ./utils · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
📦 Bundle Stats — @portabletext/markdown
Compared against main (f5b2c7f5)
| Metric | Value | vs main (f5b2c7f) |
|---|---|---|
| Internal (raw) | 50.9 KB | - |
| Internal (gzip) | 11.1 KB | - |
| Bundled (raw) | 349.7 KB | - |
| Bundled (gzip) | 98.8 KB | - |
| Import time | 33ms | -0ms, -0.7% |
🗺️ View treemap · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
renovate
Bot
force-pushed
the
renovate/portabletext-toolkit-6.x
branch
from
August 14, 2026 11:10
1e57052 to
54e199f
Compare
christianhg
requested changes
Aug 14, 2026
christianhg
left a comment
Member
There was a problem hiding this comment.
#3072 needs to merge first
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0.2→^6.0.0Release Notes
portabletext/toolkit (@portabletext/toolkit)
v6.0.0Compare Source
Major Changes
#171
c561739Thanks @rexxars! - Require Node.js 22.12 or later, and drop the legacymainandmodulefieldsThe package has been ESM-only for a while, but still carried
mainandmoduleentry points forresolvers that predate
exports. Those are gone, so the package resolves throughexportsonly.#171
c561739Thanks @rexxars! -nestLists()now nests every list as deeply as itslevelsays it isList items can start at a level deeper than 1, and can skip any number of levels at a time.
nestLists()previously ignored both, so a level 3 item could end up as a list nested only onelevel deep, and items that later returned to a shallower level could fail to rejoin the list they
belonged to and be emitted as a separate sibling list instead.
The levels that were never authored are now generated, so nesting depth always matches
level.A generated list holds an empty list item in
htmlmode, since HTML can only nest a list inside alist item, and holds nothing but the deeper list in
directmode.This changes the output of
nestLists()for any input where a list starts deeper than level 1 orskips a level, and therefore changes the rendered output of anything built on it.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here