Skip to content

feat(app): audit Remix beta 5 adoption#41

Merged
kody-bot merged 2 commits into
mainfrom
cursor/remix-beta5-audit-eprec-c52f
Jul 9, 2026
Merged

feat(app): audit Remix beta 5 adoption#41
kody-bot merged 2 commits into
mainfrom
cursor/remix-beta5-audit-eprec-c52f

Conversation

@kentcdodds

@kentcdodds kentcdodds commented Jul 9, 2026

Copy link
Copy Markdown
Member

Summary

  • document repository-specific Remix v3 Beta 5 adoption opportunities
  • split the web UI into explicit development and production start commands
  • handle SIGINT and SIGTERM by closing the Bun server before exit

Key audit conclusions

  • the repository is already on remix@3.0.0-beta.5
  • trustProxy is not applicable to the current local Bun.serve() topology
  • first-party button, input, and select adoption should follow an app-level theme decision to preserve dark mode and existing control tones
  • fingerprinted browser assets are needed before immutable production caching is safe

Testing

  • bun run typecheck
  • bun test ./src/app-server.test.ts
  • bun run validate
  • bun run test:smoke
  • manually started bun run app:start, fetched /, and verified SIGINT shutdown
Open in Web Open in Cursor 

cursoragent and others added 2 commits July 9, 2026 18:00
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
@kody-bot kody-bot marked this pull request as ready for review July 9, 2026 18:05
@kody-bot kody-bot merged commit 4830772 into main Jul 9, 2026
5 checks passed
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.16.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants