chore: fix trunk check (stale plugins ref + Python runtime)#125
chore: fix trunk check (stale plugins ref + Python runtime)#125dannyneira wants to merge 1 commit into
Conversation
- Bump CLI from 1.10.0 → 1.25.0 - Bump plugins ref from v0.0.17 → v1.10.0 (root cause of Python download failure) - Bump python runtime from 3.12.5 → 3.12.7 - Remove versioned prettier from disabled list (trunk config error) Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can follow along in the session on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR updates the Trunk configuration to use newer CLI/plugin versions, bumps the Python runtime, and removes a disabled linter entry that is incompatible with the newer Trunk CLI.
Concerns
- No blocking correctness, spec-alignment, or security concerns were found in the annotated diff.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Summary
Fixes
trunk checkfailing with'python' has no matching download for current os/cpu. The root cause was a massively stale plugins ref (v0.0.17) that didn't have Python 3.12.x download URLs for arm64 macOS.Changes
1.10.0→1.25.0v0.0.17→v1.10.0(root cause fix — old ref had no 3.12.x arm64 macOS download)3.12.5→3.12.7prettier@2.8.7fromdisabledlist (trunk config error with newer CLI)Co-Authored-By: Oz oz-agent@warp.dev