Skip to content

Version Packages#1494

Merged
Strift merged 1 commit into
mainfrom
changeset-release/main
Jun 18, 2026
Merged

Version Packages#1494
Strift merged 1 commit into
mainfrom
changeset-release/main

Conversation

@meili-bot

@meili-bot meili-bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@meilisearch/autocomplete-client@0.9.0

Minor Changes

  • 3b0c925: Make runtime dependency boundaries explicit in Vite library builds by externalizing
    @meilisearch/instant-meilisearch and meilisearch in @meilisearch/autocomplete-client,
    and meilisearch in @meilisearch/instant-meilisearch.

    @meilisearch/autocomplete-client now declares @meilisearch/instant-meilisearch as a
    peer dependency to reflect the runtime contract instead of relying on transitive installation.

Patch Changes

  • Updated dependencies [3b0c925]
    • @meilisearch/instant-meilisearch@0.31.2

@meilisearch/instant-meilisearch@0.31.2

Patch Changes

  • 3b0c925: Make runtime dependency boundaries explicit in Vite library builds by externalizing
    @meilisearch/instant-meilisearch and meilisearch in @meilisearch/autocomplete-client,
    and meilisearch in @meilisearch/instant-meilisearch.

    @meilisearch/autocomplete-client now declares @meilisearch/instant-meilisearch as a
    peer dependency to reflect the runtime contract instead of relying on transitive installation.

Version Packages

This is an automated release PR that packages version updates for two npm packages in the meilisearch-js-plugins repository.

@meilisearch/autocomplete-client (0.8.1 → 0.9.0)

Minor Changes:

  • Externalizes @meilisearch/instant-meilisearch and meilisearch dependencies in Vite library builds to make runtime dependency boundaries explicit
  • Declares @meilisearch/instant-meilisearch as a peer dependency to reflect the runtime contract instead of relying on transitive installation

Patch Changes:

  • Updates @meilisearch/instant-meilisearch dependency from ^0.31.1 to ^0.31.2

@meilisearch/instant-meilisearch (0.31.1 → 0.31.2)

Patch Changes:

  • Externalizes meilisearch dependency in Vite library builds to make runtime dependency boundaries explicit

Impact

These changes ensure that consumers of these packages have explicit control over which versions of shared dependencies they use, removing reliance on transitive dependency resolution. The externalization of dependencies in Vite library builds provides clearer dependency contracts and better supports monorepo and multi-package scenarios.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5a26562f-8310-4b6b-8d8b-4892a18aa436

📥 Commits

Reviewing files that changed from the base of the PR and between 823b870 and 6d3c822.

📒 Files selected for processing (5)
  • .changeset/externalize-runtime-deps.md
  • packages/autocomplete-client/CHANGELOG.md
  • packages/autocomplete-client/package.json
  • packages/instant-meilisearch/CHANGELOG.md
  • packages/instant-meilisearch/package.json
💤 Files with no reviewable changes (1)
  • .changeset/externalize-runtime-deps.md

📝 Walkthrough

Walkthrough

Version bumps for two packages: @meilisearch/autocomplete-client from 0.8.1 to 0.9.0 and @meilisearch/instant-meilisearch from 0.31.1 to 0.31.2. The autocomplete-client peer dependency constraint on instant-meilisearch is updated to ^0.31.2. Changelogs for both packages are updated accordingly. The consumed changeset file is deleted.

Changes

Package Release: autocomplete-client 0.9.0 & instant-meilisearch 0.31.2

Layer / File(s) Summary
Package manifest version bumps and peer dep update
packages/autocomplete-client/package.json, packages/instant-meilisearch/package.json
autocomplete-client bumped to 0.9.0; its peerDependencies constraint on @meilisearch/instant-meilisearch updated to ^0.31.2. instant-meilisearch bumped to 0.31.2.
Changelog entries
packages/autocomplete-client/CHANGELOG.md, packages/instant-meilisearch/CHANGELOG.md, .changeset/externalize-runtime-deps.md
Both changelogs gain new release sections documenting the externalized runtime dependency changes. The consumed changeset file is removed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 Hop hop, the versions align,
Peer deps declared in a neat little line!
No more transitive guessing at runtime's door,
Externalized bundles, less bundled-in more.
From 0.8 to 0.9 the autocomplete leaps,
A patch for the searcher, and on the rabbit sleeps. 🌙

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The PR title 'Version Packages' is generic and vague, not clearly conveying the main technical changes about externalizing runtime dependencies and updating peer dependency declarations. Consider a more descriptive title like 'Externalize runtime dependencies and update peer dependencies' to better reflect the primary changes in this release PR.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Strift Strift enabled auto-merge June 18, 2026 04:37
@Strift Strift added this pull request to the merge queue Jun 18, 2026
Merged via the queue into main with commit 6592284 Jun 18, 2026
8 checks passed
@Strift Strift deleted the changeset-release/main branch June 18, 2026 04:39
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.

2 participants