File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 pull-requests : write
3636
3737 steps :
38- - uses : actions/checkout@v6.0.0
38+ - uses : actions/checkout@v6.0.1
3939
4040 - name : Install Bun
4141 uses : oven-sh/setup-bun@v2.0.2
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.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
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v6.0.0
21+ - uses : actions/checkout@v6.0.1
2222
2323 - name : Install Bun
2424 uses : oven-sh/setup-bun@v2.0.2
4141 runs-on : ubuntu-latest
4242
4343 steps :
44- - uses : actions/checkout@v6.0.0
44+ - uses : actions/checkout@v6.0.1
4545
4646 - name : Install Bun
4747 uses : oven-sh/setup-bun@v2.0.2
6464 runs-on : ubuntu-latest
6565
6666 steps :
67- - uses : actions/checkout@v6.0.0
67+ - uses : actions/checkout@v6.0.1
6868
6969 - name : Install Bun
7070 uses : oven-sh/setup-bun@v2.0.2
8787 runs-on : ubuntu-latest
8888
8989 steps :
90- - uses : actions/checkout@v6.0.0
90+ - uses : actions/checkout@v6.0.1
9191
9292 - name : Install Bun
9393 uses : oven-sh/setup-bun@v2.0.2
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v6.0.0
14+ - uses : actions/checkout@v6.0.1
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 6262 "@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
6363 "@stacksjs/gitlint" : " ^0.1.5" ,
6464 "@stacksjs/logsmith" : " ^0.2.1" ,
65- "@types/bun" : " ^1.3.3 " ,
65+ "@types/bun" : " ^1.3.4 " ,
6666 "buddy-bot" : " ^0.9.12" ,
6767 "bun-git-hooks" : " ^0.3.1" ,
6868 "bun-plugin-dtsx" : " workspace:*" ,
6969 "typescript" : " ^5.9.3" ,
70- "unocss" : " ^66.5.9 "
70+ "unocss" : " ^66.5.10 "
7171 },
7272 "overrides" : {
7373 "unconfig" : " 0.3.10"
Original file line number Diff line number Diff line change 9494 "zip:darwin-arm64" : " zip -j bin/dtsx-darwin-arm64.zip bin/dtsx-darwin-arm64"
9595 },
9696 "peerDependencies" : {
97- "typescript" : " >=5.0.0 "
97+ "typescript" : " >=5.9.3 "
9898 },
9999 "peerDependenciesMeta" : {
100100 "typescript" : {
107107 "devDependencies" : {
108108 "bunfig" : " ^0.15.6" ,
109109 "tinyglobby" : " ^0.2.15" ,
110- "typescript" : " ^5.0.0 "
110+ "typescript" : " ^5.9.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.17.0 "
55+ "esbuild" : " >=0.27.1 "
5656 }
5757}
Original file line number Diff line number Diff line change 6767 },
6868 "devDependencies" : {
6969 "@stacksjs/dtsx" : " workspace:*" ,
70- "vite" : " ^5.0.0 "
70+ "vite" : " ^5.4.21 "
7171 },
7272 "peerDependencies" : {
7373 "vite" : " ^4.0.0 || ^5.0.0"
You can’t perform that action at this time.
0 commit comments