Skip to content

Commit bd28057

Browse files
authored
Merge pull request #19 from stacksjs/buddy-bot/update-non-major-updates-1756829200926
chore(deps): update all non-major dependencies
2 parents 2823950 + 573f076 commit bd28057

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
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') }}
@@ -89,10 +89,10 @@ jobs:
8989
- uses: actions/checkout@v4
9090

9191
- name: Install Bun
92-
uses: oven-sh/setup-bun@v2
92+
uses: oven-sh/setup-bun@v2.0.2
9393

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
"preview:docs": "bun --bun vitepress preview docs"
4646
},
4747
"devDependencies": {
48-
"@stacksjs/bumpx": "^0.1.17",
48+
"@stacksjs/bumpx": "^0.1.84",
4949
"@stacksjs/docs": "^0.70.23",
5050
"@stacksjs/eslint-config": "^4.10.2-beta.3",
5151
"@stacksjs/gitlint": "^0.1.5",
52-
"@stacksjs/logsmith": "^0.1.8",
53-
"@types/bun": "^1.2.12",
52+
"@stacksjs/logsmith": "^0.1.18",
53+
"@types/bun": "^1.2.23",
5454
"buddy-bot": "^0.8.9",
5555
"bun-git-hooks": "^0.2.19",
56-
"typescript": "^5.8.3",
57-
"unocss": "^66.1.1"
56+
"typescript": "^5.9.2",
57+
"unocss": "^66.5.2"
5858
},
5959
"overrides": {
6060
"unconfig": "0.3.10"

packages/imgx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"bun-plugin-dtsx": "^0.21.12",
7474
"bunfig": "^0.8.5",
7575
"cac": "^6.7.14",
76-
"changelogen": "^0.6.1",
76+
"changelogen": "^0.6.2",
7777
"image-size": "^2.0.2",
78-
"sharp": "^0.34.1",
78+
"sharp": "^0.34.4",
7979
"svgo": "^3.3.2",
8080
"ts-potrace": "^0.1.0"
8181
},

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.12
2+
bun.sh: ^1.2.20

0 commit comments

Comments
 (0)