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/autocomplete from 6.9.0 to 6.12.0 #8

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/autocomplete from 6.9.0 to 6.12.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 8 versions ahead of your current version.
  • The recommended version was released 24 days ago, on 2024-01-12.
Release notes
Package name: @codemirror/autocomplete
  • 6.12.0 - 2024-01-12

    Bug fixes

    Make sure snippet completions also set userEvent to input.complete.

    Fix a crash when the editor lost focus during an update and autocompletion was active.

    Fix a crash when using a snippet that has only one field, but multiple instances of that field.

    New features

    The new activateOnTypingDelay option allows control over the debounce time before the completions are queried when the user types.

  • 6.11.1 - 2023-11-27

    Bug fixes

    Fix a bug that caused typing over closed brackets after pressing enter to still not work in many situations.

  • 6.11.0 - 2023-11-09

    Bug fixes

    Fix an issue that would prevent typing over closed brackets after starting a new line with enter.

    New features

    Additional elements rendered in completion options with addToOptions are now given access to the editor view.

  • 6.10.2 - 2023-10-13

    Bug fixes

    Fix a bug that caused updateSyncTime to always delay the initial population of the tooltip.

  • 6.10.1 - 2023-10-11

    Bug fixes

    Fix a bug where picking a selection with the mouse could use the wrong completion if the completion list was updated after being opened.

  • 6.10.0 - 2023-10-11

    New features

    The new autocompletion configuration option updateSyncTime allows control over how long fast sources are held back waiting for slower completion sources.

  • 6.9.2 - 2023-10-06

    Bug fixes

    Fix a bug in completeAnyWord that could cause it to generate invalid regular expressions and crash.

  • 6.9.1 - 2023-09-14

    Bug fixes

    Make sure the cursor is scrolled into view after inserting completion text.

    Make sure scrolling completions into view doesn't get confused when the tooltip is scaled.

  • 6.9.0 - 2023-07-18

    New features

    Completions may now provide a displayLabel property that overrides the way they are displayed in the completion list.

from @codemirror/autocomplete GitHub release notes
Commit messages
Package name: @codemirror/autocomplete
  • fb1c899 Mark version 6.12.0
  • 10d1e88 Add activateOnTypingDelay option
  • 0b6faf9 Fix snippets with only one field with multiple instances
  • f17d63b Don't try to dispatch from synchronous blur handler
  • 36067ab Add userEvent annotation to snippet completions
  • ffaa367 Mark version 6.11.1
  • ddebacc Fix patch for supporting type-over closed brackets on new lines
  • beb3d9e Mark version 6.11.0
  • dc6fa51 Keep overwritable closed brackets on the line with the cursor
  • 827d851 Pass the view to addToOptions render functions
  • b26ff38 Mark version 6.10.2
  • 4ad77ad Make sure updateSyncTime doesn't slow down the initial update
  • 9494b0f Mark version 6.10.1
  • d0b6485 Fix a bug where the wrong completion was picked when selecting one with mouse
  • 24a4de3 Adjust test to changed default sync time
  • abb66a4 Mark version 6.10.0
  • 68fa572 Add updateSyncTime option
  • 6f62ae0 Mark version 6.9.2
  • b0f87c9 Make tooltips persist across updates to their options
  • 4f4ebec Fix RegExp escaping in completeAnyWord
  • 267a3b5 Mark version 6.9.1
  • 39b1907 Make scrolling completions into view transform-safe
  • 08fef53 Use dispatchTransactions instead of dispatch option to EditorView
  • 1c4a370 Add missing word to doc comment

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