{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27193779,"defaultBranch":"main","name":"node","ownerLogin":"nodejs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-26T19:57:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9950313?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720224921.0","currentOid":""},"activityList":{"items":[{"before":"43d361a0d642e117b5c8f7a2a22d818f0078b0df","after":"5fd852947e9261d977ad960cf2b585f0b2742f07","ref":"refs/heads/doc-remove-pre-tag","pushedAt":"2024-07-06T00:48:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ovflowd","name":"Claudio W","path":"/ovflowd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12037269?s=80&v=4"},"commit":{"message":"Update doc/api/modules.md\n\nCo-authored-by: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com>","shortMessageHtmlLink":"Update doc/api/modules.md"}},{"before":null,"after":"43d361a0d642e117b5c8f7a2a22d818f0078b0df","ref":"refs/heads/doc-remove-pre-tag","pushedAt":"2024-07-06T00:15:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ovflowd","name":"Claudio W","path":"/ovflowd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12037269?s=80&v=4"},"commit":{"message":"doc: remove the last
 tag","shortMessageHtmlLink":"doc: remove the last <pre> tag"}},{"before":"b32c7229d536cd0dfb967f297759991849481755","after":"10099bb3f7fd97bb9dd9667188426866b3098e07","ref":"refs/heads/main","pushedAt":"2024-07-05T19:58:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"src: refactor embedded entrypoint loading\n\nThis patch:\n\n1. Refactor the routines used to compile and run an embedder\n  entrypoint. In JS land special handling for SEA is done\n  directly in main/embedding.js instead of clobbering the CJS\n  loader. Add warnings to remind users that currently the\n  require() in SEA bundled scripts only supports loading builtins.\n2. Don't use the bundled SEA code cache when compiling CJS\n  loaded from disk, since in that case we are certainly not\n  compiling the code bundled into the SEA. Use a is_sea_main\n  flag in CompileFunctionForCJSLoader() (which replaces an unused\n  argument) to pass this into the C++ land - the code cache is\n  still read directly from C++ to avoid the overhead of\n  ArrayBuffer creation.\n3. Move SEA loading code into\n  MaybeLoadSingleExecutableApplication() which calls\n  LoadEnvironment() with its own StartExecutionCallback().\n  This avoids more hidden switches in StartExecution() and\n  make them explicit. Also add some TODOs about how to support\n  ESM in embedded applications.\n4. Add more comments\n\nPR-URL: https://github.com/nodejs/node/pull/53573\nReviewed-By: Geoffrey Booth \nReviewed-By: Chengzhong Wu \nReviewed-By: Matteo Collina \nReviewed-By: James M Snell ","shortMessageHtmlLink":"src: refactor embedded entrypoint loading"}},{"before":"dca7bc5b1059a99a676b2cb7fddeb8052bba58c2","after":"b32c7229d536cd0dfb967f297759991849481755","ref":"refs/heads/main","pushedAt":"2024-07-05T18:40:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"worker: allow copied NODE_OPTIONS in the env setting\n\nWhen the worker spawning code copies NODE_OPTIONS from process.env,\npreviously we do a check again on the copied NODE_OPTIONS and throw\nif it contains per-process settings. This can be problematic\nif the end user starts the process with a NODE_OPTIONS and the\nworker is spawned by a third-party that tries to extend process.env\nwith some overrides before passing them into the worker. This patch\nadds another exception that allows the per-process options in the\nNODE_OPTIONS passed to a worker if the NODE_OPTIONS is\ncharacter-by-character equal to the parent NODE_OPTIONS.\nWhile some more intelligent filter can be useful too,\nthis works good enough for the inheritance case, when the worker\nspawning code does not intend to modify NODE_OPTIONS.\n\nPR-URL: https://github.com/nodejs/node/pull/53596\nRefs: https://github.com/nodejs/node/issues/41103\nReviewed-By: James M Snell \nReviewed-By: Xuguang Mei \nReviewed-By: Chengzhong Wu ","shortMessageHtmlLink":"worker: allow copied NODE_OPTIONS in the env setting"}},{"before":"3f86bdd34e3538b4d8b29d41c8bc93f91f174b4e","after":"dca7bc5b1059a99a676b2cb7fddeb8052bba58c2","ref":"refs/heads/main","pushedAt":"2024-07-05T14:52:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"doc: exclude voting and regular TSC from spotlight\n\nSigned-off-by: Michael Dawson \nPR-URL: https://github.com/nodejs/node/pull/53694\nReviewed-By: Moshe Atlow \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Marco Ippolito \nReviewed-By: Matteo Collina \nReviewed-By: Ruy Adorno \nReviewed-By: Rafael Gonzaga \nReviewed-By: Chengzhong Wu \nReviewed-By: Yagiz Nizipli \nReviewed-By: Joyee Cheung \nReviewed-By: James M Snell \nReviewed-By: Richard Lau ","shortMessageHtmlLink":"doc: exclude voting and regular TSC from spotlight"}},{"before":"88beb76e5c1b895a6758c19bdeba9ed80512253d","after":"3f86bdd34e3538b4d8b29d41c8bc93f91f174b4e","ref":"refs/heads/main","pushedAt":"2024-07-05T11:36:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"doc: fix releases guide for recent Git versions\n\nPR-URL: https://github.com/nodejs/node/pull/53709\nReviewed-By: Richard Lau \nReviewed-By: Tobias Nießen \nReviewed-By: Marco Ippolito \nReviewed-By: Beth Griggs \nReviewed-By: Matteo Collina \nReviewed-By: James M Snell ","shortMessageHtmlLink":"doc: fix releases guide for recent Git versions"}},{"before":"5a775b3b9e70051395c1a2d748603076ff9040d6","after":"88beb76e5c1b895a6758c19bdeba9ed80512253d","ref":"refs/heads/main","pushedAt":"2024-07-05T06:20:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"http2: remove prototype primordials\n\nCo-authored-by: Yagiz Nizipli \nPR-URL: https://github.com/nodejs/node/pull/53696\nReviewed-By: Matteo Collina \nReviewed-By: Marco Ippolito \nReviewed-By: Moshe Atlow \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Yagiz Nizipli \nReviewed-By: Luigi Pinca \nReviewed-By: Chemi Atlow \nReviewed-By: James M Snell \nReviewed-By: Rafael Gonzaga ","shortMessageHtmlLink":"http2: remove prototype primordials"}},{"before":"2fd798d980f8a4cdf6c6daff7c3e7724fae096e9","after":"5a775b3b9e70051395c1a2d748603076ff9040d6","ref":"refs/heads/main","pushedAt":"2024-07-05T02:51:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"url: add missing documentation for `URL.parse()`\n\nPR-URL: https://github.com/nodejs/node/pull/53733\nReviewed-By: Matthew Aitken \nReviewed-By: James M Snell ","shortMessageHtmlLink":"url: add missing documentation for URL.parse()"}},{"before":"60b2754c87a0b4bed96b38d1f920ab41ef85ab9e","after":"2fd798d980f8a4cdf6c6daff7c3e7724fae096e9","ref":"refs/heads/main","pushedAt":"2024-07-05T00:51:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"src: do not get string_view from temp string\n\nThe result of std::string().substr() will be destroyed at the end of\nexpression and creating std::string_view from it results in dangling\npointer.\n\nPR-URL: https://github.com/nodejs/node/pull/53688\nReviewed-By: Yagiz Nizipli \nReviewed-By: Joyee Cheung \nReviewed-By: Tobias Nießen \nReviewed-By: James M Snell ","shortMessageHtmlLink":"src: do not get string_view from temp string"}},{"before":"e55587e39835f493c835e09b2a45244f4fbdd7a3","after":"60b2754c87a0b4bed96b38d1f920ab41ef85ab9e","ref":"refs/heads/main","pushedAt":"2024-07-05T00:51:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"build: fix mac build error of c-ares under GN\n\nPR-URL: https://github.com/nodejs/node/pull/53687\nReviewed-By: Yagiz Nizipli \nReviewed-By: Luigi Pinca \nReviewed-By: James M Snell ","shortMessageHtmlLink":"build: fix mac build error of c-ares under GN"}},{"before":"ba3aedc2083eaaaffeae87079091a67098b95901","after":"e55587e39835f493c835e09b2a45244f4fbdd7a3","ref":"refs/heads/main","pushedAt":"2024-07-04T20:45:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"test: un-set inspector-async-hook-setup-at-inspect-brk as flaky\n\nThere was a commit that got merged that should have fixed the issue\n\nref: https://github.com/nodejs/node/issues/50222#issuecomment-1962680957\nPR-URL: https://github.com/nodejs/node/pull/53692\nReviewed-By: Richard Lau \nReviewed-By: James M Snell \nReviewed-By: Michael Dawson \nReviewed-By: Luigi Pinca ","shortMessageHtmlLink":"test: un-set inspector-async-hook-setup-at-inspect-brk as flaky"}},{"before":"7622dd8c3d41f8de82b82808cd07db1e79c8b6b4","after":"ba3aedc2083eaaaffeae87079091a67098b95901","ref":"refs/heads/main","pushedAt":"2024-07-04T19:49:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"doc: require `node:process` in assert doc examples\n\nPR-URL: https://github.com/nodejs/node/pull/53702\nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Chemi Atlow \nReviewed-By: Ulises Gascón ","shortMessageHtmlLink":"doc: require node:process in assert doc examples"}},{"before":"c61ec3036c513931ecbba243f56f7600cfd77936","after":"7622dd8c3d41f8de82b82808cd07db1e79c8b6b4","ref":"refs/heads/main","pushedAt":"2024-07-04T17:30:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"doc: add additional explanation to the wildcard section in permissions\n\nCo-authored-by: Rafael Gonzaga \nPR-URL: https://github.com/nodejs/node/pull/53664\nReviewed-By: Rafael Gonzaga \nReviewed-By: James M Snell \nReviewed-By: Marco Ippolito ","shortMessageHtmlLink":"doc: add additional explanation to the wildcard section in permissions"}},{"before":"14e911930290bbddd7d7b53db19032e2c8657147","after":"c61ec3036c513931ecbba243f56f7600cfd77936","ref":"refs/heads/main","pushedAt":"2024-07-04T17:08:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"esm: remove unnecessary toNamespacedPath calls\n\nPR-URL: https://github.com/nodejs/node/pull/53656\nReviewed-By: Matteo Collina \nReviewed-By: James M Snell ","shortMessageHtmlLink":"esm: remove unnecessary toNamespacedPath calls"}},{"before":"20fbfafb44d5b0fb7c2342fdbde012f1f882bce6","after":"14e911930290bbddd7d7b53db19032e2c8657147","ref":"refs/heads/main","pushedAt":"2024-07-04T16:41:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"lib: move `ToNamespacedPath` call to c++\n\nPR-URL: https://github.com/nodejs/node/pull/53654\nReviewed-By: James M Snell \nReviewed-By: Matteo Collina ","shortMessageHtmlLink":"lib: move ToNamespacedPath call to c++"}},{"before":"71195e1f839ee822553abd0b0adeb9ca89bf6115","after":"20fbfafb44d5b0fb7c2342fdbde012f1f882bce6","ref":"refs/heads/main","pushedAt":"2024-07-04T16:19:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"v8: move `ToNamespacedPath` to c++\n\nPR-URL: https://github.com/nodejs/node/pull/53655\nReviewed-By: Vinícius Lourenço Claro Cardoso \nReviewed-By: James M Snell ","shortMessageHtmlLink":"v8: move ToNamespacedPath to c++"}},{"before":"8040994ea9079c7a7b1ecd43ac3ba143bf3b5f46","after":"71195e1f839ee822553abd0b0adeb9ca89bf6115","ref":"refs/heads/main","pushedAt":"2024-07-04T15:56:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"meta: move regular TSC member to emeritus\n\nSigned-off-by: Michael Dawson \nPR-URL: https://github.com/nodejs/node/pull/53693\nReviewed-By: James M Snell \nReviewed-By: Moshe Atlow \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Antoine du Hamel ","shortMessageHtmlLink":"meta: move regular TSC member to emeritus"}},{"before":"18a1ac92d929165381cea81e0d55f749a5b8c181","after":"8040994ea9079c7a7b1ecd43ac3ba143bf3b5f46","ref":"refs/heads/main","pushedAt":"2024-07-04T14:35:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"lib: make navigator properties lazy\n\nNoticed in some benchmarking/profiling that the Navigator object\nconstructor was rather expensive and slow due to initialization\nof properties during construction. It makes more sense for these\nto be lazily initialized on first access.\n\nPR-URL: https://github.com/nodejs/node/pull/53649\nReviewed-By: Moshe Atlow \nReviewed-By: Filip Skokan \nReviewed-By: Matteo Collina \nReviewed-By: Tobias Nießen \nReviewed-By: Yagiz Nizipli \nReviewed-By: Benjamin Gruenbaum ","shortMessageHtmlLink":"lib: make navigator properties lazy"}},{"before":"eaacc543681c8a9c2c7f875b096740dafee6348e","after":"81d3bb1ebde7a58167d0c16c7487f6280e788024","ref":"refs/heads/actions/tools-update-c-ares","pushedAt":"2024-07-04T14:11:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lpinca","name":"Luigi Pinca","path":"/lpinca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1443911?s=80&v=4"},"commit":{"message":"fixup! fixup! deps: update c-ares to v1.32.0","shortMessageHtmlLink":"fixup! fixup! deps: update c-ares to v1.32.0"}},{"before":"487e9ec635107c1bd59d4608c8e8a8d8138207bb","after":"eaacc543681c8a9c2c7f875b096740dafee6348e","ref":"refs/heads/actions/tools-update-c-ares","pushedAt":"2024-07-04T13:58:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lpinca","name":"Luigi Pinca","path":"/lpinca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1443911?s=80&v=4"},"commit":{"message":"fixup! deps: update c-ares to v1.32.0","shortMessageHtmlLink":"fixup! deps: update c-ares to v1.32.0"}},{"before":"85f56aed112ade070bd8daf04a88a0ada823b838","after":"18a1ac92d929165381cea81e0d55f749a5b8c181","ref":"refs/heads/main","pushedAt":"2024-07-04T13:30:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"test_runner: support module detection in module mocks\n\nPR-URL: https://github.com/nodejs/node/pull/53642\nReviewed-By: Colin Ihrig \nReviewed-By: Chemi Atlow \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: James M Snell ","shortMessageHtmlLink":"test_runner: support module detection in module mocks"}},{"before":null,"after":"487e9ec635107c1bd59d4608c8e8a8d8138207bb","ref":"refs/heads/actions/tools-update-c-ares","pushedAt":"2024-07-04T13:12:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"deps: update c-ares to v1.32.0","shortMessageHtmlLink":"deps: update c-ares to v1.32.0"}},{"before":"f1ac7df535e9e600929c04c4b5d92e0fcf1c2d5e","after":"85f56aed112ade070bd8daf04a88a0ada823b838","ref":"refs/heads/main","pushedAt":"2024-07-04T13:08:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"test: use python3 instead of python in pummel test\n\nAs f9bfe785ee4 already did for a regular test, replace `python` with\n`python3` in the only `pummel` test spawning it so that it can be run on\nplatforms that don't provide a `python` binary anymore, like modern\nmacOS or some Linux distributions (e.g. Fedora) without specifying a\n`PYTHON` env var.\n\nPR-URL: https://github.com/nodejs/node/pull/53057\nReviewed-By: Yagiz Nizipli \nReviewed-By: James M Snell ","shortMessageHtmlLink":"test: use python3 instead of python in pummel test"}},{"before":"ce2faef3a70ae1b8336b2628b7f01b07d5402fbc","after":"f1ac7df535e9e600929c04c4b5d92e0fcf1c2d5e","ref":"refs/heads/main","pushedAt":"2024-07-04T11:04:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"fs: fix typings\n\nPR-URL: https://github.com/nodejs/node/pull/53626\nReviewed-By: Antoine du Hamel \nReviewed-By: James M Snell ","shortMessageHtmlLink":"fs: fix typings"}},{"before":"def57e817dd2110d36700527c532ddfc3d9150b8","after":null,"ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4.5.0","pushedAt":"2024-07-03T20:23:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"}},{"before":"3c5681de8cc37c4a486bf3ec80b62d5ce459ea3f","after":"ce2faef3a70ae1b8336b2628b7f01b07d5402fbc","ref":"refs/heads/main","pushedAt":"2024-07-03T20:23:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"meta: bump codecov/codecov-action from 4.4.1 to 4.5.0\n\nBumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/125fc84a9a348dbcf27191600683ec096ec9021c...e28ff129e5465c2c0dcc6f003fc735cb6ae0c673)\n\n---\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \nPR-URL: https://github.com/nodejs/node/pull/53675\nReviewed-By: Marco Ippolito \nReviewed-By: Luigi Pinca ","shortMessageHtmlLink":"meta: bump codecov/codecov-action from 4.4.1 to 4.5.0"}},{"before":"c6bbe40493c2aa2539f9cfefd6da1722ef256722","after":null,"ref":"refs/heads/dependabot/github_actions/mozilla-actions/sccache-action-0.0.5","pushedAt":"2024-07-03T18:21:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"}},{"before":"77d082b1c13921be3bf247ca629934afa8f7d138","after":"3c5681de8cc37c4a486bf3ec80b62d5ce459ea3f","ref":"refs/heads/main","pushedAt":"2024-07-03T18:21:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"meta: bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5\n\nBumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.4 to 0.0.5.\n- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)\n- [Commits](https://github.com/mozilla-actions/sccache-action/compare/2e7f9ec7921547d4b46598398ca573513895d0bd...89e9040de88b577a072e3760aaf59f585da083af)\n\n---\nupdated-dependencies:\n- dependency-name: mozilla-actions/sccache-action\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/53674\nReviewed-By: Michaël Zasso \nReviewed-By: Marco Ippolito ","shortMessageHtmlLink":"meta: bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5"}},{"before":"753e4db750a91f38f69e5a4e4b05104d22844000","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.11","pushedAt":"2024-07-03T18:21:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"}},{"before":"191511ce8db98e73a6fe8b976ab6ee12117ed4d4","after":"77d082b1c13921be3bf247ca629934afa8f7d138","ref":"refs/heads/main","pushedAt":"2024-07-03T18:21:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nodejs-github-bot","name":"Node.js GitHub Bot","path":"/nodejs-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18269663?s=80&v=4"},"commit":{"message":"meta: bump github/codeql-action from 3.25.7 to 3.25.11\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.11.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/f079b8493333aace61c81488f8bd40919487bd9f...b611370bb5703a7efb587f9d136a52ea24c5c38c)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\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/53673\nReviewed-By: Michaël Zasso \nReviewed-By: Marco Ippolito ","shortMessageHtmlLink":"meta: bump github/codeql-action from 3.25.7 to 3.25.11"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEeDFS1gA","startCursor":null,"endCursor":null}},"title":"Activity · nodejs/node"}