xdy / xdy-pf2e-workbench

Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.
Other
22 stars 37 forks source link

chore(deps): bump minisearch from 6.3.0 to 7.1.0 #1408

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps minisearch from 6.3.0 to 7.1.0.

Changelog

Sourced from minisearch's changelog.

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, but aNd won't compile anymore.
  • More informative error when specifying an invalid value for combineWith in JavaScript (in TypeScript this would be a compile time error)
  • Use the Unicode flag to simplify the tokenizer regular expression
  • Add loadJSONAsync method, to load a serialized index asynchronously
Commits
  • d719255 v7.1.0
  • eb7b6e3 Prepare CHANGELOG and docs for v7.1.0 release
  • ec9c0ff Add search option to apply term boosting (#274)
  • 5abda9e Debug GitHub Action workflowDebug workflow on GitHub Actions (#272)
  • 746f091 Use latest NodeJS for development, improve workflows
  • a3f0dd5 Improve GitHub Actions workflows
  • 6194a97 Update setup-node in GitHub Actions workflows
  • 985f7a3 v7.0.2
  • 05684c2 Update CHANGELOG and docs for new patch release
  • a8e6765 Fix tokenizer behavior on multiple contiguous split characters (#271)
  • 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 show 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)
github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 6.7.12 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: