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
f0a777c
chore(deps): update all non-major dependencies
github-actions[bot] Oct 3, 2025
138b4cf
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
f5f4b1c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
3cd1b29
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
efd4383
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
ca480f2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
44a62b5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
7ccb728
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 13, 2025
4ad3f45
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
d1987e5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
422b0c9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
d6a9b0e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
a12e78c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
bde6c92
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 28, 2025
19b7ff6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
41a8f84
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
23df468
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
b514976
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
ec50f82
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
aeb8301
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
659b28b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 31, 2025
b46014d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 3, 2025
d29ab9d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
15ffd35
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
fda3265
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
c779580
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
8cbe794
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 8, 2025
ae9775b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 11, 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
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@
"data-uri-to-buffer": "^6.0.2"
},
"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",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.2",
"@types/cwise-compiler": "^1.1.6",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"buddy-bot": "^0.9.11",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.17",
"bunfig": "^0.15.6",
"cwise-compiler": "^1.1.3",
"typescript": "^5.9.3",
"unocss": "^66.5.2"
"unocss": "^66.5.6"
},
"overrides": {
"unconfig": "0.6.0"
Expand Down