Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4ac6167
chore(deps): update all non-major dependencies
github-actions[bot] Aug 26, 2025
4a31db7
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 26, 2025
58ced2c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 27, 2025
d374778
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 28, 2025
0885a28
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
89e1ec9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
9a5f480
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
6c718a5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
20ed10a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 30, 2025
3ca2929
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 30, 2025
48911e2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 31, 2025
cfbd552
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 31, 2025
614dc6b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 1, 2025
00d4813
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
3878993
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
52d6aa7
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
843c871
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
4412d6d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 10, 2025
a264d74
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 10, 2025
4805a32
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 10, 2025
7ae785b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 11, 2025
6fb0ea0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 14, 2025
b48470d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 18, 2025
be1ad1c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 24, 2025
042b6b1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 24, 2025
3b3ac1c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 28, 2025
3f852f4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 30, 2025
0688203
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
c93450b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
a531cf8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
329d40b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
056dea1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 13, 2025
cb7a551
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
9541212
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
9658777
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
501c050
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
1686e2d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 31, 2025
24a4c79
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 3, 2025
61f7174
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
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/setup-php@v2
uses: shivammathur/setup-php@2.35.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/setup-php@v2
uses: shivammathur/setup-php@2.35.5
with:
php-version: '8.4'
tools: composer
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4

- 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 All @@ -44,10 +44,10 @@ jobs:
- uses: actions/checkout@v4

- 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 All @@ -67,10 +67,10 @@ jobs:
- uses: actions/checkout@v4

- 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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
fetch-depth: 0

- name: Install Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2
# env:
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
with:
bun-version: canary

- 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
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,16 @@
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.17",
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.10.2-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.9",
"@types/bun": "^1.3.2",
"buddy-bot": "^0.8.9",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.9",
"typescript": "^5.8.3"
"bun-plugin-dtsx": "^0.21.17",
"typescript": "^5.9.3"
},
"git-hooks": {
"pre-commit": {
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.2
bun.sh: ^1.2.20