Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Confidence
flexsearch ^0.7.31 -> ^0.8.0 age confidence

Release Notes

nextapps-de/flexsearch (flexsearch)

v0.8.205

Compare Source

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.

Copy link
Contributor Author

renovate bot commented Mar 17, 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: vitepress-plugin-search@1.0.4-alpha.22
npm ERR! Found: flexsearch@0.8.205
npm ERR! node_modules/flexsearch
npm ERR!   dev flexsearch@"^0.8.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer flexsearch@"^0.7.31" from vitepress-plugin-search@1.0.4-alpha.22
npm ERR! node_modules/vitepress-plugin-search
npm ERR!   dev vitepress-plugin-search@"^1.0.4-alpha.15" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: flexsearch@0.7.43
npm ERR! node_modules/flexsearch
npm ERR!   peer flexsearch@"^0.7.31" from vitepress-plugin-search@1.0.4-alpha.22
npm ERR!   node_modules/vitepress-plugin-search
npm ERR!     dev vitepress-plugin-search@"^1.0.4-alpha.15" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-08-31T10_40_48_823Z-debug-0.log

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