Dep Updates 2026-04-15#25
Conversation
📝 WalkthroughWalkthroughThe pull request updates two development dependency versions in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|



Dep Updates 2026-04-15
Summary by cubic
Update dev tooling to latest patch versions:
@biomejs/biome2.4.12 andultracite7.5.8 to pick up minor fixes. No runtime impact.@biomejs/biome: 2.4.11 → 2.4.12 (includes platform-specific CLI updates)ultracite: 7.5.6 → 7.5.8 (adds optional peeroxfmt>= 0.1.0 alongside optionaloxlint)Written for commit f08e8c1. Summary will update on new commits.
Greptile Summary
Routine dependency update bumping three devDependencies:
@biomejs/biome(2.4.11→2.4.12),@types/bun/bun-types(1.3.11→1.3.12), andultracite(7.4.4→7.5.8). Onlypackage.jsonandbun.lockare modified; no production source code is changed. Thebun.lockresolved versions are consistent with the updated ranges inpackage.json.Confidence Score: 5/5
Important Files Changed
@biomejs/biometo^2.4.12,@types/bunto^1.3.12, andultraciteto^7.5.8; all other fields unchanged. Ranges are consistent with the resolved versions inbun.lock.@biomejs/biome(all platform binaries),@types/bun,bun-types, andultracite; integrity hashes updated accordingly.ultracite 7.5.8now declaresoxfmt >=0.1.0as an additional optional peer dependency alongsideoxlint.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[package.json\nversion ranges updated] --> B[bun install] B --> C[bun.lock\nresolved versions pinned] C --> D1["@biomejs/biome\n2.4.11 → 2.4.12"] C --> D2["@types/bun + bun-types\n1.3.11 → 1.3.12"] C --> D3["ultracite\n7.4.4 → 7.5.8\n+ oxfmt optional peer"]Reviews (1): Last reviewed commit: "dep updates 2026-04-15" | Re-trigger Greptile