[PR #2685] [CLOSED] chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.3.0 #3988

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • f7fd425 chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.3.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 6.3.0.

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.3.0 (2022-09-22)

New features

Close bracket configuration now supports a stringPrefixes property that can be used to allow autoclosing of prefixed strings.

6.2.0 (2022-09-13)

New features

Autocompletion now takes an interactionDelay option that can be used to control the delay between the time where completion opens and the time where commands like acceptCompletion affect it.

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

... (truncated)

Commits
  • 83ba892 Mark version 6.3.0
  • 23457d5 Add support for string prefixes to closeBrackets
  • 1df7a48 Don't assume document.defaultView is non-null
  • 693b97c Adjust doc comment for addToOptions to match code
  • 642ee4c Improve alignment of snippet field position marker with cursor
  • 011eece Mark version 6.2.0
  • 623a58e Add an interactionDelay option
  • 11066a9 Mark version 6.1.1
  • fd7f227 Improve positioning of info tooltips for narrow screens
  • 879b2e6 Fix userEvent on deleteBracketPair 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/2685 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/26/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/autocomplete-6.3.0` --- ### 📝 Commits (1) - [`f7fd425`](https://github.com/hoppscotch/hoppscotch/commit/f7fd4252812f271702fb52882685556129e91f56) chore(deps): bump @codemirror/autocomplete from 0.19.15 to 6.3.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 6.3.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>6.3.0 (2022-09-22)</h2> <h3>New features</h3> <p>Close bracket configuration now supports a <code>stringPrefixes</code> property that can be used to allow autoclosing of prefixed strings.</p> <h2>6.2.0 (2022-09-13)</h2> <h3>New features</h3> <p>Autocompletion now takes an <code>interactionDelay</code> option that can be used to control the delay between the time where completion opens and the time where commands like <code>acceptCompletion</code> affect it.</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/autocomplete/commit/83ba89266efa90b41b0bca23c2fb615b5c7e8346"><code>83ba892</code></a> Mark version 6.3.0</li> <li><a href="https://github.com/codemirror/autocomplete/commit/23457d5bec039ff5ff12f5ffb8f7330bb5e447b6"><code>23457d5</code></a> Add support for string prefixes to closeBrackets</li> <li><a href="https://github.com/codemirror/autocomplete/commit/1df7a488984b3bcf479f36d89713654d677051fb"><code>1df7a48</code></a> Don't assume document.defaultView is non-null</li> <li><a href="https://github.com/codemirror/autocomplete/commit/693b97c21b97793b57eadee92796414d57dc2a71"><code>693b97c</code></a> Adjust doc comment for addToOptions to match code</li> <li><a href="https://github.com/codemirror/autocomplete/commit/642ee4c4f7caf4bf0c08cb15bdcbd424eb7c086c"><code>642ee4c</code></a> Improve alignment of snippet field position marker with cursor</li> <li><a href="https://github.com/codemirror/autocomplete/commit/011eece6a89ba67b2e165892cadcf6302d4f9dbe"><code>011eece</code></a> Mark version 6.2.0</li> <li><a href="https://github.com/codemirror/autocomplete/commit/623a58e9ab644d7a8b991b0b6bdc9d12b1530a81"><code>623a58e</code></a> Add an interactionDelay option</li> <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>Additional commits viewable in <a href="https://github.com/codemirror/autocomplete/compare/0.19.15...6.3.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=6.3.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:33:27 +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#3988
No description provided.