ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update dependency bun-plugin-dtsx to 0.21.12

#14
Merged chrisbbreuer wants to merge buddy-bot/update-major-update---bun-plugin-dtsx-1756145673382 into main
1 file +1 -1

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+4-4
Changes to package.json
@@ -62,13 +62,13 @@
6262 "typecheck": "bun --bun tsc --noEmit"
6363 },
6464 "devDependencies": {
65 "@stacksjs/bumpx": "^0.1.13",
65 "@stacksjs/bumpx": "^0.1.17",
6666 "@stacksjs/docs": "^0.70.23",
6767 "@stacksjs/eslint-config": "^4.14.0-beta.3",
6868 "@stacksjs/gitlint": "^0.1.5",
6969 "@stacksjs/logsmith": "^0.1.8",
7070 "@types/bun": "^1.2.20",
71 "buddy-bot": "^0.8.8",
71 "buddy-bot": "^0.8.9",
7272 "bun-git-hooks": "^0.2.19",
7373 "bun-plugin-dtsx": "0.21.12",
7474 "bunfig": "^0.14.1",
@@ -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}