ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#21
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1757534615344 into main
4 files +16 -15

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.

deps.yamladded+2-0
Changes to deps.yaml
@@ -0,0 +1,2 @@
1dependencies:
2 bun.sh: ^1.2.23
package.jsonmodified+0-1
Changes to package.json
@@ -55,7 +55,6 @@
5555 "changelog": "bunx logsmith --verbose",
5656 "changelog:generate": "bunx logsmith --output CHANGELOG.md",
5757 "release": "bun run changelog:generate && bunx bumpx prompt --recursive",
58 "postinstall": "bunx git-hooks",
5958 "dev:docs": "bun bin/cli.ts dev",
6059 "build:docs": "bun build.ts",
6160 "preview:docs": "bun serve --port 3000 dist",