chore: update findable-ui to latest version (#4712)#4713
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
NoopDog
approved these changes
Mar 20, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Explorer app’s frontend dependency stack by bumping @databiosphere/findable-ui to the latest major release and refreshing related Next.js tooling versions.
Changes:
- Bumped
@databiosphere/findable-uifrom^49.6.0to^50.0.0. - Updated Next.js-related packages (
@next/mdx,@next/eslint-plugin-next,eslint-config-next) and refreshed the lockfile to the newly resolved transitive versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates direct dependency versions for Findable UI and some Next.js tooling packages. |
| package-lock.json | Records the resolved dependency graph after the upgrades (including updated Next.js package patch versions). |
Comments suppressed due to low confidence (1)
package.json:46
@next/mdxis now pinned to a specific patch line (^15.5.13) whilenextis still declared as^15elsewhere in this file. This can produce a mixed set of Next package patch versions (as the lockfile shows) and make installs less predictable; consider aligning the Next-related version ranges to the same patch level or all to^15.
"@next/mdx": "^15.5.13",
"@observablehq/plot": "^0",
"@tanstack/match-sorter-utils": "^8",
"@tanstack/react-table": "^8",
"@tanstack/react-virtual": "^3",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@databiosphere/findable-uifrom^49.6.0to^50.0.0@next/mdx,@next/eslint-plugin-next,eslint-config-next) to^15.5.13Test plan
🤖 Generated with Claude Code