Skip to content

Commit cfd1d86

Browse files
chore(deps): update all non-major dependencies
1 parent 715594e commit cfd1d86

4 files changed

Lines changed: 64 additions & 40 deletions

File tree

.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.38
9898

9999
- name: Install Dependencies
100100
run: bun install

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v6.0.3
1919
with:
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.38
2424

2525
- name: Install Dependencies
2626
run: bun install

bun.lock

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

package.json

Lines changed: 13 additions & 13 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.37"
6565
},
6666
"devDependencies": {
67-
"@stacksjs/bunpress": "^0.1.4",
68-
"@stacksjs/clapp": "^0.2.0",
69-
"@types/bun": "^1.3.13",
67+
"@stacksjs/bunpress": "^0.1.9",
68+
"@stacksjs/clapp": "^0.2.10",
69+
"@types/bun": "^1.3.14",
7070
"@types/prompts": "^2.4.9",
71-
"@stacksjs/bumpx": "^0.2.5",
71+
"@stacksjs/bumpx": "^0.2.6",
7272
"@stacksjs/clarity": "^0.3.28",
73-
"@stacksjs/gitlint": "^0.1.5",
74-
"@stacksjs/logsmith": "^0.2.1",
75-
"buddy-bot": "^0.9.17",
76-
"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"
73+
"@stacksjs/gitlint": "^0.1.6",
74+
"@stacksjs/logsmith": "^0.2.3",
75+
"buddy-bot": "^0.9.20",
76+
"bun-git-hooks": "^0.3.2",
77+
"bun-plugin-dtsx": "^0.9.26",
78+
"bunfig": "^0.15.14",
79+
"pickier": "^0.1.35",
80+
"typescript": "^6.0.3"
8181
},
8282
"git-hooks": {
8383
"pre-commit": {

0 commit comments

Comments
 (0)