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 Aug 29, 2025
commit 3a50e6e189b99c99aee70a42f8556ddc60c53438
12 changes: 6 additions & 6 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ 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') != '' }}
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.35.4
with:
php-version: '8.4'
tools: composer
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,11 +244,11 @@ 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') != '' }}
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.35.4
with:
php-version: '8.4'
tools: composer
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
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

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -47,7 +47,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -70,7 +70,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -93,7 +93,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.17",
"@stacksjs/bumpx": "^0.1.26",
"@stacksjs/cli": "^0.70.23",
"@stacksjs/development": "^0.70.23",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.14",
"buddy-bot": "^0.8.9",
"@stacksjs/logsmith": "^0.1.14",
"@types/bun": "^1.2.21",
"buddy-bot": "^0.8.10",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "workspace:*",
"unocss": "^66.1.2"
"unocss": "^66.4.2"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
2 changes: 1 addition & 1 deletion pkgx.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.2.14
bun.sh: ^1.2.20
Loading