Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @codemirror/search from 0.19.3 to 6.0.1.

Changelog

Sourced from @​codemirror/search's changelog.

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.

0.19.10 (2022-04-04)

Bug fixes

Make sure search matches are highlighted when scrolling new content into view.

0.19.9 (2022-03-03)

New features

The selection-matching extension now accepts a wholeWords option that makes it only highlight matches that span a whole word. Add SearchQuery.getCursor

The SearchQuery class now has a getCursor method that allows external code to create a cursor for the query.

0.19.8 (2022-02-14)

Bug fixes

Fix a bug that caused the search panel to start open when configuring a state with the search() extension.

0.19.7 (2022-02-14)

Breaking changes

... (truncated)

Commits
  • 533e9af Mark version 6.0.1
  • 2ffe52a All findNext/findPrevious to return to current match
  • 23ee835 Mention main-field attribute in docs for createPanel
  • 16471d5 Follow repository rename
  • 52da9d9 Update website links in readme
  • 6220468 Mark version 6.0.0
  • 84e72cc Use interpolation from EditorState.phrase
  • 7c67323 Improve translatability of announced text
  • 8945d98 Announce replacements to screen readers.
  • afa7b7e Remove duplicated expression
  • 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.0.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.0.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 Aug 1, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2022

Copy link
Copy Markdown
Author

Superseded by #62.

@dependabot dependabot Bot closed this Sep 1, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/ui/codemirror/search-6.0.1 branch September 1, 2022 23:33
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