Skip to content

chore(deps): update dependency prosekit to ^0.22.0-beta.24 - #1834

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/prosekit-0-x
Jul 27, 2026
Merged

chore(deps): update dependency prosekit to ^0.22.0-beta.24#1834
renovate[bot] merged 1 commit into
masterfrom
renovate/prosekit-0-x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prosekit (source) ^0.22.0-beta.1^0.22.0-beta.24 age confidence

Release Notes

prosekit/prosekit (prosekit)

v0.22.0-beta.24

Compare Source

Minor Changes
  • 2800bb4

    Add a setSearchQuery command that updates the search query and selects the first match at or after the caret, plus getSearchStatus and defineSearchStatusHandler for rendering a match counter. defineSearchQuery can now be called without options to store an empty query.

v0.22.0-beta.23

Compare Source

Patch Changes

v0.22.0-beta.22

Compare Source

Patch Changes
  • d1abca7

    Clear virtual-selection decorations before primary pointer focus so the browser can place the selection without a decoration DOM update race.

v0.22.0-beta.21

Compare Source

Patch Changes
  • e9ab4f4

    Construct lookbehind trigger expressions with new RegExp so that modules still parse on engines without lookbehind support.

  • 40fe63a

    Update dependencies.

v0.22.0-beta.20

Compare Source

Minor Changes
  • ea024fe

    Add a followCursor option to AutocompleteRule and a matching AutocompleteRoot prop that keep the match end anchored to the text cursor, so cursor movement grows and shrinks the query over existing text instead of dismissing the match.

Patch Changes
  • 03186d7

    Write ProseMirror-native clipboard data (data-pm-slice HTML and plain text) when dragging a block with the block handle, so a drop into another editor keeps the block intact, and clear the stale dragging state on the source view after the drag ends.

v0.22.0-beta.19

Compare Source

Patch Changes
  • e6747b3

    Typing --- in an otherwise-empty block (e.g. an empty list item) now replaces that block with the horizontal rule instead of inserting the rule inside it.

v0.22.0-beta.18

Compare Source

Patch Changes
  • 1ed0635

    Fix defineVirtualSelection leaving a stale native selection visible on top of the virtual selection after the editor loses focus.

v0.22.0-beta.17

Compare Source

Patch Changes
  • 2a22b7d

    Keep the table handles and an open handle menu visible while scrolling.

v0.22.0-beta.16

Compare Source

Patch Changes

v0.22.0-beta.15

Compare Source

Patch Changes
  • 1e55d8c

    Fix <prosekit-resizable-root> collapsing portrait images (aspect ratio < 1) in WebKit.

v0.22.0-beta.14

Compare Source

Minor Changes
  • a04e5e1

    Add a queryBuilder prop to AutocompleteRoot to customize the query string built from the regex match.

v0.22.0-beta.13

Compare Source

Patch Changes
  • 0659db8

    Remove the redundant typesVersions field from the published package.json files. TypeScript resolves type declarations from the exports field, so this field is no longer needed.

v0.22.0-beta.12

Compare Source

Patch Changes
  • c2e94f9

    Guard the --- horizontal rule input rule against parents that cannot hold a horizontal rule.

v0.22.0-beta.11

Compare Source

Minor Changes
  • 625bba6

    Add triggerAutocomplete to open the autocomplete menu programmatically.

v0.22.0-beta.10

Compare Source

Minor Changes
  • ccc2946

    Add triggerAutocomplete, a command that re-scans the text before the cursor and opens the autocomplete menu if a rule matches.

v0.22.0-beta.9

Compare Source

Patch Changes
  • 8f6f498

    Export the following list command functions:

    • dedentList
    • indentList
    • moveList
    • splitList
    • toggleCollapsed
    • unwrapList
    • toggleList
    • wrapInList
    • insertList

v0.22.0-beta.8

Compare Source

Patch Changes
  • 5ff866e

    Position the drop indicator relative to its offset parent.

v0.22.0-beta.7

Compare Source

Patch Changes
  • c9a3e30

    Export the following table command functions:

    • deleteTable
    • deleteTableColumn
    • deleteTableRow
    • addTableColumnBefore
    • addTableColumnAfter
    • addTableRowAbove
    • addTableRowBelow
    • mergeTableCells
    • splitTableCell
    • deleteCellSelection

v0.22.0-beta.6

Compare Source

Patch Changes
  • b62da03

    Recognize the rendered <div> wrapper in the horizontalRule node's parseDOM. Its toDOM renders ['div', ['hr']], but parseDOM only matched hr, so an attribute added with defineNodeAttr (written onto the outer <div>) was dropped when the node was parsed back from the DOM. The node now parses its own rendered output, with a bare <hr> kept as a fallback.

v0.22.0-beta.5

Compare Source

Patch Changes
  • bb984ad

    Avoid focusing the editor view from the block handle after the view has been destroyed.

v0.22.0-beta.4

Compare Source

Patch Changes

v0.22.0-beta.3

Compare Source

Minor Changes
  • 59b7648

    Add getMarkRange, which returns the contiguous range of a mark touching a resolved position. A position at either edge of the run counts as touching it, and a neighbouring mark that differs in attributes starts a new run.

v0.22.0-beta.2

Compare Source

Minor Changes
  • 2800bb4

    Add a setSearchQuery command that updates the search query and selects the first match at or after the caret, plus getSearchStatus and defineSearchStatusHandler for rendering a match counter. defineSearchQuery can now be called without options to store an empty query.


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate
renovate Bot enabled auto-merge (squash) July 27, 2026 01:23
@renovate
renovate Bot merged commit 2aca93c into master Jul 27, 2026
23 checks passed
@renovate
renovate Bot deleted the renovate/prosekit-0-x branch July 27, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants