2.3.1

j178/prek2.3.1May 3, 2026by louislam

AI Summary

This patch release enhances database stability by adding a busy timeout for SQLite and updates dependencies and Docker build configurations.

Key Highlights

  • Adds `busy_timeout` to SQLite to prevent locking errors
  • Updates dependencies for security and compatibility
  • Updates Docker image build to use multi-arch Node base

Full Release Notes

### 🐞 Bug Fixes
- #7307 fix: Add `busy_timeout` to sqlite to avoid error `SQLITE_BUSY: database is locked` (Thanks @wagnerand)

### Others
- #7340 chore: Update dependencies 
- #7345 chore: update to 2.3.1
- #7344 fix(push): use multi-arch Node base in push image Dockerfile (Thanks @herwinz)