Skip to content

fix(deps): update dependency flexsearch to v0.8.204 #606

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flexsearch 0.7.43 -> 0.8.204 age adoption passing confidence

Release Notes

nextapps-de/flexsearch (flexsearch)

v0.8.204

Compare Source

v0.8.203

Compare Source

v0.8.202

Compare Source

v0.8.201

Compare Source

v0.8.200

Compare Source

v0.8.167

Compare Source

v0.8.166

Compare Source

v0.8.165

Compare Source

v0.8.164

Compare Source

v0.8.163

Compare Source

v0.8.162

Compare Source

v0.8.161

Compare Source

v0.8.160

Compare Source

v0.8.158

Compare Source

v0.8.157

Compare Source

v0.8.154

Compare Source

v0.8.153

Compare Source

v0.8.152

Compare Source

v0.8.151

Compare Source

v0.8.149

Compare Source

v0.8.148

Compare Source

v0.8.147

Compare Source

v0.8.143

Compare Source

v0.8.142

Compare Source

v0.8.141

Compare Source

v0.8.140

Compare Source

v0.8.138

Compare Source

v0.8.135

Compare Source

v0.8.132

Compare Source

v0.8.117

Compare Source

v0.8.105

Compare Source

v0.8.103

Compare Source

v0.8.1

Compare Source

  • Resolver Support for Documents
  • Asynchronous Runtime Balancer, new option priority
  • Export/Import Worker Indexes + Document Worker, new extern config options export and import
  • Improved interoperability of the different build packages, including source folder
  • Support custom filter function for encoder (stop-word filter)

v0.8.0

Compare Source

  • Persistent indexes support for: IndexedDB (Browser), Redis, SQLite, Postgres, MongoDB, Clickhouse
  • Enhanced language customization via the new Encoder class
  • Result Highlighting
  • Query performance achieve results up to 4.5 times faster compared to the previous generation v0.7.x by also improving the quality of results
  • Enhanced support for larger indexes or larger result sets
  • Improved offset and limit processing achieve up to 100 times faster traversal performance through large datasets
  • Support for larger In-Memory index with extended key size (the defaults maximum keystore limit is: 2^24)
  • Greatly enhanced performance of the whole text encoding pipeline
  • Improved indexing of numeric content (Triplets)
  • Intermediate result sets and Resolver
  • Basic Resolver: and, or, xor, not, limit, offset, boost, resolve
  • Improved charset collection
  • New charset preset soundex which further reduces memory consumption by also increasing "fuzziness"
  • Performance gain when polling tasks to the index by using "Event-Loop-Caches"
  • Up to 100 times faster deletion/replacement when not using the additional "fastupdate" register
  • Regex Pre-Compilation (transforms hundreds of regex rules into just a few)
  • Extended support for multiple tags (DocumentIndex)
  • Custom Fields ("Virtual Fields")
  • Custom Filter
  • Custom Score Function
  • Added French language preset (stop-word filter, stemmer)
  • Enhanced Worker Support
  • Export / Import index in chunks
  • Improved Build System + Bundler (Supported: CommonJS, ESM, Global Namespace), also the import of language packs are now supported for Node.js
  • Full covering index.d.ts type definitions
  • Fast-Boot Serialization optimized for Server-Side-Rendering (PHP, Python, Ruby, Rust, Java, Go, Node.js, ...)

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 renovate bot added the dependencies Pull requests that update a dependency file label Apr 2, 2025
Copy link
Contributor Author

renovate bot commented Apr 2, 2025

⚠️ 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: frontend/pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 40, reused 0, downloaded 0, added 0
Progress: resolved 73, reused 0, downloaded 0, added 0
 WARN  deprecated bulma-css-variables@0.9.33: bulma-css-variables is deprecated. Project has been shifted to monorepo @bulvar/bulma
Progress: resolved 103, reused 0, downloaded 0, added 0
Progress: resolved 138, reused 0, downloaded 0, added 0
Progress: resolved 220, reused 0, downloaded 0, added 0
Progress: resolved 278, reused 0, downloaded 0, added 0
Progress: resolved 377, reused 0, downloaded 0, added 0
Progress: resolved 466, reused 0, downloaded 0, added 0
Progress: resolved 537, reused 0, downloaded 0, added 0
Progress: resolved 702, reused 0, downloaded 0, added 0
Progress: resolved 855, reused 0, downloaded 0, added 0
Progress: resolved 956, reused 0, downloaded 0, added 0
Progress: resolved 1069, reused 0, downloaded 0, added 0
Progress: resolved 1203, reused 0, downloaded 0, added 0
Progress: resolved 1382, reused 0, downloaded 0, added 0
Progress: resolved 1481, reused 0, downloaded 0, added 0
 ERR_PNPM_UNUSED_PATCH  The following patches were not used: flexsearch@0.7.43

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from 1dd1817 to 03a1054 Compare April 6, 2025 18:15
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.149 fix(deps): update dependency flexsearch to v0.8.151 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch 2 times, most recently from f68dde7 to 668f742 Compare April 12, 2025 11:11
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.151 fix(deps): update dependency flexsearch to v0.8.153 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from 668f742 to cc98409 Compare April 13, 2025 17:33
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.153 fix(deps): update dependency flexsearch to v0.8.154 Apr 13, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from cc98409 to b5a85df Compare April 16, 2025 10:47
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.154 fix(deps): update dependency flexsearch to v0.8.157 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from b5a85df to 97b02e6 Compare April 17, 2025 12:41
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.157 fix(deps): update dependency flexsearch to v0.8.158 Apr 17, 2025
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.158 fix(deps): update dependency flexsearch to v0.8.160 May 6, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch 2 times, most recently from 9749b15 to 7094aad Compare May 7, 2025 08:21
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.160 fix(deps): update dependency flexsearch to v0.8.161 May 7, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from 7094aad to fc5b85a Compare May 10, 2025 14:59
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.161 fix(deps): update dependency flexsearch to v0.8.162 May 10, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from fc5b85a to 64c01f1 Compare May 10, 2025 21:39
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.162 fix(deps): update dependency flexsearch to v0.8.163 May 10, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from 64c01f1 to fbb65dd Compare May 12, 2025 08:54
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.163 fix(deps): update dependency flexsearch to v0.8.164 May 12, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from fbb65dd to 4c231df Compare May 14, 2025 08:25
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.164 fix(deps): update dependency flexsearch to v0.8.166 May 14, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from 4c231df to cca7784 Compare May 15, 2025 09:29
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.166 fix(deps): update dependency flexsearch to v0.8.167 May 15, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from cca7784 to b8940d2 Compare May 21, 2025 16:46
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.167 fix(deps): update dependency flexsearch to v0.8.200 May 21, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from b8940d2 to 535f5c3 Compare May 22, 2025 12:12
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.200 fix(deps): update dependency flexsearch to v0.8.201 May 22, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from 535f5c3 to ebeb287 Compare May 23, 2025 09:52
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.201 fix(deps): update dependency flexsearch to v0.8.202 May 23, 2025
@renovate renovate bot force-pushed the renovate/flexsearch-0.x branch from ebeb287 to 2a2627f Compare May 23, 2025 19:09
@renovate renovate bot changed the title fix(deps): update dependency flexsearch to v0.8.202 fix(deps): update dependency flexsearch to v0.8.204 May 23, 2025
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