Skip to content

build(deps): bump @codemirror/search from 0.19.3 to 6.2.3 in /web/ui#81

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

build(deps): bump @codemirror/search from 0.19.3 to 6.2.3 in /web/ui#81
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/ui/codemirror/search-6.2.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps @codemirror/search from 0.19.3 to 6.2.3.

Changelog

Sourced from @​codemirror/search's changelog.

6.2.3 (2022-11-14)

Bug fixes

Fix a bug that hid the search dialog's close button when the editor was read-only.

6.2.2 (2022-10-18)

Bug fixes

When literal is off, \n, \r, and \t escapes are now also supported in replacement text.

Make sure search dialog inputs don't get treated as form fields when the editor is created inside a form.

Fix a bug in RegExpCursor that would cause it to stop matching in the middle of a line when its current match position was equal to the length of the line.

6.2.1 (2022-09-26)

Bug fixes

By-word search queries will now skip any result that had word characters both before and after a match boundary.

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.

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)

... (truncated)

Commits
  • 7448ab8 Mark version 6.2.3
  • a78d42b Don't hide close button in search dialog for read-only editor
  • 1cb6329 Mark version 6.2.2
  • 6075c93 Fix a bug in RegExpCursor line tracking
  • 7b1e2c8 Make sure search dialog fields are not part of wrapping forms
  • b15622f Also support \n, \r, \t in replacement text
  • c8a0939 Mark version 6.2.1
  • eb85d6e Fix accidentally included sentence in changelog
  • 7fb7132 Remove stray closing paren
  • f1c1124 Adjust by-word filter conditions
  • 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)

Bumps [@codemirror/search](https://github.com/codemirror/search) from 0.19.3 to 6.2.3.
- [Release notes](https://github.com/codemirror/search/releases)
- [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md)
- [Commits](codemirror/search@0.19.3...6.2.3)

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

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 Dec 1, 2022
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