Skip to content

chore(deps): bump minisearch from 6.3.0 to 7.2.0#493

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/minisearch-7.2.0
Open

chore(deps): bump minisearch from 6.3.0 to 7.2.0#493
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/minisearch-7.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps minisearch from 6.3.0 to 7.2.0.

Changelog

Sourced from minisearch's changelog.

v7.2.0

  • [fix] Relax the return type of extractField to allow non-string values (when a field is stored but not indexed, it can be any type)
  • Add stringifyField option to customize how field values are turned into strings for indexing

v7.1.2

  • [fix] Correctly specify that MiniSearch targets ES9 (ES2018), not ES6 (ES2015), due to the use of Unicode character class escapes in the tokenizer RegExp. Note: the README explains how to achieve ES2015 compatibility.

v7.1.1

  • [fix] Fix ability to pass the default filter search option in the constructor alongside other search options

v7.1.0

  • Add boostTerm search option to apply a custom boosting factor to specific terms in the query

v7.0.2

  • [fix] Fix regression on tokenizer producing blank terms when multiple contiguous spaces or punctuation characters are present in the input, introduced in v7.0.0.

v7.0.1

  • [fix] Fix type definitions directory in package.json (by @​brenoepics
  • [fix] Remove redundant versions of distribution files and simplify build

v7.0.0

This is a major release, but the only real breaking change is that it targets ES6 (ES2015) and later. This means that it will not work in legacy browsers, most notably Internet Explorer 11 and earlier (by now well below 1% global usage according to https://caniuse.com). Among other benefits, this reduces the package size (from 8.8KB to 5.8KB minified and gzipped).

  • [breaking change] Target ES6 (ES2015) and later, dropping support for Internet Explorer 11 and earlier.
  • [breaking change] Better TypeScript type of combineWith search option values, catching invalid operators at compile time. Note that this is a breaking change only if one was using unlikely weird casing for the combineWith option. For example, AND, and, And are all still valid,

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [minisearch](https://github.com/lucaong/minisearch) from 6.3.0 to 7.2.0.
- [Changelog](https://github.com/lucaong/minisearch/blob/master/CHANGELOG.md)
- [Commits](lucaong/minisearch@v6.3.0...v7.2.0)

---
updated-dependencies:
- dependency-name: minisearch
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 11, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 11, 2026

Deploying frameworks with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4e22cfd
Status: ✅  Deploy successful!
Preview URL: https://2ce4c73f.frameworks-573.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-deve-hvdf.frameworks-573.pages.dev

View logs

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