Skip to content

Commit 87a3eed

Browse files
chore(deps): update all non-major dependencies
1 parent 006e610 commit 87a3eed

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
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@2.35.5
133+
uses: shivammathur/setup-php@2.36.0
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@2.35.5
251+
uses: shivammathur/setup-php@2.36.0
252252
with:
253253
php-version: '8.4'
254254
tools: composer

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5.0.0
2222

2323
- name: Install Bun
24-
uses: oven-sh/setup-bun@v2.0.2
24+
uses: oven-sh/setup-bun@v2.1.2
2525

2626
- name: Use cached node_modules
2727
uses: actions/cache@v4.3.0
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5.0.0
4545

4646
- name: Install Bun
47-
uses: oven-sh/setup-bun@v2.0.2
47+
uses: oven-sh/setup-bun@v2.1.2
4848

4949
- name: Use cached node_modules
5050
uses: actions/cache@v4.3.0
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v5.0.0
6868

6969
- name: Install Bun
70-
uses: oven-sh/setup-bun@v2.0.2
70+
uses: oven-sh/setup-bun@v2.1.2
7171

7272
- name: Use cached node_modules
7373
uses: actions/cache@v4.3.0
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v5.0.0
9191

9292
- name: Install Bun
93-
uses: oven-sh/setup-bun@v2.0.2
93+
uses: oven-sh/setup-bun@v2.1.2
9494

9595
- name: Use cached node_modules
9696
uses: actions/cache@v4.3.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

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

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@
5151
"preview:docs": "bun --bun vitepress preview docs"
5252
},
5353
"devDependencies": {
54-
"@stacksjs/bumpx": "^0.1.84",
55-
"@stacksjs/clarity": "^0.3.23",
54+
"@stacksjs/bumpx": "^0.2.4",
55+
"@stacksjs/clarity": "^0.3.24",
5656
"@stacksjs/docs": "^0.70.23",
5757
"@stacksjs/eslint-config": "^4.14.0-beta.3",
5858
"@stacksjs/gitlint": "^0.1.5",
59-
"@stacksjs/logsmith": "^0.1.18",
60-
"@types/bun": "^1.2.23",
59+
"@stacksjs/logsmith": "^0.2.1",
60+
"@types/bun": "^1.3.8",
6161
"@types/clean-css": "^4.2.11",
6262
"@types/google.maps": "^3.58.1",
63-
"buddy-bot": "^0.9.7",
64-
"bun-git-hooks": "^0.2.19",
65-
"bun-plugin-dtsx": "^0.21.12"
63+
"buddy-bot": "^0.9.12",
64+
"bun-git-hooks": "^0.3.1",
65+
"bun-plugin-dtsx": "^0.21.17"
6666
},
6767
"overrides": {
6868
"unconfig": "0.3.10"

packages/ts-inputs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"devDependencies": {
5050
"bun-plugin-dtsx": "^0.21.12",
51-
"bunfig": "^0.15.0",
52-
"lint-staged": "^16.2.3",
51+
"bunfig": "^0.15.6",
52+
"lint-staged": "^16.2.7",
5353
"simple-git-hooks": "^2.13.1",
5454
"typescript": "^5.9.3"
5555
},

packages/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
},
4242
"peerDependencies": {
4343
"ts-inputs": "workspace:*",
44-
"vue": "^3.5.22"
44+
"vue": "^3.5.27"
4545
},
4646
"devDependencies": {
47-
"@microsoft/api-extractor": "^7.52.15",
47+
"@microsoft/api-extractor": "^7.56.3",
4848
"@stacksjs/docs": "^0.70.23",
4949
"@types/google.maps": "^3.58.1",
5050
"@vue/tsconfig": "^0.8.1",
51-
"bumpp": "^10.2.3",
51+
"bumpp": "^10.4.1",
5252
"bun-plugin-dtsx": "^0.21.12",
5353
"changelogen": "^0.6.2",
5454
"clean-css": "^5.3.3",

0 commit comments

Comments
 (0)