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.

.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
4040 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
4242 - name: Attach Binaries
43 uses: softprops/action-gh-release@v2.3.4
43 uses: softprops/action-gh-release@v2.4.0
4444 with:
4545 files: |
4646 bin/bunpress-linux-x64
package.jsonmodified+3-7
Changes to package.json
@@ -63,13 +63,9 @@
6363 },
6464 "dependencies": {
6565 "@markedjs/html-differ": "^5.0.2",
66 "@unocss/config": "^66.5.2",
67 "@unocss/core": "^66.5.2",
68 "@unocss/preset-wind3": "^66.5.2",
69 "bun-plugin-unocss": "^0.1.3",
7066 "gray-matter": "^4.0.3",
7167 "highlight.js": "^11.11.1",
72 "marked": "^15.0.11",
68 "marked": "^15.0.12",
7369 "marked-alert": "^2.1.2",
7470 "marked-emoji": "^2.0.1",
7571 "marked-highlight": "^2.2.2",
@@ -83,9 +79,9 @@
8379 "@stacksjs/ts-i18n": "^0.0.0",
8480 "@types/bun": "^1.2.23",
8581 "@types/marked": "^6.0.0",
86 "buddy-bot": "^0.9.7",
82 "buddy-bot": "^0.9.8",
8783 "bun-git-hooks": "^0.3.1",
88 "bun-plugin-dtsx": "^0.21.12",
84 "bun-plugin-dtsx": "0.21.12",
8985 "bunfig": "^0.15.0",
9086 "typescript": "^5.9.3"
9187 },