Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
680b39b
chore(deps): update all non-major dependencies
github-actions[bot] Oct 13, 2025
aa93e91
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
cb8c3a1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
aef8428
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
cebf601
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
fd5e5d8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 28, 2025
f4066ba
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
27daace
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
1a8a3a0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
f4ea04c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
57dbaf0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
3cabb9d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
32b8f15
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 31, 2025
3ada014
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 3, 2025
58dd9d6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
1d284cb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
f756cca
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
27c8c18
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
fetch-depth: 0

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

- name: Use cached node_modules
uses: actions/cache@v4.2.4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"typecheck": "bun --bun tsc --noEmit"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/clarity": "^0.3.24",
"@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",
"bunfig": "^0.15.0",
"@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",
"bunfig": "^0.15.6",
"typescript": "^5.9.3"
},
"overrides": {
Expand Down