Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@meilisearch/instant-meilisearch (source) ^0.18.1 -> ^0.28.0 age confidence

Release Notes

meilisearch/meilisearch-js-plugins (@​meilisearch/instant-meilisearch)

v0.28.0

Compare Source

Minor Changes
  • 81420d8: Bump meilisearch to v0.53
  • 8d9c32a: handle per-index meilisearch params configuration

Example: overriding meiliSearchParams per index

const client = instantMeiliSearch("host", "key", {
  meiliSearchParams: {
    indexesOverrides: {
      products: { matchingStrategy: MatchingStrategies.ALL },
      categories: { matchingStrategy: MatchingStrategies.LAST },
    },
  },
}).searchClient
Patch Changes

v0.27.0

Compare Source

Minor Changes
  • 9bcef24: Bump meilisearch dependency to v0.51

v0.26.0

Compare Source

Minor Changes
  • 3085de3: Bump meilisearch to v0.50.0

v0.25.0

Compare Source

Minor Changes

v0.24.0

Compare Source

Minor Changes
  • fe45115: - Jest -> Vitest
    • Rollup -> Vite
    • "type": "module"
    • update meilisearch-js to latest version
    • update everything else that caused a conflict to the latest version, and adapt code

v0.23.0

Compare Source

Minor Changes
  • a794b88: Update meilisearch-js to v0.47
  • f966050: Use Meilisearch v1.12 new highlight behavior

v0.22.0

Compare Source

Minor Changes
  • 5b56a06: Update meilisearch version to v0.45.0

v0.21.1

Compare Source

Patch Changes
  • 1e7bf78: Fix wrong "meilisearch" client being imported in UMD bundle.

v0.21.0

Compare Source

Minor Changes

v0.20.1

Compare Source

Patch Changes
  • fa02104: Don't write objectID property if it already exists when adapting geosearch.

v0.20.0

Compare Source

Minor Changes
  • 1885691: Update meilisearch version to v0.42.0

v0.19.3

Compare Source

Patch Changes

v0.19.2

Compare Source

Patch Changes
  • f2bb298: Add support for distinct attribute

v0.19.1

Compare Source

Patch Changes
  • 114aece: Fix _matchesPosition not being included in hits

v0.19.0

Compare Source

Minor Changes
  • 7c4ecf6: Update meilisearch dependency version to v0.41.0

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 force-pushed the renovate/meilisearch-instant-meilisearch-0.x branch from 3165e8f to e51d9dd Compare September 24, 2025 08:47
@renovate renovate bot changed the title Update dependency @meilisearch/instant-meilisearch to ^0.27.0 Update dependency @meilisearch/instant-meilisearch to ^0.28.0 Sep 24, 2025
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