Skip to content
Closed
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
c3bc781
chore(deps): update all non-major dependencies
github-actions[bot] Sep 25, 2025
ca99be9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 28, 2025
e3b0ba1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 30, 2025
1bb4df2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 6, 2025
9ce6a78
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 6, 2025
fb37e5d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
34d3688
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
645e304
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
960d550
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
1a97a14
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
59b8462
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 13, 2025
7797239
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
6b5d932
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
a6ca4a8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
0b7cc92
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
07ab879
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
c9eb8e2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
21a873c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
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 All @@ -47,7 +47,7 @@ jobs:
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 All @@ -70,7 +70,7 @@ jobs:
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 All @@ -93,7 +93,7 @@ jobs:
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Attach Binaries
uses: stacksjs/action-releaser@v1.1.0
uses: stacksjs/action-releaser@v1.2.6
with:
files: |
bin/aax-linux-x64.zip
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@
"zip:darwin-arm64": "zip -j bin/aax-darwin-arm64.zip bin/aax-darwin-arm64"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/bumpx": "^0.2.2",
"@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.22",
"buddy-bot": "0.9.7",
"bumpp": "^10.2.3",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "0.9.5",
"@stacksjs/logsmith": "^0.2.0",
"@types/bun": "^1.3.0",
"buddy-bot": "0.9.9",
"bumpp": "^10.3.1",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "0.21.12",
"bunfig": "^0.15.0",
"changelogen": "^0.6.2",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"git-hooks": {
"pre-commit": {
Expand Down
Loading