fix(deps): update dependency @portabletext/toolkit to v6 - #77
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/portabletext-toolkit-6.x
branch
from
September 24, 2026 22:32
fa653ea to
e931115
Compare
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:
^2.0.18→^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.
v5.0.2Compare Source
Patch Changes
9075772Thanks @renovate! - fix(deps): update dependency @portabletext/types to ^4.0.2v5.0.1Compare Source
Patch Changes
72963a3Thanks @renovate! - fix(deps): update dependency @portabletext/types to ^4.0.1v5.0.0Compare Source
Major Changes
cb5ee07Thanks @renovate! - fix(deps): update dependency @portabletext/types to v4v4.0.0Major Changes
#123
2852611Thanks @stipsan! - Support for node versions older than v20.19 dropped#123
2852611Thanks @stipsan! - Upgrade @portabletext/types to v3#123
2852611Thanks @stipsan! - CJS exports removedv3.0.1Compare Source
Patch Changes
12c0bbaThanks @renovate! - fix(deps): update dependency @portabletext/types to ^2.0.15v3.0.0Compare Source
Major Changes
06c95e3Thanks @stipsan! - Drop support for Sanity Studio v2Patch Changes
1eef3d9Thanks @stipsan! - update build toolingConfiguration
📅 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