Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6a0a10a
chore(deps): update all non-major dependencies
github-actions[bot] Oct 10, 2025
c58a9a3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
e37c060
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
07e84bd
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 13, 2025
377107d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
54bf434
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
3ab74eb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
ce6ffcb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
f1f7997
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
0234c77
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
9beba1e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
cfb5703
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
9d7a554
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
f7ded4c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
30dc472
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 31, 2025
d24bdbb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 3, 2025
fb39009
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
dbfd17a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
8319bf4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
8a0ed4c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 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.lockb') }}
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.lockb') }}
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.lockb') }}
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,10 +16,10 @@ jobs:
fetch-depth: 0

- 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.lockb') }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.17",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/docs": "^0.70.21",
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.2.1-beta.1",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.8",
"@types/bun": "^1.3.1",
"buddy-bot": "^0.8.9",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.9",
"typescript": "^5.8.2"
"bun-plugin-dtsx": "^0.21.17",
"typescript": "^5.9.3"
},
"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.3
bun.sh: ^1.2.20
Loading