ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#33
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1759500437955 into main
7 files +96 -77

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+0-5
Changes to package.json
@@ -63,16 +63,11 @@
6363 "changelog": "bunx logsmith --verbose",
6464 "changelog:generate": "bunx logsmith --output CHANGELOG.md",
6565 "release": "bun run changelog:generate && bunx bumpx prompt --recursive",
66 "postinstall": "bunx git-hooks",
6766 "dev:docs": "bun --bun vitepress dev docs",
6867 "build:docs": "bun --bun vitepress build docs",
6968 "preview:docs": "bun --bun vitepress preview docs",
7069 "typecheck": "bun --bun tsc"
7170 },
72 "dependencies": {
73 "@stacksjs/ts-validation": "^0.4.7",
74 "ts-mocker": "^0.1.2"
75 },
7671 "devDependencies": {
7772 "@stacksjs/bumpx": "^0.1.86",
7873 "@stacksjs/docs": "^0.70.23",