Open
Conversation
Co-authored-by: nicmart <nicmart@gmail.com>
|
Cursor Agent can help with this pull request. Just |
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.
Upgrade all monorepo dependencies to their latest versions and resolve all Dependabot and CodeQL alerts.
This PR updates the client stack to React 19, React Router 6.30, and axios 1.13, integrating Tailwind 4's new PostCSS plugin to address Dependabot. It also migrates Tailwind usage to the v4
@themeworkflow and stabilizes React tests by adopting router v7 future behavior and mocking axios. For CodeQL, the server's user controller was rewritten in ESM style with robust input validation and escaping for all inbound fields.Note
Upgrades client to React 19 and Tailwind v4, updates server to Express 5, and rewrites
usersControllerwith ESM, input validation, and safer Airtable queries.@tailwindcss/postcss), testing libs, and assorted UI libs; addoverrides.public/tailwind.min.css; adopt@themeand explicit base color vars insrc/tailwind.css.App.jsx.setupTests.js.usersControllerto ESM with strict sanitization (email/URL/record ID), safer Airtable filter escaping, and 501 stub for update.Written by Cursor Bugbot for commit c5cae8a. This will update automatically on new commits. Configure here.