ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#50
Closed github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
4 files +10 -10

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.

benchmark/package.jsonmodified+5-5
Changes to benchmark/package.json
@@ -12,18 +12,18 @@
1212 },
1313 "devDependencies": {
1414 "commonmark": "^0.31.2",
15 "marked": "^17.0.0",
16 "markdown-it": "^14.1.0",
15 "marked": "^17.0.4",
16 "markdown-it": "^14.1.1",
1717 "micromark": "^4.0.2",
1818 "micromark-extension-gfm": "^3.0.0",
1919 "showdown": "^2.1.0",
2020 "unified": "^11.0.5",
2121 "remark-parse": "^11.0.0",
22 "remark-gfm": "^4.0.0",
23 "remark-rehype": "^11.1.1",
22 "remark-gfm": "^4.0.1",
23 "remark-rehype": "^11.1.2",
2424 "rehype-stringify": "^10.0.1",
2525 "mitata": "^1.0.34",
26 "@types/commonmark": "^0.27.9",
26 "@types/commonmark": "^0.27.10",
2727 "@types/markdown-it": "^14.1.2",
2828 "@types/showdown": "^2.0.6",
2929 "markdown-it-task-lists": "^2.1.1"
bun.lockmodified+2-2
Changes to bun.lock
@@ -6,7 +6,7 @@
66 "name": "@stacksjs/bunpress",
77 "dependencies": {
88 "@stacksjs/ts-md": "^0.1.1",
9 "buddy-bot": "^0.9.16",
9 "buddy-bot": "^0.9.17",
1010 },
1111 "devDependencies": {
1212 "@stacksjs/bumpx": "^0.2.4",
@@ -16,7 +16,7 @@
1616 "@stacksjs/ts-i18n": "^0.0.0",
1717 "bun-git-hooks": "^0.3.1",
1818 "bun-plugin-dtsx": "0.21.17",
19 "bun-types": "^1.3.9",
19 "bun-types": "^1.3.10",
2020 "bunfig": "^0.15.6",
2121 "ts-syntax-highlighter": "^0.2.1",
2222 "typescript": "^5.9.3",
deps.yamlmodified+1-1
Changes to deps.yaml
@@ -1,2 +1,2 @@
11dependencies:
2 bun.sh: ^1.3.2
2 bun.sh: ^1.3.4
package.jsonmodified+2-2
Changes to package.json
@@ -68,7 +68,7 @@
6868 },
6969 "dependencies": {
7070 "@stacksjs/ts-md": "^0.1.1",
71 "buddy-bot": "^0.9.16"
71 "buddy-bot": "^0.9.17"
7272 },
7373 "optionalDependencies": {
7474 "@cwcss/crosswind": "^0.1.6",
@@ -85,7 +85,7 @@
8585 "@stacksjs/ts-i18n": "^0.0.0",
8686 "bun-git-hooks": "^0.3.1",
8787 "bun-plugin-dtsx": "0.21.17",
88 "bun-types": "^1.3.9",
88 "bun-types": "^1.3.10",
8989 "bunfig": "^0.15.6",
9090 "ts-syntax-highlighter": "^0.2.1",
9191 "typescript": "^5.9.3"