Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d59c661
chore(deps): update all non-major dependencies
github-actions[bot] Sep 25, 2025
c6f87a5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 28, 2025
f10c77c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 30, 2025
8a63d39
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 3, 2025
00341b5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
33e77e6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
93e2c5c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
9dd5b9d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
d8949a4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
a71f66d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
94c84d0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
1253d1f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 13, 2025
f66ae0c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
cf81b76
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
044e661
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
5d73254
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
2ef941e
Merge remote-tracking branch 'origin/main' into buddy-bot/update-non-…
github-actions[bot] Oct 15, 2025
833f94a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
74ad302
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
a6e2bed
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
31b31ff
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
f636b7a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
8df352b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
227f187
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
f115a46
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
be9c182
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
57e6e05
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
4435888
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 27, 2025
feac8e1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 28, 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.4.1
with:
files: |
bin/bin-name-linux-x64
Expand Down
4 changes: 2 additions & 2 deletions deps.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
bun.sh: ^1.2.10
redis: ^7.4.2
bun.sh: ^1.3.0
redis: ^7.4.6
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"devDependencies": {
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@types/bun": "^1.3.0",
"better-dx": "^0.1.4"
"@types/bun": "^1.3.1",
"better-dx": "^0.2.0"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
12 changes: 6 additions & 6 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^66.1.0-beta.12",
"axios": "^1.9.0",
"@unocss/reset": "^66.5.4",
"axios": "^1.13.1",
"d3": "7.9.0",
"pinia": "^3.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
"pinia": "^3.0.3",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/carbon": "^1.2.14",
"@types/d3": "7.4.3",
"@vitejs/plugin-vue": "^5.2.3",
"vite": "^6.3.3",
Expand Down