also looking at this
chore(deps): update dependency marked to 16.4.0
#11
1 file
+28
-23
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.
| @@ -47,7 +47,9 @@ | ||
| 47 | 47 | "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bunpress-darwin-arm64", |
| 48 | 48 | "fresh": "bunx rimraf node_modules/ bun.lock && bun i", |
| 49 | 49 | "prepublishOnly": "bun --bun run build && bun run compile:all", |
| 50 | "test": "bun test", | |
| 50 | "test": "bun test --reporter=verbose", | |
| 51 | "test:quick": "bun test --timeout=10000", | |
| 52 | "test:full": "bun test --timeout=60000 --no-bail", | |
| 51 | 53 | "lint": "bunx --bun eslint .", |
| 52 | 54 | "lint:fix": "bunx --bun eslint . --fix", |
| 53 | 55 | "changelog": "bunx logsmith --verbose", |
| @@ -81,7 +83,7 @@ | ||
| 81 | 83 | "@stacksjs/ts-i18n": "^0.0.0", |
| 82 | 84 | "@types/bun": "^1.2.10", |
| 83 | 85 | "@types/marked": "^6.0.0", |
| 84 | "buddy-bot": "^0.8.9", | |
| 86 | "buddy-bot": "^0.9.5", | |
| 85 | 87 | "bun-git-hooks": "^0.2.19", |
| 86 | 88 | "bun-plugin-dtsx": "^0.21.9", |
| 87 | 89 | "bunfig": "^0.8.3", |