Skip to content

chore(deps): bump prosemirror-view and @types/prosemirror-view#61

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-0d0c3e0c75
Open

chore(deps): bump prosemirror-view and @types/prosemirror-view#61
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-0d0c3e0c75

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps prosemirror-view and @types/prosemirror-view. These dependencies needed to be updated together.
Updates prosemirror-view from 1.27.0 to 1.41.7

Changelog

Sourced from prosemirror-view's changelog.

1.41.7 (2026-03-18)

Bug fixes

Work around a Chrome bug where it sometimes inserts a random <br> node when you press backspace before a widget.

Fix a crash that could happen when deleting content during a node drag.

1.41.6 (2026-02-06)

Bug fixes

Fix an issue where backspacing content before a flexbox or grid styled widget would insert a bogus line break on Firefox.

1.41.5 (2026-01-14)

Bug fixes

Work around an issue where, after some kinds of changes, Chrome misreports the cursor position and breaks composition.

Improve DOM update behavior when deleting three or more nodes right before a mark, which would unnecessarily re-render the entire mark.

Work around a newly introduced bug in Safari where composition in an empty table cell causes it to move the text out of the cell into the row element.

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

... (truncated)

Commits
  • 17af0f4 Mark version 1.41.7
  • 32be3ef Fix position bounds check in updateDraggedNode
  • c0d7877 Generalize kludge to remove bogus BR nodes that Chrome inserts on backspace
  • 9df3a26 Mark version 1.41.6
  • 665cf32 Enable br-before-flex hack on Firefox as well
  • 07ca167 Mark version 1.41.5
  • 1773eac Kludge around IME behavior regression in Safari
  • ba24690 Use a style sheet to prevent images from having zero height in the tests
  • e381b1c Avoid recreating marks around unchanged nodes
  • 76c7c47 Adjust workaround for Chrome selection misreporting bug
  • Additional commits viewable in compare view

Updates @types/prosemirror-view from 1.19.1 to 1.24.0

Commits

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 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) and [@types/prosemirror-view](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prosemirror-view). These dependencies needed to be updated together.

Updates `prosemirror-view` from 1.27.0 to 1.41.7
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.27.0...1.41.7)

Updates `@types/prosemirror-view` from 1.19.1 to 1.24.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prosemirror-view)

---
updated-dependencies:
- dependency-name: prosemirror-view
  dependency-version: 1.41.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/prosemirror-view"
  dependency-version: 1.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 19, 2026
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