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+2-2
Changes to .github/workflows/release.yml
@@ -16,14 +16,14 @@ 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 # env:
2121 # BUN_AUTH_TOKEN: $
2222 with:
2323 bun-version: latest
2424
2525 - name: Use cached node_modules
26 uses: actions/cache@v4
26 uses: actions/cache@v4.3.0
2727 with:
2828 path: node_modules
2929 key: node-modules-${{ hashFiles('**/bun.lock') }}