also looking at this
chore(deps): update all non-major dependencies
#22
6 files
+31
-31
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.
| @@ -92,10 +92,10 @@ | ||
| 92 | 92 | "git-hooks": { |
| 93 | 93 | "pre-commit": { |
| 94 | 94 | "staged-lint": { |
| 95 | "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" | |
| 95 | "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" | |
| 96 | 96 | } |
| 97 | 97 | }, |
| 98 | "commit-msg": "bunx gitlint --edit $1" | |
| 98 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" | |
| 99 | 99 | }, |
| 100 | 100 | "workspaces": [ |
| 101 | 101 | "packages/*" |