Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e4a42ad
chore(deps): update all non-major dependencies
github-actions[bot] Oct 2, 2025
2ba85b0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
931900b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
b20759f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
8344bb8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
fe6921f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
bad9ed4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 13, 2025
49cb5bb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
f171c0c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
83ee39e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
08011c5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
b7f2bc6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
174b79e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
3804b93
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
e2b2d90
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
1a3ba2e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
d02b431
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
c2c5db5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
806cf1d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 19, 2025
3cf4555
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
156f07d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
70f10c9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 22, 2025
6194c75
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 22, 2025
0bbc364
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
11f9663
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
9ec63e5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
26b1866
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
95589a0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
2d002a6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 31, 2025
01e8ce7
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 3, 2025
df291bb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
bb4faa4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
2a60079
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 8, 2025
72c5c7c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 17, 2025
dfd9ce8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 20, 2025
7c7bdeb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 21, 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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/[email protected]
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/[email protected]
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/[email protected]
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v5.0.1
with:
fetch-depth: 0

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
},
"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.7",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.3",
"buddy-bot": "^0.9.12",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.17",
"typescript": "^5.9.3"
},
"git-hooks": {
Expand Down