Skip to content

Commit f9f1b9b

Browse files
chore(deps): update all non-major dependencies
1 parent 860fb47 commit f9f1b9b

5 files changed

Lines changed: 58 additions & 35 deletions

File tree

.github/workflows/buddy-bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
persist-credentials: true
127127

128128
- name: Setup Bun
129-
uses: oven-sh/setup-bun@v2.1.3
129+
uses: oven-sh/setup-bun@v2.2.0
130130

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
@@ -163,7 +163,7 @@ jobs:
163163
persist-credentials: true
164164

165165
- name: Setup Bun
166-
uses: oven-sh/setup-bun@v2.1.3
166+
uses: oven-sh/setup-bun@v2.2.0
167167

168168
- name: Install dependencies
169169
run: bun install
@@ -255,7 +255,7 @@ jobs:
255255
persist-credentials: true
256256

257257
- name: Setup Bun
258-
uses: oven-sh/setup-bun@v2.1.3
258+
uses: oven-sh/setup-bun@v2.2.0
259259

260260
- name: Setup PHP and Composer (if needed)
261261
if: ${{ hashFiles('composer.json') != '' }}
@@ -365,7 +365,7 @@ jobs:
365365
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
366366

367367
- name: Setup Bun
368-
uses: oven-sh/setup-bun@v2.1.3
368+
uses: oven-sh/setup-bun@v2.2.0
369369

370370
- name: Install dependencies
371371
run: bun install

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: oven-sh/setup-bun@v2.2.0
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v5.0.4
27+
uses: actions/cache@v5.0.5
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: oven-sh/setup-bun@v2.2.0
4848

4949
- name: Use cached node_modules
50-
uses: actions/cache@v5.0.4
50+
uses: actions/cache@v5.0.5
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -71,7 +71,7 @@ jobs:
7171
uses: oven-sh/setup-bun@v2.2.0
7272

7373
- name: Use cached node_modules
74-
uses: actions/cache@v5.0.4
74+
uses: actions/cache@v5.0.5
7575
with:
7676
path: node_modules
7777
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -94,7 +94,7 @@ jobs:
9494
fetch-depth: 0
9595

9696
- name: Setup Pantry
97-
uses: home-lang/pantry/packages/action@v0.9.18
97+
uses: home-lang/pantry/packages/action@v0.9.31
9898

9999
- name: Install Dependencies
100100
run: bun install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Pantry
23-
uses: home-lang/pantry/packages/action@v0.9.18
23+
uses: home-lang/pantry/packages/action@v0.9.31
2424

2525
- name: Install Dependencies
2626
run: bun install

bun.lock

Lines changed: 41 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,23 @@
6161
},
6262
"dependencies": {
6363
"prompts": "^2.4.2",
64-
"ts-pantry": "^0.9.30"
64+
"ts-pantry": "^0.9.31"
6565
},
6666
"devDependencies": {
6767
"@stacksjs/bunpress": "^0.1.4",
68-
"@stacksjs/clapp": "^0.2.0",
68+
"@stacksjs/clapp": "^0.2.6",
6969
"@types/bun": "^1.3.13",
7070
"@types/prompts": "^2.4.9",
71-
"@stacksjs/bumpx": "^0.2.5",
71+
"@stacksjs/bumpx": "^0.2.6",
7272
"@stacksjs/clarity": "^0.3.28",
7373
"@stacksjs/gitlint": "^0.1.5",
7474
"@stacksjs/logsmith": "^0.2.1",
75-
"buddy-bot": "^0.9.17",
75+
"buddy-bot": "^0.9.19",
7676
"bun-git-hooks": "^0.3.1",
77-
"bun-plugin-dtsx": "^0.9.14",
78-
"bunfig": "^0.15.9",
79-
"pickier": "^0.1.26",
80-
"typescript": "^6.0.2"
77+
"bun-plugin-dtsx": "^0.9.17",
78+
"bunfig": "^0.15.11",
79+
"pickier": "^0.1.28",
80+
"typescript": "^6.0.3"
8181

8282
},
8383
"git-hooks": {

0 commit comments

Comments
 (0)