Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps prosemirror-view from 1.32.0 to 1.41.2.

Changelog

Sourced from prosemirror-view's changelog.

1.41.2 (2025-09-29)

Bug fixes

Fix an issue where some Backspace presses with SwiftKey on Android would get interpreted as Enter.

1.41.1 (2025-09-19)

Bug fixes

Consistently set draggable on a node's inner DOM representation, not a decoration wrapper element.

1.41.0 (2025-09-06)

Bug fixes

Make sure transformPasted is properly called when pasting into a code block.

Fix an issue where the editor didn't properly set the DOM selection in a shadow DOM on Safari in some situations.

Work around a Safari issue that broke composition right after changing the set of active marks.

New features

Pass an argument to transformPasted that tells the handler whether the paste is plain text. Call transformPasted when pasting into a code block

1.40.1 (2025-07-18)

Bug fixes

Fix an issue where, for some Android virtual keyboards, joining textblocks that contain an image with Backspace would run the handler for Enter instead.

Fix an issue causing posAtCoords to get confused by table cells sticking out of their parent row elements.

1.40.0 (2025-06-02)

Bug fixes

Suppress lint warnings about dereferencing methods by making EditorView.dispatch a property instead of a method.

New features

The "handleTextInput" prop now takes an additional argument that can be used to generate the default transaction for that text change.

Widget decorations now support a relaxedSide option which can be used to allow the DOM cursor to appear at either side.

1.39.3 (2025-05-14)

Bug fixes

... (truncated)

Commits
  • 381c163 Mark version 1.41.2
  • 005b925 Refine Enter detection to avoid false positive with Android SwiftKey
  • 6a9d47a Mark version 1.41.1
  • 81b640a Also use nodeDOM for the draggable attribute in selectNode
  • f8a912e Apply draggable/contenteditable to inner node DOM during mousedown
  • e555c24 Mark version 1.41.0
  • 57ff41d Use Selection.collapse in selectCursorWrapper
  • 5daf445 Always use Selection.collapse on Safari
  • ad55444 Call transformPasted when pasting into a code block
  • 75c3c77 Add an argument to transformPasted indicating if paste is plain text
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.32.0 to 1.41.2.
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.32.0...1.41.2)

---
updated-dependencies:
- dependency-name: prosemirror-view
  dependency-version: 1.41.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 29, 2025
Copy link
Author

dependabot bot commented on behalf of github Oct 13, 2025

Superseded by #170.

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prosemirror-view-1.41.2 branch October 13, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants