Skip to content

Commit c0bfea0

Browse files
chore(deps): update all non-major dependencies
1 parent 04a5e5a commit c0bfea0

9 files changed

Lines changed: 106 additions & 90 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v6.0.2
4141

4242
- name: Install Bun
43-
uses: oven-sh/setup-bun@v2.1.2
43+
uses: oven-sh/setup-bun@v2.2.0
4444

4545
- name: Install Zig
4646
uses: mlugg/setup-zig@v2

.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.36.0
133+
uses: shivammathur/setup-php@2.37.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.36.0
251+
uses: shivammathur/setup-php@2.37.0
252252
with:
253253
php-version: '8.4'
254254
tools: composer

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@v5.0.3
27+
uses: actions/cache@v5.0.5
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@v5.0.3
50+
uses: actions/cache@v5.0.5
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -75,7 +75,7 @@ jobs:
7575
version: 0.17.0-dev.56+a8226cd53
7676

7777
- name: Use cached node_modules
78-
uses: actions/cache@v5.0.3
78+
uses: actions/cache@v5.0.5
7979
with:
8080
path: node_modules
8181
key: node-modules-${{ hashFiles('**/bun.lock') }}

bun.lock

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@
5757
"preview:docs": "bun --bun vitepress preview docs"
5858
},
5959
"devDependencies": {
60-
"@stacksjs/bumpx": "^0.2.4",
60+
"@stacksjs/bumpx": "^0.2.5",
6161
"@stacksjs/bunpress": "^0.1.4",
6262
"@stacksjs/clapp": "^0.2.0",
63-
"pickier": "^0.1.20",
63+
"pickier": "^0.1.21",
6464
"@stacksjs/gitlint": "^0.1.5",
6565
"@stacksjs/logsmith": "^0.2.1",
66-
"@types/bun": "^1.3.11",
67-
"@typescript/native-preview": "^7.0.0-dev.20260311.1",
66+
"@types/bun": "^1.3.13",
67+
"@typescript/native-preview": "^7.0.0-dev.20260427.1",
6868
"buddy-bot": "^0.9.18",
6969
"bun-git-hooks": "^0.3.1",
7070
"bun-plugin-dtsx": "workspace:*",
7171
"mitata": "^1.0.34",
72-
"oxc-transform": "^0.121.0",
72+
"oxc-transform": "^0.128.0",
7373
"typescript": "^5.9.3"
7474
},
7575
"workspaces": [

packages/dtsx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105
"@stacksjs/clapp": "^0.2.0"
106106
},
107107
"devDependencies": {
108-
"bunfig": "^0.15.6",
109-
"oxc-parser": "^0.121.0",
110-
"typescript": "^6.0.2"
108+
"bunfig": "^0.15.7",
109+
"oxc-parser": "^0.128.0",
110+
"typescript": "^6.0.3"
111111
},
112112
"git-hooks": {
113113
"pre-commit": {

packages/esbuild-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"@stacksjs/dtsx": "workspace:*"
5353
},
5454
"peerDependencies": {
55-
"esbuild": ">=0.27.4"
55+
"esbuild": ">=0.28.0"
5656
}
5757
}

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@stacksjs/dtsx": "workspace:*",
70-
"vite": "^7.3.1"
70+
"vite": "^7.3.2"
7171
},
7272
"peerDependencies": {
7373
"vite": "^4.0.0 || ^5.0.0"

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"@stacksjs/dtsx": "workspace:*"
5353
},
5454
"peerDependencies": {
55-
"webpack": "^5.105.4"
55+
"webpack": "^5.106.2"
5656
}
5757
}

0 commit comments

Comments
 (0)