{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":29471300,"defaultBranch":"main","name":"node","ownerLogin":"targos","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-01-19T13:07:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2352663?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716291837.0","currentOid":""},"activityList":{"items":[{"before":"dc6f540dd7de47cbc7965d1c54b97cca3ad8c45d","after":"1739756422e95afd7b1ccbadd5d3795b26a12be2","ref":"refs/heads/eslint-flat-config","pushedAt":"2024-05-22T15:33:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"squash: update .eslint* patterns","shortMessageHtmlLink":"squash: update .eslint* patterns"}},{"before":"1e95d0f83da3979d3381470eecaf211d677b892b","after":"dc6f540dd7de47cbc7965d1c54b97cca3ad8c45d","ref":"refs/heads/eslint-flat-config","pushedAt":"2024-05-22T15:30:40.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"squash: update .eslint* patterns","shortMessageHtmlLink":"squash: update .eslint* patterns"}},{"before":"1b6e5cf79d1be903d3a9b0081ced570ec4f9adb7","after":"3f16877d741a764ab179fbadd35cbb69af88e55f","ref":"refs/heads/v8-deprecated-api","pushedAt":"2024-05-22T12:59:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"src: use new V8 API to define stream accessor\n\nDefine XxxStream.prototype.onread as an accessor in JavaScript sense.\n\nPreviously it was defined via soon-to-be-deprecated\n`v8::ObjectTemplate::SetAccessor(..)` which used to call setter even\nfor property stores via stream object.\n\nThe replacement V8 API `v8::ObjectTemplate::SetNativeDataProperty(..)`\ndefines a properly behaving data property and thus a store to a stream\nobject will not trigger the \"onread\" setter callback.\n\nIn order to preserve the desired behavior of storing the value in the\nreceiver's internal field the \"onread\" property should be defined as\na proper JavaScript accessor.","shortMessageHtmlLink":"src: use new V8 API to define stream accessor"}},{"before":"70eea3063046dabdeb458be82c10797078b8638b","after":"e7b72f0dd25ffcf4fb95f188e80f186444a8e34a","ref":"refs/heads/v8-125","pushedAt":"2024-05-22T12:47:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"src: do not use deprecated V8 API\n\nNamely:\n - `v8::ObjectTemplate::SetAccessor(v8::Local, ...);`\n - `v8::ObjectTemplate::SetNativeDataProperty` with `AccessControl`\n\nRefs: https://github.com/v8/v8/commit/46c241eb99557fe8205acac5c526650c3847d180\nRefs: https://github.com/v8/v8/commit/6ec883986bd417e2a42ddb960bd9449deb7e4639\nCo-authored-by: Michaël Zasso ","shortMessageHtmlLink":"src: do not use deprecated V8 API"}},{"before":"e58063f18cb8cb225e846e41f17d2ff6921e8098","after":"1e95d0f83da3979d3381470eecaf211d677b892b","ref":"refs/heads/eslint-flat-config","pushedAt":"2024-05-22T05:10:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"squash: ESLint v9.3.0","shortMessageHtmlLink":"squash: ESLint v9.3.0"}},{"before":"d32c5ba3ea2032fe68eea1ea0c6b3f53cca1c3f7","after":"70eea3063046dabdeb458be82c10797078b8638b","ref":"refs/heads/v8-125","pushedAt":"2024-05-21T14:30:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"build: include v8-sandbox.h header in distribution\n\nRefs: https://github.com/v8/v8/commit/549567808376c0caaeed2051cc71fd5adbf67b66","shortMessageHtmlLink":"build: include v8-sandbox.h header in distribution"}},{"before":"9807ede6fb17afe36a2447df65eb6b63df8d1d37","after":"d03198712e33c43df896e02156b32061523746f9","ref":"refs/heads/main","pushedAt":"2024-05-21T13:52:11.000Z","pushType":"push","commitsCount":27,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"2024-05-21, Version 18.20.3 'Hydrogen' (LTS)\n\nNotable changes:\n\nThis release fixes a regression introduced in Node.js 18.19.0 where\n`http.server.close()` was incorrectly closing idle connections.\n\nA fix has also been included for compiling Node.js from source with\nnewer versions of Clang.\n\nThe list of keys used to sign releases has been synchronized with the\ncurrent list from the `main` branch.\n\nUpdated dependencies:\n\n- acorn updated to 8.11.3.\n- acorn-walk updated to 8.3.2.\n- ada updated to 2.7.8.\n- c-ares updated to 1.28.1.\n- corepack updated to 0.28.0.\n- nghttp2 updated to 1.61.0.\n- ngtcp2 updated to 1.3.0.\n- npm updated to 10.7.0. Includes a fix from npm@10.5.1 to limit the\n number of open connections.\n- simdutf updated to 5.2.4.\n- zlib updated to 1.3.0.1-motley-7d77fb7.\n\nPR-URL: https://github.com/nodejs/node/pull/53028","shortMessageHtmlLink":"2024-05-21, Version 18.20.3 'Hydrogen' (LTS)"}},{"before":null,"after":"1b6e5cf79d1be903d3a9b0081ced570ec4f9adb7","ref":"refs/heads/v8-deprecated-api","pushedAt":"2024-05-21T11:43:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"src: do not use deprecated V8 API\n\nNamely:\n - `v8::ObjectTemplate::SetAccessor(v8::Local, ...);`\n - `v8::ObjectTemplate::SetNativeDataProperty` with `AccessControl`\n\nRefs: https://github.com/v8/v8/commit/46c241eb99557fe8205acac5c526650c3847d180\nRefs: https://github.com/v8/v8/commit/6ec883986bd417e2a42ddb960bd9449deb7e4639\nCo-authored-by: Michaël Zasso ","shortMessageHtmlLink":"src: do not use deprecated V8 API"}},{"before":"d96abc4c65afc97d2b4a558b618a0e71563e2e7b","after":"e58063f18cb8cb225e846e41f17d2ff6921e8098","ref":"refs/heads/eslint-flat-config","pushedAt":"2024-05-20T07:22:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"squash: ESLint v9.3.0","shortMessageHtmlLink":"squash: ESLint v9.3.0"}},{"before":"b5848499c5144e5d2f973799d47517540b2162ab","after":null,"ref":"refs/heads/v8-deprecated-script-origin","pushedAt":"2024-05-19T09:39:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"}},{"before":"dfba080d6c6f2b89cf387d8d24f8b72881095ede","after":null,"ref":"refs/heads/assertions","pushedAt":"2024-05-17T08:57:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"}},{"before":"74f8aaa890f29dcfa0aea703ee764f816ac93795","after":"f4aec4401265fa372ce7b08215e3a0bde69e7294","ref":"refs/heads/test-asan-latest","pushedAt":"2024-05-16T04:40:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"upgrade ubuntu and clang","shortMessageHtmlLink":"upgrade ubuntu and clang"}},{"before":null,"after":"dfba080d6c6f2b89cf387d8d24f8b72881095ede","ref":"refs/heads/assertions","pushedAt":"2024-05-15T07:57:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"lib,doc: replace references to import assertions\n\nUse \"import attributes\" and \"type attribute\" instead.","shortMessageHtmlLink":"lib,doc: replace references to import assertions"}},{"before":null,"after":"d1efc0a2fc3bbe3a89a513aa064a08d80e5c7ac7","ref":"refs/heads/GetImportAttributes","pushedAt":"2024-05-15T07:50:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"src: replace deprecated GetImportAssertions V8 API\n\nUse `GetImportAttributes` instead.","shortMessageHtmlLink":"src: replace deprecated GetImportAssertions V8 API"}},{"before":null,"after":"b5848499c5144e5d2f973799d47517540b2162ab","ref":"refs/heads/v8-deprecated-script-origin","pushedAt":"2024-05-15T07:17:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"src: remove calls to recently deprecated V8 APIs\n\nCloses: https://github.com/nodejs/node/issues/52991","shortMessageHtmlLink":"src: remove calls to recently deprecated V8 APIs"}},{"before":"a923fed8743cf787add2a22def0fdbb88d736a42","after":"9807ede6fb17afe36a2447df65eb6b63df8d1d37","ref":"refs/heads/main","pushedAt":"2024-05-15T06:40:33.000Z","pushType":"push","commitsCount":84,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"doc: remove reference to AUTHORS file\n\nPR-URL: https://github.com/nodejs/node/pull/52960\nReviewed-By: Antoine du Hamel \nReviewed-By: Moshe Atlow \nReviewed-By: Michaël Zasso \nReviewed-By: Richard Lau \nReviewed-By: Ulises Gascón \nReviewed-By: Luigi Pinca \nReviewed-By: Mohammed Keyvanzadeh \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Tobias Nießen ","shortMessageHtmlLink":"doc: remove reference to AUTHORS file"}},{"before":"5f96db7270818f32ab441ff19c008b5677a4a604","after":"adf665732488a07bf13f25fced06f8b2d987048b","ref":"refs/heads/main-test","pushedAt":"2024-05-15T06:07:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"doc: remove reference to AUTHORS file (#18)\n\nPR-URL: https://github.com/nodejs/node/pull/52960\r\nReviewed-By: Antoine du Hamel \r\nReviewed-By: Moshe Atlow \r\nReviewed-By: Michaël Zasso \r\nReviewed-By: Richard Lau \r\nReviewed-By: Ulises Gascón \r\nReviewed-By: Luigi Pinca \r\nReviewed-By: Mohammed Keyvanzadeh \r\nReviewed-By: Benjamin Gruenbaum \r\nReviewed-By: Tobias Nießen \r\n\r\nCo-authored-by: Marco Ippolito ","shortMessageHtmlLink":"doc: remove reference to AUTHORS file (#18)"}},{"before":null,"after":"5f96db7270818f32ab441ff19c008b5677a4a604","ref":"refs/heads/main-test","pushedAt":"2024-05-15T06:06:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"tools: fix v8-update workflow\n\n- Add a step that configures Git so the update script can create\n commits.\n- Use `peter-evans/create-pull-request` as it's more maintained and\n correctly handles commits that are created before it runs.\n\nRefs: https://github.com/peter-evans/create-pull-request\nPR-URL: https://github.com/nodejs/node/pull/52957\nReviewed-By: Richard Lau \nReviewed-By: Marco Ippolito \nReviewed-By: Luigi Pinca \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Rafael Gonzaga ","shortMessageHtmlLink":"tools: fix v8-update workflow"}},{"before":null,"after":"9807ede6fb17afe36a2447df65eb6b63df8d1d37","ref":"refs/heads/main-test-pr","pushedAt":"2024-05-15T06:05:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"doc: remove reference to AUTHORS file\n\nPR-URL: https://github.com/nodejs/node/pull/52960\nReviewed-By: Antoine du Hamel \nReviewed-By: Moshe Atlow \nReviewed-By: Michaël Zasso \nReviewed-By: Richard Lau \nReviewed-By: Ulises Gascón \nReviewed-By: Luigi Pinca \nReviewed-By: Mohammed Keyvanzadeh \nReviewed-By: Benjamin Gruenbaum \nReviewed-By: Tobias Nießen ","shortMessageHtmlLink":"doc: remove reference to AUTHORS file"}},{"before":"2d310351715ee16e3ebdf36fca197fe23a53413a","after":null,"ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-14T09:40:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"}},{"before":"26b2f986a94adeceff5f55aae9c6cc6c6d81e914","after":null,"ref":"refs/heads/clang-cl-v2","pushedAt":"2024-05-13T19:07:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"}},{"before":"f812f8396421fd6f7e00b23c42121e5544c5b54c","after":"2d310351715ee16e3ebdf36fca197fe23a53413a","ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-12T09:27:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"tools: fix v8-update workflow\n\n- Add a step that configures Git so the update script can create\n commits.\n- Use `peter-evans/create-pull-request` as it's more maintained and\n correctly handles commits that are created before it runs.\n\nRefs: https://github.com/peter-evans/create-pull-request","shortMessageHtmlLink":"tools: fix v8-update workflow"}},{"before":null,"after":"a3c4be5f32d14bd6840e78b724836060c771d616","ref":"refs/heads/actions/update-v8-patch","pushedAt":"2024-05-12T09:15:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"deps: patch V8 to 12.4.254.16\n\nRefs: https://github.com/v8/v8/compare/12.4.254.14...12.4.254.16","shortMessageHtmlLink":"deps: patch V8 to 12.4.254.16"}},{"before":"ac6e25bab2c03ae7ac631a645c7c6aa32035d39c","after":"f812f8396421fd6f7e00b23c42121e5544c5b54c","ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-12T09:14:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"change token","shortMessageHtmlLink":"change token"}},{"before":"a9969a6f436d8344008ef8d2bf4e88155fcd506b","after":"ac6e25bab2c03ae7ac631a645c7c6aa32035d39c","ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-12T09:09:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"try new action","shortMessageHtmlLink":"try new action"}},{"before":"6a833ea462cded481a7e9f2febb820dcd127ff69","after":"a9969a6f436d8344008ef8d2bf4e88155fcd506b","ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-12T08:31:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"add git user","shortMessageHtmlLink":"add git user"}},{"before":"a757a47a508a9a542b5bf39109b02270a1dec100","after":"6a833ea462cded481a7e9f2febb820dcd127ff69","ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-12T08:17:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"remove author","shortMessageHtmlLink":"remove author"}},{"before":"70f544aeaf0fb206a164ea4b1ca73a1ff9eaedf3","after":"a757a47a508a9a542b5bf39109b02270a1dec100","ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-12T08:12:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"github token","shortMessageHtmlLink":"github token"}},{"before":"68b6c3aa6b430510b49f62994b577df31d9e1f87","after":"70f544aeaf0fb206a164ea4b1ca73a1ff9eaedf3","ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-12T07:16:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"dont skip","shortMessageHtmlLink":"dont skip"}},{"before":null,"after":"68b6c3aa6b430510b49f62994b577df31d9e1f87","ref":"refs/heads/test-v8-patch","pushedAt":"2024-05-12T07:15:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"targos","name":"Michaël Zasso","path":"/targos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2352663?s=80&v=4"},"commit":{"message":"test-v8-patch","shortMessageHtmlLink":"test-v8-patch"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEURv4bQA","startCursor":null,"endCursor":null}},"title":"Activity · targos/node"}