Skip to content

Commit d10762b

Browse files
chore(deps): update all non-major dependencies
1 parent 4df7589 commit d10762b

File tree

13 files changed

+463
-115
lines changed

13 files changed

+463
-115
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ 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
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
133-
uses: shivammathur/setup-php@2.35.5
133+
uses: shivammathur/setup-php@2.36.0
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -156,7 +156,7 @@ 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
@@ -237,7 +237,7 @@ 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
@@ -248,7 +248,7 @@ jobs:
248248

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
251-
uses: shivammathur/setup-php@2.35.5
251+
uses: shivammathur/setup-php@2.36.0
252252
with:
253253
php-version: '8.4'
254254
tools: composer
@@ -346,7 +346,7 @@ 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

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v5.0.0
21+
- uses: actions/checkout@v5.0.1
2222

2323
- name: Install Bun
2424
uses: oven-sh/setup-bun@v2.0.2
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242

4343
steps:
44-
- uses: actions/checkout@v5.0.0
44+
- uses: actions/checkout@v5.0.1
4545

4646
- name: Install Bun
4747
uses: oven-sh/setup-bun@v2.0.2
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565

6666
steps:
67-
- uses: actions/checkout@v5.0.0
67+
- uses: actions/checkout@v5.0.1
6868

6969
- name: Install Bun
7070
uses: oven-sh/setup-bun@v2.0.2
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888

8989
steps:
90-
- uses: actions/checkout@v5.0.0
90+
- uses: actions/checkout@v5.0.1
9191

9292
- name: Install Bun
9393
uses: oven-sh/setup-bun@v2.0.2
@@ -129,7 +129,7 @@ jobs:
129129
needs: [build]
130130

131131
steps:
132-
- uses: actions/checkout@v5.0.0
132+
- uses: actions/checkout@v5.0.1
133133

134134
- name: Install Bun
135135
uses: oven-sh/setup-bun@v2.0.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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

bun.lock

Lines changed: 402 additions & 54 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"preview:docs": "bun --bun vitepress preview docs"
5454
},
5555
"dependencies": {
56-
"better-dx": "^0.2.3"
56+
"better-dx": "^0.2.5"
5757
},
5858
"devDependencies": {
5959
"@stacksjs/docs": "^0.70.23",

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.11.1
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.11.1
3939

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

packages/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"ts-maps": "workspace:*"
3737
},
3838
"devDependencies": {
39-
"@nuxt/devtools": "^3.1.0",
40-
"@nuxt/eslint-config": "^1.10.0",
39+
"@nuxt/devtools": "^3.1.1",
40+
"@nuxt/eslint-config": "^1.11.0",
4141
"@nuxt/module-builder": "^1.0.2",
4242
"@nuxt/schema": "^4.2.1",
4343
"nuxt": "^4.2.1",
4444
"typescript": "~5.9.3",
45-
"vue-tsc": "^3.1.3"
45+
"vue-tsc": "^3.1.5"
4646
}
4747
}

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"react-dom": "^19.2.0"
2929
},
3030
"dependencies": {
31-
"@vitejs/plugin-react": "^5.1.0",
31+
"@vitejs/plugin-react": "^5.1.1",
3232
"ts-maps": "workspace:*",
33-
"vite": "^7.2.2",
33+
"vite": "^7.2.6",
3434
"vite-plugin-dts": "^4.5.4"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^19.2.2",
38-
"@types/react-dom": "^19.2.2",
37+
"@types/react": "^19.2.7",
38+
"@types/react-dom": "^19.2.3",
3939
"react": "^19.2.0",
4040
"react-dom": "^19.2.0",
4141
"typescript": "^5.9.3"

packages/ts-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"devDependencies": {
100100
"bunfig": "^0.15.6",
101-
"lint-staged": "^16.2.6",
101+
"lint-staged": "^16.2.7",
102102
"typescript": "^5.9.3"
103103
},
104104
"lint-staged": {

packages/vue/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@
4242
"test": "bun test"
4343
},
4444
"dependencies": {
45-
"@vitejs/plugin-vue": "^6.0.1",
46-
"bun-types": "^1.3.2",
45+
"@vitejs/plugin-vue": "^6.0.2",
46+
"bun-types": "^1.3.3",
4747
"ts-maps": "workspace:*"
4848
},
4949
"devDependencies": {
50-
"@happy-dom/global-registrator": "^20.0.10",
50+
"@happy-dom/global-registrator": "^20.0.11",
5151
"@microsoft/api-extractor": "^8.0.0",
5252
"@stacksjs/docs": "^0.70.23",
5353
"@stacksjs/eslint-config": "^4.14.0-beta.3",
5454
"@testing-library/dom": "^10.4.1",
5555
"@testing-library/jest-dom": "^6.9.1",
56-
"@types/bun": "^1.3.2",
56+
"@types/bun": "^1.3.3",
5757
"@types/google.maps": "^3.58.1",
5858
"@types/vue": "^2.0.0",
5959
"@vue/tsconfig": "^0.8.1",
60-
"bumpp": "^10.3.1",
60+
"bumpp": "^10.3.2",
6161
"changelogen": "^0.6.2",
62-
"happy-dom": "^20.0.10",
62+
"happy-dom": "^20.0.11",
6363
"typescript": "^5.9.3",
64-
"vite": "^7.2.2",
65-
"vue": "^3.5.24",
66-
"vue-tsc": "^3.1.3"
64+
"vite": "^7.2.6",
65+
"vue": "^3.5.25",
66+
"vue-tsc": "^3.1.5"
6767
}
6868
}

0 commit comments

Comments
 (0)