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-4
Changes to package.json
@@ -68,13 +68,13 @@
6868 "marked": "^16.2.0"
6969 },
7070 "devDependencies": {
71 "@stacksjs/bumpx": "^0.1.13",
71 "@stacksjs/bumpx": "^0.1.17",
7272 "@stacksjs/eslint-config": "^4.10.2-beta.3",
7373 "@stacksjs/gitlint": "^0.1.5",
7474 "@stacksjs/logsmith": "^0.1.8",
7575 "@types/bun": "^1.2.10",
7676 "@types/marked": "^6.0.0",
77 "buddy-bot": "^0.8.8",
77 "buddy-bot": "^0.8.9",
7878 "bun-git-hooks": "^0.2.19",
7979 "bun-plugin-dtsx": "^0.21.9",
8080 "bunfig": "^0.8.3",
@@ -86,9 +86,9 @@
8686 "git-hooks": {
8787 "pre-commit": {
8888 "staged-lint": {
89 "*.{js,ts,json,yaml,yml,md}": "bun lint:fix"
89 "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
9090 }
9191 },
92 "commit-msg": "bunx gitlint --edit $1"
92 "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
9393 }
9494}