Skip to content

chore(deps): upgrade biome to v2.4.6 and @types/bun to 1.3.10#1

Merged
llbbl merged 1 commit intomainfrom
deps/update-packages
Mar 11, 2026
Merged

chore(deps): upgrade biome to v2.4.6 and @types/bun to 1.3.10#1
llbbl merged 1 commit intomainfrom
deps/update-packages

Conversation

@llbbl
Copy link
Copy Markdown
Owner

@llbbl llbbl commented Mar 11, 2026

Summary

  • Upgrade @biomejs/biome from 1.9.4 to 2.4.6 (major version bump)
  • Upgrade @types/bun from 1.3.8 to 1.3.10 (patch)
  • Run biome migrate for v2 config changes and apply v2 auto-fixes
  • Update .beads/.gitignore and README for Dolt backend

Changes

Dependencies

  • package.json: Bump @biomejs/biome to 2.4.6 and @types/bun to 1.3.10
  • bun.lock: Updated lockfile reflecting new package versions

Biome v2 Migration

  • biome.json: Apply v2 config schema changes from biome migrate
  • src/commands/index.ts: Apply biome v2 auto-fixes (import sorting, unused imports/vars)
  • src/lib/index.ts: Apply biome v2 auto-fixes
  • src/utils/format.ts: Apply biome v2 auto-fixes
  • test/utils/colors.test.ts: Apply biome v2 auto-fixes

Beads (.beads)

  • .beads/.gitignore: Update ignore rules for Dolt backend
  • .beads/README.md: Update documentation for Dolt backend
  • .beads/metadata.json: Updated metadata
  • .gitignore: Add beads backup entries
  • .beads/backup/: New backup files for beads state (backup_state.json, issues.jsonl, events.jsonl, etc.)
  • .beads/hooks/: New git hook scripts (post-checkout, post-merge, pre-commit, pre-push, prepare-commit-msg)

Test plan

  • Run just check (lint + tests) to verify biome v2 passes cleanly
  • Run just build to confirm the build succeeds
  • Verify CLI behavior is unchanged with just dev --help

- Upgrade @biomejs/biome from 1.9.4 to 2.4.6 (major)
- Upgrade @types/bun from 1.3.8 to 1.3.10 (patch)
- Run biome migrate for v2 config changes
- Apply biome v2 auto-fixes (import sorting, unused imports/vars)
- Update .beads/.gitignore and README for Dolt backend
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 11, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@llbbl llbbl merged commit 76ce26b into main Mar 11, 2026
3 checks passed
@llbbl llbbl deleted the deps/update-packages branch March 11, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant