Skip to content

fix(deps): update dependency @portabletext/toolkit to v6 - #3067

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/portabletext-toolkit-6.x
Open

fix(deps): update dependency @portabletext/toolkit to v6#3067
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/portabletext-toolkit-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@portabletext/toolkit ^5.0.2^6.0.0 age confidence

Release Notes

portabletext/toolkit (@​portabletext/toolkit)

v6.0.0

Compare Source

Major Changes
  • #​171 c561739 Thanks @​rexxars! - Require Node.js 22.12 or later, and drop the legacy main and module fields

    The package has been ESM-only for a while, but still carried main and module entry points for
    resolvers that predate exports. Those are gone, so the package resolves through exports only.

  • #​171 c561739 Thanks @​rexxars! - nestLists() now nests every list as deeply as its level says it is

    List 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 one
    level 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 html mode, since HTML can only nest a list inside a
    list item, and holds nothing but the deeper list in direct mode.

    This changes the output of nestLists() for any input where a list starts deeper than level 1 or
    skips a level, and therefore changes the rendered output of anything built on it.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • 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

@changeset-bot

changeset-bot Bot commented Aug 11, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f2e937a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
Name Type
@portabletext/markdown Patch
@portabletext/editor Patch
@portabletext/plugin-character-pair-decorator Patch
@portabletext/plugin-dnd Patch
@portabletext/plugin-emoji-picker Patch
@portabletext/plugin-input-rule Patch
@portabletext/plugin-list-index Patch
@portabletext/plugin-markdown-shortcuts Patch
@portabletext/plugin-one-line Patch
@portabletext/plugin-paste-link Patch
@portabletext/plugin-sdk-value Patch
@portabletext/plugin-table Patch
@portabletext/plugin-typeahead-picker Patch
@portabletext/plugin-typography Patch
@portabletext/toolbar Patch

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

@vercel

vercel Bot commented Aug 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
portable-text-editor-documentation Ready Ready Preview Aug 14, 2026 11:12am
portable-text-example-basic Ready Ready Preview Aug 14, 2026 11:12am
portable-text-playground Ready Ready Preview Aug 14, 2026 11:12am

Request Review

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

📦 Bundle Stats — @portabletext/editor

Compared against main (f5b2c7f5)

@portabletext/editor

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
renovate Bot force-pushed the renovate/portabletext-toolkit-6.x branch from 1e57052 to 54e199f Compare August 14, 2026 11:10

@christianhg christianhg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3072 needs to merge first

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