Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a1d2479
chore(deps): update all non-major dependencies
github-actions[bot] Oct 17, 2025
12637d0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 19, 2025
4202daa
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
e71f5ba
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
0f2e45e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 22, 2025
508772f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 22, 2025
1cd8cec
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
2c0609d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 28, 2025
dd61659
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
4baaf8b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
7dd9970
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
0bccf0a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
21ac580
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
4b2d607
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
8dadb28
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
3368531
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
7f0c862
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 31, 2025
e0c916a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 3, 2025
e731c19
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
91814c0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
4842aca
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
8 changes: 4 additions & 4 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ 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') != '' }}
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,7 +244,7 @@ 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') != '' }}
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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
},
"devDependencies": {
"@happy-dom/global-registrator": "^19.0.2",
"@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.8",
"@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.12",
"bunfig": "^0.15.0",
"bun-plugin-dtsx": "^0.21.17",
"bunfig": "^0.15.6",
"typescript": "^5.9.3"
},
"overrides": {
Expand Down