ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#20
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1756836309803 into main
5 files +34 -25

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+7-1
Changes to package.json
@@ -60,18 +60,24 @@
6060 "typecheck": "bun --bun tsc --noEmit"
6161 },
6262 "dependencies": {
63 "@markedjs/html-differ": "^5.0.2",
6364 "@unocss/config": "^66.5.0",
6465 "@unocss/core": "^66.5.0",
6566 "@unocss/preset-wind3": "^66.5.0",
6667 "bun-plugin-unocss": "^0.1.3",
6768 "gray-matter": "^4.0.3",
68 "marked": "^15.0.11"
69 "highlight.js": "^11.11.1",
70 "marked": "^15.0.11",
71 "marked-alert": "^2.1.2",
72 "marked-emoji": "^2.0.1",
73 "marked-highlight": "^2.2.2"
6974 },
7075 "devDependencies": {
7176 "@stacksjs/bumpx": "^0.1.78",
7277 "@stacksjs/eslint-config": "^4.10.2-beta.3",
7378 "@stacksjs/gitlint": "^0.1.5",
7479 "@stacksjs/logsmith": "^0.1.18",
80 "@stacksjs/ts-i18n": "^0.0.0",
7581 "@types/bun": "^1.2.21",
7682 "@types/marked": "^6.0.0",
7783 "buddy-bot": "^0.8.9",