Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps prosemirror-view from 1.30.1 to 1.41.4.

Changelog

Sourced from prosemirror-view's changelog.

1.41.4 (2025-12-01)

Bug fixes

EditorView.dragging is now only cleared after the drop event has entirely been handled.

Add a workaround for an issue where Chrome and Safari will, if you backspace out the last text before an inline-flex node, insert a bogus hard break.

Fix a composition problem on Chrome Windows when starting a composition before an absolutely positioned widget.

1.41.3 (2025-10-09)

Bug fixes

Fix a bug where typing when the selection crosses inline node boundaries was ignored in some situations.

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.

... (truncated)

Commits
  • e8bbb6e Mark version 1.41.4
  • 4f025d2 Add a cursor buffer when starting composition before an uneditable element on...
  • 1530717 Add a kludge for Chrome and Safari randomly inserting br nodes on backspace
  • 3918c98 Only clear view.dragging after handling drop event
  • e31e090 Remove two semicolons
  • 4b09d44 Detach ranges created in findOffsetInText
  • 88b6960 Remove unused import
  • 1114c7d Mark version 1.41.3
  • c483087 Fix missing transaction on readDOMChange
  • 381c163 Mark version 1.41.2
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 21, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 21, 2026 10:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 21, 2026
@github-actions
Copy link

github-actions bot commented Jan 21, 2026

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prosemirror-view-1.41.4 branch from d29427a to 8622052 Compare January 22, 2026 00:57
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