[PR #2289] [CLOSED] chore(deps): bump @codemirror/search from 0.19.10 to 0.20.1 #3706

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • e22b1c0 chore(deps): bump @codemirror/search from 0.19.10 to 0.20.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 0.20.1.

Changelog

Sourced from @​codemirror/search's changelog.

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
  • fe70778 Mark version 0.20.1
  • fe6f7d3 Add literal option to search queries
  • 5353fd9 Add config option for literal search queries
  • e4affd6 Mark version 0.20.0
  • e5a7e54 Adjust internal doc links to new package structure
  • ab825e5 Move from @​codemirror/text to @​codemirror/state
  • bf65163 Use RangeSet exports from @​codemirror/state
  • 8042f88 Move to panel exports from @​codemirror/view
  • c0a6345 Bump dependency for @​codemirror/view
  • a182076 Improve doc comments
  • 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/2289 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/25/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/search-0.20.1` --- ### 📝 Commits (1) - [`e22b1c0`](https://github.com/hoppscotch/hoppscotch/commit/e22b1c09fcb2945f2d213779bb33d894df9f79b7) chore(deps): bump @codemirror/search from 0.19.10 to 0.20.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 0.20.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>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/fe70778c6e2ed071b51ebdbd2de907f8248fb760"><code>fe70778</code></a> Mark version 0.20.1</li> <li><a href="https://github.com/codemirror/search/commit/fe6f7d3d69958f9e18587f8fd5a51cdd595cf44d"><code>fe6f7d3</code></a> Add literal option to search queries</li> <li><a href="https://github.com/codemirror/search/commit/5353fd905902da13d8aaff1ba427c79ea9c1ef92"><code>5353fd9</code></a> Add config option for literal search queries</li> <li><a href="https://github.com/codemirror/search/commit/e4affd61f670b4f5a7e4f20ea357dcd21d5a36f0"><code>e4affd6</code></a> Mark version 0.20.0</li> <li><a href="https://github.com/codemirror/search/commit/e5a7e54d052aed39f5c7fc5bca189fcbf96c6884"><code>e5a7e54</code></a> Adjust internal doc links to new package structure</li> <li><a href="https://github.com/codemirror/search/commit/ab825e5d9218b608fd7adebc90c6be5d62586a18"><code>ab825e5</code></a> Move from <code>@​codemirror/text</code> to <code>@​codemirror/state</code></li> <li><a href="https://github.com/codemirror/search/commit/bf65163f77c63e5470435e5dcc8b0c4cb1c90b16"><code>bf65163</code></a> Use RangeSet exports from <code>@​codemirror/state</code></li> <li><a href="https://github.com/codemirror/search/commit/8042f886946400f02ff8f341cb0a28059843f83d"><code>8042f88</code></a> Move to panel exports from <code>@​codemirror/view</code></li> <li><a href="https://github.com/codemirror/search/commit/c0a634525dd9ccdb021722be8fded99f3eaa6121"><code>c0a6345</code></a> Bump dependency for <code>@​codemirror/view</code></li> <li><a href="https://github.com/codemirror/search/commit/a18207683032ca9181f5efc6ffb509e1fddc04ea"><code>a182076</code></a> Improve doc comments</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/search/compare/0.19.10...0.20.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=0.20.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:17:57 +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#3706
No description provided.