Skip to content

Bump prosemirror-transform from 1.10.0 to 1.10.5#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prosemirror-transform-1.10.5
Open

Bump prosemirror-transform from 1.10.0 to 1.10.5#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prosemirror-transform-1.10.5

Conversation

@dependabot
Copy link

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

Bumps prosemirror-transform from 1.10.0 to 1.10.5.

Changelog

Sourced from prosemirror-transform's changelog.

1.10.5 (2025-11-11)

Bug fixes

Fix a bug in liftTarget that caused it to fail to properly check content constraints when a lift would split a node.

1.10.4 (2025-04-22)

Bug fixes

Fix a bug that caused mapping ReplaceSteps to reset their structure flag.

Align removeNodeMark's behavior to that of removeMark. When passing in a node type, it now removes all occurrences of that type.

1.10.3 (2025-03-04)

Bug fixes

Make sure Mapping.appendMap doesn't mutate shared arrays passed to its constructor.

1.10.2 (2024-10-11)

Bug fixes

Allow Transform.join to clear incompatible inline content from the node after the join.

1.10.1 (2024-10-10)

Bug fixes

Fix an issue where a deleteRange heuristic could produce unexpected deletion shapes.

Make Transform.join convert between newlines and line break replacement nodes when necessary.

Commits
  • 8f1d55d Mark version 1.10.5
  • e2499b7 Make liftTarget properly take split nodes into account
  • 16a67e9 Update replace.ts (replaceRange) to use already defined $to
  • 3edf794 Mark version 1.10.4
  • 9a66892 Make removeNodeMark with a mark type remove all instances of the mark
  • 137ff74 Preserve .structure in ReplaceStep.map
  • 204357e Mark version 1.10.3
  • 8b99c92 Make sure Mapping.appendMap doesn't mutate shared arrays
  • 4ebaa40 Clarify doc comment for Transform.split
  • 814bd30 Mark version 1.10.2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [prosemirror-transform](https://github.com/prosemirror/prosemirror-transform) from 1.10.0 to 1.10.5.
- [Changelog](https://github.com/ProseMirror/prosemirror-transform/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-transform@1.10.0...1.10.5)

---
updated-dependencies:
- dependency-name: prosemirror-transform
  dependency-version: 1.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Nov 27, 2025
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