Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
242355b
chore(deps): update all non-major dependencies
github-actions[bot] Oct 7, 2025
aecd602
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
0eab4c0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
1bae312
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
678f0b5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
787ca2e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
6336a79
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
74b9538
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
c453684
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
3c0a3b7
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
43aadd0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
0b1f950
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
c82fd24
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
6187af0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 28, 2025
83155ce
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
121c221
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
c93a090
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
9f65e4b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
5b7556d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
fc96cfb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
518147c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 31, 2025
479623d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 3, 2025
f39e71b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
4576b46
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
698c09c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 6, 2025
b4dafb4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
b6f6590
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
dc459ec
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Install dependencies
run: bun install
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Install dependencies
run: bun install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Create GitHub Release
id: create_release
uses: stacksjs/action-releaser@v1.1.0
uses: stacksjs/action-releaser@v1.2.6
with:
files: |
./packages/tlsx/bin/tlsx-linux-x64.zip
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.23",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.2",
"buddy-bot": "^0.9.11",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.17",
"typescript": "^5.9.3"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tlsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@types/node-forge": "^1.3.14",
"bunfig": "^0.15.0",
"bunfig": "^0.15.6",
"node-forge": "^1.3.1",
"typescript": "^5.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"bun-plugin-dtsx": "^0.21.12",
"vite": "^7.1.7"
"vite": "^7.2.2"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down