Skip to content

Commit c938504

Browse files
chore(deps): update all non-major dependencies
1 parent 895d97a commit c938504

File tree

12 files changed

+104
-105
lines changed

12 files changed

+104
-105
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
120120
steps:
121121
- name: Checkout repository
122-
uses: actions/checkout@v5.0.0
122+
uses: actions/checkout@v5.0.1
123123
with:
124124
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
125125
fetch-depth: 0 # Fetch full history for rebasing
126126
persist-credentials: true
127127

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

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
@@ -156,14 +156,14 @@ jobs:
156156

157157
steps:
158158
- name: Checkout repository
159-
uses: actions/checkout@v5.0.0
159+
uses: actions/checkout@v5.0.1
160160
with:
161161
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
162162
fetch-depth: 0
163163
persist-credentials: true
164164

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

168168
- name: Install dependencies
169169
run: bun install
@@ -237,14 +237,14 @@ jobs:
237237

238238
steps:
239239
- name: Checkout repository
240-
uses: actions/checkout@v5.0.0
240+
uses: actions/checkout@v5.0.1
241241
with:
242242
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
243243
fetch-depth: 0
244244
persist-credentials: true
245245

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

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
@@ -346,12 +346,12 @@ jobs:
346346

347347
steps:
348348
- name: Checkout repository
349-
uses: actions/checkout@v5.0.0
349+
uses: actions/checkout@v5.0.1
350350
with:
351351
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
352352

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

356356
- name: Install dependencies
357357
run: bun install

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5.0.0
14+
- uses: actions/checkout@v5.0.1
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Install Bun
19-
uses: oven-sh/setup-bun@v2.0.2
19+
uses: oven-sh/setup-bun@v2.1.2
2020

2121
- name: Use cached node_modules
2222
uses: actions/cache@v4.3.0

bun.lock

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nuxt/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v5
1919
with:
20-
node-version: 24.11.0
20+
node-version: 24.14.0
2121

2222
- run: npm i -g --force corepack@latest && corepack enable
2323

@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v5
3737
with:
38-
node-version: 24.11.0
38+
node-version: 24.14.0
3939

4040
- run: npm i -g --force corepack@latest && corepack enable
4141

packages/nuxt/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate": "nuxi generate"
1010
},
1111
"dependencies": {
12-
"nuxt": "^4.2.1",
12+
"nuxt": "^4.3.1",
1313
"ts-maps-nuxt": "workspace:*"
1414
},
1515
"workspaces": [

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"typecheck": "bunx --bun tsc --noEmit"
2424
},
2525
"peerDependencies": {
26-
"react": "^19.2.0",
27-
"react-dom": "^19.2.0"
26+
"react": "^19.2.4",
27+
"react-dom": "^19.2.4"
2828
},
2929
"dependencies": {
3030
"@vitejs/plugin-react": "^5.1.4",

packages/stx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@stacksjs/eslint-config": "^4.14.0-beta.3",
5454
"@types/bun": "^1.3.9",
55-
"bun-types": "^1.3.9",
55+
"bun-types": "^1.3.10",
5656
"typescript": "^5.9.3"
5757
},
5858
"peerDependencies": {

packages/ts-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"devDependencies": {
101101
"bunfig": "^0.15.6",
102-
"lint-staged": "^16.2.7",
102+
"lint-staged": "^16.3.0",
103103
"typescript": "^5.9.3"
104104
},
105105
"lint-staged": {

packages/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@vitejs/plugin-vue": "^6.0.4",
46-
"bun-types": "^1.3.2",
46+
"bun-types": "^1.3.10",
4747
"ts-maps": "workspace:*",
4848
"vue": "^3.5.29"
4949
},
@@ -54,15 +54,15 @@
5454
"@stacksjs/eslint-config": "^4.14.0-beta.3",
5555
"@testing-library/dom": "^10.4.1",
5656
"@testing-library/jest-dom": "^6.9.1",
57-
"@types/bun": "^1.3.2",
57+
"@types/bun": "^1.3.9",
5858
"@types/google.maps": "^3.58.1",
5959
"@types/vue": "^2.0.0",
6060
"@vue/tsconfig": "^0.8.1",
6161
"bumpp": "^10.4.1",
6262
"changelogen": "^0.6.2",
6363
"happy-dom": "^20.7.0",
6464
"typescript": "^5.9.3",
65-
"vite": "^7.2.2",
66-
"vue-tsc": "^3.1.3"
65+
"vite": "^7.3.1",
66+
"vue-tsc": "^3.2.5"
6767
}
6868
}

0 commit comments

Comments
 (0)