-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore: bump @orama/ui version #8380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the @orama/ui package from version 1.3.2 to 1.5.2, a minor version bump that introduces fixes and improvements. The update is applied consistently across both locations where the package is used: apps/site and packages/ui-components.
Key Changes:
- Updated
@orama/uifrom ^1.3.2 to ^1.5.2 in two package.json files - Added new transitive dependency
@orama/stopwords@3.1.16for the updated @orama/ui - Automatic lockfile updates including various transitive dependency bumps (tailwindcss, shikijs, storybook, lightningcss)
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/site/package.json | Updates @orama/ui dependency specifier to ^1.5.2 |
| packages/ui-components/package.json | Updates @orama/ui dependency specifier to ^1.5.2 |
| pnpm-lock.yaml | Reflects the @orama/ui version change and all transitive dependency updates including new @orama/stopwords package |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8380 +/- ##
==========================================
- Coverage 76.42% 76.36% -0.06%
==========================================
Files 118 118
Lines 9928 9928
Branches 334 335 +1
==========================================
- Hits 7587 7582 -5
- Misses 2339 2344 +5
Partials 2 2 ☔ View full report in Codecov by Sentry. |
3c66d2c to
66b67d0
Compare
|
changelog oramasearch/orama-ui@v1.3.2...v1.5.2 |
Description
This PR updates @orama/ui to v1.5.2, which introduces some fixes/improvements.
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.