Skip to content

Bump fuse.js from 5.2.3 to 6.4.3#2349

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/fuse.js-6.4.3
Closed

Bump fuse.js from 5.2.3 to 6.4.3#2349
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/fuse.js-6.4.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2020

Bumps fuse.js from 5.2.3 to 6.4.3.

Release notes

Sourced from fuse.js's releases.

v6.4.3

Bug Fixes

  • extended: ignoreLocation when useExtendedSearch is true (8f67ac9), closes #465

v6.4.2

Bug Fixes

v6.4.1

Bug Fixes

v6.4.0

Features

  • extended: add ability to search actual exact string (350283f)

    fuse.search('=query')

v6.3.1

Bug Fixes

  • logical: scores in logical query operators are ignored (e357229), closes #449

v6.3.0

Features

  • provide alternative array notation for nested paths (7077fbe), closes #432

    const options = {
      // equivalent to `keys: [['author', 'firstName'], ['author', 'lastName']]`
      keys: ['author.firstName', 'author.lastName']
    }

    And with logical query expressions, the following are equivalent:

    // Example 1
    {
      $and: [{ 'author.firstName': 'jon' }, { 'author.firstName': 'scazi' }]
    }
    // Example 2
    {

... (truncated)

Changelog

Sourced from fuse.js's changelog.

6.4.3 (2020-10-30)

Bug Fixes

  • extended: ignoreLocation when useExtendedSearch is true (8f67ac9), closes #465

6.4.2 (2020-10-20)

Bug Fixes

6.4.1 (2020-07-26)

Bug Fixes

6.4.0 (2020-06-28)

Features

  • extended: add ability to search actual exact string (350283f)

6.3.1 (2020-06-24)

Bug Fixes

  • logical: scores in logical query operators are ignored (e357229), closes #449

6.3.0 (2020-06-23)

Features

  • provide alternative array notation for nested paths (7077fbe), closes #432

Bug Fixes

  • typescript: add types for string and object together for the key property (85fb211)
  • typescript: add typing for nested paths with array notation (dfa4823)

Version 6.0.0

... (truncated)

Commits
  • 84a13cf chore(release): 6.4.3
  • 9ab9fde docs(site): explanation for default search options
  • e9ea28e docs(site): added search methods
  • 8f67ac9 fix(extended): ignoreLocation when useExtendedSearch is true
  • 302a44d docs(site): bumped version
  • 7b1256b chore(release): 6.4.2
  • 4700225 Merge pull request #498 from ThewBear/patch-1
  • 723b00f Merge pull request #484 from noc7c9/patch-1
  • a411eeb Merge pull request #476 from rdimaio/patch-1
  • a8a0456 Merge pull request #497 from apellicc/master
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2020
Bumps [fuse.js](https://github.com/krisk/Fuse) from 5.2.3 to 6.4.3.
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/master/CHANGELOG.md)
- [Commits](krisk/Fuse@v5.2.3...v6.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fuse.js-6.4.3 branch from c4f04b8 to 01aeaed Compare November 30, 2020 16:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2020

Superseded by #2457.

@dependabot dependabot bot closed this Dec 30, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fuse.js-6.4.3 branch December 30, 2020 14:30
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants