Skip to content

chore: update findable-ui to latest version (#4712)#4713

Merged
frano-m merged 1 commit intomainfrom
fran/4712-findable
Mar 20, 2026
Merged

chore: update findable-ui to latest version (#4712)#4713
frano-m merged 1 commit intomainfrom
fran/4712-findable

Conversation

@frano-m
Copy link
Copy Markdown
Contributor

@frano-m frano-m commented Mar 20, 2026

Summary

  • Updates @databiosphere/findable-ui from ^49.6.0 to ^50.0.0
  • Updates related Next.js dependencies (@next/mdx, @next/eslint-plugin-next, eslint-config-next) to ^15.5.13

Test plan

  • Verify the app builds successfully
  • Smoke test core pages across site configs

🤖 Generated with Claude Code

image

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-ui from ^49.6.0 to ^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/mdx is now pinned to a specific patch line (^15.5.13) while next is still declared as ^15 elsewhere 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.

@frano-m frano-m merged commit 09b7174 into main Mar 20, 2026
7 of 8 checks passed
@frano-m frano-m deleted the fran/4712-findable branch March 20, 2026 06:50
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.

3 participants