ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update dependency @stacksjs/eslint-config to 4.14.0-beta.3

#14
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---@stacksjs/eslint-config-1755900147314 into main
1 file +5 -5

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
@@ -74,13 +74,13 @@
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.14.0-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",
8686 "bunfig": "^0.8.3",
@@ -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/*"