Skip to content

chore(deps): bump prosemirror-history and @types/prosemirror-history#59

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-89696da2c1
Open

chore(deps): bump prosemirror-history and @types/prosemirror-history#59
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-89696da2c1

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps prosemirror-history and @types/prosemirror-history. These dependencies needed to be updated together.
Updates 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

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

Updates `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)

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

---
updated-dependencies:
- dependency-name: prosemirror-history
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/prosemirror-history"
  dependency-version: 1.3.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