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.

packages/launchpad/package.jsonmodified+1-1
Changes to packages/launchpad/package.json
@@ -64,7 +64,7 @@
6464 },
6565 "devDependencies": {
6666 "@stacksjs/clapp": "0.2.0",
67 "bun-plugin-dtsx": "0.9.5",
67 "bun-plugin-dtsx": "0.21.12",
6868 "bunfig": "^0.15.0",
6969 "ts-pkgx": "^0.4.103"
7070 },
packages/launchpad/test-envs/bun-package-manager-with-deps/package.jsonmodified+1-1
Changes to packages/launchpad/test-envs/bun-package-manager-with-deps/package.json
@@ -22,6 +22,6 @@
2222 "eslint": "^8.0.0",
2323 "eslint-config-next": "^14.0.0",
2424 "prettier": "^3.6.2",
25 "typescript": "^5.0.0"
25 "typescript": "^5.9.3"
2626 }
2727}