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+2-2
Changes to .github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
1616 fetch-depth: 0
1717
1818 - name: Install Bun
19 uses: oven-sh/setup-bun@v2.0.2
19 uses: oven-sh/setup-bun@v2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v4.3.0
22 uses: actions/cache@v4
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}
package.jsonmodified+1-1
Changes to package.json
@@ -72,7 +72,7 @@
7272 "@stacksjs/ts-i18n": "^0.0.0",
7373 "bun-git-hooks": "^0.3.1",
7474 "bun-plugin-dtsx": "0.21.12",
75 "bun-plugin-stx": "^0.1.12",
75 "bun-plugin-stx": "^0.1.15",
7676 "bunfig": "^0.15.0",
7777 "typescript": "^5.9.3"
7878 },