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/language from 6.9.0 to 6.10.0 #12

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/language from 6.9.0 to 6.10.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 4 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-12-28.
Release notes
Package name: @codemirror/language
  • 6.10.0 - 2023-12-28

    New features

    The new bidiIsolates extension can be used to wrap syntactic elements where this is appropriate in an element that isolates their text direction, avoiding weird ordering of neutral characters on direction boundaries.

  • 6.9.3 - 2023-11-27

    Bug fixes

    Fix an issue in StreamLanguage where it ran out of node type ids if you repeatedly redefined a language with the same token table.

  • 6.9.2 - 2023-10-24

    Bug fixes

    Allow StreamParser tokens get multiple highlighting tags.

  • 6.9.1 - 2023-09-20

    Bug fixes

    Indentation now works a lot better in mixed-language documents that interleave the languages in a complex way.

    Code folding is now able to pick the right foldable syntax node when the line end falls in a mixed-parsing language that doesn't match the target node.

  • 6.9.0 - 2023-08-16

    Bug fixes

    Make getIndentation return null, rather than 0, when there is no syntax tree available.

    New features

    The new preparePlaceholder option to codeFolding makes it possible to display contextual information in a folded range placeholder widget.

from @codemirror/language GitHub release notes
Commit messages
Package name: @codemirror/language
  • 5da5a57 Mark version 6.10.0
  • ec9d7eb Add bidiIsolates extension
  • 24d3001 Mark version 6.9.3
  • 34f43e6 Don't leak node types when a stream language is defined over and over
  • 8c6d1b0 Mark version 6.9.2
  • f23319e Allow multiple highlighting tags to be assigned to stream parser tokens
  • 118e5d2 Mark version 6.9.1
  • e154a6e Make indentation and folding handle syntax tree overlays properly
  • 8f90d71 Continue highlighting work when the selection is set

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