Skip to content

chore(deps): bump prosemirror-inputrules and @types/prosemirror-inputrules#60

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

chore(deps): bump prosemirror-inputrules and @types/prosemirror-inputrules#60
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-a68c301c29

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps prosemirror-inputrules and @types/prosemirror-inputrules. These dependencies needed to be updated together.
Updates prosemirror-inputrules from 1.2.0 to 1.5.1

Changelog

Sourced from prosemirror-inputrules's changelog.

1.5.1 (2025-10-15)

Bug fixes

Fix an issue where input rules with inCodeMark disabled would still match if a part of the match before the cursor had a code mark.

1.5.0 (2025-03-18)

Bug fixes

Fix a bug where input rules behaved incorrectly when text input inserted multiple characters and only a part of those were matched by a rule.

Set inCodeMark to false for emdash and quote input rules.

New features

Input rules now take an inCodeMark option that can be used to turn them off inside marks marked as code.

1.4.0 (2024-01-30)

New features

Input rules now take an inCode option that controls whether they should apply inside nodes marked as code.

1.3.0 (2023-11-16)

New features

Input rules can now be set to be non-undoable, preventing undoInputRule from rolling them back.

1.2.1 (2023-05-17)

Bug fixes

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

Commits
  • 089aa38 Mark version 1.5.1
  • 7f63cfb Check entire matched text for code marks when inCodeMark is false
  • 43ef04c Mark version 1.5.0
  • 622d07c Mark emdash and quote input rules as not applying in code marks
  • 1ad92ad Support an inCodeMark option to input rules
  • 847cc74 Fix invalid handling of multi-character text inserts
  • cefca63 Cleanup redundant comment
  • 8433778 Mark version 1.4.0
  • a993c59 Adjust code style on inCode patch
  • 66d47ea Add inCode flag
  • Additional commits viewable in compare view

Updates @types/prosemirror-inputrules from 1.0.4 to 1.2.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)

…rules

Bumps [prosemirror-inputrules](https://github.com/prosemirror/prosemirror-inputrules) and [@types/prosemirror-inputrules](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prosemirror-inputrules). These dependencies needed to be updated together.

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

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

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