ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#191
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1758766218500 into main
27 files +164 -45

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
@@ -44,7 +44,7 @@ jobs:
4444 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545
4646 - name: Attach Binaries
47 uses: stacksjs/action-releaser@v1.1.0
47 uses: stacksjs/action-releaser@v1.2.5
4848 with:
4949 files: |
5050 packages/launchpad/bin/launchpad-linux-x64.zip
packages/launchpad/package.jsonmodified+1-1
Changes to packages/launchpad/package.json
@@ -66,7 +66,7 @@
6666 "@stacksjs/clapp": "0.2.0",
6767 "bun-plugin-dtsx": "0.9.5",
6868 "bunfig": "^0.15.0",
69 "ts-pkgx": "^0.4.96"
69 "ts-pkgx": "^0.4.98"
7070 },
7171 "lint-staged": {
7272 "*.{js,ts}": "bunx --bun eslint . --fix"