also looking at this
chore(deps): update all non-major dependencies
#12
5 files
+23
-23
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.
| @@ -86,9 +86,9 @@ | ||
| 86 | 86 | "git-hooks": { |
| 87 | 87 | "pre-commit": { |
| 88 | 88 | "staged-lint": { |
| 89 | "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" | |
| 89 | "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" | |
| 90 | 90 | } |
| 91 | 91 | }, |
| 92 | "commit-msg": "bunx gitlint --edit $1" | |
| 92 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" | |
| 93 | 93 | } |
| 94 | 94 | } |