Skip to content

chore(deps): bump prosemirror-model and @types/prosemirror-model#67

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps prosemirror-model and @types/prosemirror-model. These dependencies needed to be updated together.
Updates prosemirror-model from 1.18.1 to 1.25.4

Changelog

Sourced from prosemirror-model's changelog.

1.25.4 (2025-10-21)

Bug fixes

The DOM parser will now, if a line break replacement is defined in the schema, try to use that instead of spaces to replace newlines when preserving whitespace.

1.25.3 (2025-08-06)

Bug fixes

Fix a bug in Slice that made it possible for invalid ReplaceAroundSteps to be applied in some situations.

1.25.2 (2025-07-11)

Bug fixes

Suppress lint warnings about dereferencing methods by making Schema.nodeFromJSON and markFromJSON properties instead of methods.

Avoid using setAttribute("style", ...) to stay clear of content security policies.

1.25.1 (2025-04-22)

Bug fixes

Make the DOM parser not discard nodes whose document representation cannot be placed inside the represenation of some parent DOM node.

1.25.0 (2025-03-18)

New features

Mark specs can now be marked with a code property.

1.24.1 (2024-12-10)

Bug fixes

The parser now automatically preserves whitespace inside <pre> or white-space: pre elements.

1.24.0 (2024-11-27)

New features

Fragment.content and Node.children now expose a node's set of children as an array.

1.23.0 (2024-10-05)

New features

The new NodeType.isInGroup method can be used to query group membership.

... (truncated)

Commits
  • 2605d2c Mark version 1.25.4
  • 79e9f2b When preserving whitespace, replace newlines with line break replacements
  • 73fe169 Mark version 1.25.3
  • 9811db9 Fix an issue in slice insertion not properly checking for valid content
  • 80b6768 Correct some link fragments in doc comments
  • 8ab5b8f Mark version 1.25.2
  • e73b74c Prefer style.cssText over setAttribute
  • 278f5ca Correct some link fragments in doc comments
  • 20d26c9 Remove unused parameter in Fragment.findIndex
  • d149770 Declare Schema.node/markFromJSON as properties
  • Additional commits viewable in compare view

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

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

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

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