Skip to content

ref(remix): Drop Remix v1 route-convention handling - #22726

Merged
chargome merged 1 commit into
developfrom
cg-remix-1-leftovers
Jul 28, 2026
Merged

ref(remix): Drop Remix v1 route-convention handling#22726
chargome merged 1 commit into
developfrom
cg-remix-1-leftovers

Conversation

@chargome

@chargome chargome commented Jul 28, 2026

Copy link
Copy Markdown
Member

Support for remix v1 was already dropped a while ago but some code paths survived: the legacy non-underscore index route convention in both the build-time and runtime path converters. On v2 this was also wrong — a literal index.tsx is a real /index route, not the index — so the removal corrects transaction naming as well. Also deletes the now-unreachable vendored getRequestMatch/isIndexRequestUrl helpers.

closes #22299

@chargome chargome self-assigned this Jul 28, 2026
@chargome

chargome commented Jul 28, 2026

Copy link
Copy Markdown
Member Author

run bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 4b7c60a. Configure here.

@chargome
chargome marked this pull request as ready for review July 28, 2026 08:42
@chargome
chargome requested a review from a team as a code owner July 28, 2026 08:42
@chargome
chargome requested review from JPeer264, andreiborza, nicohrubec and s1gr1d and removed request for a team July 28, 2026 08:42
@chargome
chargome merged commit a8be6ec into develop Jul 28, 2026
51 checks passed
@chargome
chargome deleted the cg-remix-1-leftovers branch July 28, 2026 14:16
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.

Drop @remix-run/node v1 support

2 participants