ReviewOS

also looking at this

stacks/bunpress

chore(deps): update dependency marked to 16.4.0

#11
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---marked-1755900282823 into main
1 file +28 -23

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+4-2
Changes to package.json
@@ -47,7 +47,9 @@
4747 "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bunpress-darwin-arm64",
4848 "fresh": "bunx rimraf node_modules/ bun.lock && bun i",
4949 "prepublishOnly": "bun --bun run build && bun run compile:all",
50 "test": "bun test",
50 "test": "bun test --reporter=verbose",
51 "test:quick": "bun test --timeout=10000",
52 "test:full": "bun test --timeout=60000 --no-bail",
5153 "lint": "bunx --bun eslint .",
5254 "lint:fix": "bunx --bun eslint . --fix",
5355 "changelog": "bunx logsmith --verbose",
@@ -81,7 +83,7 @@
8183 "@stacksjs/ts-i18n": "^0.0.0",
8284 "@types/bun": "^1.2.10",
8385 "@types/marked": "^6.0.0",
84 "buddy-bot": "^0.8.9",
86 "buddy-bot": "^0.9.5",
8587 "bun-git-hooks": "^0.2.19",
8688 "bun-plugin-dtsx": "^0.21.9",
8789 "bunfig": "^0.8.3",