Skip to content

build(deps): bump prosemirror-transform from 1.10.2 to 1.12.0 - #512

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/prosemirror-transform-1.12.0
Aug 10, 2026
Merged

build(deps): bump prosemirror-transform from 1.10.2 to 1.12.0#512
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/prosemirror-transform-1.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps prosemirror-transform from 1.10.2 to 1.12.0.

Changelog

Sourced from prosemirror-transform's changelog.

1.12.0 (2026-03-30)

Bug fixes

Handle deletions that go from the beginning of one textblock to the beginning of another specially, deleting the selected textblocks entirely.

New features

ReplaceStep.MAP_BIAS can now be adjusted to change the way insertion steps are mapped over other insertions at the same place. The default behavior remains the same for the sake of backwards compatibility.

1.11.0 (2026-01-21)

New features

The new Tranform.changedRange method gives you a document range that includes all changes made by the transform/transaction.

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.

Commits
  • fb70a53 Mark version 1.12.0
  • 3450c5a Add ReplaceStep.MAP_BIAS as a kludge to reconfigure replace step mapping
  • e9a38e3 Special-case deletions that go from the start of one textblock to another
  • 57e5ca2 Mark version 1.11.0
  • 6ce0a9e Add Transform.changedRange
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

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-transform](https://github.com/prosemirror/prosemirror-transform) from 1.10.2 to 1.12.0.
- [Changelog](https://github.com/ProseMirror/prosemirror-transform/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-transform@1.10.2...1.12.0)

---
updated-dependencies:
- dependency-name: prosemirror-transform
  dependency-version: 1.12.0
  dependency-type: direct:production
  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 Aug 10, 2026
@changeset-bot

changeset-bot Bot commented Aug 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e57383e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
github-actions Bot enabled auto-merge (squash) August 10, 2026 12:33
@netlify

netlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploy Preview for stacks-editor ready!

Name Link
🔨 Latest commit e57383e
🔍 Latest deploy log https://app.netlify.com/projects/stacks-editor/deploys/6a79c52ae28c3d000824e498
😎 Deploy Preview https://deploy-preview-512--stacks-editor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
github-actions Bot merged commit f769fb3 into main Aug 10, 2026
7 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/prosemirror-transform-1.12.0 branch August 10, 2026 12:36
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