{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":542982136,"defaultBranch":"main","name":"node","ownerLogin":"oraluben","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-09-29T07:32:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5031346?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1694500672.0","currentOid":""},"activityList":{"items":[{"before":"a923fed8743cf787add2a22def0fdbb88d736a42","after":"8e6a45b3e5763bb065e4aa6f31f20e5b7cb58760","ref":"refs/heads/main","pushedAt":"2024-05-10T12:26:17.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"tools: fix doc update action\n\nPR-URL: https://github.com/nodejs/node/pull/52890\nReviewed-By: Rafael Gonzaga \nReviewed-By: Michaël Zasso ","shortMessageHtmlLink":"tools: fix doc update action"}},{"before":"2b657ccfb3fdf861ad029e0358ba1f02dad07009","after":"a923fed8743cf787add2a22def0fdbb88d736a42","ref":"refs/heads/main","pushedAt":"2024-05-10T01:01:29.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"tools: update gyp-next to 0.18.0\n\nPR-URL: https://github.com/nodejs/node/pull/52835\nReviewed-By: Luigi Pinca \nReviewed-By: Christian Clauss \nReviewed-By: Michaël Zasso \nReviewed-By: Chengzhong Wu ","shortMessageHtmlLink":"tools: update gyp-next to 0.18.0"}},{"before":"2863c5425734d404101c190d53b66f7c475c42e3","after":"2b657ccfb3fdf861ad029e0358ba1f02dad07009","ref":"refs/heads/main","pushedAt":"2024-05-09T12:26:01.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"build: sync V8 warning cflags with BUILD.gn\n\nPR-URL: https://github.com/nodejs/node/pull/52873\nReviewed-By: Richard Lau \nReviewed-By: Yagiz Nizipli \nReviewed-By: Mohammed Keyvanzadeh ","shortMessageHtmlLink":"build: sync V8 warning cflags with BUILD.gn"}},{"before":"fe4e569759bc368ce1e8079b60e44f7344261a7f","after":"2863c5425734d404101c190d53b66f7c475c42e3","ref":"refs/heads/main","pushedAt":"2024-05-09T01:01:31.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"module: cache synchronous module jobs before linking\n\nSo that if there are circular dependencies in the synchronous\nmodule graph, they could be resolved using the cached jobs.\nIn case linking fails and the error gets caught, reset the\ncache right after linking. If it succeeds, the caller will\ncache it again. Otherwise the error bubbles up to users,\nand since we unset the cache for the unlinkable module\nthe next attempt would still fail.\n\nPR-URL: https://github.com/nodejs/node/pull/52868\nFixes: https://github.com/nodejs/node/issues/52864\nReviewed-By: Moshe Atlow \nReviewed-By: Vinícius Lourenço Claro Cardoso \nReviewed-By: Antoine du Hamel \nReviewed-By: Chengzhong Wu ","shortMessageHtmlLink":"module: cache synchronous module jobs before linking"}},{"before":"951af83033968328350adbcc173403d8f33fb791","after":"fe4e569759bc368ce1e8079b60e44f7344261a7f","ref":"refs/heads/main","pushedAt":"2024-05-08T12:27:31.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"src: fix positional args in task runner\n\nPR-URL: https://github.com/nodejs/node/pull/52810\nFixes: https://github.com/nodejs/node/issues/52740\nReviewed-By: Daniel Lemire \nReviewed-By: Antoine du Hamel ","shortMessageHtmlLink":"src: fix positional args in task runner"}},{"before":"69f2acea40b2a702911b8ff02444bc108de3214c","after":"951af83033968328350adbcc173403d8f33fb791","ref":"refs/heads/main","pushedAt":"2024-05-08T00:51:32.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"lib,src: remove --experimental-policy\n\nSigned-off-by: RafaelGSS \nPR-URL: https://github.com/nodejs/node/pull/52583\nRefs: https://github.com/nodejs/node/issues/52575\nReviewed-By: Yagiz Nizipli \nReviewed-By: Geoffrey Booth \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Ruben Bridgewater \nReviewed-By: Marco Ippolito \nReviewed-By: Moshe Atlow ","shortMessageHtmlLink":"lib,src: remove --experimental-policy"}},{"before":"be8d64ec14ef09192b6492d33aa5d00549233825","after":"69f2acea40b2a702911b8ff02444bc108de3214c","ref":"refs/heads/main","pushedAt":"2024-05-07T12:26:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"test_runner: display failed test stack trace with dot reporter\n\nPR-URL: https://github.com/nodejs/node/pull/52655\nReviewed-By: Matteo Collina \nReviewed-By: Moshe Atlow \nReviewed-By: Chemi Atlow ","shortMessageHtmlLink":"test_runner: display failed test stack trace with dot reporter"}},{"before":"f76b28f2cf0cde9dd9d4476b9bbd772bc48f722c","after":"be8d64ec14ef09192b6492d33aa5d00549233825","ref":"refs/heads/main","pushedAt":"2024-05-07T01:01:05.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"process: improve event-loop\n\nPR-URL: https://github.com/nodejs/node/pull/52108\nReviewed-By: Matteo Collina \nReviewed-By: Yagiz Nizipli \nReviewed-By: Benjamin Gruenbaum ","shortMessageHtmlLink":"process: improve event-loop"}},{"before":"f5001070dda43ceb3cc32361dbfb1c239f6f9da2","after":"f76b28f2cf0cde9dd9d4476b9bbd772bc48f722c","ref":"refs/heads/main","pushedAt":"2024-05-06T12:26:48.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"test: skip some console tests on dumb terminal\n\nThis adds two more tests to be skipped on systems with only a\ndumb terminal. See https://github.com/nodejs/node/pull/33165\nfor details.\n\nPR-URL: https://github.com/nodejs/node/pull/37770\nReviewed-By: Richard Lau \nReviewed-By: Akhil Marsonya \nReviewed-By: Colin Ihrig \nReviewed-By: Rich Trott \nReviewed-By: James M Snell \nReviewed-By: Michael Dawson \nReviewed-By: Moshe Atlow ","shortMessageHtmlLink":"test: skip some console tests on dumb terminal"}},{"before":"e22bc1e730acd3ea00439e934d932769bec1e12a","after":"f5001070dda43ceb3cc32361dbfb1c239f6f9da2","ref":"refs/heads/main","pushedAt":"2024-05-06T01:02:09.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"doc: add more definitions to GLOSSARY.md\n\nCo-Authored-By: Harshitha KP \nPR-URL: https://github.com/nodejs/node/pull/52798\nReviewed-By: James M Snell \nReviewed-By: Antoine du Hamel ","shortMessageHtmlLink":"doc: add more definitions to GLOSSARY.md"}},{"before":"44287af42b8aa01ff30f51806c382d88cbb3dfee","after":"e22bc1e730acd3ea00439e934d932769bec1e12a","ref":"refs/heads/main","pushedAt":"2024-05-05T12:24:52.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"doc: add OpenSSL errors to API docs\n\nFixes: https://github.com/nodejs/node/issues/33705\nPR-URL: https://github.com/nodejs/node/pull/34213\nReviewed-By: Ben Noordhuis \nReviewed-By: Franziska Hinkelmann \nReviewed-By: Rich Trott \nReviewed-By: Ulises Gascón ","shortMessageHtmlLink":"doc: add OpenSSL errors to API docs"}},{"before":"dd5b68d6bdbd072481801c04fdb7b6c5b6355b3f","after":"44287af42b8aa01ff30f51806c382d88cbb3dfee","ref":"refs/heads/main","pushedAt":"2024-05-05T01:04:48.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"test_runner: preserve hook promise when executed twice\n\nPR-URL: https://github.com/nodejs/node/pull/52791\nReviewed-By: Chemi Atlow \nReviewed-By: Colin Ihrig \nReviewed-By: Benjamin Gruenbaum ","shortMessageHtmlLink":"test_runner: preserve hook promise when executed twice"}},{"before":"71a1fa3043d495dfaa2105d07cd090c51bcd8eed","after":"dd5b68d6bdbd072481801c04fdb7b6c5b6355b3f","ref":"refs/heads/main","pushedAt":"2024-05-04T12:23:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"meta: add mailmap entry for legendecas\n\nPR-URL: https://github.com/nodejs/node/pull/52795\nReviewed-By: Michaël Zasso \nReviewed-By: Moshe Atlow \nReviewed-By: Luigi Pinca \nReviewed-By: Yagiz Nizipli \nReviewed-By: Benjamin Gruenbaum ","shortMessageHtmlLink":"meta: add mailmap entry for legendecas"}},{"before":"15456e4e57235834b78d7f1aac5382047d4a83fd","after":"71a1fa3043d495dfaa2105d07cd090c51bcd8eed","ref":"refs/heads/main","pushedAt":"2024-05-04T01:00:13.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"meta: bump actions/checkout from 4.1.1 to 4.1.4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...0ad4b8fadaa221de15dcec353f45205ec38ea70b)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nPR-URL: https://github.com/nodejs/node/pull/52787\nReviewed-By: Marco Ippolito \nReviewed-By: Mohammed Keyvanzadeh \nReviewed-By: Rafael Gonzaga \nReviewed-By: Luigi Pinca ","shortMessageHtmlLink":"meta: bump actions/checkout from 4.1.1 to 4.1.4"}},{"before":"a480e52b6eff98bfa2183b60db38a954801a2a1b","after":"15456e4e57235834b78d7f1aac5382047d4a83fd","ref":"refs/heads/main","pushedAt":"2024-05-03T12:25:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"src,permission: resolve path on fs_permission\n\nSigned-off-by: RafaelGSS \nPR-URL: https://github.com/nodejs/node/pull/52761\nReviewed-By: Marco Ippolito \nReviewed-By: Rich Trott ","shortMessageHtmlLink":"src,permission: resolve path on fs_permission"}},{"before":"743aa42df1ae15fceef5a7d657f6c298a59ac150","after":"a480e52b6eff98bfa2183b60db38a954801a2a1b","ref":"refs/heads/main","pushedAt":"2024-05-03T01:03:17.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"src: reduce unnecessary serialization of CLI options in C++\n\nIn this patch we split the serialization routine into two different\nroutines: `getCLIOptionsValues()` for only serializing the key-value\npairs and `getCLIOptionsInfo()` for getting additional information such\nas help text etc. The former is used a lot more frequently than the\nlatter, which is only used for generating `--help` and building\n`process.allowedNodeEnvironmentFlags`.\n\n`getCLIOptionsValues()` also adds `--no-` entries for boolean options so\nthere is no need to special case in the JS land.\nThis patch also refactors the option serialization routines to\nuse v8::Object constructor that takes key-value pairs in one go\nto avoid calling Map::Set or Object::Set repeatedly which can go\nup to a patched prototype.\n\nPR-URL: https://github.com/nodejs/node/pull/52451\nReviewed-By: Yagiz Nizipli \nReviewed-By: Moshe Atlow \nReviewed-By: Anna Henningsen \nReviewed-By: James M Snell ","shortMessageHtmlLink":"src: reduce unnecessary serialization of CLI options in C++"}},{"before":"b876e00b47ec1e7fe356e6876e19e46c08ccef10","after":"743aa42df1ae15fceef5a7d657f6c298a59ac150","ref":"refs/heads/main","pushedAt":"2024-05-02T12:26:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"doc: simplify copy-pasting of `branch-diff` commands\n\nPR-URL: https://github.com/nodejs/node/pull/52757\nReviewed-By: Michaël Zasso \nReviewed-By: Richard Lau \nReviewed-By: Mohammed Keyvanzadeh \nReviewed-By: Luigi Pinca ","shortMessageHtmlLink":"doc: simplify copy-pasting of branch-diff commands"}},{"before":"8f37492b65afe82bb23d5a2426d65544755753fc","after":"b876e00b47ec1e7fe356e6876e19e46c08ccef10","ref":"refs/heads/main","pushedAt":"2024-05-02T01:00:08.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"test: drop test-crypto-timing-safe-equal-benchmarks\n\nPR-URL: https://github.com/nodejs/node/pull/52751\nRefs: https://github.com/nodejs/node/issues/38226\nReviewed-By: Marco Ippolito \nReviewed-By: Filip Skokan \nReviewed-By: Michaël Zasso \nReviewed-By: Daniel Lemire \nReviewed-By: Richard Lau \nReviewed-By: Luigi Pinca \nReviewed-By: Rich Trott ","shortMessageHtmlLink":"test: drop test-crypto-timing-safe-equal-benchmarks"}},{"before":"5976985a58a8635b8f1272519020c817f4ccdd1b","after":"8f37492b65afe82bb23d5a2426d65544755753fc","ref":"refs/heads/main","pushedAt":"2024-05-01T12:26:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"cli: move --trace-atomics-wait to eol\n\nPR-URL: https://github.com/nodejs/node/pull/52747\nFixes: https://github.com/nodejs/node/issues/42982\nReviewed-By: Matteo Collina \nReviewed-By: Rafael Gonzaga \nReviewed-By: Michaël Zasso \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Yagiz Nizipli ","shortMessageHtmlLink":"cli: move --trace-atomics-wait to eol"}},{"before":"6aa9047f960e2385dac807e0661a159324b00b0f","after":"5976985a58a8635b8f1272519020c817f4ccdd1b","ref":"refs/heads/main","pushedAt":"2024-05-01T01:05:06.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"src: remove misplaced windows code under posix guard in node.cc\n\nThe V8 WebAssembly trap handler setup for Windows was incorrectly\nnested within a POSIX conditional compilation block in src/node.cc.\nThis caused the related functions to be effectively non-operational\non Windows. The changes involve removing the Windows-specific code from\nthe POSIX section and correctly placing it under the WIN32 check.\nThis fix will ensure that the intended exception handling is active\non Windows builds.\n\nFixes: https://github.com/nodejs/node/issues/52404\nRefs: https://github.com/nodejs/node/pull/35033\nPR-URL: https://github.com/nodejs/node/pull/52545\nReviewed-By: Daeyeon Jeong \nReviewed-By: Joyee Cheung ","shortMessageHtmlLink":"src: remove misplaced windows code under posix guard in node.cc"}},{"before":"121c8de61c74913563a6d393268bb74017ed29ce","after":"6aa9047f960e2385dac807e0661a159324b00b0f","ref":"refs/heads/main","pushedAt":"2024-04-30T12:25:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"deps,src: simplify base64 encoding\n\nPR-URL: https://github.com/nodejs/node/pull/52714\nReviewed-By: Yagiz Nizipli \nReviewed-By: Moshe Atlow \nReviewed-By: Michaël Zasso \nReviewed-By: Ruben Bridgewater \nReviewed-By: Marco Ippolito \nReviewed-By: Richard Lau ","shortMessageHtmlLink":"deps,src: simplify base64 encoding"}},{"before":"81a9a972a33aedfddbdbf5da28667a7e22364093","after":"121c8de61c74913563a6d393268bb74017ed29ce","ref":"refs/heads/main","pushedAt":"2024-04-30T01:00:12.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"tools: update lint-md-dependencies to rollup@4.17.0\n\nPR-URL: https://github.com/nodejs/node/pull/52729\nReviewed-By: Luigi Pinca \nReviewed-By: Chemi Atlow \nReviewed-By: Moshe Atlow ","shortMessageHtmlLink":"tools: update lint-md-dependencies to rollup@4.17.0"}},{"before":"7c3dce0e4f296d863a3f9e4cdbadaee8b0280f79","after":"81a9a972a33aedfddbdbf5da28667a7e22364093","ref":"refs/heads/main","pushedAt":"2024-04-29T12:27:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"build: fix typo in node.gyp\n\nPR-URL: https://github.com/nodejs/node/pull/52719\nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Richard Lau \nReviewed-By: James M Snell \nReviewed-By: Luigi Pinca \nReviewed-By: Deokjin Kim \nReviewed-By: Moshe Atlow \nReviewed-By: Ulises Gascón \nReviewed-By: Yagiz Nizipli ","shortMessageHtmlLink":"build: fix typo in node.gyp"}},{"before":"40ef9d541ed79470977f90eb445c291b95ab75a0","after":"7c3dce0e4f296d863a3f9e4cdbadaee8b0280f79","ref":"refs/heads/main","pushedAt":"2024-04-29T01:01:23.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"test: mark `test-error-serdes` as flaky\n\nPR-URL: https://github.com/nodejs/node/pull/52739\nRefs: https://github.com/nodejs/node/issues/52630\nReviewed-By: Michaël Zasso \nReviewed-By: Richard Lau ","shortMessageHtmlLink":"test: mark test-error-serdes as flaky"}},{"before":"2334d5cda8f07cb0800351cd7d12c599888d5730","after":"40ef9d541ed79470977f90eb445c291b95ab75a0","ref":"refs/heads/main","pushedAt":"2024-04-27T01:02:28.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"deps: V8: cherry-pick 500de8bd371b\n\nOriginal commit message:\n\n [gcc] Fix gcc / bazel build\n\n Add includes to fix gcc/blaze builds. Also ignore a dangling\n pointer warning introduced in newer gcc, since it has false positives\n on some uses of scope classes.\n\n Change-Id: Ib86a2437ffc34b5497a5b8619013d6d5b4ea30fe\n Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5380192\n Auto-Submit: Leszek Swirski \n Reviewed-by: Adam Klein \n Reviewed-by: Michael Achenbach \n Commit-Queue: Michael Achenbach \n Cr-Commit-Position: refs/heads/main@{#92977}\n\nRefs: https://github.com/v8/v8/commit/500de8bd371b224bb5274e88d6c7b165a146d378\nPR-URL: https://github.com/nodejs/node/pull/52676\nFixes: https://github.com/nodejs/node/issues/52675\nReviewed-By: Yagiz Nizipli \nReviewed-By: Jiawen Geng \nReviewed-By: Michaël Zasso \nReviewed-By: Luigi Pinca \nReviewed-By: Mohammed Keyvanzadeh \nReviewed-By: Moshe Atlow \nReviewed-By: Gerhard Stöbich ","shortMessageHtmlLink":"deps: V8: cherry-pick 500de8bd371b"}},{"before":"172820342be56cfa1a7b8fcd3f47d184e120d66e","after":"2334d5cda8f07cb0800351cd7d12c599888d5730","ref":"refs/heads/main","pushedAt":"2024-04-26T12:26:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"build,tools,node-api: fix building node-api tests for Windows Debug\n\nPR-URL: https://github.com/nodejs/node/pull/52632\nReviewed-By: Luigi Pinca \nReviewed-By: Cheng Zhao \nReviewed-By: Michaël Zasso \nReviewed-By: Mohammed Keyvanzadeh \nReviewed-By: Gerhard Stöbich \nReviewed-By: Chengzhong Wu \nReviewed-By: Michael Dawson ","shortMessageHtmlLink":"build,tools,node-api: fix building node-api tests for Windows Debug"}},{"before":"d5c7ffd7b6115d98363be6e7ecea584f1611f303","after":"172820342be56cfa1a7b8fcd3f47d184e120d66e","ref":"refs/heads/main","pushedAt":"2024-04-26T01:00:17.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"vm: fix ASCII-betical order\n\nPR-URL: https://github.com/nodejs/node/pull/52686\nReviewed-By: Richard Lau \nReviewed-By: Luigi Pinca \nReviewed-By: Chengzhong Wu ","shortMessageHtmlLink":"vm: fix ASCII-betical order"}},{"before":"708bffa9992d65fbe063c6a2f30892b8b5c0af57","after":"d5c7ffd7b6115d98363be6e7ecea584f1611f303","ref":"refs/heads/main","pushedAt":"2024-04-25T12:21:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"lib,src: iterate module requests of a module wrap in JS\n\nAvoid repetitively calling into JS callback from C++ in\n`ModuleWrap::Link`. This removes the convoluted callback style of the\ninternal `ModuleWrap` link step.\n\nPR-URL: https://github.com/nodejs/node/pull/52058\nReviewed-By: Joyee Cheung ","shortMessageHtmlLink":"lib,src: iterate module requests of a module wrap in JS"}},{"before":"91dc8c93a3d6ffa9de3bb7b7507e52df4a4aad90","after":"708bffa9992d65fbe063c6a2f30892b8b5c0af57","ref":"refs/heads/main","pushedAt":"2024-04-25T01:02:17.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"doc: remove relative limitation to pm\n\nPR-URL: https://github.com/nodejs/node/pull/52648\nReviewed-By: Vinícius Lourenço Claro Cardoso \nReviewed-By: Michael Dawson \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Marco Ippolito \nReviewed-By: Luigi Pinca \nReviewed-By: Myles Borins \nReviewed-By: Xuguang Mei \nReviewed-By: Moshe Atlow \nReviewed-By: Trivikram Kamat ","shortMessageHtmlLink":"doc: remove relative limitation to pm"}},{"before":"70e49e2105b336e5dcd73f785715649b4e7a771e","after":"91dc8c93a3d6ffa9de3bb7b7507e52df4a4aad90","ref":"refs/heads/main","pushedAt":"2024-04-24T12:30:18.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"oraluben","name":"Yichen Yan","path":"/oraluben","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5031346?s=80&v=4"},"commit":{"message":"doc: fix info string causing duplicated code blocks\n\nTwo fenced code blocks were incorrectly labeled as `js` instead of\n`cjs`, causing both ESM and CJS version to be shown on\nhttps://nodejs.org/api/test.html#timers instead of being conditionally\nshown depending on the value of the \"CJS / ESM\" toggle.\n\nPR-URL: https://github.com/nodejs/node/pull/52660\nReviewed-By: Xuguang Mei \nReviewed-By: Moshe Atlow \nReviewed-By: Luigi Pinca \nReviewed-By: Antoine du Hamel ","shortMessageHtmlLink":"doc: fix info string causing duplicated code blocks"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERo1Z0gA","startCursor":null,"endCursor":null}},"title":"Activity · oraluben/node"}