{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3869415,"defaultBranch":"master","name":"chai-as-promised","ownerLogin":"chaijs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-03-29T19:00:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1515293?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715866154.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"cb42b019d673ca74e598eae3f9f921eb258fb5fb","ref":"refs/heads/guard-against-registering-multiple-times","pushedAt":"2024-05-16T13:29:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"koddsson","name":"Kristján Oddsson","path":"/koddsson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/318208?s=80&v=4"},"commit":{"message":"guard against multiple registrations","shortMessageHtmlLink":"guard against multiple registrations"}},{"before":"409aac45dc665f1aa175e28558ee9dc0818972c9","after":null,"ref":"refs/heads/fix-repo-pkg","pushedAt":"2024-05-14T21:14:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"}},{"before":"c9a4b22a2729e607d66fe218e17f85f7c2440c83","after":"0bf21dddb44b9058d4563597a1217948a9a1992f","ref":"refs/heads/master","pushedAt":"2024-05-14T21:14:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"fix: update repo in package.json (#296)","shortMessageHtmlLink":"fix: update repo in package.json (#296)"}},{"before":null,"after":"409aac45dc665f1aa175e28558ee9dc0818972c9","ref":"refs/heads/fix-repo-pkg","pushedAt":"2024-05-14T21:13:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"fix: update repo in package.json","shortMessageHtmlLink":"fix: update repo in package.json"}},{"before":"c80288ed4d7607f77a23814c9dca1f9876c4eb0c","after":null,"ref":"refs/heads/publish-flow","pushedAt":"2024-05-14T21:08:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"}},{"before":"7e2b1a947436f94c036a51d88686605846f8a136","after":"c9a4b22a2729e607d66fe218e17f85f7c2440c83","ref":"refs/heads/master","pushedAt":"2024-05-14T21:08:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"chore: allow publishing prereleases (#295)","shortMessageHtmlLink":"chore: allow publishing prereleases (#295)"}},{"before":null,"after":"c80288ed4d7607f77a23814c9dca1f9876c4eb0c","ref":"refs/heads/publish-flow","pushedAt":"2024-05-14T21:07:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"chore: allow publishing prereleases","shortMessageHtmlLink":"chore: allow publishing prereleases"}},{"before":"de08b558d8fd23ffe7b91ff9cc4ffe7983c0bfe3","after":null,"ref":"refs/heads/nicer-rejection","pushedAt":"2024-05-13T21:18:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"}},{"before":"4b6fa170ddf3f00f2d9cd575bd15eed1e8d2e026","after":"7e2b1a947436f94c036a51d88686605846f8a136","ref":"refs/heads/master","pushedAt":"2024-05-13T21:18:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"fix: raise a nicer error when non-object errors are matched (#294)\n\nWhen a promise is rejected, we currently incorrectly assume the\r\nrejection reason is an object consumable by check-error (i.e. an `Error`\r\nor similar).\r\n\r\nThis change basically checks strict equality on the matcher and the\r\nthrown error first (such that `rejectedWith(undefined)` would work). It\r\nthen falls back to the original logic only if both the matcher and the\r\nreason are truthy.\r\n\r\nFixes #263","shortMessageHtmlLink":"fix: raise a nicer error when non-object errors are matched (#294)"}},{"before":null,"after":"de08b558d8fd23ffe7b91ff9cc4ffe7983c0bfe3","ref":"refs/heads/nicer-rejection","pushedAt":"2024-05-13T21:14:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"fix: raise a nicer error when non-object errors are matched\n\nWhen a promise is rejected, we currently incorrectly assume the\nrejection reason is an object consumable by check-error (i.e. an `Error`\nor similar).\n\nThis change basically checks strict equality on the matcher and the\nthrown error first (such that `rejectedWith(undefined)` would work). It\nthen falls back to the original logic only if both the matcher and the\nreason are truthy.\n\nFixes #263","shortMessageHtmlLink":"fix: raise a nicer error when non-object errors are matched"}},{"before":"0335b677348c2ba253c114e8b0828bcc67819c40","after":"4b6fa170ddf3f00f2d9cd575bd15eed1e8d2e026","ref":"refs/heads/master","pushedAt":"2024-05-13T20:06:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"feat: move to ESM-only (#287)\n\nMigrates to an ESM-only package structure.\r\n\r\nThe module must now be imported like so:\r\n\r\n```ts\r\nimport chaiAsPromised from 'chai-as-promised';\r\nimport * as chai from 'chai';\r\n\r\nchai.use(chaiAsPromised);\r\n```","shortMessageHtmlLink":"feat: move to ESM-only (#287)"}},{"before":"93ba7d05b4df076c6e7e3f09f7a196285b3be409","after":"0335b677348c2ba253c114e8b0828bcc67819c40","ref":"refs/heads/master","pushedAt":"2024-05-13T19:31:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"chore: add prettier (#286)\n\nAdds prettier and the associated formatting changes.\r\n\r\nThis also updates the editor config to match that of chai itself.","shortMessageHtmlLink":"chore: add prettier (#286)"}},{"before":"a4099098fb2b16afd0ab514e4a07b85a74122f58","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/multi-372f8bc6de","pushedAt":"2024-05-13T19:28:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"83b40bb12aaf8852f000a63d865001b75110e2be","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/multi-93edcd0f4f","pushedAt":"2024-05-13T19:28:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"862d193e01ba925ec5927130500888fe55a586a3","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/lodash-4.17.21","pushedAt":"2024-05-13T19:28:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"77a6cd948a309434fc6930815915a7104fa95292","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/pathval-1.1.1","pushedAt":"2024-05-13T19:28:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"bb8ebec8903c21bd5ffc5abde9efef7e6402b5b3","after":"93ba7d05b4df076c6e7e3f09f7a196285b3be409","ref":"refs/heads/master","pushedAt":"2024-05-13T19:27:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"feat: upgrade dev toolchain (#285)\n\n- Upgrades eslint (8.x, one major behind until we move to flat config)\r\n- Upgrades chai (4.x, one major behind until we move to ESM)\r\n- Upgrades mocha\r\n- Moves from istanbul to c8 for coverage","shortMessageHtmlLink":"feat: upgrade dev toolchain (#285)"}},{"before":"03a55e7d1b8b56c7edba88593435e6a6edbfcaef","after":"a4099098fb2b16afd0ab514e4a07b85a74122f58","ref":"refs/heads/dependabot/npm_and_yarn/multi-372f8bc6de","pushedAt":"2024-05-13T19:14:06.000Z","pushType":"force_push","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 shelljs and eslint\n\nRemoves [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together.\n\n\nRemoves `shelljs`\n\nUpdates `eslint` from 3.19.0 to 9.2.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v9.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: shelljs\n dependency-type: indirect\n- dependency-name: eslint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump shelljs and eslint"}},{"before":"b8ca3d5c82a2a3367f7c00c3e421b9229cb9ce14","after":"83b40bb12aaf8852f000a63d865001b75110e2be","ref":"refs/heads/dependabot/npm_and_yarn/multi-93edcd0f4f","pushedAt":"2024-05-13T19:14:04.000Z","pushType":"force_push","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 minimist, mkdirp, handlebars and mocha\n\nBumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [handlebars](https://github.com/handlebars-lang/handlebars.js) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.\n\n\nUpdates `minimist` from 0.0.8 to 1.2.8\n- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/minimistjs/minimist/compare/v0.0.8...v1.2.8)\n\nUpdates `mkdirp` from 0.5.1 to 0.5.6\n- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6)\n\nUpdates `handlebars` from 4.0.10 to 4.7.8\n- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)\n- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md)\n- [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.0.10...v4.7.8)\n\nUpdates `mocha` from 3.4.2 to 10.4.0\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v3.4.2...v10.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: minimist\n dependency-type: indirect\n- dependency-name: mkdirp\n dependency-type: indirect\n- dependency-name: handlebars\n dependency-type: indirect\n- dependency-name: mocha\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump minimist, mkdirp, handlebars and mocha"}},{"before":"3737f96efd83ab3e3bb36000908150afded2ca86","after":"bb8ebec8903c21bd5ffc5abde9efef7e6402b5b3","ref":"refs/heads/master","pushedAt":"2024-05-13T19:13:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"Migrate CI to GitHub Actions (#283)\n\nTo allow more updates on this project with a possible maintenance reboot in the chaijs organization\r\n\r\n* chore: rework ci workflow to be closer to chai's\r\n* chore: add npm-publish workflow\r\n\r\n---------\r\n\r\nCo-authored-by: 43081j <43081j@users.noreply.github.com>","shortMessageHtmlLink":"Migrate CI to GitHub Actions (#283)"}},{"before":"9afd3615eb2031b7e467ba3a23597eba78423475","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/handlebars-4.7.8","pushedAt":"2024-05-11T09:52:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"b8ca3d5c82a2a3367f7c00c3e421b9229cb9ce14","ref":"refs/heads/dependabot/npm_and_yarn/multi-93edcd0f4f","pushedAt":"2024-05-11T09:52:56.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 minimist, mkdirp, handlebars and mocha\n\nBumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [handlebars](https://github.com/handlebars-lang/handlebars.js) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.\n\n\nUpdates `minimist` from 0.0.8 to 1.2.8\n- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/minimistjs/minimist/compare/v0.0.8...v1.2.8)\n\nUpdates `mkdirp` from 0.5.1 to 0.5.6\n- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6)\n\nUpdates `handlebars` from 4.0.10 to 4.7.8\n- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)\n- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md)\n- [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.0.10...v4.7.8)\n\nUpdates `mocha` from 3.4.2 to 10.4.0\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v3.4.2...v10.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: minimist\n dependency-type: indirect\n- dependency-name: mkdirp\n dependency-type: indirect\n- dependency-name: handlebars\n dependency-type: indirect\n- dependency-name: mocha\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump minimist, mkdirp, handlebars and mocha"}},{"before":null,"after":"03a55e7d1b8b56c7edba88593435e6a6edbfcaef","ref":"refs/heads/dependabot/npm_and_yarn/multi-372f8bc6de","pushedAt":"2024-05-11T09:52:50.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 shelljs and eslint\n\nRemoves [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together.\n\n\nRemoves `shelljs`\n\nUpdates `eslint` from 3.19.0 to 9.2.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v9.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: shelljs\n dependency-type: indirect\n- dependency-name: eslint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump shelljs and eslint"}},{"before":null,"after":"9afd3615eb2031b7e467ba3a23597eba78423475","ref":"refs/heads/dependabot/npm_and_yarn/handlebars-4.7.8","pushedAt":"2024-05-11T09:52:35.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 handlebars from 4.0.10 to 4.7.8\n\nBumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.0.10 to 4.7.8.\n- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)\n- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md)\n- [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.0.10...v4.7.8)\n\n---\nupdated-dependencies:\n- dependency-name: handlebars\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump handlebars from 4.0.10 to 4.7.8"}},{"before":null,"after":"77a6cd948a309434fc6930815915a7104fa95292","ref":"refs/heads/dependabot/npm_and_yarn/pathval-1.1.1","pushedAt":"2024-05-11T09:52:34.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 pathval from 1.1.0 to 1.1.1\n\nBumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.\n- [Release notes](https://github.com/chaijs/pathval/releases)\n- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: pathval\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pathval from 1.1.0 to 1.1.1"}},{"before":null,"after":"862d193e01ba925ec5927130500888fe55a586a3","ref":"refs/heads/dependabot/npm_and_yarn/lodash-4.17.21","pushedAt":"2024-05-11T09:52:34.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 lodash from 4.17.4 to 4.17.21\n\nBumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21.\n- [Release notes](https://github.com/lodash/lodash/releases)\n- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.21)\n\n---\nupdated-dependencies:\n- dependency-name: lodash\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump lodash from 4.17.4 to 4.17.21"}},{"before":"7ed4bb76f99bb41d32510be4fe4f73b754633604","after":"3737f96efd83ab3e3bb36000908150afded2ca86","ref":"refs/heads/master","pushedAt":"2024-05-11T09:38:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"7.1.2","shortMessageHtmlLink":"7.1.2"}},{"before":"39bfd34988132e443d703c8547fef4e2fbfa7a21","after":"7ed4bb76f99bb41d32510be4fe4f73b754633604","ref":"refs/heads/master","pushedAt":"2024-05-09T11:15:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"43081j","name":"James Garbutt","path":"/43081j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5677153?s=80&v=4"},"commit":{"message":"feat: support chai 5.x in peer dependency (#284)\n\nThis seems to work with chai 5.x so we can just bump the peer dependency\r\nsemver range for now.\r\n\r\nAlso updates the lockfile to a newer version.","shortMessageHtmlLink":"feat: support chai 5.x in peer dependency (#284)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES6n5IwA","startCursor":null,"endCursor":null}},"title":"Activity · chaijs/chai-as-promised"}