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/state from 6.2.1 to 6.4.0 #11

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/state from 6.2.1 to 6.4.0.

ℹ️ 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 5 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-12-28.
Release notes
Package name: @codemirror/state
  • 6.4.0 - 2023-12-28

    Bug fixes

    When multiple ranges in a single range set overlap, put the smaller ones inside the bigger ones, so that overlapping decorations don't break up each other's elements when coming from the same source.

    New features

    Selection and selection range eq methods now support an optional argument that makes them also compare by cursor associativity.

    The RangeSet.join function can be used to join multiple range sets together.

  • 6.3.3 - 2023-12-06

    Bug fixes

    Fix an issue where Text.slice and Text.replace could return objects with incorrect length when the given from/to values were out of range for the text.

  • 6.3.2 - 2023-11-27

    Bug fixes

    Make sure transactions cannot add multiple selections when allowMultipleSelections is false.

    Fix a bug that caused Text.iterLines to not return empty lines at the end of the iterated ranges.

  • 6.3.1 - 2023-10-18

    Bug fixes

    Give the tag property on FacetReader the type of the output type parameter to force TypeScript to infer the proper type when converting from Facet to FacetReader.

  • 6.3.0 - 2023-10-12

    New features

    The new FacetReader type provides a way to export a read-only handle to a Facet.

  • 6.2.1 - 2023-05-23

    Bug fixes

    Fix an issue that could cause RangeSet.compare to miss changes in the set of active ranges around a point range.

from @codemirror/state GitHub release notes
Commit messages
Package name: @codemirror/state
  • 8bc5f63 Mark version 6.4.0
  • 797d70d Add RangeSet.join
  • bb03cbe Add includeAssoc argument to selection comparison
  • 3b6f20c Put smaller ranges inside bigger ones with the same rank
  • 738e61d Mark version 6.3.3
  • 88ecc25 Make sure from/to differences are computed from clipped values
  • 5771dc5 Mark version 6.3.2
  • 0f61d04 Include empty end lines in Text.iterLines
  • a14b093 Fix check for allowMultipleSelections
  • 10d5f42 Fix typo in facet.ts
  • 892ea00 Mark version 6.3.1
  • a51def3 Make sure FacetReader instances preserve their output type
  • 93b5d08 Mark version 6.3.0
  • d209a78 Introduce FacetReader
  • 4083520 Reserve more bits for SelectionRange.bidiLevel
  • 8066828 Make code compile with TS5
  • 84d75c3 Move to @ codemirror/buildhelper 1.0.0

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