ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update dependency bunfig to 0.15.0

#25
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---bunfig-1756144988282 into main
1 file +5 -5
package.jsonmodified+5-5
Changes to package.json
@@ -74,16 +74,16 @@
7474 "example:dead-letter-queue": "bun examples/dead-letter-queue.ts"
7575 },
7676 "devDependencies": {
77 "@stacksjs/bumpx": "^0.1.13",
77 "@stacksjs/bumpx": "^0.1.17",
7878 "@stacksjs/docs": "^0.70.23",
7979 "@stacksjs/eslint-config": "^4.10.2-beta.3",
8080 "@stacksjs/gitlint": "^0.1.5",
8181 "@stacksjs/logsmith": "^0.1.8",
8282 "@types/bun": "^1.2.10",
83 "buddy-bot": "^0.8.8",
83 "buddy-bot": "^0.8.9",
8484 "bun-git-hooks": "^0.2.19",
8585 "bun-plugin-dtsx": "^0.21.9",
86 "bunfig": "^0.8.3",
86 "bunfig": "^0.15.0",
8787 "typescript": "^5.8.3"
8888 },
8989 "overrides": {
@@ -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/*"