Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency fuse.js to v7 #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fuse.js (source) ^3.0.4 -> ^7.0.0 age adoption passing confidence

Release Notes

krisk/Fuse (fuse.js)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • Extension changed
Features
  • finish all but state handling of live demo (9b5421a)
  • implementing reacting to option changes (46c561c)
  • improve fuse keys (c47f3d4)
  • proper ESM exports (eebcf2c)
  • properly configure monaco editors (fe0d33e)
Bug Fixes
  • add favicon on public root (bc155a3)
  • add proper ESM exports in package.json (98366b1)
  • build fixes (5969ca7)
  • double totalWeight (5c0ab46)
  • fixed browserconfig xml file (ca0cbbb)
  • fixed config, packages, and twitter social button (bd7555c)
  • fixed navbar (29b2599)
  • fixed version display and active search plugin (6e2a592)
  • imports (ec4e3bc)
  • re-implement sidebar advertisements (67a10cf)
  • support -> donate for clarity of what it is (ef99f56)
  • vite SSR build fixes (3ae8299)
6.6.2 (2022-05-11)
Bug Fixes
6.6.1 (2022-05-06)
Bug Fixes

v6.6.2

Compare Source

v6.6.1

Compare Source

v6.6.0

Compare Source

Features
Bug Fixes
  • excessive splitting in parseQuery (2c78022)
  • type mismatch on toJSON (f5425ea)
6.5.3 (2021-12-23)
Bug Fixes
6.5.2 (2021-12-23)
6.5.1 (2021-12-23)
Bug Fixes
  • rollback min node version (9918f67)

v6.5.3

Compare Source

v6.5.2

Compare Source

v6.5.1

Compare Source

v6.5.0

Compare Source

Features
  • scoring: field length norm weight (a9e0080)
Bug Fixes
  • typescript: add config declaration to types (2f4de0c)
6.4.6 (2021-01-05)
Bug Fixes
6.4.5 (2021-01-01)
Bug Fixes
6.4.4 (2020-12-29)
Bug Fixes
  • extended: correctly score include-match results (443c863), closes #​522
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

v6.4.6

Compare Source

v6.4.5

Compare Source

v6.4.4

Compare Source

v6.4.3

Compare Source

v6.4.2

Compare Source

v6.4.1

Compare Source

v6.4.0

Compare Source

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

v6.3.1

Compare Source

v6.3.0

Compare Source

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)

v6.2.1

Compare Source

Bug fixes
  • Fixed #​449, where logical $and operator would fail when having multiple $or expressions.

v6.2.0: More control over fuzzy searching behavior

Compare Source

Features
  • Added ignoreLocation, option to ignore field-length norm (#​440). When set to true, the calculation for the relevance score (used for sorting) will ignore the field-length norm.
  • Added ignoreLocation option, which ignore the location (#​438). When set to true, the searching will produce the same score result irrespective of where in the doc the match was found.
  • Added remove function (#​439), which removes all documents from the list for which the predicate returns truthy, and returns an array of the removed docs.
Bug fixes
  • Fixed #​442, where minMatchCharLength is ignored when determining which records to exclude.
Minor enhancements
  • Added #​446, standardizing how keys are passed to Fuse.createIndex.

v6.1.0

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

  • Addresses #​376, #​382, #​384, #​385, #​390
  • Extended fuzzy search for long patterns (and removed ngram-based searching for long patterns)
  • Reduced overall bundle-size

v5.2.0

Compare Source

v5.1.0

Compare Source

v3.6.1

Compare Source

v3.6.0

Compare Source

  • Improved error handling for keys

v3.5.0

Compare Source

  • Fixed #​341, adjusting weights into the calculation
  • Improved performance by ~10% (really can only be seen when you have 10k+ items)

v3.4.6

Compare Source

v3.4.5

Compare Source

v3.4.4

Compare Source

v3.4.3

Compare Source

  • Fixed #​261
  • Rewrote tests to Jest framework
  • Wrote tests for TypeScript typings
  • Cleanup build

v3.4.2

Compare Source

v3.4.1

Compare Source

  • Ensured dist/ content is production ready (both full and min versions) #​283

v3.4.0

Compare Source

  • Upgraded build tool to Webpack 4. New dist/ output.

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.1

Compare Source

  • Fixed issue in which more fuzzy matches would weaken a score instead of strengthening it (#​233)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Oct 26, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
ERROR: npm v10.2.1 is known not to run on Node.js v8.17.0.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.1/node_modules/npm/lib/utils/exit-handler.js:19
  const hasLoadedNpm = npm?.config.loaded
                           ^

SyntaxError: Unexpected token .
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:617:28)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at module.exports (/opt/containerbase/tools/npm/10.2.1/node_modules/npm/lib/cli-entry.js:15:23)
ERROR: npm v10.2.1 is known not to run on Node.js v8.17.0.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.1/node_modules/npm/lib/utils/exit-handler.js:19
  const hasLoadedNpm = npm?.config.loaded
                           ^

SyntaxError: Unexpected token .
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:617:28)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at module.exports (/opt/containerbase/tools/npm/10.2.1/node_modules/npm/lib/cli-entry.js:15:23)

@commit-lint
Copy link

commit-lint bot commented Oct 26, 2023

Bug Fixes

  • deps: update dependency fuse.js to v7 (7955860)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants