[PR #2531] [CLOSED] chore(deps): bump @codemirror/search from 0.19.10 to 6.0.1 #3880

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/codemirror/search-6.0.1


📝 Commits (1)

  • e48ea61 chore(deps): bump @codemirror/search from 0.19.10 to 6.0.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @codemirror/search from 0.19.10 to 6.0.1.

Changelog

Sourced from @​codemirror/search's changelog.

6.0.1 (2022-07-22)

Bug fixes

findNext and findPrevious will now return to the current result (and scroll it into view) if no other matches are found.

6.0.0 (2022-06-08)

Bug fixes

Don't crash when a custom search panel doesn't have a field named 'search'.

Make sure replacements are announced to screen readers.

0.20.1 (2022-04-22)

New features

It is now possible to disable backslash escapes in search queries with the literal option.

0.20.0 (2022-04-20)

Bug fixes

Make the wholeWords option to highlightSelectionMatches default to false, as intended.

Commits
  • 533e9af Mark version 6.0.1
  • 2ffe52a All findNext/findPrevious to return to current match
  • 23ee835 Mention main-field attribute in docs for createPanel
  • 16471d5 Follow repository rename
  • 52da9d9 Update website links in readme
  • 6220468 Mark version 6.0.0
  • 84e72cc Use interpolation from EditorState.phrase
  • 7c67323 Improve translatability of announced text
  • 8945d98 Announce replacements to screen readers.
  • afa7b7e Remove duplicated expression
  • 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/2531 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/25/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/search-6.0.1` --- ### 📝 Commits (1) - [`e48ea61`](https://github.com/hoppscotch/hoppscotch/commit/e48ea61a264cdbabf334c9055d37d9c23a9be234) chore(deps): bump @codemirror/search from 0.19.10 to 6.0.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/search](https://github.com/codemirror/search) from 0.19.10 to 6.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/search/blob/main/CHANGELOG.md"><code>@​codemirror/search</code>'s changelog</a>.</em></p> <blockquote> <h2>6.0.1 (2022-07-22)</h2> <h3>Bug fixes</h3> <p><code>findNext</code> and <code>findPrevious</code> will now return to the current result (and scroll it into view) if no other matches are found.</p> <h2>6.0.0 (2022-06-08)</h2> <h3>Bug fixes</h3> <p>Don't crash when a custom search panel doesn't have a field named 'search'.</p> <p>Make sure replacements are announced to screen readers.</p> <h2>0.20.1 (2022-04-22)</h2> <h3>New features</h3> <p>It is now possible to disable backslash escapes in search queries with the <code>literal</code> option.</p> <h2>0.20.0 (2022-04-20)</h2> <h3>Bug fixes</h3> <p>Make the <code>wholeWords</code> option to <code>highlightSelectionMatches</code> default to false, as intended.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/search/commit/533e9afe4af40ad57b7bf3b24ae151c8b0870a36"><code>533e9af</code></a> Mark version 6.0.1</li> <li><a href="https://github.com/codemirror/search/commit/2ffe52a841627bdacf0e17df6d3a9be75830455b"><code>2ffe52a</code></a> All findNext/findPrevious to return to current match</li> <li><a href="https://github.com/codemirror/search/commit/23ee8358e56ed7807c9e78856eb6d4c607f24ac6"><code>23ee835</code></a> Mention main-field attribute in docs for createPanel</li> <li><a href="https://github.com/codemirror/search/commit/16471d5e3275003b5772b97929a1558d124d58ab"><code>16471d5</code></a> Follow repository rename</li> <li><a href="https://github.com/codemirror/search/commit/52da9d93ca2eec2af1b087fce058a7e2631b8a01"><code>52da9d9</code></a> Update website links in readme</li> <li><a href="https://github.com/codemirror/search/commit/6220468821e2f882cb2f45d9b516c63f331ea132"><code>6220468</code></a> Mark version 6.0.0</li> <li><a href="https://github.com/codemirror/search/commit/84e72ccca7f4b5e7513900bd9a30fa2e1938425e"><code>84e72cc</code></a> Use interpolation from EditorState.phrase</li> <li><a href="https://github.com/codemirror/search/commit/7c6732303de5d0f73498896d3c3d3467ce1e35e6"><code>7c67323</code></a> Improve translatability of announced text</li> <li><a href="https://github.com/codemirror/search/commit/8945d9881abb9282a5ca02f50b70146e54fb4823"><code>8945d98</code></a> Announce replacements to screen readers.</li> <li><a href="https://github.com/codemirror/search/commit/afa7b7ea36c51cbfbce79f046b2ac9d8f1e9f084"><code>afa7b7e</code></a> Remove duplicated expression</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/search/compare/0.19.10...6.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/search&package-manager=npm_and_yarn&previous-version=0.19.10&new-version=6.0.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:27:24 +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#3880
No description provided.