Skip to content

fix: code, and update ui-components#591

Merged
ovflowd merged 2 commits intomainfrom
chore/update-ui-components-fix-code
Feb 5, 2026
Merged

fix: code, and update ui-components#591
ovflowd merged 2 commits intomainfrom
chore/update-ui-components-fix-code

Conversation

@ovflowd
Copy link
Member

@ovflowd ovflowd commented Feb 5, 2026

This is a tiny hot-fix PR that updates the @node-core/ui-components with the aforementioned bug-fixes and fix the layout for smaller screens where table code tags overflow.

@ovflowd ovflowd requested a review from a team as a code owner February 5, 2026 10:51
Copilot AI review requested due to automatic review settings February 5, 2026 10:51
@vercel
Copy link

vercel bot commented Feb 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-docs-tooling Ready Ready Preview Feb 5, 2026 11:39am

Request Review

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 PR is a hot-fix that addresses code overflow issues in tables on smaller screens by updating the @node-core/ui-components dependency and removing CSS that was preventing proper text wrapping on larger screens.

Changes:

  • Updated @node-core/ui-components from version 1.5.8 to 1.5.9 to incorporate upstream bug fixes
  • Removed media query that was resetting overflow-wrap and word-break properties for code elements on screens ≥768px, which was causing table overflow issues

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updated @node-core/ui-components dependency from 1.5.8 to ^1.5.9
npm-shrinkwrap.json Updated lockfile to reflect new dependency version with updated integrity hash
src/generators/web/ui/index.css Removed media query that was preventing code text wrapping on larger screens, fixing table overflow issues
Files not reviewed (1)
  • npm-shrinkwrap.json: Language not supported

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

@codecov
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.66%. Comparing base (f38251c) to head (8490934).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #591   +/-   ##
=======================================
  Coverage   80.66%   80.66%           
=======================================
  Files         128      128           
  Lines       12392    12392           
  Branches      887      887           
=======================================
  Hits         9996     9996           
  Misses       2393     2393           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

orama-db Generator

File Base Head Diff
orama-db.json 8.03 MB 8.03 MB -1.85 KB (-0.02%)

web Generator

File Base Head Diff
styles.css 124.58 KB 125.93 KB +1.35 KB (+1.09%)

@ovflowd ovflowd added the fast track This PR can land before the typical review time, with a :+1: from collaborators label Feb 5, 2026
@ovflowd
Copy link
Member Author

ovflowd commented Feb 5, 2026

Fast-tracking as bug fixes!

@ovflowd ovflowd merged commit fd3b272 into main Feb 5, 2026
20 checks passed
@ovflowd ovflowd deleted the chore/update-ui-components-fix-code branch February 5, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fast track This PR can land before the typical review time, with a :+1: from collaborators

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants