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

Bump prosemirror-view and @types/prosemirror-view #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2022

Bumps prosemirror-view and @types/prosemirror-view. These dependencies needed to be updated together.
Updates prosemirror-view from 1.14.13 to 1.24.1

Changelog

Sourced from prosemirror-view's changelog.

1.24.1 (2022-05-30)

Bug fixes

Fix a regression that caused the key handler to crash.

1.24.0 (2022-05-30)

Bug fixes

Fix an issue where bogus table wrappers could be added when copy-pasting table content nodes within an editor.

Fix a crash that could occur when two textblocks were joined in the editor DOM.

Treat ctrl-b/f/p/n on macOS similar to arrow key presses, anticipating cursor motion.

New features

Include TypeScript type declarations.

1.23.13 (2022-04-26)

Bug fixes

Work around a hidden cursor issue in Chrome when a textblock ends in an uneditable node wrapped in a mark.

1.23.12 (2022-04-08)

Bug fixes

Fix an issue where enter on Chrome Android could, in textblock nodes rendered with an inner content element, delete the text after the cursor.

1.23.11 (2022-03-31)

Bug fixes

Fix an issue where a node view with a separate content wrapper node could sometimes lose its content on Chrome when backspacing out content due to unexpected DOM element recreation.

1.23.10 (2022-03-22)

Bug fixes

Fix a crash in DecorationSet.map that could occur with some kinds of lift transformations.

1.23.9 (2022-03-11)

Bug fixes

Make sure screen readers don't read the <img> nodes added as kludge for cursor behavior.

... (truncated)

Commits
  • 4983200 Mark version 1.24.1
  • 799683c Fix bad patch 0b17e6cedff8ce8bc7
  • 25fbd20 Mark version 1.24.0
  • 0b17e6c Capture Emacs-style cursor motion keys on macOS
  • 98b82a9 Fix a crash in DOM change reading
  • 1e385a1 Include information about added wrapper nodes in clipboard metadata
  • f9adfc7 Assign specific event types to handleDOMEvents arguments when possible
  • d5d3414 Don't directly reference the global Node type
  • b7d6007 Return a mutable array from Decoration.find
  • ae987c0 Adjust test to avoid hitting a breaking corner case with some font metrics
  • Additional commits viewable in compare view

Updates @types/prosemirror-view from 1.11.4 to 1.23.3

Commits

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 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) and [@types/prosemirror-view](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prosemirror-view). These dependencies needed to be updated together.

Updates `prosemirror-view` from 1.14.13 to 1.24.1
- [Release notes](https://github.com/prosemirror/prosemirror-view/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.14.13...1.24.1)

Updates `@types/prosemirror-view` from 1.11.4 to 1.23.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prosemirror-view)

---
updated-dependencies:
- dependency-name: prosemirror-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/prosemirror-view"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 31, 2022
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