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

build(deps): bump @codemirror/autocomplete from 6.0.1 to 6.4.2 in /web/ui #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps @codemirror/autocomplete from 6.0.1 to 6.4.2.

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.4.2 (2023-02-17)

Bug fixes

Fix a bug where the apply method created by snippet didn't add a pickedCompletion annotation to the transactions it created.

6.4.1 (2023-02-14)

Bug fixes

Don't consider node names in trees that aren't the same language as the one at the completion position in ifIn and ifNotIn.

Make sure completions that exactly match the input get a higher score than those that don't (so that even if the latter has a score boost, it ends up lower in the list).

6.4.0 (2022-12-14)

Bug fixes

Fix an issue where the extension would sometimes try to draw a disabled dialog at an outdated position, leading to plugin crashes.

New features

A tooltipClass option to autocompletion can now be used to add additional CSS classes to the completion tooltip.

6.3.4 (2022-11-24)

Bug fixes

Fix an issue where completion lists could end up being higher than the tooltip they were in.

6.3.3 (2022-11-18)

Bug fixes

Set an explicit box-sizing style on completion icons so CSS resets don't mess them up.

Allow closing braces in templates to be escaped with a backslash.

6.3.2 (2022-11-15)

Bug fixes

Fix a regression that could cause the completion dialog to stick around when it should be hidden.

6.3.1 (2022-11-14)

Bug fixes

Fix a regression where transactions for picking a completion (without custom apply method) no longer had the pickedCompletion annotation.

... (truncated)

Commits
  • f8cc07f Mark version 6.4.2
  • 2b0eaef Make sure snippet apply method adds pickedCompletion annotation
  • d447807 Mark version 6.4.1
  • 85e9db1 Give matches that fully match the input precedence over those that don't
  • e5756b9 Don't move across language boundaries in ifIn and ifNotIn
  • 785aac3 Update maintainer email
  • 168d7be Mark version 6.4.0
  • bb542b3 Make tooltipClass dynamic
  • 1156af0 Add tooltipClass option
  • 92bd686 Fix incorrect dialog position for disabled completion dialogs
  • Additional commits viewable 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2023
@CLAassistant
Copy link

CLAassistant commented Mar 1, 2023

CLA assistant check
All committers have signed the CLA.

…b/ui

Dependabot couldn't find the original pull request head commit, ca8e254.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/ui/codemirror/autocomplete-6.4.2 branch from ca8e254 to 5708255 Compare March 7, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant