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
5fd8e92
chore(deps): update all non-major dependencies
github-actions[bot] Nov 7, 2025
7e1adf3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 8, 2025
216e57d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 8, 2025
03f1d7d
Merge remote-tracking branch 'origin/main' into buddy-bot/update-non-…
github-actions[bot] Nov 9, 2025
638cd92
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 9, 2025
8a23a82
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 10, 2025
9958489
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 11, 2025
4668f8d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 12, 2025
98927c0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 13, 2025
51c72a4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 14, 2025
669e3b9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 15, 2025
88341db
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 16, 2025
5fa00e3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 17, 2025
1768c24
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 17, 2025
8a74704
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 18, 2025
67d959d
Merge remote-tracking branch 'origin/main' into buddy-bot/update-non-…
github-actions[bot] Nov 19, 2025
07dc1a9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 19, 2025
051ba33
Merge remote-tracking branch 'origin/main' into buddy-bot/update-non-…
github-actions[bot] Nov 19, 2025
4b10df6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 19, 2025
97c9a5a
Merge remote-tracking branch 'origin/main' into buddy-bot/update-non-…
github-actions[bot] Nov 20, 2025
af10133
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 20, 2025
6fddaba
Merge remote-tracking branch 'origin/main' into buddy-bot/update-non-…
github-actions[bot] Nov 20, 2025
632417a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 20, 2025
18881ed
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 21, 2025
a93f300
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 21, 2025
4e451b9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 22, 2025
c11a1f4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 23, 2025
769a88e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 24, 2025
012f383
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 25, 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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Create GitHub Release
id: create_release
uses: stacksjs/[email protected].7
uses: stacksjs/[email protected].6
with:
files: |
./bin/buddy-bot-linux-x64.zip
Expand Down
2 changes: 1 addition & 1 deletion deps.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.3.1
bun.sh: ^1.3.2
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"dependencies": {
"bunfig": "^0.15.6",
"prompts": "^2.4.2",
"ts-pkgx": "^0.4.134"
"ts-pkgx": "^0.4.140"
},
"devDependencies": {
"@stacksjs/clapp": "^0.2.0",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@types/bun": "^1.3.2",
"@types/bun": "^1.3.3",
"@types/prompts": "^2.4.9",
"bun-plugin-dtsx": "^0.9.9"
"bun-plugin-dtsx": "^0.21.17"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
Loading