{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":149198637,"defaultBranch":"master","name":"universal-user-agent","ownerLogin":"gr2m","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-09-17T22:59:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/39992?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718531591.0","currentOid":""},"activityList":{"items":[{"before":"0665008e86353854295c79c3b5f9da85f32ecee6","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-16T21:21:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"11761d2aca8af068ea829ae9ca2ecdeae12a40f9","after":"9f94fd0c4b484e160fce38008aef1c86abaf3dd0","ref":"refs/heads/master","pushedAt":"2024-06-16T21:21:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"build(deps-dev): bump braces from 3.0.2 to 3.0.3\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: braces\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps-dev): bump braces from 3.0.2 to 3.0.3"}},{"before":null,"after":"0665008e86353854295c79c3b5f9da85f32ecee6","ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-16T09:53:11.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":"build(deps-dev): bump braces from 3.0.2 to 3.0.3\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: braces\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump braces from 3.0.2 to 3.0.3"}},{"before":"96a40cc1c49185571705715ec009c6c4423446d2","after":"11761d2aca8af068ea829ae9ca2ecdeae12a40f9","ref":"refs/heads/master","pushedAt":"2024-01-17T03:59:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"docs(SECURITY): Tidelift security process","shortMessageHtmlLink":"docs(SECURITY): Tidelift security process"}},{"before":"b9abafe1d5c9a1f46a52a33a98f54028b19875c6","after":null,"ref":"refs/heads/6.x-handle-undefined-process.version","pushedAt":"2023-11-04T22:28:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"a52f68818026142a08c3b0b83f90faa6ec993972","after":"8619fad6d942b360fbc95fc2fe1cabaaf3a0eb4f","ref":"refs/heads/6.x","pushedAt":"2023-11-04T22:28:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"fix: handle `process.version` set to `undefined` (#78) (#80)\n\nVercel's [Edge Runtime](https://edge-runtime.vercel.app/) is not Node.js, but will have a global `process` defined\r\n\r\nCo-authored-by: Jascha Ephraim ","shortMessageHtmlLink":"fix: handle process.version set to undefined (#78) (#80)"}},{"before":null,"after":"b9abafe1d5c9a1f46a52a33a98f54028b19875c6","ref":"refs/heads/6.x-handle-undefined-process.version","pushedAt":"2023-11-04T22:27:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"fix: handle `process.version` set to `undefined` (#78)\n\nVercel's [Edge Runtime](https://edge-runtime.vercel.app/) is not Node.js, but will have a global `process` defined","shortMessageHtmlLink":"fix: handle process.version set to undefined (#78)"}},{"before":null,"after":"a52f68818026142a08c3b0b83f90faa6ec993972","ref":"refs/heads/6.x","pushedAt":"2023-11-04T22:26:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"fix: use same code for all environments (#57)\n\nI was hoping for conditional exports support to arrive sooner to the popular build tools, but doesn't look like it. I decided that the value for having the additional userAgent information about OS release version is not worth all the trouble that people experience because of it. Simplicity ftw.\r\n\r\nBREAKING CHANGE: no longer uses os-name in Node environment. The platform\r\nrelease version is no longer included. For example \"Node.js/10.21.0 (Linux 4.15; x64)\" is now `\"Node.js/10.21.0 (Linux; x64)\"","shortMessageHtmlLink":"fix: use same code for all environments (#57)"}},{"before":"f447835b6f21d83895fd84890f505600d26f93d2","after":null,"ref":"refs/heads/esm","pushedAt":"2023-11-04T22:23:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"becc33b75f572cf7ff83bfc44b1448e656ccbe44","after":null,"ref":"refs/heads/gr2m-patch-1","pushedAt":"2023-09-19T03:24:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"5a47b8663722f30dc33d965fb9b94d3154eca1fb","after":"96a40cc1c49185571705715ec009c6c4423446d2","ref":"refs/heads/master","pushedAt":"2023-09-19T03:24:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"ci(test): update yml syntax (#79)","shortMessageHtmlLink":"ci(test): update yml syntax (#79)"}},{"before":null,"after":"becc33b75f572cf7ff83bfc44b1448e656ccbe44","ref":"refs/heads/gr2m-patch-1","pushedAt":"2023-09-18T19:02:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"ci(test): update yml syntax","shortMessageHtmlLink":"ci(test): update yml syntax"}},{"before":"f983e515cbbd26ab106d27df2cada5246307b0c4","after":"5a47b8663722f30dc33d965fb9b94d3154eca1fb","ref":"refs/heads/master","pushedAt":"2023-09-18T18:46:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"fix: handle `process.version` set to `undefined` (#78)\n\nVercel's [Edge Runtime](https://edge-runtime.vercel.app/) is not Node.js, but will have a global `process` defined","shortMessageHtmlLink":"fix: handle process.version set to undefined (#78)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xNlQyMToyMTo1MC4wMDAwMDBazwAAAARm0MMM","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xNlQyMToyMTo1MC4wMDAwMDBazwAAAARm0MMM","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0xOFQxODo0Njo0MC4wMDAwMDBazwAAAAODRr6n"}},"title":"Activity ยท gr2m/universal-user-agent"}