Skip to content

fix(deps): update dependency slate to ^0.118.0 #9596

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2025

This PR contains the following updates:

Package Change Age Confidence
slate ^0.112.0 -> ^0.118.0 age confidence

Release Notes

ianstormtaylor/slate (slate)

v0.118.0

Compare Source

Minor Changes
  • #​5923 ba33735a Thanks @​12joan! - - When removing a text node containing the cursor, always perfer placing the cursor in a sibling text node if one exists.
    • Previously, the selection would enter a sibling inline in some circumstances, even when a sibling text node was available.
    • The most noticeable effect of this change occurs when pressing backspace at the start of line N when the last non-empty node in line N-1 is an inline.
      • Before, the cursor would be placed inside the inline.
      • Now, the cursor is placed outside the inline.

v0.117.2

Compare Source

Patch Changes
  • #​5899 94fb04a4 Thanks @​12joan! - Fix: editor.selection is sometimes replaced with a new object even if the selection did not change

v0.117.0

Compare Source

Minor Changes
  • #​5885 c56a98fd Thanks @​felixfeng33! - - Remove ignoreNonSelectable option from positions,before,after,nodes.
    • Fix move behavior when encounter non-selectable inline voids.
Patch Changes
  • #​5890 9862ae71 Thanks @​joblolin95! - Handle backspace correctly for grapheme clusters in Burmese, Hindi, Khmer, Malayalam, Oriya, Punjabi, Tamil, and Telugu.

v0.116.0

Compare Source

Patch Changes
  • #​5871 fb87646e Thanks @​12joan! - - PERF: Use pure JS instead of Immer for applying operations and transforming points and ranges. Immer is now used only for producing fragments.

v0.115.1

Compare Source

Patch Changes

v0.114.0

Compare Source

Minor Changes
  • #​5850 22a3dda3 Thanks @​zbeyens! - - Update Text.decorations to return the positions in addition to the leaf nodes: { leaf: Text, position?: { start: number, end: number, isFirst: boolean, isLast: boolean } }[].

v0.113.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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 was generated by Mend Renovate. View the repository job log.

@dcousens dcousens added the dependencies Related to our dependencies label Apr 30, 2025
@renovate renovate bot force-pushed the renovate/slate-0.x branch from f0b1eb2 to 12f55e5 Compare June 3, 2025 18:02
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.114.0 fix(deps): update dependency slate to ^0.115.0 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/slate-0.x branch from 12f55e5 to 3eb238c Compare June 16, 2025 14:53
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.115.0 fix(deps): update dependency slate to ^0.117.0 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/slate-0.x branch from 3eb238c to d065b95 Compare August 4, 2025 15:38
@renovate renovate bot changed the title fix(deps): update dependency slate to ^0.117.0 fix(deps): update dependency slate to ^0.118.0 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/slate-0.x branch from d065b95 to d2f6db6 Compare August 11, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to our dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant