Skip to content

Update dependency @meilisearch/instant-meilisearch to v0.31.1#1425

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/meilisearch-instant-meilisearch-0.x
Open

Update dependency @meilisearch/instant-meilisearch to v0.31.1#1425
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/meilisearch-instant-meilisearch-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 7, 2026

This PR contains the following updates:

Package Change Age Confidence
@meilisearch/instant-meilisearch (source) 0.26.00.31.1 age confidence

Release Notes

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

v0.31.1

Compare Source

Patch Changes
  • f0c7b80: Bump meilisearch peer dependency to v0.57

v0.31.0

Compare Source

Migration

Meilisearch peer dependency

From now on meilisearch is a peer dependency (if the package manager used doesn't automatically install it, add it to the list of dependencies manually):

- import { meilisearch } from '@​meilisearch/instant-meilisearch'
- import { meilisearch } from '@​meilisearch/autocomplete-client'
+ import * as meilisearch from 'meilisearch'
+ import { Meilisearch } from 'meilisearch'

Please note that UMD and CJS bundles are no longer exported. If you used them, you will have to bundle for any target environment that requires them. We recommend migrating to an ESM-compatible environment if possible.

Minor Changes
  • 9642256: # Rework exports and bundling
    • Update imports of MeiliSearch to lower case Meilisearch to eliminate some possible issues arising from JSPM and maybe other CDNs/package resolvers (#​1472, #​1468)
    • Mark meilisearch as a peer dependency
    • Removed CJS and UMD bundle, as modern browsers support importing ESM from URLs and type="module"

v0.30.0

Compare Source

Minor Changes
  • 4bcefa0: Add Meilisearch analytics compatibility

v0.29.1

Compare Source

0.29.1

Patch Changes
  • cfc1608: Bump dependency versions

v0.29.0

Compare Source

Minor Changes
  • caf1e80: Add support for insidePolygon filter to geosearch

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • "after 8pm and before 8am every weekday,every weekend"

🚦 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 b6d2815 to ae2e09b Compare March 14, 2026 01:31
@renovate renovate Bot force-pushed the renovate/meilisearch-instant-meilisearch-0.x branch from ae2e09b to c787d0a Compare April 4, 2026 02:06
@renovate renovate Bot changed the title Update dependency @meilisearch/instant-meilisearch to v0.30.0 Update dependency @meilisearch/instant-meilisearch to v0.31.1 Apr 25, 2026
@renovate renovate Bot force-pushed the renovate/meilisearch-instant-meilisearch-0.x branch from c787d0a to 738af5d Compare April 25, 2026 01:09
@renovate renovate Bot force-pushed the renovate/meilisearch-instant-meilisearch-0.x branch from 738af5d to dff021b Compare May 2, 2026 02:08
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