Skip to content

build(deps): bump meilisearch from 0.54.0 to 0.57.0 in /frontend#6462

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/meilisearch-0.57.0
Open

build(deps): bump meilisearch from 0.54.0 to 0.57.0 in /frontend#6462
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/meilisearch-0.57.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps meilisearch from 0.54.0 to 0.57.0.

Release notes

Sourced from meilisearch's releases.

v0.57.0 🌻

Migration guide

[!note] All breaking changes pertain to features that were deprecated for more than 12 months.

Replace default export, and MeiliSearch named export with Meilisearch (lowercase 's'):

- import meili from "meilisearch";
- import { MeiliSearch } from "meilisearch";
- import { default as meili } from "meilisearch";
+ import { Meilisearch } from "meilisearch";

Replace all symbols containing MeiliSearch with Meilisearch (lowercase 's'):

- import { MeiliSearchError } from "meilisearch";
+ import { MeilisearchError } from "meilisearch";
// etc.

As CommonJS and UMD bundles aren't available anymore, you will have to bundle for any target environment that requires them, if applicable. Open an issue if you require assistance.

⚠️ Breaking changes

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​Strift, @​dependabot[bot], @​flevi29, and @​mvanhorn! 🎉

v0.56.0

🧪 Experimental

🚀 Enhancements

... (truncated)

Commits
  • 85d380e Update package.json
  • a41ef38 Rework exports and more
  • 27602d7 Remove redundant ignore files from oxlint
  • 61506ce Add Node.js 24 to the test matrix
  • 4d665fc build(deps): bump brace-expansion from 1.1.12 to 1.1.13
  • 71c3364 build(deps): bump flatted from 3.4.1 to 3.4.2
  • b28ea06 Add support for distinct in federated search requests
  • 4621dd3 Fix script
  • 1e7af32 Bump meilisearch to v1.40
  • d2d31c4 Align CI and docker-compose on v1.37
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for meilisearch since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.54.0 to 0.57.0.
- [Release notes](https://github.com/meilisearch/meilisearch-js/releases)
- [Commits](meilisearch/meilisearch-js@v0.54.0...v0.57.0)

---
updated-dependencies:
- dependency-name: meilisearch
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 10, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants