{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":133442384,"defaultBranch":"main","name":"deno","ownerLogin":"denoland","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-05-15T01:34:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/42048915?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715822033.0","currentOid":""},"activityList":{"items":[{"before":"a31b81394b7d78e6a0e678ba4d18dda62a3b2bc5","after":"bba553bea5938932518dc6382e464968ce8374b4","ref":"refs/heads/main","pushedAt":"2024-05-16T05:22:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"littledivy","name":"Divy Srivastava","path":"/littledivy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34997667?s=80&v=4"},"commit":{"message":"fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)\n\n**Unix**: Returns the value of the HOME environment variable if it is\r\nset even if it is an empty string. Otherwise, it tries to determine the\r\nhome directory by invoking the\r\n[getpwuid_r](https://linux.die.net/man/3/getpwuid_r) function with the\r\nUID of the current user.\r\n\r\n**Windows**: Returns the value of the USERPROFILE environment variable\r\nif it is set and it is not an empty string. Otherwise, it tries to\r\ndetermine the home directory by invoking the\r\n[SHGetKnownFolderPath](https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shgetknownfolderpath)\r\nfunction with\r\n[FOLDERID_Profile](https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid).\r\n\r\nFixes https://github.com/denoland/deno/issues/23824","shortMessageHtmlLink":"fix(ext/node): homedir() getpwuid/SHGetKnownFolderPath fallback (#…"}},{"before":"f6c6e768c83d7de44b5b8a7411e7679f7c9ac2b9","after":"a31b81394b7d78e6a0e678ba4d18dda62a3b2bc5","ref":"refs/heads/main","pushedAt":"2024-05-16T05:02:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"littledivy","name":"Divy Srivastava","path":"/littledivy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34997667?s=80&v=4"},"commit":{"message":"fix(ext/node): export geteuid from node:process (#23840)\n\nFixes https://github.com/denoland/deno/issues/23827","shortMessageHtmlLink":"fix(ext/node): export geteuid from node:process (#23840)"}},{"before":"5385a42ec45df4f665ce821b3f499835086e7ac0","after":"f6c6e768c83d7de44b5b8a7411e7679f7c9ac2b9","ref":"refs/heads/main","pushedAt":"2024-05-16T01:13:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"perf(compile): Do not checksum eszip content (#23839)\n\nRelated: https://github.com/denoland/eszip/pull/181\r\n\r\neszip < v0.69.0 hashes all its contents to ensure data integrity. This\r\nfeature is not necessary in Deno CLI as the binary integrity guarantee\r\nis deemed an external responsibility (ie it is to be assumed that, if\r\nnecessary, the compiled binary will be checksumed externally prior to\r\nbeing executed).\r\n\r\neszip >= v0.69.0 no longer performs this checksum by default. This\r\nreduces the cold-start time of the compiled binaries, proportionally to\r\ntheir size.","shortMessageHtmlLink":"perf(compile): Do not checksum eszip content (#23839)"}},{"before":"a20bf52c7e312cb23b9509927fc4b294dc037039","after":null,"ref":"refs/heads/eszip-no-checksum","pushedAt":"2024-05-16T01:13:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"}},{"before":"5385a42ec45df4f665ce821b3f499835086e7ac0","after":"a20bf52c7e312cb23b9509927fc4b294dc037039","ref":"refs/heads/eszip-no-checksum","pushedAt":"2024-05-16T00:20:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arnauorriols","name":"Arnau Orriols","path":"/arnauorriols","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4871949?s=80&v=4"},"commit":{"message":"perf(compile): Do not checksum eszip content","shortMessageHtmlLink":"perf(compile): Do not checksum eszip content"}},{"before":null,"after":"5385a42ec45df4f665ce821b3f499835086e7ac0","ref":"refs/heads/eszip-no-checksum","pushedAt":"2024-05-16T00:17:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"arnauorriols","name":"Arnau Orriols","path":"/arnauorriols","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4871949?s=80&v=4"},"commit":{"message":"perf(jsr): download metadata files as soon as possible and in parallel (#23836)\n\n* https://github.com/denoland/deno_graph/pull/471\r\n* https://github.com/denoland/deno_graph/pull/473","shortMessageHtmlLink":"perf(jsr): download metadata files as soon as possible and in parallel ("}},{"before":"cb4d77421f4da9bf92759f2f63c502fd61d0f638","after":"5385a42ec45df4f665ce821b3f499835086e7ac0","ref":"refs/heads/main","pushedAt":"2024-05-15T22:58:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"perf(jsr): download metadata files as soon as possible and in parallel (#23836)\n\n* https://github.com/denoland/deno_graph/pull/471\r\n* https://github.com/denoland/deno_graph/pull/473","shortMessageHtmlLink":"perf(jsr): download metadata files as soon as possible and in parallel ("}},{"before":"3cea44abde3db770d3d4397297c3f4e949db2186","after":"cb4d77421f4da9bf92759f2f63c502fd61d0f638","ref":"refs/heads/main","pushedAt":"2024-05-15T21:53:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"fix(doc): --lint - private ref diagnostic was displaying incorrect information (#23834)\n\n* https://github.com/denoland/deno_doc/pull/576\r\n\r\nCloses #23303","shortMessageHtmlLink":"fix(doc): --lint - private ref diagnostic was displaying incorrect in…"}},{"before":"76234c63748b530839d17a31ef3d1fa9f3326238","after":"3cea44abde3db770d3d4397297c3f4e949db2186","ref":"refs/heads/main","pushedAt":"2024-05-15T18:38:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nathanwhit","name":"Nathan Whitaker","path":"/nathanwhit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17734409?s=80&v=4"},"commit":{"message":"chore: Fix flaky semantic tokens caching test (#23831)\n\nThe stderr stream from the LSP is consumed by a separate thread, so it\r\nmay not have processed the part we care about yet. Instead, wait until\r\nyou see the measure for the request you care about.","shortMessageHtmlLink":"chore: Fix flaky semantic tokens caching test (#23831)"}},{"before":"366aab9d16fdfb5e346cd9681cfc1b1036c9e3d8","after":"76234c63748b530839d17a31ef3d1fa9f3326238","ref":"refs/heads/main","pushedAt":"2024-05-15T18:07:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mmastrac","name":"Matt Mastracci","path":"/mmastrac","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/512240?s=80&v=4"},"commit":{"message":"chore: bump sysroot (#23830)\n\nUse the smaller, reproducible sysroot from\r\nhttps://github.com/denoland/deno_sysroot_build\r\n\r\nThis saves about 50% of the transfer for each sysroot download.","shortMessageHtmlLink":"chore: bump sysroot (#23830)"}},{"before":null,"after":"58895059cc414b668b09036546518468d2e43e15","ref":"refs/heads/constant-access","pushedAt":"2024-05-15T16:43:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marvinhagemeister","name":"Marvin Hagemeister","path":"/marvinhagemeister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1062408?s=80&v=4"},"commit":{"message":"fix(node): error when throwing FS_EISDIR","shortMessageHtmlLink":"fix(node): error when throwing FS_EISDIR"}},{"before":"e02d0faedccf4c9147d9cf82e488273bd9d4d45f","after":"366aab9d16fdfb5e346cd9681cfc1b1036c9e3d8","ref":"refs/heads/main","pushedAt":"2024-05-15T15:18:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mmastrac","name":"Matt Mastracci","path":"/mmastrac","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/512240?s=80&v=4"},"commit":{"message":"fix: widen aarch64 linux minimum GLIBC version by improving sysroot build (#23791)\n\nFixes the sysroot to make it more reliable on aarch64. The sysroot we\r\ndownload as part of the build process now includes a small script to set\r\nup the linker flags required to build in that sysroot.\r\n\r\nFixes #23775 \r\n\r\nBefore:\r\n\r\n```\r\nmatt@raspberrypi:~ $ ~/.deno/bin/deno \r\n/home/matt/.deno/bin/deno: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /home/matt/.deno/bin/deno)\r\n```\r\n\r\nAfter:\r\n\r\n```\r\nmatt@raspberrypi:/tmp $ ./deno\r\nDeno 1.43.3\r\nexit using ctrl+d, ctrl+c, or close()\r\nREPL is running with all permissions allowed.\r\nTo specify permissions, run `deno repl` with allow flags.\r\n```","shortMessageHtmlLink":"fix: widen aarch64 linux minimum GLIBC version by improving sysroot b…"}},{"before":"7cfa314cd70200d3496b081fa6991ba02acf7661","after":null,"ref":"refs/heads/node-worker-thread-terminate-return","pushedAt":"2024-05-15T15:08:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"marvinhagemeister","name":"Marvin Hagemeister","path":"/marvinhagemeister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1062408?s=80&v=4"}},{"before":"e661591e7c43c907f39dac7d2cc94efd71e57089","after":"e02d0faedccf4c9147d9cf82e488273bd9d4d45f","ref":"refs/heads/main","pushedAt":"2024-05-15T15:08:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marvinhagemeister","name":"Marvin Hagemeister","path":"/marvinhagemeister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1062408?s=80&v=4"},"commit":{"message":"fix(node): wrong `worker_threads.terminate()` return value (#23803)\n\n\r\n\r\nFixes https://github.com/denoland/deno/issues/23801\r\n\r\n---------\r\n\r\nSigned-off-by: Marvin Hagemeister \r\nCo-authored-by: Bartek Iwańczuk ","shortMessageHtmlLink":"fix(node): wrong worker_threads.terminate() return value (#23803)"}},{"before":"36d877be4a220cb30ddf69d43c386ae8d15f4b32","after":"e661591e7c43c907f39dac7d2cc94efd71e57089","ref":"refs/heads/main","pushedAt":"2024-05-15T12:37:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"chore: fix flaky '[node/http] send request with non-chunked body' test (#23818)\n\nhttps://github.com/denoland/deno/actions/runs/9086887959/job/24973565321","shortMessageHtmlLink":"chore: fix flaky '[node/http] send request with non-chunked body' test ("}},{"before":"d4097573696d71bbfb1478c20b02695dbf22ed6c","after":"7cfa314cd70200d3496b081fa6991ba02acf7661","ref":"refs/heads/node-worker-thread-terminate-return","pushedAt":"2024-05-15T12:16:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marvinhagemeister","name":"Marvin Hagemeister","path":"/marvinhagemeister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1062408?s=80&v=4"},"commit":{"message":"chore: use same exit code","shortMessageHtmlLink":"chore: use same exit code"}},{"before":"a59ca0c7950b29d11cd5524512db14faa6416d72","after":"d4097573696d71bbfb1478c20b02695dbf22ed6c","ref":"refs/heads/node-worker-thread-terminate-return","pushedAt":"2024-05-15T12:14:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marvinhagemeister","name":"Marvin Hagemeister","path":"/marvinhagemeister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1062408?s=80&v=4"},"commit":{"message":"chore: use same exit code","shortMessageHtmlLink":"chore: use same exit code"}},{"before":"1a788b58a0e80c4504a0fdf5d47db41c46dc8d37","after":"36d877be4a220cb30ddf69d43c386ae8d15f4b32","ref":"refs/heads/main","pushedAt":"2024-05-15T01:51:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nathanwhit","name":"Nathan Whitaker","path":"/nathanwhit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17734409?s=80&v=4"},"commit":{"message":"perf(lsp): Cache semantic tokens for open documents (#23799)\n\nVScode will typically send a `textDocument/semanticTokens/full` request\r\nfollowed by `textDocument/semanticTokens/range`, and occassionally\r\nrequest semantic tokens even when we know nothing has changed. Semantic\r\ntokens also get refreshed on each change. Computing semantic tokens is\r\nrelatively heavy in TSC, so we should avoid it as much as possible.\r\n\r\nCaches the semantic tokens for open documents, to avoid making TSC do\r\nunnecessary work. Results in a noticeable improvement in local\r\nbenchmarking\r\n\r\nbefore:\r\n```\r\nStarting Deno benchmark\r\n-> Start benchmarking lsp\r\n - Simple Startup/Shutdown \r\n (10 runs, mean: 383ms)\r\n - Big Document/Several Edits \r\n (5 runs, mean: 1079ms)\r\n - Find/Replace\r\n (10 runs, mean: 59ms)\r\n - Code Lens\r\n (10 runs, mean: 440ms)\r\n - deco-cx/apps Multiple Edits + Navigation\r\n (5 runs, mean: 9921ms)\r\n<- End benchmarking lsp\r\n```\r\n\r\nafter:\r\n```\r\nStarting Deno benchmark\r\n-> Start benchmarking lsp\r\n - Simple Startup/Shutdown \r\n (10 runs, mean: 395ms)\r\n - Big Document/Several Edits \r\n (5 runs, mean: 1024ms)\r\n - Find/Replace\r\n (10 runs, mean: 56ms)\r\n - Code Lens\r\n (10 runs, mean: 438ms)\r\n - deco-cx/apps Multiple Edits + Navigation\r\n (5 runs, mean: 8927ms)\r\n<- End benchmarking lsp\r\n```","shortMessageHtmlLink":"perf(lsp): Cache semantic tokens for open documents (#23799)"}},{"before":"e389917535e8e7ef13920a96f9c9c1e1ec2b2c55","after":"1a788b58a0e80c4504a0fdf5d47db41c46dc8d37","ref":"refs/heads/main","pushedAt":"2024-05-14T23:51:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"chore: fix flaky rejection_handled_web_process (#23817)\n\nCloses https://github.com/denoland/deno/issues/23712","shortMessageHtmlLink":"chore: fix flaky rejection_handled_web_process (#23817)"}},{"before":"d8b3307d33c6cd784acb566279bd5e3271780e28","after":null,"ref":"refs/heads/node-async-emit-destroy-stub","pushedAt":"2024-05-14T22:42:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"marvinhagemeister","name":"Marvin Hagemeister","path":"/marvinhagemeister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1062408?s=80&v=4"}},{"before":"3b51ea7ba8b7e8a1786e44538bea038f6d146847","after":"e389917535e8e7ef13920a96f9c9c1e1ec2b2c55","ref":"refs/heads/main","pushedAt":"2024-05-14T22:42:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marvinhagemeister","name":"Marvin Hagemeister","path":"/marvinhagemeister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1062408?s=80&v=4"},"commit":{"message":"fix(node): stub `AsyncResource.emitDestroy()` (#23802)\n\n\r\n\r\nFixes https://github.com/denoland/deno/issues/23397","shortMessageHtmlLink":"fix(node): stub AsyncResource.emitDestroy() (#23802)"}},{"before":"4ddc85e1daa88ef96a2fe730ccfd159c7f1dbb38","after":"3b51ea7ba8b7e8a1786e44538bea038f6d146847","ref":"refs/heads/main","pushedAt":"2024-05-14T22:14:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"fix: update swc_ecma_parser to 0.114.1 (#23816)\n\nHas some explicit resource management fixes.","shortMessageHtmlLink":"fix: update swc_ecma_parser to 0.114.1 (#23816)"}},{"before":"dda8979cb18a2477ceb2ba0e84e0342a7fc516bd","after":"4ddc85e1daa88ef96a2fe730ccfd159c7f1dbb38","ref":"refs/heads/main","pushedAt":"2024-05-14T22:01:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"fix(emit): regression - keep comments in emit (#23815)\n\nCloses https://github.com/denoland/deno/discussions/23814","shortMessageHtmlLink":"fix(emit): regression - keep comments in emit (#23815)"}},{"before":"e39b94f3aa09bc77280b98caebb9ae472f8f6c5a","after":"dda8979cb18a2477ceb2ba0e84e0342a7fc516bd","ref":"refs/heads/main","pushedAt":"2024-05-14T21:42:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nayeemrmn","name":"Nayeem Rahman","path":"/nayeemrmn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29990554?s=80&v=4"},"commit":{"message":"fix(lsp): show reference code lens on methods (#23804)","shortMessageHtmlLink":"fix(lsp): show reference code lens on methods (#23804)"}},{"before":"1e2b0a22196ab2a17ceae855293fdcd5a2596161","after":"e39b94f3aa09bc77280b98caebb9ae472f8f6c5a","ref":"refs/heads/main","pushedAt":"2024-05-14T21:32:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)\n\nThis also fixes a bug where Deno would output to stderr with colours\r\nwhen piped and stdout was not piped.","shortMessageHtmlLink":"fix(runtime): output to stderr with colors if a tty and stdout is pip…"}},{"before":"f16b4d4df8bd03f2d0c5e5d6855e334fa768e828","after":"1e2b0a22196ab2a17ceae855293fdcd5a2596161","ref":"refs/heads/main","pushedAt":"2024-05-14T19:59:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"chore(tests): increase repl timeout on ci (#23812)\n\nhttps://github.com/denoland/deno/actions/runs/9084225162/job/24964698935\r\n\r\n```\r\n---- run::file_fetcher_preserves_permissions stdout ----\r\ncommand /Users/runner/work/deno/deno/target/debug/deno repl --quiet\r\ncommand cwd /Users/runner/work/deno/deno/tests/testdata\r\n------ Start Full Text ------\r\n\"const a = await import('http://localhost:4545/run/019_media_types.ts');\\r\\n\"\r\n------- End Full Text -------\r\nNext text: \"\\r\\n\"\r\nthread 'run::file_fetcher_preserves_permissions' panicked at tests/integration/run_tests.rs:4615:15:\r\nTimed out.\r\n```\r\n\r\nCloses https://github.com/denoland/deno/issues/23690\r\nCloses https://github.com/denoland/deno/issues/23682\r\nCloses https://github.com/denoland/deno/issues/23625","shortMessageHtmlLink":"chore(tests): increase repl timeout on ci (#23812)"}},{"before":"c0e3b6ed9d955bc59a8d88e177219b541881c63d","after":"f16b4d4df8bd03f2d0c5e5d6855e334fa768e828","ref":"refs/heads/main","pushedAt":"2024-05-14T18:26:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"fix(npm): make tarball extraction more reliable (#23759)\n\n1. Extracts to a directory beside the destination.\r\n2. Renames to the destination with retries.","shortMessageHtmlLink":"fix(npm): make tarball extraction more reliable (#23759)"}},{"before":"432792a46c71b402408e1bed0affdb1c3a90d8c6","after":"c0e3b6ed9d955bc59a8d88e177219b541881c63d","ref":"refs/heads/main","pushedAt":"2024-05-14T18:15:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"fix(publish): always include config file when publishing (#23797)\n\nCloses https://github.com/denoland/deno/issues/23796","shortMessageHtmlLink":"fix(publish): always include config file when publishing (#23797)"}},{"before":"c6189e2070ac31006920e210e616c0d9dd159b7c","after":"432792a46c71b402408e1bed0affdb1c3a90d8c6","ref":"refs/heads/main","pushedAt":"2024-05-14T16:47:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"chore: 045_proxy output stdout & stderr on failure (#23810)\n\nPart of https://github.com/denoland/deno/issues/23624","shortMessageHtmlLink":"chore: 045_proxy output stdout & stderr on failure (#23810)"}},{"before":"c0a600786e32fa5e61ca40ef184772241446e33d","after":"c6189e2070ac31006920e210e616c0d9dd159b7c","ref":"refs/heads/main","pushedAt":"2024-05-14T14:30:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dsherret","name":"David Sherret","path":"/dsherret","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1609021?s=80&v=4"},"commit":{"message":"fix(publish): error for missing version constraints on dry-publish instead of just publish (#23798)\n\nCloses https://github.com/denoland/deno/issues/22835","shortMessageHtmlLink":"fix(publish): error for missing version constraints on dry-publish in…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESzoiUgA","startCursor":null,"endCursor":null}},"title":"Activity · denoland/deno"}