File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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') }}
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') }}
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') }}
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 5252 "@stacksjs/dtsx" : " workspace:*"
5353 },
5454 "peerDependencies" : {
55- "esbuild" : " >=0.27.4 "
55+ "esbuild" : " >=0.28.0 "
5656 }
5757}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 5252 "@stacksjs/dtsx" : " workspace:*"
5353 },
5454 "peerDependencies" : {
55- "webpack" : " ^5.105.4 "
55+ "webpack" : " ^5.106.2 "
5656 }
5757}
You can’t perform that action at this time.
0 commit comments