Skip to content

fix(deps): update prosemirror #5670

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

Closed

Conversation

cultureamp-renovate[bot]
Copy link
Contributor

@cultureamp-renovate cultureamp-renovate bot commented Apr 11, 2025

Working with Renovate for Culture Amp

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prosemirror-commands ^1.6.2 -> ^1.7.0 age adoption passing confidence
prosemirror-inputrules ^1.4.0 -> ^1.5.0 age adoption passing confidence
prosemirror-model ^1.24.1 -> ^1.25.0 age adoption passing confidence
prosemirror-schema-basic ^1.2.3 -> ^1.2.4 age adoption passing confidence
prosemirror-schema-list ^1.5.0 -> ^1.5.1 age adoption passing confidence
prosemirror-transform ^1.10.2 -> ^1.10.3 age adoption passing confidence
prosemirror-view ^1.37.1 -> ^1.39.1 age adoption passing confidence

Release Notes

prosemirror/prosemirror-commands (prosemirror-commands)

v1.7.0

Compare Source

New features

toggleMark now accepts an includeWhitespace option that controls whether it affects leading/trailing space.

prosemirror/prosemirror-inputrules (prosemirror-inputrules)

v1.5.0

Compare Source

Bug fixes

Fix a bug where input rules behaved incorrectly when text input inserted multiple characters and only a part of those were matched by a rule.

Set inCodeMark to false for emdash and quote input rules.

New features

Input rules now take an inCodeMark option that can be used to turn them off inside marks marked as code.

prosemirror/prosemirror-model (prosemirror-model)

v1.25.0

Compare Source

New features

Mark specs can now be marked with a code property.

prosemirror/prosemirror-schema-basic (prosemirror-schema-basic)

v1.2.4

Compare Source

Bug fixes

Add a code flag to the code mark.

prosemirror/prosemirror-schema-list (prosemirror-schema-list)

v1.5.1

Compare Source

Bug fixes

Fix an issue where liftListItem would, in some circumstances, join lists of different types when they ended up on the same level.

prosemirror/prosemirror-transform (prosemirror-transform)

v1.10.3

Compare Source

Bug fixes

Make sure Mapping.appendMap doesn't mutate shared arrays passed to its constructor.

prosemirror/prosemirror-view (prosemirror-view)

v1.39.1

Compare Source

v1.39.0

Compare Source

Bug fixes

Fix an issue where, with some types of schemas, pressing Enter on Android with a Chinese keyboard wouldn't properly detect the Enter press.

New features

The new dragCopies prop can be used to configure whether a drag event inside the editor copies or moves content.

v1.38.1

Compare Source

Bug fixes

Fix a regression in 1.38.0 that breaks scrolling back to the selection after Chrome tries to reset it on focus.

Remove some internally used types from the public type declaration files. Include file extension in web test local imports

Fix an issue where scrolling the cursor into view could inappropriately scroll parent nodes of absolutely positioned elements.

v1.38.0

Compare Source

New features

The clipboard serialization logic is now available as a serializeToClipboard method on the view object.

v1.37.2

Compare Source

Bug fixes

Fix a bug that caused EditorView.nodeDOM to sometimes not return a DOM node when querying a node next to a widget.

Fix an issue where an editor would, when scrolling the selection into view, try to do so even if the selection wasn't in that editor.


Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

changeset-bot bot commented Apr 11, 2025

⚠️ No Changeset found

Latest commit: b38b37e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cultureamp-renovate cultureamp-renovate bot deleted the branch renovate/rollup April 18, 2025 12:16
auto-merge was automatically disabled April 18, 2025 12:16

Pull request was closed

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.

0 participants