Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update prosemirror #5010

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

cultureamp-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prosemirror-transform ^1.9.0 -> ^1.10.0 age adoption passing confidence
prosemirror-view ^1.33.9 -> ^1.34.1 age adoption passing confidence

Release Notes

prosemirror/prosemirror-transform (prosemirror-transform)

v1.10.0

Compare Source

New features

setBlockType can now take a function that computes attributes for the new nodes, instead of a static attribute object.

prosemirror/prosemirror-view (prosemirror-view)

v1.34.1

Compare Source

Bug fixes

Fix null dereferences caused by the behavior of Chrome's newly supported caretPositionFromPoint method.

Fix an issue where on Android, with GBoard, enter presses in code blocks while a spell correction was selected didn't insert a new line.

v1.34.0

Compare Source

New features

The DecorationGroup interface now has a forEachSet method to iterate though the contained decoration sets.

v1.33.11

Compare Source

Bug fixes

Delete the selection on composition start when on a mark boundary to force Chrome to apply the correct style to the composition.

When the browser starts a composition and the selection spans across blocks, start by clearing it to make sure the composed text node lands in a valid position.

v1.33.10

Compare Source

Bug fixes

Prevent triple clicks and clicks on atom nodes from dispatching a selection update when the new selection is equal to the current selection.

Don't crash when window.getSelection() returns null.

Create a cursor wrapper when starting a composition with a selection that spans mark boundaries, to avoid odd DOM forms created by Chrome in such a situation.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cultureamp-renovate
Copy link
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

Copy link

changeset-bot bot commented Sep 1, 2024

⚠️ No Changeset found

Latest commit: 4e26e25

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

@dougmacknz dougmacknz marked this pull request as ready for review September 1, 2024 23:36
@dougmacknz dougmacknz requested a review from a team as a code owner September 1, 2024 23:36
@dougmacknz dougmacknz merged commit eac55c5 into renovate/rollup Sep 1, 2024
16 of 17 checks passed
@dougmacknz dougmacknz deleted the renovate/update/prosemirror branch September 1, 2024 23:36
Copy link
Contributor

github-actions bot commented Sep 1, 2024

✨ Here is your branch preview! ✨

Last updated for commit 4e26e25: fix(deps): update prosemirror

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

Successfully merging this pull request may close these issues.

1 participant