[PR #2481] [CLOSED] chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.0.2 #3839

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 5760f76 chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.0.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 6.0.2.

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.0.2 (2022-06-15)

Bug fixes

Declare package dependencies as peer dependencies as an attempt to avoid duplicated package issues.

6.0.1 (2022-06-09)

Bug fixes

Support escaping ${ or #{ in snippets.

6.0.0 (2022-06-08)

Bug fixes

Scroll the cursor into view when inserting a snippet.

0.20.3 (2022-05-30)

Bug fixes

Add an aria-label to the completion listbox.

Fix a regression that caused transactions generated for completion to not have a userEvent annotation.

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.

... (truncated)

Commits
  • 7ba7164 Mark version 6.0.2
  • c4a8b15 Also define dependencies as peerDependencies
  • 887799c Mark version 6.0.1
  • 5b54aa8 Allow ${ or #{ to be included in snippets
  • e9c331a Follow repository rename
  • e973f7c Update website links in readme
  • d26fa6d Mark version 6.0.0
  • 2ef71ca Make sure the cursor is scrolled into view when inserting a snippet
  • 3653d0c Mark version 0.20.3
  • 121dda7 Restore userEvent on completion transactions
  • 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/2481 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/autocomplete-6.0.2` --- ### 📝 Commits (1) - [`5760f76`](https://github.com/hoppscotch/hoppscotch/commit/5760f76661a6562c04e02f1f718924c722b9a154) chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.0.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 6.0.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>6.0.2 (2022-06-15)</h2> <h3>Bug fixes</h3> <p>Declare package dependencies as peer dependencies as an attempt to avoid duplicated package issues.</p> <h2>6.0.1 (2022-06-09)</h2> <h3>Bug fixes</h3> <p>Support escaping <code>${</code> or <code>#{</code> in snippets.</p> <h2>6.0.0 (2022-06-08)</h2> <h3>Bug fixes</h3> <p>Scroll the cursor into view when inserting a snippet.</p> <h2>0.20.3 (2022-05-30)</h2> <h3>Bug fixes</h3> <p>Add an aria-label to the completion listbox.</p> <p>Fix a regression that caused transactions generated for completion to not have a <code>userEvent</code> annotation.</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/autocomplete/commit/7ba7164a647855825ad5ae50f7b8343d3218b30a"><code>7ba7164</code></a> Mark version 6.0.2</li> <li><a href="https://github.com/codemirror/autocomplete/commit/c4a8b1505e5adb300611bbfeaf6924782f721c7c"><code>c4a8b15</code></a> Also define dependencies as peerDependencies</li> <li><a href="https://github.com/codemirror/autocomplete/commit/887799c17da8051a50f346ba714c5ade71458ea0"><code>887799c</code></a> Mark version 6.0.1</li> <li><a href="https://github.com/codemirror/autocomplete/commit/5b54aa8937a2469cc56cc4318f567e053534da77"><code>5b54aa8</code></a> Allow ${ or #{ to be included in snippets</li> <li><a href="https://github.com/codemirror/autocomplete/commit/e9c331abf5d9a50b2313ad7bbc6832bd997d504d"><code>e9c331a</code></a> Follow repository rename</li> <li><a href="https://github.com/codemirror/autocomplete/commit/e973f7c47a04fe566d768303f7d2652bd7fd25c5"><code>e973f7c</code></a> Update website links in readme</li> <li><a href="https://github.com/codemirror/autocomplete/commit/d26fa6df02a6c04d8e0b22f06f1cb0999023fc80"><code>d26fa6d</code></a> Mark version 6.0.0</li> <li><a href="https://github.com/codemirror/autocomplete/commit/2ef71ca7cef64188c06bb1f5a543543c08b3c0ca"><code>2ef71ca</code></a> Make sure the cursor is scrolled into view when inserting a snippet</li> <li><a href="https://github.com/codemirror/autocomplete/commit/3653d0cd63b5aefd097640cdeee2d00e18211ff1"><code>3653d0c</code></a> Mark version 0.20.3</li> <li><a href="https://github.com/codemirror/autocomplete/commit/121dda7719fdc1723b1b74ea1fa4766c7b13fc03"><code>121dda7</code></a> Restore userEvent on completion transactions</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/autocomplete/compare/0.19.15...6.0.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=6.0.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:25:03 +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#3839
No description provided.