Skip to content

build(deps): bump @codemirror/search from 0.19.3 to 6.2.1 in /web/ui - #69

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/ui/codemirror/search-6.2.1
Closed

build(deps): bump @codemirror/search from 0.19.3 to 6.2.1 in /web/ui#69
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/ui/codemirror/search-6.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 1, 2022

Copy link
Copy Markdown

Bumps @codemirror/search from 0.19.3 to 6.2.1.

Changelog

Sourced from @​codemirror/search's changelog.

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)

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

... (truncated)

Commits
  • c8a0939 Mark version 6.2.1
  • eb85d6e Fix accidentally included sentence in changelog
  • 7fb7132 Remove stray closing paren
  • f1c1124 Adjust by-word filter conditions
  • 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
  • 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.1.
- [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.1)

---
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 Oct 1, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 1, 2022

Copy link
Copy Markdown
Author

Superseded by #79.

@dependabot dependabot Bot closed this Nov 1, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/ui/codemirror/search-6.2.1 branch November 1, 2022 23:28
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