chore!: upgrade findable-ui to v51.0.0 and remove next-auth#4780
Merged
chore!: upgrade findable-ui to v51.0.0 and remove next-auth#4780
Conversation
Update import paths for the auth module reorganization (google, terra, nextauth now tree-shakeable subpath exports). Remove next-auth since it is no longer needed for Google auth consumers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the app to @databiosphere/findable-ui v51.0.0 and aligns this repo’s authentication wiring with findable-ui’s new tree-shakeable auth module structure, including removal of next-auth as a direct dependency (Google auth only).
Changes:
- Bump
@databiosphere/findable-uifrom^50.7.0to^51.0.0and dropnext-authfromdependencies. - Update Google auth-related imports (
GoogleProfile,GOOGLE_SIGN_IN_PROVIDER,GoogleSignInAuthenticationProvider) to the newlib/google/*entrypoints. - Update Terra profile provider import to the new
lib/terra/*entrypoint.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| site-config/hca-dcp/ma-prod/authentication/constants.ts | Switch Google auth type/config imports to lib/google/* paths. |
| site-config/hca-dcp/cc-ma-dev/authentication/constants.ts | Switch Google auth type/config imports to lib/google/* paths. |
| site-config/common/authentication.ts | Update GoogleProfile import to lib/google/types. |
| site-config/anvil-cmg/tempdev/authentication/constants.ts | Switch Google auth type/config imports to lib/google/* paths. |
| site-config/anvil-cmg/prod/authentication/constants.ts | Switch Google auth type/config imports to lib/google/* paths. |
| site-config/anvil-cmg/dev/authentication/constants.ts | Switch Google auth type/config imports to lib/google/* paths. |
| site-config/anvil-cmg/cc-dev/authentication/constants.ts | Switch Google auth type/config imports to lib/google/* paths. |
| pages/_app.tsx | Update provider imports to lib/google/provider and lib/terra/provider; import cleanup/reorder. |
| package.json | Upgrade findable-ui and remove next-auth dependency. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
NoopDog
approved these changes
Apr 22, 2026
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-uifromv50.7.0tov51.0.1lib/google/,lib/terra/,lib/auth/subpath exports)next-authdependency — no longer needed since findable-ui v51 makes it an optional peer dep and this repo only uses Google authCloses #4777
Test plan
🤖 Generated with Claude Code