Skip to content

build(deps): bump @codemirror/search from 6.5.0 to 6.5.11 in /web/ui#13

Open
dependabot[bot] wants to merge 1 commit intoarct2from
dependabot/npm_and_yarn/web/ui/codemirror/search-6.5.11
Open

build(deps): bump @codemirror/search from 6.5.0 to 6.5.11 in /web/ui#13
dependabot[bot] wants to merge 1 commit intoarct2from
dependabot/npm_and_yarn/web/ui/codemirror/search-6.5.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps @codemirror/search from 6.5.0 to 6.5.11.

Changelog

Sourced from @​codemirror/search's changelog.

6.5.11 (2025-05-14)

Bug fixes

Fix an issue in replaceNext that could cause it to create an invalid selection when replacing past the end of the document.

6.5.10 (2025-02-26)

Bug fixes

Add a close button to the gotoLine panel.

6.5.9 (2025-02-12)

Bug fixes

When replacing a regexp match, don't expand multi-digit replacement markers to numbers beyond the captured group count in the query.

6.5.8 (2024-11-22)

Bug fixes

Fix a bug that put the selection in the wrong place after running replaceNext with a regexp query that could match strings of different length.

6.5.7 (2024-11-01)

Bug fixes

Fix an issue where findNext and findPrevious would do nothing when the only match in the document was partially selected.

Fix an infinite loop in SearchCursor when the normalizer function deletes characters.

6.5.6 (2024-02-07)

Bug fixes

Make highlightSelectionMatches include whitespace in the selection in its matches.

Fix a bug that caused SearchCursor to return invalid ranges when matching astral chars that the the normalizer normalized to single-code-unit chars.

6.5.5 (2023-11-27)

Bug fixes

Fix a bug that caused codes like \n to be unescaped in strings inserted via replace placeholders like $&.

Use the keybinding Mod-Alt-g for gotoLine to the search keymap, to make it usable for people whose keyboard layout uses Alt/Option-g to type some character.

6.5.4 (2023-09-20)

... (truncated)

Commits
  • a221fa3 Mark version 6.5.11
  • fcebbbf Fix a bug in selection mapping after replace
  • 11b6def Switch from exclamation point to declare syntax for type-only properties
  • 298706b Mark version 6.5.10
  • 8429b78 Add a close button to the goto-line dialog
  • 1c505e4 Mark version 6.5.9
  • c1ee7d4 Properly shorten replace markers when out of range for the query
  • 210e839 Mark version 6.5.8
  • ff4dc94 Fix selection update after a replace with a variable-length query
  • 0ca3343 Mark version 6.5.7
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@codemirror/search](https://github.com/codemirror/search) from 6.5.0 to 6.5.11.
- [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md)
- [Commits](codemirror/search@6.5.0...6.5.11)

---
updated-dependencies:
- dependency-name: "@codemirror/search"
  dependency-version: 6.5.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants