Skip to content

Commit 2174d50

Browse files
chore(deps): update all non-major dependencies (updated) (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e31ccf2 commit 2174d50

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
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
@@ -241,11 +241,11 @@ jobs:
241241
persist-credentials: true
242242

243243
- name: Setup Bun
244-
uses: oven-sh/setup-bun@v2
244+
uses: oven-sh/setup-bun@v2.0.2
245245

246246
- name: Setup PHP and Composer (if needed)
247247
if: ${{ hashFiles('composer.json') != '' }}
248-
uses: shivammathur/setup-php@v2
248+
uses: shivammathur/setup-php@2.35.4
249249
with:
250250
php-version: '8.4'
251251
tools: composer
@@ -348,7 +348,7 @@ jobs:
348348
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
349349

350350
- name: Setup Bun
351-
uses: oven-sh/setup-bun@v2
351+
uses: oven-sh/setup-bun@v2.0.2
352352

353353
- name: Install dependencies
354354
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') }}
@@ -71,7 +71,7 @@ jobs:
7171
uses: oven-sh/setup-bun@v2
7272

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

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"laravel/framework": "^10.0",
14+
"laravel/framework": "^v10.0.3",
1515
"guzzlehttp/guzzle": "^7.0",
16-
"symfony/console": "^6.0",
16+
"symfony/console": "^v6.0.19",
1717
"monolog/monolog": "^3.0",
18-
"doctrine/dbal": "^3.0"
18+
"doctrine/dbal": "^3.10.1"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^10.0",
21+
"phpunit/phpunit": "^10.0.19",
2222
"mockery/mockery": "^1.5",
2323
"fakerphp/faker": "^1.20",
2424
"laravel/pint": "^1.0",
25-
"nunomaduro/collision": "^7.0"
25+
"nunomaduro/collision": "^v7.0.5"
2626
},
2727
"autoload": {
2828
"psr-4": {

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"module": "./dist/index.js",
3636
"types": "./dist/index.d.ts",
3737
"bin": {
38-
"buddy-bot": "./dist/bin/cli.js"
38+
"buddy-bot": "^0.8.10"
3939
},
4040
"files": [
4141
"README.md",
@@ -63,16 +63,16 @@
6363
"bunfig": "^0.10.1",
6464
"cac": "6.7.14",
6565
"prompts": "^2.4.2",
66-
"ts-pkgx": "0.4.38"
66+
"ts-pkgx": "0.4.51"
6767
},
6868
"devDependencies": {
6969
"@stacksjs/bumpx": "^0.1.17",
7070
"@stacksjs/docs": "^0.70.23",
7171
"@stacksjs/eslint-config": "^4.14.0-beta.3",
7272
"@stacksjs/gitlint": "^0.1.5",
7373
"@stacksjs/logsmith": "^0.1.8",
74-
"@types/bun": "^1.2.20",
75-
"buddy-bot": "^0.8.8",
74+
"@types/bun": "^1.2.21",
75+
"buddy-bot": "^0.8.10",
7676
"bun-git-hooks": "^0.2.19",
7777
"bun-plugin-dtsx": "0.9.5",
7878
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)