ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#12
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1755900294924 into main
5 files +23 -23

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
@@ -86,9 +86,9 @@
8686 "git-hooks": {
8787 "pre-commit": {
8888 "staged-lint": {
89 "*.{js,ts,json,yaml,yml,md}": "bun lint:fix"
89 "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
9090 }
9191 },
92 "commit-msg": "bunx gitlint --edit $1"
92 "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
9393 }
9494}