Skip to content

Update dependency @meilisearch/instant-meilisearch to v0.31.3 - #1475

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.3#1475
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/meilisearch-instant-meilisearch-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v0.31.3

Compare Source

Patch Changes
  • af64cfd: Preserve zero hits per page in non-finite pagination requests.

v0.31.2

Compare Source

Patch Changes
  • 3b0c925: Make runtime dependency boundaries explicit in Vite library builds by externalizing meilisearch in @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 commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: pnpm-lock.yaml
warn: This version of pnpm requires at least Node.js v22.13
warn: The current version of Node.js is v20.20.2
warn: Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.
node:internal/modules/cjs/loader:1031
      throw new ERR_UNKNOWN_BUILTIN_MODULE(request);
            ^

Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sqlite
    at Module._load (node:internal/modules/cjs/loader:1031:13)
    at Module.require (node:internal/modules/cjs/loader:1289:19)
    at require (node:internal/modules/helpers:182:18)
    at ../store/index/lib/index.js (file:///opt/containerbase/tools/pnpm/11.24.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:102526:25)
    at __init (file:///opt/containerbase/tools/pnpm/11.24.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:17:58)
    at ../resolving/npm-resolver/lib/index.js (file:///opt/containerbase/tools/pnpm/11.24.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:106522:5)
    at __init (file:///opt/containerbase/tools/pnpm/11.24.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:17:58)
    at ../workspace/projects-graph/lib/index.js (file:///opt/containerbase/tools/pnpm/11.24.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:106675:5)
    at __init (file:///opt/containerbase/tools/pnpm/11.24.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:17:58)
    at ../workspace/projects-filter/lib/index.js (file:///opt/containerbase/tools/pnpm/11.24.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:108063:5) {
  code: 'ERR_UNKNOWN_BUILTIN_MODULE'
}

Node.js v20.20.2

@renovate
renovate Bot force-pushed the renovate/meilisearch-instant-meilisearch-0.x branch from 95c3c7c to da0aaa7 Compare August 1, 2026 00:46
@renovate
renovate Bot force-pushed the renovate/meilisearch-instant-meilisearch-0.x branch from da0aaa7 to eac3822 Compare August 15, 2026 02:12
@renovate
renovate Bot force-pushed the renovate/meilisearch-instant-meilisearch-0.x branch from eac3822 to e8f3d01 Compare August 29, 2026 00:53
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