Skip to content

Commit 685aa85

Browse files
chore(deps): update all non-major dependencies
1 parent b4b1e9d commit 685aa85

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
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.5
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -248,7 +248,7 @@ jobs:
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.5
252252
with:
253253
php-version: '8.4'
254254
tools: composer

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Install Bun
24-
uses: oven-sh/setup-bun@v2
24+
uses: oven-sh/setup-bun@v2.0.2
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v4
27+
uses: actions/cache@v4.3.0
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,10 +44,10 @@ jobs:
4444
- uses: actions/checkout@v4
4545

4646
- name: Install Bun
47-
uses: oven-sh/setup-bun@v2
47+
uses: oven-sh/setup-bun@v2.0.2
4848

4949
- name: Use cached node_modules
50-
uses: actions/cache@v4
50+
uses: actions/cache@v4.3.0
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -67,10 +67,10 @@ jobs:
6767
- uses: actions/checkout@v4
6868

6969
- name: Install Bun
70-
uses: oven-sh/setup-bun@v2
70+
uses: oven-sh/setup-bun@v2.0.2
7171

7272
- name: Use cached node_modules
73-
uses: actions/cache@v4
73+
uses: actions/cache@v4.3.0
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -90,10 +90,10 @@ jobs:
9090
- uses: actions/checkout@v4
9191

9292
- name: Install Bun
93-
uses: oven-sh/setup-bun@v2
93+
uses: oven-sh/setup-bun@v2.0.2
9494

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.6
4848
with:
4949
files: |
5050
packages/pickier/bin/pickier-linux-x64.zip

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"typecheck": "bun --bun tsc --noEmit"
4444
},
4545
"devDependencies": {
46-
"@stacksjs/bumpx": "^0.2.2",
46+
"@stacksjs/bumpx": "^0.2.4",
4747
"@stacksjs/clarity": "^0.3.24",
4848
"@stacksjs/docs": "^0.70.23",
4949
"@stacksjs/eslint-config": "^4.14.0-beta.3",
5050
"@stacksjs/gitlint": "^0.1.5",
51-
"@stacksjs/logsmith": "^0.1.18",
52-
"@types/bun": "^1.3.0",
53-
"buddy-bot": "^0.9.9",
51+
"@stacksjs/logsmith": "^0.2.1",
52+
"@types/bun": "^1.3.2",
53+
"buddy-bot": "^0.9.11",
5454
"bun-git-hooks": "^0.3.1",
55-
"bun-plugin-dtsx": "0.9.5",
55+
"bun-plugin-dtsx": "0.9.9",
5656
"tinyglobby": "^0.2.15",
5757
"typescript": "^5.9.3"
5858
},

packages/bechmarks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"pickier": "workspace:*"
5454
},
5555
"devDependencies": {
56-
"@babel/parser": "^7.26.3",
57-
"@babel/traverse": "^7.26.3",
56+
"@babel/parser": "^7.28.5",
57+
"@babel/traverse": "^7.28.5",
5858
"@biomejs/biome": "^1.9.4",
59-
"eslint": "^9.15.0",
60-
"happy-dom": "^20.0.2",
59+
"eslint": "^9.39.1",
60+
"happy-dom": "^20.0.10",
6161
"jsdom": "^25.0.1",
6262
"mitata": "^1.0.34",
63-
"prettier": "^3.3.3",
63+
"prettier": "^3.6.2",
6464
"typescript": "^5.7.3"
6565
}
6666
}

packages/pickier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
"test:watch": "PICKIER_NO_AUTO_CONFIG=1 bun test --watch"
7171
},
7272
"dependencies": {
73-
"@stacksjs/clapp": "^0.1.16",
73+
"@stacksjs/clapp": "^0.2.0",
7474
"p-limit": "^7.2.0",
7575
"tinyglobby": "^0.2.14"
7676
},
7777
"devDependencies": {
78-
"bunfig": "^0.10.1"
78+
"bunfig": "^0.15.6"
7979
}
8080
}

packages/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@
224224
},
225225
"devDependencies": {
226226
"@types/bun": "1.2.20",
227-
"@types/vscode": "^1.103.0",
227+
"@types/vscode": "^1.105.0",
228228
"@vscode/test-electron": "^2.5.2",
229-
"@vscode/vsce": "^3.6.0"
229+
"@vscode/vsce": "^3.7.0"
230230
}
231231
}

0 commit comments

Comments
 (0)