Skip to content

DEPS: Bump the prosemirror group with 3 updates#1563

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prosemirror-d53bf2962a
Closed

DEPS: Bump the prosemirror group with 3 updates#1563
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prosemirror-d53bf2962a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 12, 2026

Bumps the prosemirror group with 3 updates: prosemirror-markdown, prosemirror-transform and prosemirror-view.

Updates prosemirror-markdown from 1.13.2 to 1.13.4

Updates prosemirror-transform from 1.10.5 to 1.11.0

Updates prosemirror-view from 1.41.4 to 1.41.5

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2026
@github-actions
Copy link
Copy Markdown

PR body updated to plaintext for easier squash-merging. Original body content below:


Bumps the prosemirror group with 3 updates: prosemirror-markdown, prosemirror-transform and prosemirror-view.

Updates prosemirror-markdown from 1.13.2 to 1.13.4

Changelog

Sourced from prosemirror-markdown's changelog.

1.13.4 (2026-02-04)

Bug fixes

Fix a regression that caused the serializer to crash when a block ends in a hard break.

1.13.3 (2026-01-20)

Bug fixes

Properly move trailing whitespace out of marks when they end in a hard break node.

Commits
  • d86eff3 Mark version 1.13.4
  • 92db93f Fix an out-of-bounds crash in Markdown serialization
  • 3e8fcc5 Mark version 1.13.3
  • 7c42a17 Fix a bug with serializing whitespace-expelling marks
  • See full diff in compare view

Updates prosemirror-transform from 1.10.5 to 1.11.0

Changelog

Sourced from prosemirror-transform's changelog.

1.11.0 (2026-01-21)

New features

The new Tranform.changedRange method gives you a document range that includes all changes made by the transform/transaction.

Commits

Updates prosemirror-view from 1.41.4 to 1.41.5

Changelog

Sourced from prosemirror-view's changelog.

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.

Commits
  • 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
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prosemirror-d53bf2962a branch from 23065d9 to 5c0ea71 Compare February 15, 2026 21:04
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prosemirror-d53bf2962a branch from 5c0ea71 to 617c13e Compare February 23, 2026 22:31
Bumps the prosemirror group with 3 updates: [prosemirror-markdown](https://github.com/prosemirror/prosemirror-markdown), [prosemirror-transform](https://github.com/prosemirror/prosemirror-transform) and [prosemirror-view](https://github.com/prosemirror/prosemirror-view).


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

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

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

---
updated-dependencies:
- dependency-name: prosemirror-markdown
  dependency-version: 1.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prosemirror
- dependency-name: prosemirror-transform
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prosemirror
- dependency-name: prosemirror-view
  dependency-version: 1.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prosemirror
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prosemirror-d53bf2962a branch from 617c13e to 1658ed0 Compare March 2, 2026 22:47
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 17, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 17, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/prosemirror-d53bf2962a branch March 17, 2026 21:06
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