{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":747698,"defaultBranch":"main","name":"sinon","ownerLogin":"sinonjs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-06-29T21:15:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6570253?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715093519.0","currentOid":""},"activityList":{"items":[{"before":"16a25aebd1b8f8f8ee841b53924ec824f5945986","after":"c618edc51e0302f047914e121cb788ac9cc43382","ref":"refs/heads/main","pushedAt":"2024-05-07T15:15:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"fix #2594: remove needless sandbox creation","shortMessageHtmlLink":"fix #2594: remove needless sandbox creation"}},{"before":"04ed4d664ee4a4944af25ab5569721ffaba3a41f","after":"861d98d1f7074fa11ee15204c44d0834f349effb","ref":"refs/heads/releases","pushedAt":"2024-05-07T14:52:20.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Add version 17.0.2 to releases","shortMessageHtmlLink":"Add version 17.0.2 to releases"}},{"before":"f6dca0bac3f228fa917165eca8815d5e2b8a6793","after":"16a25aebd1b8f8f8ee841b53924ec824f5945986","ref":"refs/heads/main","pushedAt":"2024-05-07T14:51:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"17.0.2","shortMessageHtmlLink":"17.0.2"}},{"before":"794aea4fc24677fc91bdc8753fe2ce02969bbf24","after":null,"ref":"refs/heads/upgrade-packages","pushedAt":"2024-05-07T14:33:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"}},{"before":"5025d001401091fd2086cfa2ec69e40cc0da9b65","after":"f6dca0bac3f228fa917165eca8815d5e2b8a6793","ref":"refs/heads/main","pushedAt":"2024-05-07T14:33:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"upgrade packages (#2595)\n\n* upgrade packages\r\n\r\nnot supports-color as that requires esm\r\n\r\n* Remove the ESM bundle in browser check from postbuild\r\n\r\nThis has failed for several years without anyone noticing. Even if the exit status is non-zero, the\r\nbuild does not fail, for whatever reason. So this has no meaning as of now.\r\n\r\n* Downgrade Browserify\r\n\r\n* Fix linting issues after upgrade","shortMessageHtmlLink":"upgrade packages (#2595)"}},{"before":"2fae20b7127ce6eefeac8abf0bf4e5a8cb06df98","after":"794aea4fc24677fc91bdc8753fe2ce02969bbf24","ref":"refs/heads/upgrade-packages","pushedAt":"2024-05-07T13:33:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Fix linting issues after upgrade","shortMessageHtmlLink":"Fix linting issues after upgrade"}},{"before":"0305147edbe8222baef422d036c08b0f1c5b297a","after":"2fae20b7127ce6eefeac8abf0bf4e5a8cb06df98","ref":"refs/heads/upgrade-packages","pushedAt":"2024-05-07T12:25:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Downgrade Browserify","shortMessageHtmlLink":"Downgrade Browserify"}},{"before":null,"after":"0305147edbe8222baef422d036c08b0f1c5b297a","ref":"refs/heads/upgrade-packages","pushedAt":"2024-05-06T12:28:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Remove the ESM bundle in browser check from postbuild\n\nThis has failed for several years without anyone noticing. Even if the exit status is non-zero, the\nbuild does not fail, for whatever reason. So this has no meaning as of now.","shortMessageHtmlLink":"Remove the ESM bundle in browser check from postbuild"}},{"before":"90f80a5c71261cd2719cec327333d571d83092bc","after":null,"ref":"refs/heads/revert-callthrough-simplifications","pushedAt":"2024-04-25T13:29:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"}},{"before":"ed068a886fa37cbd5f886d355824debd69aa1b16","after":"5025d001401091fd2086cfa2ec69e40cc0da9b65","ref":"refs/heads/main","pushedAt":"2024-04-25T13:29:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Avoid return and callArg* clearing each other's state (#2593)\n\n* Add regression test for #2572\r\n\r\n* Partially revert \"fix returns does not override call through (#2567)\"\r\n\r\nThis partially reverts commit 5fde5aebc74dec12bacd84d00a2f22906a7ebcc0:\r\n- we keep the tests\r\n- revert to the old manual clearing of props\r\n\r\nThe clearing of callThrough has then been manually added to what I\r\ndeem are the relevant spots. Tests are unaltered.","shortMessageHtmlLink":"Avoid return and callArg* clearing each other's state (#2593)"}},{"before":"f4fb595b32f8cdbc9bc97857dc94a10281cbd223","after":"90f80a5c71261cd2719cec327333d571d83092bc","ref":"refs/heads/revert-callthrough-simplifications","pushedAt":"2024-04-25T13:26:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Add reflected test and fixup test titles","shortMessageHtmlLink":"Add reflected test and fixup test titles"}},{"before":"09b4da57f3f685fa41fc8681b71d90668ab41250","after":"f4fb595b32f8cdbc9bc97857dc94a10281cbd223","ref":"refs/heads/revert-callthrough-simplifications","pushedAt":"2024-04-25T13:23:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Partially revert \"fix returns does not override call through (#2567)\"\n\nThis partially reverts commit 5fde5aebc74dec12bacd84d00a2f22906a7ebcc0:\n- we keep the tests\n- revert to the old manual clearing of props\n\nThe clearing of callThrough has then been manually added to what I\ndeem are the relevant spots. Tests are unaltered.","shortMessageHtmlLink":"Partially revert \"fix returns does not override call through (#2567)\""}},{"before":"f4fb595b32f8cdbc9bc97857dc94a10281cbd223","after":"09b4da57f3f685fa41fc8681b71d90668ab41250","ref":"refs/heads/revert-callthrough-simplifications","pushedAt":"2024-04-25T13:19:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Add regression test for #2572","shortMessageHtmlLink":"Add regression test for #2572"}},{"before":null,"after":"f4fb595b32f8cdbc9bc97857dc94a10281cbd223","ref":"refs/heads/revert-callthrough-simplifications","pushedAt":"2024-04-25T13:19:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Partially revert \"fix returns does not override call through (#2567)\"\n\nThis partially reverts commit 5fde5aebc74dec12bacd84d00a2f22906a7ebcc0:\n- we keep the tests\n- revert to the old manual clearing of props\n\nThe clearing of callThrough has then been manually added to what I\ndeem are the relevant spots. Tests are unaltered.","shortMessageHtmlLink":"Partially revert \"fix returns does not override call through (#2567)\""}},{"before":"381267d736e18dc019190edcead1fb9688b50668","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/ip-1.1.9","pushedAt":"2024-04-25T12:31:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"}},{"before":"ec4d592ee4faf87d7e592c4b99b3e6fec99105c8","after":"ed068a886fa37cbd5f886d355824debd69aa1b16","ref":"refs/heads/main","pushedAt":"2024-04-25T12:31:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Bump ip from 1.1.8 to 1.1.9 (#2587)\n\nBumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.\r\n- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: ip\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump ip from 1.1.8 to 1.1.9 (#2587)"}},{"before":"415a87cc75442ef4098b61458980f6a001eff24f","after":null,"ref":"refs/heads/fix-2589-direct-access-with-side-effect","pushedAt":"2024-04-25T12:30:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"}},{"before":"9972e1e3997198ff7f403ca5c000187f890f1699","after":"ec4d592ee4faf87d7e592c4b99b3e6fec99105c8","ref":"refs/heads/main","pushedAt":"2024-04-25T12:30:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"fix #2589: avoid invoking getter as side-effect (#2592)\n\nof creating restorerer function. Check for the odd case\r\nwhere we actually force setting a value through accessor\r\nfunctions and only look up the value at that time.\r\n\r\nThe alternative would be more elaborate, check if the\r\ndescriptor had a `get` or a `value` field, and then\r\ndecide, but this should do the trick.","shortMessageHtmlLink":"fix #2589: avoid invoking getter as side-effect (#2592)"}},{"before":null,"after":"415a87cc75442ef4098b61458980f6a001eff24f","ref":"refs/heads/fix-2589-direct-access-with-side-effect","pushedAt":"2024-04-25T12:23:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"fix #2589: avoid invoking getter as side-effect\n\nof creating restorerer function. Check for the odd case\nwhere we actually force setting a value through accessor\nfunctions and only look up the value at that time.\n\nThe alternative would be more elaborate, check if the\ndescriptor had a `get` or a `value` field, and then\ndecide, but this should do the trick.","shortMessageHtmlLink":"fix #2589: avoid invoking getter as side-effect"}},{"before":"52e6e4c540d8d0b95727c9bbde8328f6692a6675","after":"9972e1e3997198ff7f403ca5c000187f890f1699","ref":"refs/heads/main","pushedAt":"2024-03-18T14:11:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Fix typo in mocks documentation (#2591)","shortMessageHtmlLink":"Fix typo in mocks documentation (#2591)"}},{"before":null,"after":"381267d736e18dc019190edcead1fb9688b50668","ref":"refs/heads/dependabot/npm_and_yarn/ip-1.1.9","pushedAt":"2024-02-21T02:02:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump ip from 1.1.8 to 1.1.9\n\nBumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.\n- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)\n\n---\nupdated-dependencies:\n- dependency-name: ip\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump ip from 1.1.8 to 1.1.9"}},{"before":"b5b74833137bda5fc81eb347b9fd84888cbc8942","after":null,"ref":"refs/heads/workflow-housekeeping","pushedAt":"2024-02-10T22:01:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mroderick","name":"Morgan Roderick","path":"/mroderick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20321?s=80&v=4"}},{"before":"08da123555dc4ee4866720c925215dca4d3c799b","after":"52e6e4c540d8d0b95727c9bbde8328f6692a6675","ref":"refs/heads/main","pushedAt":"2024-02-10T22:01:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mroderick","name":"Morgan Roderick","path":"/mroderick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20321?s=80&v=4"},"commit":{"message":"chore: prefer cache option of setup-node","shortMessageHtmlLink":"chore: prefer cache option of setup-node"}},{"before":null,"after":"b5b74833137bda5fc81eb347b9fd84888cbc8942","ref":"refs/heads/workflow-housekeeping","pushedAt":"2024-02-10T21:59:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mroderick","name":"Morgan Roderick","path":"/mroderick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20321?s=80&v=4"},"commit":{"message":"chore: prefer cache option of setup-node","shortMessageHtmlLink":"chore: prefer cache option of setup-node"}},{"before":"404ef47e1119c7b8229e9d6a3c6ae9a912305d1f","after":"08da123555dc4ee4866720c925215dca4d3c799b","ref":"refs/heads/main","pushedAt":"2024-02-10T21:56:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mroderick","name":"Morgan Roderick","path":"/mroderick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20321?s=80&v=4"},"commit":{"message":"Bump actions/cache from 3 to 4\n\nBumps [actions/cache](https://github.com/actions/cache) from 3 to 4.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/cache from 3 to 4"}},{"before":"53b8871380f32f075f4ac18e4d287e8d89f8fdc6","after":null,"ref":"refs/heads/dependabot/github_actions/actions/cache-4","pushedAt":"2024-02-10T21:56:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mroderick","name":"Morgan Roderick","path":"/mroderick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20321?s=80&v=4"}},{"before":"fd79612c3324bf3264533baa7159bb1722dd9788","after":"404ef47e1119c7b8229e9d6a3c6ae9a912305d1f","ref":"refs/heads/main","pushedAt":"2024-02-10T21:55:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mroderick","name":"Morgan Roderick","path":"/mroderick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20321?s=80&v=4"},"commit":{"message":"Bump nokogiri from 1.14.3 to 1.16.2\n\nBumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2.\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.3...v1.16.2)\n\n---\nupdated-dependencies:\n- dependency-name: nokogiri\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump nokogiri from 1.14.3 to 1.16.2"}},{"before":"8c9c29ca3fd1faa86ec26c05f75680df4c170a27","after":null,"ref":"refs/heads/dependabot/bundler/nokogiri-1.16.2","pushedAt":"2024-02-10T21:55:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mroderick","name":"Morgan Roderick","path":"/mroderick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20321?s=80&v=4"}},{"before":null,"after":"8c9c29ca3fd1faa86ec26c05f75680df4c170a27","ref":"refs/heads/dependabot/bundler/nokogiri-1.16.2","pushedAt":"2024-02-06T03:32:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump nokogiri from 1.14.3 to 1.16.2\n\nBumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2.\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.3...v1.16.2)\n\n---\nupdated-dependencies:\n- dependency-name: nokogiri\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump nokogiri from 1.14.3 to 1.16.2"}},{"before":"1fbc812a9f3351f55a06758bdc8b1a053135d826","after":"fd79612c3324bf3264533baa7159bb1722dd9788","ref":"refs/heads/main","pushedAt":"2024-01-25T11:38:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fatso83","name":"Carl-Erik Kopseng","path":"/fatso83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/618076?s=80&v=4"},"commit":{"message":"Update Bug_report.md","shortMessageHtmlLink":"Update Bug_report.md"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQ7me-QA","startCursor":null,"endCursor":null}},"title":"Activity ยท sinonjs/sinon"}