also looking at this
chore(deps): update all non-major dependencies
#16
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.
| @@ -67,7 +67,7 @@ | ||
| 67 | 67 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 68 | 68 | "@stacksjs/gitlint": "^0.1.5", |
| 69 | 69 | "@stacksjs/logsmith": "^0.1.8", |
| 70 | "@types/bun": "^1.2.20", | |
| 70 | "@types/bun": "^1.2.21", | |
| 71 | 71 | "buddy-bot": "^0.8.9", |
| 72 | 72 | "bun-git-hooks": "^0.2.19", |
| 73 | 73 | "bun-plugin-dtsx": "0.9.5", |
| @@ -80,9 +80,9 @@ | ||
| 80 | 80 | "git-hooks": { |
| 81 | 81 | "pre-commit": { |
| 82 | 82 | "staged-lint": { |
| 83 | "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" | |
| 83 | "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" | |
| 84 | 84 | } |
| 85 | 85 | }, |
| 86 | "commit-msg": "bunx gitlint --edit $1" | |
| 86 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" | |
| 87 | 87 | } |
| 88 | 88 | } |