Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
fea7b03
chore(deps): update all non-major dependencies
github-actions[bot] Aug 26, 2025
9dd52ab
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 27, 2025
2fde3e3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 28, 2025
984f0d4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
28b335c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
c400e8e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
22b5301
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
6c896e8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 30, 2025
7fecae3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 30, 2025
e638006
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 31, 2025
845ccfc
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 31, 2025
dd6540e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 1, 2025
e21b37a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
a3fd7a1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
899840f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
15a0c16
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
0553715
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 7, 2025
ff3b0d2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 10, 2025
d5b63de
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 10, 2025
28c2bb6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 11, 2025
2e920c2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 14, 2025
283998a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 18, 2025
e27a749
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 24, 2025
d4ce33b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 24, 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@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 All @@ -90,10 +90,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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Attach Binaries
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.3.3
with:
files: |
bin/post-linux-x64
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.17",
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/docs": "^0.69.3",
"@stacksjs/eslint-config": "^4.2.1-beta.1",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.2",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.22",
"buddy-bot": "^0.8.9",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.9",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.7.0",
"cac": "^6.7.14",
"typescript": "^5.7.3"
"typescript": "^5.9.2"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/post/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@stacksjs/tlsx": "^0.10.0",
"@types/node-forge": "^1.3.11",
"@types/node-forge": "^1.3.14",
"node-forge": "^1.3.1",
"ts-punycode": "^0.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@types/bun": "^1.2.2",
"lint-staged": "^15.4.3",
"simple-git-hooks": "^2.11.1",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.7.3"
},
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"@stacksjs/post": "workspace:*"
},
"devDependencies": {
"@types/bun": "^1.2.2",
"@types/bun": "^1.2.21",
"lint-staged": "^15.4.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.3"
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.2"
},
"lint-staged": {
"*.{js,ts}": "bunx --bun eslint . --fix"
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