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

[Snyk] Upgrade @codemirror/commands from 6.2.5 to 6.3.3 #13

Open
wants to merge 1 commit into
base: 4.3-dev
Choose a base branch
from

Conversation

gr00nd
Copy link
Member

@gr00nd gr00nd commented Feb 5, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @codemirror/commands from 6.2.5 to 6.3.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 4 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-12-28.
Release notes
Package name: @codemirror/commands
  • 6.3.3 - 2023-12-28

    Bug fixes

    Fix an issue causing cursor motion commands to not dispatch a transaction when the change only affects cursor associativity.

  • 6.3.2 - 2023-11-28

    Bug fixes

    Fix a regression that caused deleteCharBackward to sometimes delete a large chunk of text.

  • 6.3.1 - 2023-11-27

    Bug fixes

    When undoing, store the selection after the undone change with the redo event, so that redoing restores it.

    deleteCharBackward will no longer delete variant selector characters as separate characters.

  • 6.3.0 - 2023-09-29

    Bug fixes

    Make it possible for selectParentSyntax to jump out of or into a syntax tree overlay.

    Make Cmd-Backspace and Cmd-Delete on macOS delete to the next line wrap point, not the start/end of the line.

    New features

    The new deleteLineBoundaryForward and deleteLineBoundaryBackward commands delete to the start/end of the line or the next line wrapping point.

  • 6.2.5 - 2023-08-26

    Bug fixes

    Make insertNewlineAndIndent properly count indentation for tabs when copying over the previous line's indentation.

    The various sub-word motion commands will now use Intl.Segmenter, when available, to stop at CJK language word boundaries.

    Fix a bug in insertNewlineAndIndent that would delete text between brackets if it had no corresponding AST node.

from @codemirror/commands GitHub release notes
Commit messages
Package name: @codemirror/commands
  • 4361eb4 Mark version 6.3.3
  • b299dc2 Do dispatch selection changes that only differ in cursor associativity
  • 1f6d613 Mark version 6.3.2
  • 27970fd Fix regression in deleteCharBackward
  • de16f6b Mark version 6.3.1
  • fd8055b Skip variant selectors in deleteCharBackward
  • e27916c Store selection after undone change with redo events
  • b6d5695 Mark version 6.3.0
  • 3ec7f7f Add deleteLineBoundaryForward/Backward, use in macOS bindings
  • e209d2f Make selectParentSyntax able to jump between overlays

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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

Successfully merging this pull request may close these issues.

2 participants