Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps prosemirror-history from 1.3.0 to 1.5.0.

Changelog

Sourced from prosemirror-history's changelog.

1.5.0 (2025-11-13)

Bug fixes

Don't call undo/redo commands in response to beforeinput events when the view isn't editable. Add isHistoryTransaction

New features

The new isHistoryTransaction predicate can be used to recognize transactions generated by the history system.

1.4.1 (2024-07-10)

Bug fixes

Fix an issue where mark steps could cause the history to treat otherwise adjacent changes as non-adjacent, and start superfluous new undo events.

1.4.0 (2024-03-21)

New features

Add undoNoScroll/redoNoScroll commands.

1.3.2 (2023-05-17)

Bug fixes

Include CommonJS type declarations in the package to please new TypeScript resolution settings.

1.3.1 (2023-04-26)

Bug fixes

Fix an issue where, if a composition moved the selection, it might get split across multiple undo events.

Commits
  • 554d6ee Mark version 1.5.0
  • 0d09b68 Add isHistoryTransaction
  • 4e1e898 Don't respond to history beforeinput events when the view isn't editable
  • c68e0b3 Mark version 1.4.1
  • eade268 Fix an issue where mark steps confused change-adjacency checks
  • 7f51bd2 Mark version 1.4.0
  • 475b0cc Add NoScroll undo/redo commands
  • 40d274a Mark version 1.3.2
  • 5f5ac7d Add release note
  • 33947d0 Mark version 1.3.1
  • 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-history](https://github.com/prosemirror/prosemirror-history) from 1.3.0 to 1.5.0.
- [Changelog](https://github.com/ProseMirror/prosemirror-history/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-history@1.3.0...1.5.0)

---
updated-dependencies:
- dependency-name: prosemirror-history
  dependency-version: 1.5.0
  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-history-1.5.0 branch from 0cf0da6 to 1979c83 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