[PR #2499] [CLOSED] chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.0.4 #3850

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • ad75840 chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.0.4

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

Changelog

Sourced from @​codemirror/autocomplete's changelog.

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

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.

... (truncated)

Commits
  • 5ea932a Mark version 6.0.4
  • 5e9e341 Remove stray debug statement
  • 2f7d5da Mark version 6.0.3
  • 0d31d22 Further refine string-finding heuristic
  • 8f99e24 Fix broken string-context heuristic in bracket closing
  • 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
  • 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/2499 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/11/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/autocomplete-6.0.4` --- ### 📝 Commits (1) - [`ad75840`](https://github.com/hoppscotch/hoppscotch/commit/ad75840137d203450f7fb2183da27328c1af0263) chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.0.4 ### 📊 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.4. <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.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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/codemirror/autocomplete/commit/0d31d22571f43b07ccf6664079d487133224eef9"><code>0d31d22</code></a> Further refine string-finding heuristic</li> <li><a href="https://github.com/codemirror/autocomplete/commit/8f99e241d0e23a10e752e4964101c0516c76dcbd"><code>8f99e24</code></a> Fix broken string-context heuristic in bracket closing</li> <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>Additional commits viewable in <a href="https://github.com/codemirror/autocomplete/compare/0.19.15...6.0.4">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.4)](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:36 +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#3850
No description provided.