chore(deps): bundle renovate updates#204
Conversation
Consolidates open Renovate PRs into a single update: - @biomejs/biome 2.4.12 -> 2.4.15 (#200, biome.json schema bumped to match) - @types/bun ^1.3.12 -> ^1.3.13 (#199) - @hey-api/openapi-ts ^0.96.0 -> ^0.97.1 (#195, regenerated clients) - typescript ^6.0.2 -> ^6.0.3 (#192) - @semantic-release/github ^12.0.6 -> ^12.0.8 (#202) - bun.lock regenerated (#194) - workflows: bun 1.3.12 -> 1.3.13 (#196), node 24.14.1 -> 24.15.0 (#191) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
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 (25)
📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR updates development dependencies and CI/CD toolchain versions to newer minor releases. Bun is bumped from 1.3.12 to 1.3.13 across all workflows, Node.js is bumped from 24.14.1 to 24.15.0 in release and ClawHub workflows, Biome is updated from 2.4.12 to 2.4.15, and several other dev tools receive minor version updates in package.json. ChangesDependency and Toolchain Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Summary
Consolidates the 8 open Renovate PRs into a single update so they ship as one release candidate.
@biomejs/biome@types/bun@hey-api/openapi-tstypescript@semantic-release/githubbun.lockAlso bumps the
biome.json$schemaURL to match the new biome CLI version.The
@hey-api/openapi-ts0.96 -> 0.97 bump produces drift insrc/generated/*/client/{client,types,utils}.gen.ts(smaller output: -92 lines net). These are committed so the CI generator-drift check stays green.Test plan
bun install— lockfile refreshedbun run lint— cleanbun run typecheck— cleanbun run build— succeeds (generates + bundles + emits .d.ts)bun test— 283 pass, 0 failrelease.yml(semantic-release decides whether to cut a version)Closes #191, #192, #194, #195, #196, #199, #200, #202.
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes