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

Bump lunr from 0.7.0 to 2.3.9 #661

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps lunr from 0.7.0 to 2.3.9.

Changelog

Sourced from lunr's changelog.

2.3.9

  • Fix bug #469 where a union with a complete set returned a non-complete set. Thanks Bertrand Le Roy for reporting and fixing.

2.3.8

  • Fix bug #422 where a pipline function that returned null was not skipping the token as described in the documentation. Thanks Stephen Cleary and Rob Hoelz for reporting and investigating.

2.3.7

  • Fix bug #417 where leading white space would cause token position metadata to be reported incorrectly. Thanks Rob Hoelz for the fix.

2.3.6

  • Fix bug #390 with fuzzy matching that meant deletions at the end of a word would not match. Thanks Luca Ongaro for reporting.

2.3.5

  • Fix bug #375 with fuzzy matching that meant insertions at the end of a word would not match. Thanks Luca Ongaro for reporting and to Rob Hoelz for providing a fix.
  • Switch to using Array.isArray when checking for results from pipeline functions to support vm.runInContext, #381 thanks Rob Hoelz.

2.3.4

2.3.3

  • Fig bugs #270 and #368, some wildcard searches over long tokens could be extremely slow, potentially pinning the current thread indefinitely. Thanks Kyle Spearrin and Mohamed Eltuhamy for reporting.

2.3.2

  • Fix bug #369 in parsing queries that include either a boost or edit distance modifier followed by a presence modifier on a subsequent term. Thanks mtdjr for reporting.

2.3.1

2.3.0

  • Add support for build time field and document boosts.
  • Add support for indexing nested document fields using field extractors.
  • Prevent usage of problematic characters in field names, thanks Stephane Mankowski.
  • Fix bug when using an array of tokens in a single query term, thanks Michael Manukyan.

2.2.1

  • Fix bug #344 in logic for required terms in multiple fields, thanks Stephane Mankowski.
  • Upgrade mocha and fix some test snafus.

... (truncated)

Commits
  • aa5a878 Build version 2.3.9
  • fcfc7a8 Fix unused variable lint
  • 901ff84 change travis badge to svg
  • ee4a8f9 Complete set union is complete
  • 9ede3d3 Use HTTPS for the GitHub bugs link
  • 3ba723b Fix typo in README.md
  • b6bc238 README grammar fix
  • 9e851a9 Fix 2.3.5 not being a header in CHANGELOG.md
  • fe1c03e Build version 2.3.8
  • 8e119ec Skip tokens when pipeline function returns null
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 11, 2022
@deivid-rodriguez deivid-rodriguez temporarily deployed to bundler-site-dependabot-sx3gh1 July 11, 2022 08:08 Inactive
@deivid-rodriguez
Copy link
Member

Marking as WIP because this seems to break our search middleman plugin.

@deivid-rodriguez deivid-rodriguez marked this pull request as draft July 11, 2022 09:39
@deivid-rodriguez
Copy link
Member

I guess it needs manastech/middleman-search#29. We should consider alternatives like forking this gem for now, using a different search plugin, or whatever.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lunr-2.3.9 branch from 73df130 to 379872e Compare July 12, 2022 05:59
@deivid-rodriguez deivid-rodriguez temporarily deployed to bundler-site-dependabot-sx3gh1 July 12, 2022 05:59 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lunr-2.3.9 branch from 379872e to 66e42cb Compare July 15, 2022 01:41
@deivid-rodriguez deivid-rodriguez temporarily deployed to bundler-site-dependabot-sx3gh1 July 15, 2022 01:41 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lunr-2.3.9 branch from 66e42cb to 9e10868 Compare July 15, 2022 15:45
@deivid-rodriguez deivid-rodriguez temporarily deployed to bundler-site-dependabot-sx3gh1 July 15, 2022 15:45 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lunr-2.3.9 branch from 9e10868 to a762117 Compare August 15, 2022 08:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lunr-2.3.9 branch from a762117 to b507d5f Compare November 14, 2022 08:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lunr-2.3.9 branch from b507d5f to 8861f51 Compare December 19, 2022 08:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lunr-2.3.9 branch from 8861f51 to 7a5218f Compare January 23, 2023 08:28
Bumps [lunr](https://github.com/olivernn/lunr.js) from 0.7.0 to 2.3.9.
- [Release notes](https://github.com/olivernn/lunr.js/releases)
- [Changelog](https://github.com/olivernn/lunr.js/blob/master/CHANGELOG.md)
- [Commits](olivernn/lunr.js@v0.7.0...v2.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@hsbt hsbt force-pushed the dependabot/npm_and_yarn/lunr-2.3.9 branch from 7a5218f to 4c45409 Compare April 8, 2024 23:50
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.

None yet

1 participant