adding-bookmarks

created pr with 77.1 on 2025-08-25T23:01:54Z · by bcbb7755
pr_reviewed on 2025-08-25T23:06:33Z · by bcbb7755
cmds
checkout latest patchset:
ssh pr.pico.sh print 77 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 77.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 77

Patchset 77.2 on 2025-08-25T23:06:33Z · commit cc87831

bump marked
Benjamin Pollack 2025-08-24T17:28:53Z
Semantic 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 @@
1414 "@std/path": "jsr:@std/path@^1.1.2",
1515 "@std/text": "jsr:@std/text@^1.0.16",
1616 "@std/ulid": "jsr:@std/ulid@^1.0.0",
17- "marked": "npm:marked@^16.1.2"
17+ "marked": "npm:marked@^16.2.0"
1818 },
1919 "tasks": {
2020 "install": "deno install -g -f -n hsh -c deno.jsonc -A main.ts"
+4 -4 deno.lock #
......@@ -36,7 +36,7 @@
3636 "jsr:@std/toml@^1.0.3": "1.0.9",
3737 "jsr:@std/ulid@1": "1.0.0",
3838 "jsr:@std/yaml@^1.0.5": "1.0.9",
39- "npm:marked@^16.1.2": "16.1.2"
39+ "npm:marked@^16.2.0": "16.2.0"
4040 },
4141 "jsr": {
4242 "@cliffy/ansi@1.0.0-rc.8": {
......@@ -185,8 +185,8 @@
185185 }
186186 },
187187 "npm": {
188- "marked@16.1.2": {
189- "integrity": "sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==",
188+ "marked@16.2.0": {
189+ "integrity": "sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==",
190190 "bin": true
191191 }
192192 },
......@@ -206,7 +206,7 @@
206206 "jsr:@std/path@^1.1.2",
207207 "jsr:@std/text@^1.0.16",
208208 "jsr:@std/ulid@1",
209- "npm:marked@^16.1.2"
209+ "npm:marked@^16.2.0"
210210 ]
211211 }
212212 }
Back to top