Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e2950a0
chore(deps): update all non-major dependencies
github-actions[bot] Sep 29, 2025
dba1de3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 30, 2025
f714fe0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
2575ded
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
1cf9bac
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
89ad4b1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
08dad59
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
35f5768
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 13, 2025
e403864
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
da45560
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
e5d0095
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
1ebb70c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
5ce27f8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
b64bb32
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
6636ff4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
08eb4ba
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
1c462c2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
8021bcb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
a8bf707
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
eaca376
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
0f80b30
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
cf77f1d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
f0eb3ad
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 28, 2025
73fa761
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
a847871
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
f8a4931
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
9570e35
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 29, 2025
92ca751
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
92de1db
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 30, 2025
2301e70
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 31, 2025
fc6f5e1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 3, 2025
722c2cb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
fb4a033
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
16 changes: 8 additions & 8 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@v5.0.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.lock') }}
Expand All @@ -44,10 +44,10 @@ jobs:
- uses: actions/checkout@v5.0.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.lock') }}
Expand All @@ -67,10 +67,10 @@ jobs:
- uses: actions/checkout@v5.0.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.lock') }}
Expand All @@ -96,10 +96,10 @@ jobs:
- uses: actions/checkout@v5.0.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.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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Attach Binaries
uses: stacksjs/action-releaser@v1.1.0
uses: stacksjs/action-releaser@v1.2.6
with:
files: |
bin/gitlint-linux-x64
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
"postinstall": "bunx git-hooks && bun run scripts/postinstall.ts"
},
"devDependencies": {
"@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",
"bunfig": "^0.15.0",
"typescript": "^5.9.2"
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.1",
"buddy-bot": "^0.9.11",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.17",
"bunfig": "^0.15.6",
"typescript": "^5.9.3"
},
"git-hooks": {
"pre-commit": {
Expand Down