Conversation
WalkthroughTwo vendor dependency files are updated. Phoenix6 dependencies are upgraded from version 26.1.0 to 26.1.1, with the manifest file renamed from 🚥 Pre-merge checks | ✅ 2 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
| "simMode": "swsim" | ||
| } | ||
| ] | ||
| "fileName": "Phoenix6-frc2026-latest.json", |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
fd "Phoenix6" vendordeps/Repository: Programming-TRIGON/RobotCode2026
Length of output: 107
🏁 Script executed:
cat -n vendordeps/Phoenix6-26.1.0.json | head -20Repository: Programming-TRIGON/RobotCode2026
Length of output: 911
Disk filename doesn't match internal fileName field.
The file on disk is Phoenix6-26.1.0.json, but the fileName field declares Phoenix6-frc2026-latest.json. WPILib/GradleRIO uses the actual filename on disk for vendordep resolution, and this mismatch can cause build or offline-install issues.
Rename the file to vendordeps/Phoenix6-frc2026-latest.json to match the declared name.
No description provided.