scalacenter / scastie

An interactive playground for Scala
https://scastie.scala-lang.org
Apache License 2.0
432 stars 104 forks source link

Bump @codemirror/autocomplete from 6.5.1 to 6.7.1 #853

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @codemirror/autocomplete from 6.5.1 to 6.7.1.

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.7.1 (2023-05-13)

Bug fixes

Fix a bug that cause incorrect ordering of completions when some results covered input text and others didn't.

6.7.0 (2023-05-11)

New features

The new hasNextSnippetField and hasPrevSnippetField functions can be used to figure out if the snippet-field-motion commands apply to a given state.

6.6.1 (2023-05-03)

Bug fixes

Fix a bug that made the editor use the completion's original position, rather than its current position, when changes happened in the document while a result was active.

6.6.0 (2023-04-27)

Bug fixes

Fix a bug in insertCompletionText that caused it to replace the wrong range when a result set's to fell after the cursor.

New features

Functions returned by snippet can now be called without a completion object.

Commits
  • 344b438 Mark version 6.7.1
  • e8c0bf2 Fix bug in weighting of matches against empty patterns
  • 5781341 Mark version 6.7.0
  • e5403a6 Add hasNext/PrevSnippetField getters
  • 10de70e Mark version 6.6.1
  • 6d9f241 Fix position tracking of active completion results
  • f8f2328 Mark version 6.6.0
  • 4ae2e2c Fix incorrect replaced range calculation
  • a3faf92 Allow passing null for the completion in snippet functions
  • 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 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)