Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps prosemirror-view from 1.33.3 to 1.36.0.

Changelog

Sourced from prosemirror-view's changelog.

1.36.0 (2024-11-05)

Bug fixes

Don't recreated TrustedTypePolicy objects for every paste.

New features

Add support for a destroy method on custom mark views. Add MarkView to the doc template

1.35.0 (2024-10-29)

New features

The new NodeView.multiType flag is now required to opt into handling different node types in a single node view. It used to be the default, but this tripped too many people up.

1.34.3 (2024-09-19)

Bug fixes

Fix an issue that would, during some types of document updates, leave the document DOM in an improper form.

Handle the case where drag-selecting in Firefox creates a selection with multiple distinct ranges.

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

... (truncated)

Commits
  • 5c33b88 Mark version 1.36.0
  • 1d6c04e Use a ProseMirror-referencing string for trusted policy
  • efd8767 Reuse single TrustedTypePolicy object
  • 65dcfa5 Add MarkView to the doc template
  • 9b250cc Support MarkView.destroy
  • 0c3e5d3 Mark version 1.35.0
  • a8d862d Revert "Flush the selection in keydown handler when it has changed"
  • 17b508f Add NodeView.multiType
  • 9291270 Mark version 1.34.3
  • 752ce42 Handle Firefox's multi-range selections in selectionFromDOM
  • 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.36.0.
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.33.3...1.36.0)

---
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 Nov 11, 2024
@github-actions github-actions bot enabled auto-merge (squash) November 11, 2024 12:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #361.

@dependabot dependabot bot closed this Nov 25, 2024
auto-merge was automatically disabled November 25, 2024 12:59

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prosemirror-view-1.36.0 branch November 25, 2024 12:59
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.

1 participant