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

build(deps): bump prosemirror-view from 1.33.1 to 1.33.3 #294

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps prosemirror-view from 1.33.1 to 1.33.3.

Changelog

Sourced from prosemirror-view's changelog.

1.33.3 (2024-03-22)

Bug fixes

Further improve preserving of compositions for IME systems that keep the cursor before the composed text.

1.33.2 (2024-03-21)

Bug fixes

Improve Android backspace detection when the native effect is to delete an entire block element.

Fix a bug where reconfiguring node views caused the editor to lose focus.

Fix an issue where some commands didn't properly scroll the cursor into view on Mobile Safari.

Fix a bug where starting a composition with stored marks or after a noninclusive mark, with an IME that keeps the cursor at the start of the composed text (like many Chinese IMEs) disrupted composition on Chrome.

Fix a memory leak where a (single) destroyed editor could be kept alive through a reused Range object.

Commits
  • 9576161 Mark version 1.33.3
  • 2db8b96 Make sure composition nodes stay stable during changes that don't update the DOM
  • 4a0d44d Mark version 1.33.2
  • 146c35c Fixes memory leak related to reused range
  • a2af570 Fix finding of composed text node after a mark placeholder
  • 5704aec Use window.visualViewport for window size for scrolling
  • 5daf880 Don't reset editable attribute when reconfiguring node views
  • 0775991 Recognize full-node deletions as a possible backspace effect on Android
  • See full diff 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2024
@github-actions github-actions bot enabled auto-merge (squash) March 25, 2024 12:13
Copy link

netlify bot commented Mar 25, 2024

Deploy Preview for stacks-editor ready!

Name Link
🔨 Latest commit e927b64
🔍 Latest deploy log https://app.netlify.com/sites/stacks-editor/deploys/66043e0234f98a00080fee15
😎 Deploy Preview https://deploy-preview-294--stacks-editor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@giamir
Copy link
Contributor

giamir commented Mar 27, 2024

@dependabot recreate

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prosemirror-view-1.33.3 branch from 9b4e76e to 4a5a432 Compare March 27, 2024 11:45
@github-actions github-actions bot merged commit 1a289c0 into main Mar 27, 2024
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/prosemirror-view-1.33.3 branch March 27, 2024 15:43
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