Skip to content

Commit c77a211

Browse files
chore(deps): update all non-major dependencies (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69351b3 commit c77a211

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@v5.0.0
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@v5.0.0
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@v5.0.0
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') }}
@@ -93,10 +93,10 @@ jobs:
9393
- uses: actions/checkout@v5.0.0
9494

9595
- name: Install Bun
96-
uses: oven-sh/setup-bun@v2
96+
uses: oven-sh/setup-bun@v2.0.2
9797

9898
- name: Use cached node_modules
99-
uses: actions/cache@v4
99+
uses: actions/cache@v4.3.0
100100
with:
101101
path: node_modules
102102
key: node-modules-${{ hashFiles('**/bun.lock') }}

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.21
2+
bun.sh: ^1.2.23

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@
8888
"typecheck": "bun --bun tsc --noEmit"
8989
},
9090
"devDependencies": {
91-
"@stacksjs/bumpx": "^0.1.84",
91+
"@stacksjs/bumpx": "^0.2.2",
9292
"@stacksjs/docs": "^0.70.23",
9393
"@stacksjs/eslint-config": "^4.14.0-beta.3",
9494
"@stacksjs/gitlint": "^0.1.5",
9595
"@stacksjs/logsmith": "^0.1.18",
96-
"@types/bun": "^1.2.23",
97-
"buddy-bot": "^0.9.7",
98-
"bun-git-hooks": "^0.2.19",
99-
"bun-plugin-dtsx": "0.9.5",
96+
"@types/bun": "^1.3.0",
97+
"buddy-bot": "^0.9.8",
98+
"bun-git-hooks": "^0.3.1",
99+
"bun-plugin-dtsx": "0.21.12",
100100
"bunfig": "^0.15.0",
101101
"typescript": "^5.9.3"
102102
},

packages/benchmarks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"bench:ci": "bun run src/index.ts --ci"
1212
},
1313
"dependencies": {
14-
"@faker-js/faker": "^10.0.0",
14+
"@faker-js/faker": "^10.1.0",
1515
"@ngneat/falso": "^8.0.2",
1616
"casual": "^1.6.2",
1717
"chance": "^1.1.13",
1818
"tinybench": "^5.0.1",
1919
"ts-mocker": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"@types/chance": "^1.1.6"
22+
"@types/chance": "^1.1.7"
2323
}
2424
}

0 commit comments

Comments
 (0)