[PR #2617] [CLOSED] chore(deps): bump @codemirror/search from 0.19.10 to 6.2.0 #3940

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2617
Author: @dependabot[bot]
Created: 8/29/2022
Status: Closed

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


📝 Commits (1)

  • 938f0e3 chore(deps): bump @codemirror/search from 0.19.10 to 6.2.0

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

Changelog

Sourced from @​codemirror/search's changelog.

6.2.0 (2022-08-25)

New features

A new wholeWord search query flag can be used to limit matches to whole words.

SearchCursor and RegExpCursor now support a test parameter that can be used to ignore certain matches.

6.1.0 (2022-08-16)

Bug fixes

Fix an infinite loop when the match position of a RegExpCursor ended up in the middle of an UTF16 surrogate pair.

New features

The literal search option can now be set to make literal queries the default. Move out of surrogate pairs when tracking match position in RegExpCursor

The new searchPanelOpen function can be used to find out whether the search panel is open for a given state.

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
  • e2d6ffb Mark version 6.2.0
  • 45258b4 Support wholeWord flag in search panel
  • 7900591 Implement SearchQuery.wholeWord
  • 1cfeb49 Mark version 6.1.0
  • b5be2e7 Export searchPanelOpen
  • 0cd70ef Fix corner case in RegExpCursor.next
  • eed2cab Move out of surrogate pairs when tracking match position in RegExpCursor
  • 1d91e7f Add literal to search config
  • 533e9af Mark version 6.0.1
  • 2ffe52a All findNext/findPrevious to return to current match
  • 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/2617 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/29/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/search-6.2.0` --- ### 📝 Commits (1) - [`938f0e3`](https://github.com/hoppscotch/hoppscotch/commit/938f0e3f31b65c472958531b85e48bad2368f659) chore(deps): bump @codemirror/search from 0.19.10 to 6.2.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/search](https://github.com/codemirror/search) from 0.19.10 to 6.2.0. <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.2.0 (2022-08-25)</h2> <h3>New features</h3> <p>A new <code>wholeWord</code> search query flag can be used to limit matches to whole words.</p> <p><code>SearchCursor</code> and <code>RegExpCursor</code> now support a <code>test</code> parameter that can be used to ignore certain matches.</p> <h2>6.1.0 (2022-08-16)</h2> <h3>Bug fixes</h3> <p>Fix an infinite loop when the match position of a <code>RegExpCursor</code> ended up in the middle of an UTF16 surrogate pair.</p> <h3>New features</h3> <p>The <code>literal</code> search option can now be set to make literal queries the default. Move out of surrogate pairs when tracking match position in RegExpCursor</p> <p>The new <code>searchPanelOpen</code> function can be used to find out whether the search panel is open for a given state.</p> <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/e2d6ffbf1f9d14085c2504ac9312d7ac2d7b4f69"><code>e2d6ffb</code></a> Mark version 6.2.0</li> <li><a href="https://github.com/codemirror/search/commit/45258b4edfcf8fbf7f65baa4fc7e605675793106"><code>45258b4</code></a> Support wholeWord flag in search panel</li> <li><a href="https://github.com/codemirror/search/commit/790059135db92c858d923a7feb91defb2b7f5564"><code>7900591</code></a> Implement SearchQuery.wholeWord</li> <li><a href="https://github.com/codemirror/search/commit/1cfeb499876b10855a72c705f1a1f000e1fe6191"><code>1cfeb49</code></a> Mark version 6.1.0</li> <li><a href="https://github.com/codemirror/search/commit/b5be2e7a41607093dab848802ce414dcd24d418b"><code>b5be2e7</code></a> Export searchPanelOpen</li> <li><a href="https://github.com/codemirror/search/commit/0cd70efb9c2c1c56b920258a10e729d6c5abf80c"><code>0cd70ef</code></a> Fix corner case in RegExpCursor.next</li> <li><a href="https://github.com/codemirror/search/commit/eed2cab3829253ffbadaaf9c085aa9d107fa4aff"><code>eed2cab</code></a> Move out of surrogate pairs when tracking match position in RegExpCursor</li> <li><a href="https://github.com/codemirror/search/commit/1d91e7fbaee08ff6bbdfd521ad8342a709d5d3f0"><code>1d91e7f</code></a> Add literal to search config</li> <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>Additional commits viewable in <a href="https://github.com/codemirror/search/compare/0.19.10...6.2.0">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.2.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:30:43 +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#3940
No description provided.