ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#16
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1756152880175 into main
4 files +49 -20

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+3-3
Changes to package.json
@@ -67,7 +67,7 @@
6767 "@stacksjs/eslint-config": "^4.14.0-beta.3",
6868 "@stacksjs/gitlint": "^0.1.5",
6969 "@stacksjs/logsmith": "^0.1.8",
70 "@types/bun": "^1.2.20",
70 "@types/bun": "^1.2.21",
7171 "buddy-bot": "^0.8.9",
7272 "bun-git-hooks": "^0.2.19",
7373 "bun-plugin-dtsx": "0.9.5",
@@ -80,9 +80,9 @@
8080 "git-hooks": {
8181 "pre-commit": {
8282 "staged-lint": {
83 "*.{js,ts,json,yaml,yml,md}": "bun lint:fix"
83 "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
8484 }
8585 },
86 "commit-msg": "bunx gitlint --edit $1"
86 "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
8787 }
8888}