[PR #2657] [CLOSED] chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.1.1 #3967

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2657
Author: @dependabot[bot]
Created: 9/12/2022
Status: Closed

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


📝 Commits (1)

  • 5980e5e chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.1.1

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

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.1.1 (2022-09-08)

Bug fixes

Fix a bug that prevented transactions produced by deleteBracketPair from being marked as deletion user events.

Improve positioning of completion info tooltips so they are less likely to stick out of the screen on small displays.

6.1.0 (2022-07-19)

New features

You can now provide a compareCompletions option to autocompletion to influence the way completions with the same match score are sorted.

The selectOnOpen option to autocompletion can be used to require explicitly selecting a completion option before acceptCompletion does anything.

6.0.4 (2022-07-07)

Bug fixes

Remove a leftover console.log in bracket closing code.

6.0.3 (2022-07-04)

Bug fixes

Fix a bug that caused closeBrackets to not close quotes when at the end of a syntactic construct that starts with a similar quote.

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

... (truncated)

Commits
  • 11066a9 Mark version 6.1.1
  • fd7f227 Improve positioning of info tooltips for narrow screens
  • 879b2e6 Fix userEvent on deleteBracketPair transactions
  • 1648998 Check for selection in CompletionTooltip.updateSel
  • 31ff2c4 Mark version 6.1.0
  • ffe365d Add selectOnOpen option
  • 42e102e Add compareCompletions option
  • 5ea932a Mark version 6.0.4
  • 5e9e341 Remove stray debug statement
  • 2f7d5da Mark version 6.0.3
  • 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/2657 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/12/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/autocomplete-6.1.1` --- ### 📝 Commits (1) - [`5980e5e`](https://github.com/hoppscotch/hoppscotch/commit/5980e5e617c655101e62be1f27408366e74ffd87) chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.1.1 ### 📊 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.1.1. <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.1.1 (2022-09-08)</h2> <h3>Bug fixes</h3> <p>Fix a bug that prevented transactions produced by <code>deleteBracketPair</code> from being marked as deletion user events.</p> <p>Improve positioning of completion info tooltips so they are less likely to stick out of the screen on small displays.</p> <h2>6.1.0 (2022-07-19)</h2> <h3>New features</h3> <p>You can now provide a <code>compareCompletions</code> option to autocompletion to influence the way completions with the same match score are sorted.</p> <p>The <code>selectOnOpen</code> option to autocompletion can be used to require explicitly selecting a completion option before <code>acceptCompletion</code> does anything.</p> <h2>6.0.4 (2022-07-07)</h2> <h3>Bug fixes</h3> <p>Remove a leftover <code>console.log</code> in bracket closing code.</p> <h2>6.0.3 (2022-07-04)</h2> <h3>Bug fixes</h3> <p>Fix a bug that caused <code>closeBrackets</code> to not close quotes when at the end of a syntactic construct that starts with a similar quote.</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/autocomplete/commit/11066a991f2c37693557ca1aadea3e097afa9cc3"><code>11066a9</code></a> Mark version 6.1.1</li> <li><a href="https://github.com/codemirror/autocomplete/commit/fd7f227642d59b3051704c7a5201482e81cfc1bc"><code>fd7f227</code></a> Improve positioning of info tooltips for narrow screens</li> <li><a href="https://github.com/codemirror/autocomplete/commit/879b2e61da3890bcb739e7a33a1979d3a707502d"><code>879b2e6</code></a> Fix userEvent on deleteBracketPair transactions</li> <li><a href="https://github.com/codemirror/autocomplete/commit/16489986676726c08e1dc22b0a92c4f196a9f906"><code>1648998</code></a> Check for selection in CompletionTooltip.updateSel</li> <li><a href="https://github.com/codemirror/autocomplete/commit/31ff2c4cf67bc216e552bd15c120546e5a4f7732"><code>31ff2c4</code></a> Mark version 6.1.0</li> <li><a href="https://github.com/codemirror/autocomplete/commit/ffe365dfcaaff9fc4218e0452fb8da55eebaa865"><code>ffe365d</code></a> Add selectOnOpen option</li> <li><a href="https://github.com/codemirror/autocomplete/commit/42e102e09051f11f839e364227ff9f5ca978f7df"><code>42e102e</code></a> Add compareCompletions option</li> <li><a href="https://github.com/codemirror/autocomplete/commit/5ea932a06df505ed4fd52c11edd79fced0ab5544"><code>5ea932a</code></a> Mark version 6.0.4</li> <li><a href="https://github.com/codemirror/autocomplete/commit/5e9e341beaddfe98bd130e5cd834ff16c44eb64b"><code>5e9e341</code></a> Remove stray debug statement</li> <li><a href="https://github.com/codemirror/autocomplete/commit/2f7d5da6a71c2ee04c106d938d1d7d5cb47c13d3"><code>2f7d5da</code></a> Mark version 6.0.3</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/autocomplete/compare/0.19.15...6.1.1">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.1.1)](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:32:21 +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#3967
No description provided.