Skip to content

Commit 61921db

Browse files
committed
chore: wip
1 parent d3cb879 commit 61921db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
git config --global user.name "github-actions[bot]"
150150
git config --global user.email "github-actions[bot]@users.noreply.github.com"
151151
152-
# Rebase check job (formerly buddy-check.yml)
152+
# Rebase check job
153153
rebase-check:
154154
runs-on: ubuntu-latest
155155
needs: [determine-jobs, setup]
@@ -231,7 +231,7 @@ jobs:
231231
echo "" >> $GITHUB_STEP_SUMMARY
232232
echo "📋 View detailed logs above for rebase results." >> $GITHUB_STEP_SUMMARY
233233
234-
# Dependency update job (formerly buddy-update.yml)
234+
# Dependency update job
235235
dependency-update:
236236
runs-on: ubuntu-latest
237237
needs: [determine-jobs, setup]
@@ -341,7 +341,7 @@ jobs:
341341
echo "" >> $GITHUB_STEP_SUMMARY
342342
echo "📊 View detailed logs above for scan and update results." >> $GITHUB_STEP_SUMMARY
343343
344-
# Dashboard update job (formerly buddy-dashboard.yml)
344+
# Dashboard update job
345345
dashboard-update:
346346
runs-on: ubuntu-latest
347347
needs: [determine-jobs, setup, dependency-update]

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"stacks": "workspace:*",
88
},
99
"devDependencies": {
10-
"buddy-bot": "0.5.10",
10+
"buddy-bot": "0.5.11",
1111
"typescript": "5.8.3",
1212
},
1313
},
@@ -3358,7 +3358,7 @@
33583358

33593359
"browserslist": ["[email protected]", "", { "dependencies": { "caniuse-lite": "^1.0.30001726", "electron-to-chromium": "^1.5.173", "node-releases": "^2.0.19", "update-browserslist-db": "^1.1.3" }, "bin": { "browserslist": "cli.js" } }, "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw=="],
33603360

3361-
"buddy-bot": ["[email protected].10", "", { "dependencies": { "@types/prompts": "^2.4.9", "bunfig": "^0.10.1", "cac": "6.7.13", "prompts": "^2.4.2", "ts-pkgx": "0.4.4" }, "bin": { "buddy-bot": "dist/bin/cli.js" } }, "sha512-JHcFx0PoppbTYZWYUymrOweWR+V4jcMXfmHo2To8qf4Yl6vvuM7/PZ2mIOTB3fpAPJuKycawYhxGB3pPvBFKrA=="],
3361+
"buddy-bot": ["[email protected].11", "", { "dependencies": { "@types/prompts": "^2.4.9", "bunfig": "^0.10.1", "cac": "6.7.13", "prompts": "^2.4.2", "ts-pkgx": "0.4.4" }, "bin": { "buddy-bot": "dist/bin/cli.js" } }, "sha512-fFDmIh6ouEiS8fDjeDYiVk8dMarxAeFVgP+csWunXMdl3TSBQFTYjgQ+PHCcp0L/HeyfNvTQUivmq9a5P27swQ=="],
33623362

33633363
"buffer": ["[email protected]", "", { "dependencies": { "base64-js": "^1.0.2", "ieee754": "^1.1.4", "isarray": "^1.0.0" } }, "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg=="],
33643364

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"storage/framework/server"
7878
],
7979
"devDependencies": {
80-
"buddy-bot": "0.5.10",
80+
"buddy-bot": "0.5.11",
8181
"typescript": "5.8.3"
8282
},
8383
"overrides": {

0 commit comments

Comments
 (0)