Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Next Next commit
chore(deps): update all non-major dependencies
  • Loading branch information
github-actions[bot] committed Oct 11, 2025
commit 4230bd8646c49e4b01318b080da83171a2bc5c73
4 changes: 2 additions & 2 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '8.4'
tools: composer
Expand Down
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/[email protected]

- 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/[email protected]

- 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/[email protected]

- 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/[email protected]

- 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 @@ -68,25 +68,25 @@
"zip:darwin-arm64": "zip -j bin/audiox-darwin-arm64.zip bin/audiox-darwin-arm64"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/bumpx": "^0.2.1",
"@stacksjs/clapp": "^0.2.0",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@stacksjs/tlsx": "^0.10.0",
"@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",
"@types/bun": "^1.3.0",
"buddy-bot": "0.9.8",
"bumpp": "^10.3.1",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"cac": "^6.7.14",
"changelogen": "^0.6.2",
"consola": "^3.4.2",
"typescript": "^5.8.3",
"unocss": "^66.5.1"
"typescript": "^5.9.3",
"unocss": "^66.5.3"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
Loading