adding-bookmarks
created pr with
77.1
pr_reviewed
cmds
checkout latest patchset:
ssh pr.pico.sh print 77 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 77.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 77
Patchset
77.1
bump marked
Benjamin Pollack
2025-08-24T17:28:53ZSemantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(2 files skipped: unsupported file type)
+1
-1
deno.jsonc
#
| ... | ... | @@ -14,7 +14,7 @@ | |
| 14 | 14 | "@std/path": "jsr:@std/path@^1.1.2", | |
| 15 | 15 | "@std/text": "jsr:@std/text@^1.0.16", | |
| 16 | 16 | "@std/ulid": "jsr:@std/ulid@^1.0.0", | |
| 17 | - | "marked": "npm:marked@^16.1.2" | |
| 17 | + | "marked": "npm:marked@^16.2.0" | |
| 18 | 18 | }, | |
| 19 | 19 | "tasks": { | |
| 20 | 20 | "install": "deno install -g -f -n hsh -c deno.jsonc -A main.ts" |
+4
-4
deno.lock
#
| ... | ... | @@ -185,8 +185,8 @@ | |
| 185 | 185 | } | |
| 186 | 186 | }, | |
| 187 | 187 | "npm": { | |
| 188 | - | "marked@16.1.2": { | |
| 189 | - | "integrity": "sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==", | |
| 188 | + | "marked@16.2.0": { | |
| 189 | + | "integrity": "sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==", | |
| 190 | 190 | "bin": true | |
| 191 | 191 | } | |
| 192 | 192 | }, |