Skip to content

Bump prosemirror-model from 1.23.0 to 1.25.4#626

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prosemirror-model-1.25.4
Open

Bump prosemirror-model from 1.23.0 to 1.25.4#626
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prosemirror-model-1.25.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps prosemirror-model from 1.23.0 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.

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 21, 2025
@cla-bot cla-bot bot added the cla-signed label Nov 21, 2025
@marmoure
Copy link
Copy Markdown
Contributor

marmoure commented Apr 9, 2026

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: prosemirror-model
  dependency-version: 1.25.4
  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-model-1.25.4 branch from d778960 to a214595 Compare April 9, 2026 15:31
@marmoure
Copy link
Copy Markdown
Contributor

marmoure commented Apr 9, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed 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.

1 participant