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+1-1
Changes to package.json
@@ -37,7 +37,7 @@
3737 "@stacksjs/gitlint": "^0.1.5",
3838 "@stacksjs/launchpad": "workspace:*",
3939 "@stacksjs/logsmith": "^0.1.18",
40 "@types/bun": "^1.2.22",
40 "@types/bun": "^1.2.23",
4141 "buddy-bot": "^0.9.7",
4242 "bun-git-hooks": "^0.2.19",
4343 "bun-plugin-dtsx": "0.21.12",
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.22"
11 "bun-types": "latest1.2.23"
1212 }
1313}