Version Packages#1494
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughVersion bumps for two packages: ChangesPackage Release: autocomplete-client 0.9.0 & instant-meilisearch 0.31.2
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
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-meilisearchandmeilisearchin@meilisearch/autocomplete-client,and
meilisearchin@meilisearch/instant-meilisearch.@meilisearch/autocomplete-clientnow declares@meilisearch/instant-meilisearchas apeer dependency to reflect the runtime contract instead of relying on transitive installation.
Patch Changes
@meilisearch/instant-meilisearch@0.31.2
Patch Changes
3b0c925: Make runtime dependency boundaries explicit in Vite library builds by externalizing
@meilisearch/instant-meilisearchandmeilisearchin@meilisearch/autocomplete-client,and
meilisearchin@meilisearch/instant-meilisearch.@meilisearch/autocomplete-clientnow declares@meilisearch/instant-meilisearchas apeer 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:
@meilisearch/instant-meilisearchandmeilisearchdependencies in Vite library builds to make runtime dependency boundaries explicit@meilisearch/instant-meilisearchas a peer dependency to reflect the runtime contract instead of relying on transitive installationPatch Changes:
@meilisearch/instant-meilisearchdependency from^0.31.1to^0.31.2@meilisearch/instant-meilisearch(0.31.1 → 0.31.2)Patch Changes:
meilisearchdependency in Vite library builds to make runtime dependency boundaries explicitImpact
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.