[PR #2284] [CLOSED] chore(deps): bump @codemirror/autocomplete from 0.19.15 to 0.20.0 #3701

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2284
Author: @dependabot[bot]
Created: 4/25/2022
Status: Closed

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


📝 Commits (1)

  • 6d2ce60 chore(deps): bump @codemirror/autocomplete from 0.19.15 to 0.20.0

📊 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.0.

Changelog

Sourced from @​codemirror/autocomplete's changelog.

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
  • 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
  • 7fde68a Merge in commits from @​codemirror/closebrackets
  • 0bf255d Move from @​codemirror/text to @​codemirror/state
  • a02b1f1 Import text stuff from @​codemirror/state
  • e7d93db Use RangeSet exports from @​codemirror/state
  • e55838b Move to tooltip exports from @​codemirror/view
  • 97bf065 Pass a context to CompletionResult.update, touch up doc comments
  • 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/2284 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/25/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/autocomplete-0.20.0` --- ### 📝 Commits (1) - [`6d2ce60`](https://github.com/hoppscotch/hoppscotch/commit/6d2ce60d80ec9f540ec2da03a6ef8b407de1c15f) chore(deps): bump @codemirror/autocomplete from 0.19.15 to 0.20.0 ### 📊 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.0. <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.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/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><a href="https://github.com/codemirror/autocomplete/commit/7fde68a79628159e9b2a8c94b64b4f97efd3a305"><code>7fde68a</code></a> Merge in commits from <code>@​codemirror/closebrackets</code></li> <li><a href="https://github.com/codemirror/autocomplete/commit/0bf255d59e20d9fe5d36c1c55714ce88f9b984e0"><code>0bf255d</code></a> Move from <code>@​codemirror/text</code> to <code>@​codemirror/state</code></li> <li><a href="https://github.com/codemirror/autocomplete/commit/a02b1f1b6df5c07f1e735d8145e3e6966a93a810"><code>a02b1f1</code></a> Import text stuff from <code>@​codemirror/state</code></li> <li><a href="https://github.com/codemirror/autocomplete/commit/e7d93dbf6aaec6295ae3620c19ac6b5130646865"><code>e7d93db</code></a> Use RangeSet exports from <code>@​codemirror/state</code></li> <li><a href="https://github.com/codemirror/autocomplete/commit/e55838bf1ed08c5ada0465d3b8140422842a17b8"><code>e55838b</code></a> Move to tooltip exports from <code>@​codemirror/view</code></li> <li><a href="https://github.com/codemirror/autocomplete/commit/97bf06555c5028ca9930576fb05e5f809a2d604f"><code>97bf065</code></a> Pass a context to CompletionResult.update, touch up doc comments</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/autocomplete/compare/0.19.15...0.20.0">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.0)](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:17:40 +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#3701
No description provided.