fix: allow TypeScript 6 and 7 as peer dependencies for react-shepherd - #3461
Conversation
Closes #3445 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe React package expands its TypeScript peer dependency from version 5 to versions 5, 6, and 7. ChangesTypeScript peer dependency
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|

react-shepherd declared
typescript@^5.0.0as a peer dependency, which madenpm installfail with a peer-resolution conflict for consumers on TypeScript 6 (npm strict peer deps). This relaxes the range to^5.0.0 || ^6.0.0 || ^7.0.0.Closes #3445
🤖 Generated with Claude Code
Summary by CodeRabbit