ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#51
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1763733744992 into main
6 files +20 -20

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.4.2
43 uses: softprops/action-gh-release@v2.5.0
4444 with:
4545 files: |
4646 bin/bin-name-linux-x64
packages/devtools/package.jsonmodified+1-1
Changes to packages/devtools/package.json
@@ -20,7 +20,7 @@
2020 "@iconify-json/carbon": "^1.2.14",
2121 "@types/d3": "7.4.3",
2222 "@vitejs/plugin-vue": "^5.2.4",
23 "vite": "^7.2.4",
23 "vite": "^7.2.6",
2424 "vue-tsc": "^2.2.12"
2525 }
2626}