ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#22
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1756130584859 into main
6 files +31 -31

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

package.jsonmodified+2-2
Changes to package.json
@@ -92,10 +92,10 @@
9292 "git-hooks": {
9393 "pre-commit": {
9494 "staged-lint": {
95 "*.{js,ts,json,yaml,yml,md}": "bun lint:fix"
95 "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
9696 }
9797 },
98 "commit-msg": "bunx gitlint --edit $1"
98 "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
9999 },
100100 "workspaces": [
101101 "packages/*"