ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#33
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1758782574948 into main
6 files +21 -21

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
19 uses: oven-sh/setup-bun@v2.0.2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v4
22 uses: actions/cache@v4.3.0
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}
package.jsonmodified+1-1
Changes to package.json
@@ -65,7 +65,7 @@
6565 "@stacksjs/docs": "^0.70.23",
6666 "@stacksjs/eslint-config": "^4.14.0-beta.3",
6767 "@types/bun": "^1.3.0",
68 "better-dx": "^0.1.5"
68 "better-dx": "^0.1.7"
6969 },
7070 "overrides": {
7171 "unconfig": "0.3.10"