ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#191
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1758766218500 into main
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.

package.jsonmodified+5-5
Changes to package.json
@@ -31,17 +31,17 @@
3131 "typecheck": "bun --bun tsc --noEmit"
3232 },
3333 "devDependencies": {
34 "@stacksjs/bumpx": "^0.1.84",
34 "@stacksjs/bumpx": "^0.1.86",
3535 "@stacksjs/docs": "^0.70.23",
3636 "@stacksjs/eslint-config": "^4.14.0-beta.3",
3737 "@stacksjs/gitlint": "^0.1.5",
3838 "@stacksjs/launchpad": "workspace:*",
3939 "@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",
4343 "bun-plugin-dtsx": "0.21.12",
44 "typescript": "^5.9.2"
44 "typescript": "^5.9.3"
4545 },
4646 "overrides": {
4747 "@stacksjs/dtsx": "0.9.5",
packages/benchmark/package.jsonmodified+1-1
Changes to packages/benchmark/package.json
@@ -8,6 +8,6 @@
88 "file-detection": "bun run file-detection-comparison.ts"
99 },
1010 "dependencies": {
11 "bun-types": "latest1.2.23"
11 "bun-types": "latest1.3.0"
1212 }
1313}