ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#169
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1761761547851 into main
2 files +2 -2

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: stacksjs/action-releaser@v1.2.7
43 uses: stacksjs/action-releaser@v1.2.6
4444 with:
4545 files: |
4646 packages/bun-query-builder/bin/qbx-linux-x64.zip
packages/bun-query-builder/package.jsonmodified+1-1
Changes to packages/bun-query-builder/package.json
@@ -74,7 +74,7 @@
7474 "ts-mocker": "^0.1.5"
7575 },
7676 "devDependencies": {
77 "bunfig": "^0.15.4"
77 "bunfig": "^0.15.5"
7878 },
7979 "overrides": {
8080 "unconfig": "0.3.10"