[PR #2375] [CLOSED] chore(deps): bump @codemirror/autocomplete from 0.19.15 to 0.20.2 #3769

Closed
opened 2026-03-17 01:21:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2375
Author: @dependabot[bot]
Created: 5/30/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/codemirror/autocomplete-0.20.2


📝 Commits (1)

  • 7ee377d chore(deps): bump @codemirror/autocomplete from 0.19.15 to 0.20.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @codemirror/autocomplete from 0.19.15 to 0.20.2.

Changelog

Sourced from @​codemirror/autocomplete's changelog.

0.20.2 (2022-05-24)

New features

The package now exports an insertCompletionText helper that implements the default behavior for applying a completion.

0.20.1 (2022-05-16)

New features

The new closeOnBlur option determines whether the completion tooltip is closed when the editor loses focus.

CompletionResult objects with filter: false may now have a getMatch property that determines the matched range in the options.

0.20.0 (2022-04-20)

Breaking changes

CompletionResult.span has been renamed to validFor, and may now hold a function as well as a regular expression.

Bug fixes

Remove code that dropped any options beyond the 300th one when matching and sorting option lists.

Completion will now apply to all cursors when there are multiple cursors.

New features

CompletionResult.update can now be used to implement quick autocompletion updates in a synchronous way.

The @​codemirror/closebrackets package was merged into this one.

Commits
  • 80f2e5d Mark version 0.20.2
  • 758ecc3 Export insertCompletionText
  • e54f55b Mark version 0.20.1
  • 8eb1249 Add getMatch option to completion results
  • 3db2282 Add a hideOnBlur option to the autocompletion options
  • 072f12b Fix use of EditorSelection constructor in tests
  • 0d43b58 Mark version 0.20.0
  • 8f379b5 Bump lezer version to 0.16.0
  • 331e126 Adjust internal doc links to new package structure
  • 9b8f4c1 Integrate closebrackets code
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2375 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/30/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/autocomplete-0.20.2` --- ### 📝 Commits (1) - [`7ee377d`](https://github.com/hoppscotch/hoppscotch/commit/7ee377d11a661f8eacc4a279391a2b66f9fb50bb) chore(deps): bump @codemirror/autocomplete from 0.19.15 to 0.20.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) from 0.19.15 to 0.20.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md"><code>@​codemirror/autocomplete</code>'s changelog</a>.</em></p> <blockquote> <h2>0.20.2 (2022-05-24)</h2> <h3>New features</h3> <p>The package now exports an <code>insertCompletionText</code> helper that implements the default behavior for applying a completion.</p> <h2>0.20.1 (2022-05-16)</h2> <h3>New features</h3> <p>The new <code>closeOnBlur</code> option determines whether the completion tooltip is closed when the editor loses focus.</p> <p><code>CompletionResult</code> objects with <code>filter: false</code> may now have a <code>getMatch</code> property that determines the matched range in the options.</p> <h2>0.20.0 (2022-04-20)</h2> <h3>Breaking changes</h3> <p><code>CompletionResult.span</code> has been renamed to <code>validFor</code>, and may now hold a function as well as a regular expression.</p> <h3>Bug fixes</h3> <p>Remove code that dropped any options beyond the 300th one when matching and sorting option lists.</p> <p>Completion will now apply to all cursors when there are multiple cursors.</p> <h3>New features</h3> <p><code>CompletionResult.update</code> can now be used to implement quick autocompletion updates in a synchronous way.</p> <p>The <code>@​codemirror/closebrackets</code> package was merged into this one.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/autocomplete/commit/80f2e5db87a8f87c24251fa56f9fd27c3407acab"><code>80f2e5d</code></a> Mark version 0.20.2</li> <li><a href="https://github.com/codemirror/autocomplete/commit/758ecc3ba6638d38db8254a96871b90c0c9343a3"><code>758ecc3</code></a> Export insertCompletionText</li> <li><a href="https://github.com/codemirror/autocomplete/commit/e54f55b9fd6310cd87924ae23845844f8ed4cc29"><code>e54f55b</code></a> Mark version 0.20.1</li> <li><a href="https://github.com/codemirror/autocomplete/commit/8eb1249c9b67e32e8302619867d031a0eee43c82"><code>8eb1249</code></a> Add getMatch option to completion results</li> <li><a href="https://github.com/codemirror/autocomplete/commit/3db22827011af4881ec93aed9f4181cdd471f8b4"><code>3db2282</code></a> Add a hideOnBlur option to the autocompletion options</li> <li><a href="https://github.com/codemirror/autocomplete/commit/072f12be3eadc78ac069be3c59ab594c2bf95f45"><code>072f12b</code></a> Fix use of EditorSelection constructor in tests</li> <li><a href="https://github.com/codemirror/autocomplete/commit/0d43b58ae850fe7e34bd58dc102fba90fd6a46fb"><code>0d43b58</code></a> Mark version 0.20.0</li> <li><a href="https://github.com/codemirror/autocomplete/commit/8f379b59cec4af4edf5f6bb57975f7b301f47fb9"><code>8f379b5</code></a> Bump lezer version to 0.16.0</li> <li><a href="https://github.com/codemirror/autocomplete/commit/331e1260d51ac1c7aba1696c51dd3c4fb6909cfd"><code>331e126</code></a> Adjust internal doc links to new package structure</li> <li><a href="https://github.com/codemirror/autocomplete/commit/9b8f4c1f0eb56324a8a672844792383e95eb43b5"><code>9b8f4c1</code></a> Integrate closebrackets code</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/autocomplete/compare/0.19.15...0.20.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/autocomplete&package-manager=npm_and_yarn&previous-version=0.19.15&new-version=0.20.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:21:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3769
No description provided.