ReviewOS

also looking at this

stacks/bunpress

chore(deps): update dependency buddy-bot to ^0.9.16

#40
Merged renovate[bot] wants to merge renovate/all-minor-patch into main
2 files +4 -3

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

bun.lockmodified+3-2
Changes to bun.lock
@@ -1,11 +1,12 @@
11{
22 "lockfileVersion": 1,
3 "configVersion": 0,
34 "workspaces": {
45 "": {
56 "name": "@stacksjs/bunpress",
67 "dependencies": {
78 "@stacksjs/ts-md": "^0.1.1",
8 "buddy-bot": "^0.9.14",
9 "buddy-bot": "^0.9.16",
910 },
1011 "devDependencies": {
1112 "@stacksjs/bumpx": "^0.2.4",
@@ -62,7 +63,7 @@
6263
6364 "ansi-styles": ["ansi-styles@6.2.3", "", {}, "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg=="],
6465
65 "buddy-bot": ["buddy-bot@0.9.14", "", { "dependencies": { "bunfig": "^0.15.6", "prompts": "^2.4.2", "ts-pkgx": "^0.4.134" }, "bin": { "buddy-bot": "./dist/bin/cli.js" } }, "sha512-ZMA2jiajEHrAehi7iOaeNe94aGii8JzgNej0+X6OIx7jumrHXq9zewMyL9p70kk3iIsgXhg7YqMoDB3rWcW7Aw=="],
66 "buddy-bot": ["buddy-bot@0.9.16", "", { "dependencies": { "bunfig": "^0.15.6", "prompts": "^2.4.2", "ts-pkgx": "^0.4.154" }, "bin": { "buddy-bot": "./dist/bin/cli.js" } }, "sha512-mw2ef2WMQ8zmd63/jbf3SQEvESv1Xp++iMOkXhONhULdyLZ6UEw+MbUl2bn5rMboXe+ymfTb5wmZE6j7/iHmAQ=="],
6667
6768 "bun-git-hooks": ["bun-git-hooks@0.3.1", "", { "bin": { "git-hooks": "dist/bin/cli.js", "bun-git-hooks": "dist/bin/cli.js" } }, "sha512-Xs/QUqIYgBmLHSVr5VBLVbM5lZbUoAXKX2WZyoQDb2LlzcxC3BpBvMkMTQH75UuOJZwaRBq8yEe4IR6NckqdgQ=="],
6869
package.jsonmodified+1-1
Changes to package.json
@@ -72,7 +72,7 @@
7272 },
7373 "dependencies": {
7474 "@stacksjs/ts-md": "^0.1.1",
75 "buddy-bot": "^0.9.14"
75 "buddy-bot": "^0.9.16"
7676 },
7777 "optionalDependencies": {
7878 "@stacksjs/ts-cloud": "^0.1.7",