chore(deps): bump @remix-run/* to 2.17.5#4102
Conversation
|
|
Caution Review failedFailed to post review comments. GitHub was unavailable or timed out while CodeRabbit was posting the review. Please request a new review later if the pull request still needs one. Use ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout. (36)
🧰 Additional context used📓 Path-based instructions (2)package.json📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/package.json📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (1)📚 Learning: 2026-04-27T16:46:03.861ZApplied to files:
WalkthroughThis pull request bumps Remix-related dependency versions in Changes
Related PRs: None identified. Suggested labels: dependencies, patch Suggested reviewers: None identified. 🐰 A hop, a skip, a version raised, 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bumps the
@remix-run/*family in the webapp from 2.17.4 to 2.17.5 to keep dependencies current.2.17.5 pulls
@remix-run/router1.23.2 → 1.23.3, so the local route-matching perf patch was rebased onto 1.23.3 (regenerated viapnpm patch). It is functionally identical to the previous one - the only difference is that 1.23.3 already hoistsdecodePathout of the match loop upstream, so that hunk is dropped; the per-route-tree branch cache and the compiled-path cache are unchanged. Also updated the@remix-run/dev>tar-fsoverride key to track the new dev version.Verified locally against latest main:
typecheck --filter webapppasses,--frozen-lockfileis consistent, and the dev server boots and server-renders pages cleanly (route matching exercised via the patched router).