This repository was archived by the owner on Oct 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency @portabletext/editor to ^2.14.0 #131
Open
renovate
wants to merge
2
commits into
main
Choose a base branch
from
renovate/portabletext-editor-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
🦋 Changeset detectedLatest commit: 277f7c6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
81f29cb to
5e418ee
Compare
bb1e59e to
b337654
Compare
17b1b9d to
afd411f
Compare
916fe5f to
5e04d8e
Compare
c324074 to
2899777
Compare
abed7d9 to
f64416a
Compare
9c5bddc to
213ddd1
Compare
e3e7bb4 to
6b0e806
Compare
c88a457 to
0f0a851
Compare
eac9644 to
7cb954b
Compare
fd3aae5 to
a619499
Compare
9cb4520 to
f918081
Compare
6f58f3b to
b2d8654
Compare
040a256 to
a6cde17
Compare
b035ee1 to
7307012
Compare
cdbae7d to
7ef7883
Compare
0c005e9 to
f36b5ce
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.6.9->^2.14.0Release Notes
portabletext/editor (@portabletext/editor)
v2.14.0Compare Source
Minor Changes
6502159Thanks @christianhg! - feat(selectors): addget(Previous|Next)InlineObjectsPatch Changes
#1719
5b86653Thanks @renovate! - fix(deps): update dependency xstate to ^5.23.0#1720
d593b98Thanks @christianhg! - fix(select): select before inline object if selection is facing forwardv2.13.7Compare Source
Patch Changes
#1716
ac41e55Thanks @christianhg! - fix(insert.child): avoid underlying.marksinterference#1716
d4be819Thanks @christianhg! - fix(insert.text): avoid underlying.marksinterference#1716
13b6951Thanks @christianhg! - fix(getMarkState): handle caret after annotation inside decoratorv2.13.6Patch Changes
#1712
45fb678Thanks @renovate! - fix(deps): update react monorepo to ^19.2.0Updated dependencies [
45fb678,df5c167]:v2.13.5Patch Changes
634a6c0Thanks @renovate! - fix(deps): update dependency xstate to ^5.22.1v2.13.4Compare Source
Patch Changes
#1698
c4fd0cdThanks @renovate! - fix(deps): update sanity monorepo to ^4.10.2#1701
fe04feeThanks @christianhg! - fix(getSelectedValue): account for start/end spans with same _keyUpdated dependencies [
c4fd0cd]:v2.13.3Compare Source
Patch Changes
#1686
dfe17a1Thanks @renovate! - fix(deps): update sanity monorepo to ^4.10.1#1431
aa7d632Thanks @christianhg! - fix: exportMarkState#1693
77ce561Thanks @christianhg! - fix: select editor start if selection validation fails#1693
30058e9Thanks @christianhg! - fix: avoid validating selection while Slate has pending operationsUpdated dependencies [
dfe17a1]:v2.13.2Compare Source
Patch Changes
141c3e1Thanks @christianhg! - fix: add back selection validationv2.13.1Compare Source
Patch Changes
b5a48b9Thanks @christianhg! - fix: avoid render functions causing unmountsv2.13.0Compare Source
Minor Changes
5e87231Thanks @christianhg! - feat(selectors): exportgetMarkStatein betaPatch Changes
#1676
b9744c9Thanks @renovate! - fix(deps): update dependency debug to ^4.4.3#1684
27c50d0Thanks @christianhg! - fix: useunit: 'character'for deletion of inline objects#1684
ccd536eThanks @christianhg! - fix(delete): respectunit: 'block'option#1684
60b4164Thanks @christianhg! - fix(getMarkState): support block offsetsv2.12.3Compare Source
Patch Changes
#1670
b23cdd1Thanks @christianhg! - fix: allow consecutiveinsert.texteventsUpdated dependencies [
b7997e1]:v2.12.2Compare Source
Patch Changes
#1664
7e57673Thanks @renovate! - fix(deps): update dependency xstate to ^5.22.0#1668
a5886f3Thanks @christianhg! - fix: issue with calculating "mark state"#1666
0fa420aThanks @christianhg! - fix: create undo steps if there is more than 1 action set#1668
52bf635Thanks @christianhg! - fix: issue with Enter collapsing the selection on Firefoxv2.12.1Compare Source
Patch Changes
#1662
0dbd421Thanks @christianhg! - fix(behaviors): let empty action sets cancel native events#1662
d689f45Thanks @christianhg! - fix: issue with reducing selection hanging on an empty linev2.12.0Compare Source
Minor Changes
#1658
b9af25bThanks @christianhg! - feat: improveinsert.textcompositionAs part of the editors Core Behaviors,
insert.textnow triggersinsert.childwhenever themarkson the given span should change. Thismeans, you can now
executeinsert.textevents to circumvent that Behavior. Orforward/executeinsert.textevents frominsert.childevents.v2.11.0Compare Source
Minor Changes
d1a28f3Thanks @christianhg! - feat: allow sendingNativeBehaviorEvents to the editorv2.10.0Compare Source
Minor Changes
#1640
74dc56aThanks @christianhg! - fix: raiseinsert.childfrominsert.(span|inline object)insert.spanandinsert.inline objectnow raiseinsert.childinternally.#1640
7cdcb11Thanks @christianhg! - feat: addinsert.childeventA new
insert.childevent can now be used to insert and select spans orinline objects at the current editor selection.
Patch Changes
#1654
6071455Thanks @renovate! - fix(deps): update sanity monorepo to ^4.9.0#1640
52a3a72Thanks @christianhg! - fix(block.set): validatemarDefsAdding
markDefsto a text block usingblock.setnow validates themarkDefsagainst the schema to make sure only known annotations are added.#1640
eaf3ff1Thanks @christianhg! - fix: derive Snapshotselectionon demandIn some cases, the
selectiononsnapshot.context.selectioncould beslightly out of sync. Now, the selection is derived on demand whenever a
Snapshot is requested.
#1640
9dbf915Thanks @christianhg! - fix(behaviors): perform groups of raised or executed events without normalizationThis is useful if one event depends on a previous event. For example, raising
block.settogether withinsert.childto add an annotation will happenwithout the editor normalizing the unused markDef away between the two events.
Updated dependencies [
6071455]:v2.9.2Compare Source
Patch Changes
8c0ee32Thanks @christianhg! - fix(value sync): avoid throwing error when encountering invalid blockv2.9.1Compare Source
Patch Changes
#1646
9ca66b7Thanks @christianhg! - fix: avoid thrown error if the editor has been unmountedThe editor attempts to validate its selection upon unexpected DOM changes. However, in some cases, this logic might run after the editor has been unmounted and removed from the DOM. In this case an error would be thrown because no editor DOM node could be found. This error has now been suppressed as there is no need to surface it to the user.
v2.9.0Compare Source
Minor Changes
#1644
4a87bb5Thanks @christianhg! - feat: addselect.blockeventYou can now
send,raise,executeandforwardselect.blockevents. Under the hood they convert intoselectevents. For convenience, you canselectthe block either at the'start'or'end'('start'is default).Patch Changes
5c766f0Thanks @christianhg! - fix(insert.blocks): edge cases related to target selectionv2.8.4Compare Source
Patch Changes
#1638
d7f34d4Thanks @renovate! - fix(deps): update sanity monorepo to ^4.8.1#1641
97288ecThanks @christianhg! - fix: improve history stack heuristicsSending custom Behavior events will now create distinct steps in the history stack:
#1643
4ccb9abThanks @christianhg! - fix:sendinsideeffectnow has access tofocus/blureventsUpdated dependencies [
d7f34d4]:v2.8.3Compare Source
Patch Changes
ff6aef7]:v2.8.2Compare Source
Patch Changes
b032b9eThanks @christianhg! - fix: raiseannotation.addfromPortableTextEditor.addAnnotationv2.8.1Compare Source
Patch Changes
2b9d291Thanks @christianhg! - fix(getSelectedValue): avoid looping through valuev2.8.0Compare Source
Minor Changes
#1623
760a68dThanks @christianhg! - feat(isActiveAnnotation): add configurablemode#1593
9db3c37Thanks @christianhg! - feat: allow overlapping annotations through BehaviorsPatch Changes
#1623
d8b9bd0Thanks @christianhg! - fix(`sliceBlocks`): parse blocks when slicing#1623
7874f53Thanks @christianhg! - fix: remove unusedmarkDefswhen parsing blocks#1622
6539bfcThanks @renovate! - fix(deps): update sanity monorepo to ^4.6.1#1627
99adbd2Thanks @renovate! - fix(deps): update dependency immer to ^10.1.3#1626
86d9cbbThanks @christianhg! - fix: improveinsert.spanby internally routing it throughinsert.block#1626
9d59889Thanks @christianhg! - fix: improveinsert.inline objectby internally routing it throughinsert.blockUpdated dependencies [
6539bfc]:v2.7.2Compare Source
Patch Changes
24bd38d]:v2.7.1Compare Source
Patch Changes
#1619
1028284Thanks @christianhg! - fix:react-hooks/refswarnings#1619
1028284Thanks @christianhg! - fix: makefocused/selectedstate inside spans consistentv2.7.0Compare Source
Minor Changes
249f558Thanks @stipsan! - Update React Compiler to RC3Patch Changes
ddf8f7eThanks @christianhg! - fix:isOverlappingSelectionedge caseConfiguration
📅 Schedule: Branch creation - "every weekday" (UTC), 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 these updates again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here