also looking at this
chore(deps): update all non-major dependencies
#191
27 files
+164
-45
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.
| @@ -31,17 +31,17 @@ | ||
| 31 | 31 | "typecheck": "bun --bun tsc --noEmit" |
| 32 | 32 | }, |
| 33 | 33 | "devDependencies": { |
| 34 | "@stacksjs/bumpx": "^0.1.84", | |
| 34 | "@stacksjs/bumpx": "^0.1.86", | |
| 35 | 35 | "@stacksjs/docs": "^0.70.23", |
| 36 | 36 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 37 | 37 | "@stacksjs/gitlint": "^0.1.5", |
| 38 | 38 | "@stacksjs/launchpad": "workspace:*", |
| 39 | 39 | "@stacksjs/logsmith": "^0.1.18", |
| 40 | "@types/bun": "^1.2.23", | |
| 41 | "buddy-bot": "^0.9.7", | |
| 42 | "bun-git-hooks": "^0.2.19", | |
| 40 | "@types/bun": "^1.3.0", | |
| 41 | "buddy-bot": "^0.9.8", | |
| 42 | "bun-git-hooks": "^0.3.1", | |
| 43 | 43 | "bun-plugin-dtsx": "0.21.12", |
| 44 | "typescript": "^5.9.2" | |
| 44 | "typescript": "^5.9.3" | |
| 45 | 45 | }, |
| 46 | 46 | "overrides": { |
| 47 | 47 | "@stacksjs/dtsx": "0.9.5", |