chore: update mise.lock#10418
Conversation
📝 WalkthroughWalkthroughA single line is added to ChangesAdd pitchfork tool to mise.toml
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. Comment |
Greptile SummaryThis PR adds
Confidence Score: 5/5Straightforward tooling maintenance — one new tool declaration and a lockfile regeneration with no logic changes. Both files are pure configuration with no logic changes. The single new tool declaration and lockfile regeneration carry no risk of behavioral regression. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "chore: add pitchfork to mise tools and u..." | Re-trigger Greptile |
| "npm:markdownlint-cli" = "latest" | ||
| prettier = "3" | ||
| "npm:ajv-cli" = "latest" | ||
| pitchfork = "latest" |
There was a problem hiding this comment.
Makes sense — I'll drop the pitchfork = "latest" line and its mise.lock entry, keeping just the lockfile refresh for the existing tools.
While I'm here: there's a pitchfork.toml at the repo root (a [daemons.docs] entry that runs mise run docs). If pitchfork isn't needed, is that file still used, or should I remove it as well?
There was a problem hiding this comment.
it's just for docs I don't want to remove the pitchfork config, pitchfork also needs to be installed globally
There was a problem hiding this comment.
Done — removed pitchfork = "latest" and its mise.lock entry, and left pitchfork.toml in place. The PR is now just the mise.lock refresh for the existing tools.
Refresh mise.lock to the latest eligible versions for the tracked tools: aube, bun, cargo-binstall, cargo-insta, cargo:cargo-edit, communique, gh, hk, node, prettier, sops, and stylua. Versions respect the repo's minimum_release_age policy (e.g. aube resolves to 1.19.0 rather than the newer 1.20.0). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
c843216 to
40eb4ff
Compare
|
No reviewable files after applying ignore patterns. |
What
Refresh
mise.lockto the latest eligible versions for the tracked dev tools.mise.lock bumps
Versions respect the repo's
minimum_release_agepolicy (e.g. aube resolves to 1.19.0 rather than the newer 1.20.0). Verified on Windows and Linux (Docker) that the locked versions install across platforms.🤖 Generated with Claude Code