Skip to content

fix(release): security hardening via dependency updates#117

Merged
rubixvi merged 2 commits intomainfrom
development
Mar 27, 2026
Merged

fix(release): security hardening via dependency updates#117
rubixvi merged 2 commits intomainfrom
development

Conversation

@rubixvi
Copy link
Copy Markdown
Owner

@rubixvi rubixvi commented Mar 23, 2026

This pull request primarily updates several dependencies to their latest versions and reorders named exports in multiple UI component files to follow a consistent pattern. The dependency updates help keep the project current and secure, while the export reordering improves code clarity and maintainability.

Dependency Updates:

  • Updated several dependencies in package.json, including next to 16.2.1, @next/third-parties to 16.2.1, @tailwindcss/postcss and tailwindcss to 4.2.2, @biomejs/biome to 2.4.8, and @types/node to 25.5.0. [1] [2] [3]

  • Updated the $schema reference in biome.json to version 2.4.8 for compatibility with the latest Biome tooling.

Code Quality and Consistency:

  • Reordered named exports in several UI component files (accordion.tsx, breadcrumb.tsx, collapsible.tsx, dropdown-menu.tsx, sheet.tsx, table.tsx, tabs.tsx) to maintain a consistent and alphabetical export order, improving code readability and reducing merge conflicts. [1] [2] [3] [4] [5] [6] [7]

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 23, 2026

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

Project Deployment Actions Updated (UTC)
rubix-documents Ready Ready Preview, Comment Mar 27, 2026 9:07pm

- Created a new `documents.js` file to define the structure and navigation of documents.
- Updated `tsconfig.json` to set `baseUrl`, change `moduleResolution` to `bundler`, and enable `ignoreDeprecations`.
- Modified `tsconfig.scripts.json` to use `nodenext` for `module` and `moduleResolution`, added `types`, and expanded the `include` paths.
- Refactored `toTitleCase` utility function for clarity in variable naming.
@rubixvi rubixvi merged commit ba4c6ac into main Mar 27, 2026
6 checks 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.

1 participant