File tree Expand file tree Collapse file tree 8 files changed +65
-188
lines changed Expand file tree Collapse file tree 8 files changed +65
-188
lines changed Original file line number Diff line number Diff 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.GITHUB_TOKEN }}
125125 fetch-depth : 0 # Fetch full history for rebasing
@@ -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.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.GITHUB_TOKEN }}
243243 fetch-depth : 0
@@ -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.GITHUB_TOKEN }}
352352
Original file line number Diff line number Diff line change 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
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
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
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
Original file line number Diff line number Diff line change 1717 version : ${{ env.VERSION }}
1818 steps :
1919 - name : Checkout Code
20- uses : actions/checkout@v5.0.0
20+ uses : actions/checkout@v5.0.1
2121 with :
2222 fetch-depth : 0
2323
4242
4343 - name : Create GitHub Release
4444 id : create_release
45- uses : stacksjs/action-releaser@v1.1.0
45+ uses : stacksjs/action-releaser@v1.2.7
4646 with :
4747 files : |
4848 ./packages/tlsx/bin/tlsx-linux-x64.zip
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 4949 "preview:docs" : " bun --bun vitepress preview docs"
5050 },
5151 "devDependencies" : {
52- "@stacksjs/bumpx" : " ^0.1.84 " ,
52+ "@stacksjs/bumpx" : " ^0.2.4 " ,
5353 "@stacksjs/docs" : " ^0.70.23" ,
5454 "@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
5555 "@stacksjs/gitlint" : " ^0.1.5" ,
56- "@stacksjs/logsmith" : " ^0.1.18 " ,
57- "@types/bun" : " ^1.2.23 " ,
58- "buddy-bot" : " ^0.9.7 " ,
59- "bun-git-hooks" : " ^0.2.19 " ,
60- "bun-plugin-dtsx" : " ^0.21.12 " ,
56+ "@stacksjs/logsmith" : " ^0.2.1 " ,
57+ "@types/bun" : " ^1.3.2 " ,
58+ "buddy-bot" : " ^0.9.11 " ,
59+ "bun-git-hooks" : " ^0.3.1 " ,
60+ "bun-plugin-dtsx" : " ^0.21.17 " ,
6161 "typescript" : " ^5.9.3"
6262 },
6363 "overrides" : {
Original file line number Diff line number Diff line change 4646 "typecheck" : " bunx tsc --noEmit"
4747 },
4848 "devDependencies" : {
49- "bun-plugin-dtsx" : " ^0.21.12 "
49+ "bun-plugin-dtsx" : " ^0.21.17 "
5050 },
5151 "simple-git-hooks" : {
5252 "pre-commit" : " bunx lint-staged"
Original file line number Diff line number Diff line change 5858 },
5959 "devDependencies" : {
6060 "@types/node-forge" : " ^1.3.14" ,
61- "bunfig" : " ^0.15.0 " ,
61+ "bunfig" : " ^0.15.6 " ,
6262 "node-forge" : " ^1.3.1" ,
6363 "typescript" : " ^5.9.3"
6464 },
Original file line number Diff line number Diff line change 4747 "typecheck" : " bunx tsc --noEmit"
4848 },
4949 "peerDependencies" : {
50- "vite" : " ^7.1.7 "
50+ "vite" : " ^7.2.2 "
5151 },
5252 "dependencies" : {
5353 "@stacksjs/tlsx" : " workspace:*"
5454 },
5555 "devDependencies" : {
56- "bun-plugin-dtsx" : " ^0.21.12 " ,
57- "vite" : " ^7.1.7 "
56+ "bun-plugin-dtsx" : " ^0.21.17 " ,
57+ "vite" : " ^7.2.2 "
5858 },
5959 "simple-git-hooks" : {
6060 "pre-commit" : " bunx lint-staged"
You can’t perform that action at this time.
0 commit comments