fix(examples): align @tanstack/devtools-a11y version to fix sherif CI#474
Conversation
The Version Packages release bumped the react a11y example to ^0.1.5 but left the angular example at ^0.1.4, tripping sherif's multiple-dependency-versions check and failing CI on main.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesDependency Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
View your CI Pipeline Execution ↗ for commit 8647903
☁️ Nx Cloud last updated this comment at |
More templates
@tanstack/angular-devtools
@tanstack/devtools
@tanstack/devtools-a11y
@tanstack/devtools-client
@tanstack/devtools-ui
@tanstack/devtools-utils
@tanstack/devtools-vite
@tanstack/devtools-event-bus
@tanstack/devtools-event-client
@tanstack/preact-devtools
@tanstack/react-devtools
@tanstack/solid-devtools
@tanstack/svelte-devtools
@tanstack/vue-devtools
commit: |
Problem
CI on
mainis failing at thetest:sherifstep:The Version Packages release bumped the react a11y example to
^0.1.5but left the angular example at^0.1.4, so sherif'smultiple-dependency-versionsrule fails.Fix
Bump
@tanstack/devtools-a11yto^0.1.5in the angular a11y example (and the matching lockfile specifier) so both examples use the same version.sherifnow passes locally:Summary by CodeRabbit