Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps prosemirror-view from 1.33.3 to 1.34.2.

Changelog

Sourced from prosemirror-view's changelog.

1.34.2 (2024-09-03)

Bug fixes

Fix pasting in Chrome with the require-trusted-types-for CSP enabled.

Fix an issue where, for some kinds of IME on Windows, pressing Enter while in a composition would execute the resulting command on the wrong selection, erasing some typed content.

1.34.1 (2024-08-26)

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.

1.34.0 (2024-08-23)

New features

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

1.33.11 (2024-08-19)

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.

1.33.10 (2024-08-13)

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.

1.33.9 (2024-07-18)

Bug fixes

Fix an issue where dragging an image on Chrome versions before 121 failed to put the image file in the clipboard data.

Enable cross-site scripting protection hack when rendering nodes and marks inside the editor.

1.33.8 (2024-06-11)

... (truncated)

Commits
  • b2e782a Mark version 1.34.2
  • 42d6b1d Flush the selection in keydown handler when it has changed
  • 4f2a0ce Use window.trustedTypes to label HTML as safe to parse with require-trusted-t...
  • f3b04de Mark version 1.34.1
  • 8b6cb6c Fix poor handling of bizarre GBoard behavior in code blocks
  • ece020c Clip offsets returned from caretPositionFromPoint
  • 63606c1 Mark version 1.34.0
  • 45cac38 Add DecorationGroup.forEachSet
  • 689e7d8 Mark version 1.33.11
  • 4d2e1ba Delete the selection when starting a composition with a multi-block selection
  • 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 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)

Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.33.3 to 1.34.2.
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.33.3...1.34.2)

---
updated-dependencies:
- dependency-name: prosemirror-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 9, 2024 12:37
@abovedave
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2024

Superseded by #354.

@dependabot dependabot bot closed this Oct 1, 2024
auto-merge was automatically disabled October 1, 2024 13:11

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prosemirror-view-1.34.2 branch October 1, 2024 13:11
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants