Skip to content

Commit 2812999

Browse files
chore(deps): update all non-major dependencies
1 parent 695648b commit 2812999

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/buddy-bot.yml

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

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

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
133-
uses: shivammathur/setup-php@v2
133+
uses: shivammathur/setup-php@2.35.4
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -163,7 +163,7 @@ jobs:
163163
persist-credentials: true
164164

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

168168
- name: Install dependencies
169169
run: bun install
@@ -244,11 +244,11 @@ jobs:
244244
persist-credentials: true
245245

246246
- name: Setup Bun
247-
uses: oven-sh/setup-bun@v2
247+
uses: oven-sh/setup-bun@v2.0.2
248248

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
251-
uses: shivammathur/setup-php@v2
251+
uses: shivammathur/setup-php@2.35.4
252252
with:
253253
php-version: '8.4'
254254
tools: composer
@@ -351,7 +351,7 @@ jobs:
351351
token: ${{ secrets.GITHUB_TOKEN }}
352352

353353
- name: Setup Bun
354-
uses: oven-sh/setup-bun@v2
354+
uses: oven-sh/setup-bun@v2.0.2
355355

356356
- name: Install dependencies
357357
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
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v4
27+
uses: actions/cache@v4.2.4
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
4848

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

7272
- name: Use cached node_modules
73-
uses: actions/cache@v4
73+
uses: actions/cache@v4.2.4
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -93,7 +93,7 @@ jobs:
9393
uses: oven-sh/setup-bun@v2
9494

9595
- name: Use cached node_modules
96-
uses: actions/cache@v4
96+
uses: actions/cache@v4.2.4
9797
with:
9898
path: node_modules
9999
key: node-modules-${{ hashFiles('**/bun.lock') }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@
5555
"preview:docs": "bun --bun vitepress preview docs"
5656
},
5757
"devDependencies": {
58-
"@stacksjs/bumpx": "^0.1.17",
58+
"@stacksjs/bumpx": "^0.1.78",
5959
"@stacksjs/cli": "^0.70.23",
6060
"@stacksjs/development": "^0.70.23",
6161
"@stacksjs/docs": "^0.70.23",
6262
"@stacksjs/eslint-config": "^4.14.0-beta.3",
6363
"@stacksjs/gitlint": "^0.1.5",
64-
"@stacksjs/logsmith": "^0.1.8",
65-
"@types/bun": "^1.2.14",
64+
"@stacksjs/logsmith": "^0.1.18",
65+
"@types/bun": "^1.2.21",
6666
"buddy-bot": "^0.8.9",
6767
"bun-git-hooks": "^0.2.19",
6868
"bun-plugin-dtsx": "workspace:*",
69-
"unocss": "^66.1.2"
69+
"unocss": "^66.5.1"
7070
},
7171
"overrides": {
7272
"unconfig": "0.3.10"

packages/dtsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"bunfig": "^0.10.0",
69-
"tinyglobby": "^0.2.14"
69+
"tinyglobby": "^0.2.15"
7070
},
7171
"git-hooks": {
7272
"pre-commit": {

pkgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
bun.sh: ^1.2.14
2+
bun.sh: ^1.2.20

0 commit comments

Comments
 (0)