Skip to content

chore: update findable-ui to v48 and node to 22.12.0 (#2877)#2878

Merged
NoopDog merged 3 commits intomainfrom
fran/2877-findable
Jan 26, 2026
Merged

chore: update findable-ui to v48 and node to 22.12.0 (#2877)#2878
NoopDog merged 3 commits intomainfrom
fran/2877-findable

Conversation

@frano-m
Copy link
Contributor

@frano-m frano-m commented Jan 26, 2026

Closes #2877.

This pull request primarily updates the project's Node.js version from 20.10.0 to 22.12.0 across documentation, CI workflows, and build scripts. Additionally, it standardizes the import of the JSX type from React in many TypeScript component files, improving type clarity and consistency.

Node.js Version Upgrade:

  • Updated required Node.js version to 22.12.0 in the documentation (README.md), CI workflow (.github/workflows/run-checks.yml), and build scripts (cc-data.humancellatlas.dev.next.sh, cgl-data.humancellatlas.prod.next.sh). [1] [2] [3] [4]

React Type Imports Standardization:

  • Added explicit JSX imports from React in numerous TypeScript component files to clarify and standardize JSX typing. This affects files such as attributions.tsx, detailCell.tsx, fieldCell.tsx, mainColumn.tsx (various locations), analysisPortalCell.tsx, sideColumn.tsx (various locations), dataReleasePolicy.tsx, hero.tsx, tabs.tsx, networkAtlasesEmpty.tsx, keyElType.tsx, keyValuesElType.tsx, and valueElType.tsx. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]

frano-m and others added 2 commits January 26, 2026 21:58
   v48 and node to 22.12.0 (#2877)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link
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

This pull request upgrades the project's infrastructure by updating Node.js from version 20.10.0 to 22.12.0 and upgrading the @databiosphere/findable-ui package to v48. This upgrade brings React 19, Next.js 15, and numerous other dependency updates to align with the new findable-ui version requirements.

Changes:

  • Upgraded Node.js to version 22.12.0 across all configuration files and build scripts
  • Updated @databiosphere/findable-ui to v48 with major version bumps for React (v19), Next.js (v15), and related dependencies
  • Migrated MDX rehype/remark plugins from local implementation to findable-ui package exports
  • Added explicit JSX type imports across all TypeScript component files for React 19 compatibility
  • Simplified next.config.mjs by removing webpack aliases and ESM package transpilation list

Reviewed changes

Copilot reviewed 77 out of 79 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Updated Node.js version to 22.12.0 and upgraded all major dependencies including React 19, Next 15, and findable-ui v48
README.md Updated Node.js version requirement to 22.12.0 in documentation
.github/workflows/run-checks.yml Updated CI workflow to use Node.js 22.12.0
cc-data.humancellatlas.dev.next.sh Updated build script to use Node.js 22.12.0
cgl-data.humancellatlas.prod.next.sh Updated build script to use Node.js 22.12.0
utils/docPages.ts Updated plugin imports to use findable-ui package and modified remarkHeadings plugin API usage
plugins/remarkHeadings.ts Deleted local implementation (moved to findable-ui)
plugins/rehypeSlug.ts Deleted local implementation (moved to findable-ui)
plugins/common/utils.ts Deleted local utilities (moved to findable-ui)
components/common/Typography/components/Heading/heading.tsx Updated slugifyHeading import to use findable-ui package
site-config/data-portal/dev/navigation/entities.ts Refactored NavigationNode interface to use type alias for picked properties
next.config.mjs Removed webpack aliases and ESM packages list, simplified transpilePackages configuration
.gitignore Added .claude/rules* to ignored files
Multiple component files (60+ files) Added explicit JSX type imports for React 19 compatibility

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@NoopDog NoopDog merged commit 9b5ee13 into main Jan 26, 2026
1 check passed
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.

Update findable-ui to latest

3 participants