{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":116837483,"defaultBranch":"master","name":"type-graphql","ownerLogin":"MichalLytek","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-01-09T15:58:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10618781?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717093140.0","currentOid":""},"activityList":{"items":[{"before":"765eee53a29cd1dec93463959837ac3937b38960","after":"4d700db2a00f1bd467f82595dd306459becd11ab","ref":"refs/heads/gh-pages","pushedAt":"2024-05-30T18:22:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploy website based on bbcea4634263349aaffbc6431bfec6f5ad3fcde9","shortMessageHtmlLink":"Deploy website based on bbcea46"}},{"before":"4f567b89851e7ff16a9e26cc10500c549dba0e07","after":null,"ref":"refs/heads/support-arg-in-custom-decorator","pushedAt":"2024-05-30T18:19:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"}},{"before":"79d216f4ae1fe1485be7efd477afc3a5b099bf8a","after":"bbcea4634263349aaffbc6431bfec6f5ad3fcde9","ref":"refs/heads/master","pushedAt":"2024-05-30T18:18:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"feat(decorators): support registering arg by `createParameterDecorator` (#1680)\n\n* Support registering arg in createParameterDecorator\r\n\r\n* Update docs\r\n\r\n* Update examples\r\n\r\n* Update changelog\r\n\r\n* Rename to RandomIdArg","shortMessageHtmlLink":"feat(decorators): support registering arg by `createParameterDecorato…"}},{"before":"a39482b838268cb9a20d62fc03c07266a63e025b","after":"4f567b89851e7ff16a9e26cc10500c549dba0e07","ref":"refs/heads/support-arg-in-custom-decorator","pushedAt":"2024-05-30T15:44:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"Rename to RandomIdArg","shortMessageHtmlLink":"Rename to RandomIdArg"}},{"before":"4676270ecc16f24df19ea2cc5eea6f96cde7a66a","after":"a39482b838268cb9a20d62fc03c07266a63e025b","ref":"refs/heads/support-arg-in-custom-decorator","pushedAt":"2024-05-30T15:42:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"Update changelog","shortMessageHtmlLink":"Update changelog"}},{"before":"18071e1296fccb025ccec0bf3a1ebf99a9690ff8","after":"765eee53a29cd1dec93463959837ac3937b38960","ref":"refs/heads/gh-pages","pushedAt":"2024-05-30T15:41:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploy website based on 405fe7796bc211d7f9bd8574b2f8f708e825ae64","shortMessageHtmlLink":"Deploy website based on 405fe77"}},{"before":"405fe7796bc211d7f9bd8574b2f8f708e825ae64","after":"79d216f4ae1fe1485be7efd477afc3a5b099bf8a","ref":"refs/heads/master","pushedAt":"2024-05-30T15:40:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"feat(decorators): support auth and middlewares on resolver class (#1297)\n\n* ✨feat(Authorized): decorator to resolver\n\n* ✨feat(decorators/UseMiddleware): middleware decorator to Resolver\n\n* ✨feat(decorators): createMiddlewareDecorator\n\n* 🐞fix(tests/middlewares): add @Resolver() to LocalResolver\n\n* 🐞fix(decorators): export createMiddlewareDecorator\n\n* Rename create decorator method\n\n* Add changelog\n\n* Add comments for cleanup in tests\n\n* Add missing shim for createClassMiddlewareDecorator\n\n* Update docs to reflect new class-defined auth and middlewares\n\n* Rename createResolverClassMiddlewareDecorator and update changelog\n\n* Update examples to use resolver class scoped middleware\n\n---------\n\nCo-authored-by: Michał Lytek ","shortMessageHtmlLink":"feat(decorators): support auth and middlewares on resolver class (#1297)"}},{"before":"9ae96c039667e5acf6009a28fa29e73afe05da71","after":"405fe7796bc211d7f9bd8574b2f8f708e825ae64","ref":"refs/heads/master","pushedAt":"2024-05-30T15:37:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"feat: Middleware Decorator to Resolver (#1297)\n\n* ✨feat(Authorized): decorator to resolver\r\n\r\n* ✨feat(decorators/UseMiddleware): middleware decorator to Resolver\r\n\r\n* ✨feat(decorators): createMiddlewareDecorator\r\n\r\n* 🐞fix(tests/middlewares): add @Resolver() to LocalResolver\r\n\r\n* 🐞fix(decorators): export createMiddlewareDecorator\r\n\r\n* Rename create decorator method\r\n\r\n* Add changelog\r\n\r\n* Add comments for cleanup in tests\r\n\r\n* Add missing shim for createClassMiddlewareDecorator\r\n\r\n* Update docs to reflect new class-defined auth and middlewares\r\n\r\n* Rename createResolverClassMiddlewareDecorator and update changelog\r\n\r\n* Update examples to use resolver class scoped middleware\r\n\r\n---------\r\n\r\nCo-authored-by: Michał Lytek ","shortMessageHtmlLink":"feat: Middleware Decorator to Resolver (#1297)"}},{"before":"bced583d794690154d9cfb91a5a93718cb91e7cc","after":"18071e1296fccb025ccec0bf3a1ebf99a9690ff8","ref":"refs/heads/gh-pages","pushedAt":"2024-05-30T11:06:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploy website based on 9ae96c039667e5acf6009a28fa29e73afe05da71","shortMessageHtmlLink":"Deploy website based on 9ae96c0"}},{"before":"3a31dbe7818d4b0c5ce4733cc5e29da94855c8a8","after":"9ae96c039667e5acf6009a28fa29e73afe05da71","ref":"refs/heads/master","pushedAt":"2024-05-30T11:03:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"docs(sample): add guide for integrating with azure functions (#1637)\n\n* docs(examples): add link to article integrating azure functions\r\n\r\n* docs(sample): corrected location of doc to be added\r\n\r\n* doc(sample): add compact guide for azure function integration\r\n\r\n* docs(example): add azure functions integration example\r\n\r\n* Move azure function to `docs` folder\r\n\r\n* Update generated en.json\r\n\r\n* Remove azure example\r\n\r\n* Fix typo\r\n\r\n* Remove link\r\n\r\n* Fix typos\r\n\r\n---------\r\n\r\nCo-authored-by: Michał Lytek ","shortMessageHtmlLink":"docs(sample): add guide for integrating with azure functions (#1637)"}},{"before":"e69996252f7707399fd662b3e4c51b3bf20d9291","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/mikro-orm/core-6.2.7","pushedAt":"2024-05-27T05:08: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":"40ff268057d806583f72bb5d885945f7e1b2f8e2","ref":"refs/heads/dependabot/npm_and_yarn/mikro-orm/core-6.2.8","pushedAt":"2024-05-27T05:08: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":"chore(deps-dev): bump @mikro-orm/core from 6.0.2 to 6.2.8\n\nBumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 6.0.2 to 6.2.8.\n- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)\n- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mikro-orm/mikro-orm/compare/v6.0.2...v6.2.8)\n\n---\nupdated-dependencies:\n- dependency-name: \"@mikro-orm/core\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump @mikro-orm/core from 6.0.2 to 6.2.8"}},{"before":null,"after":"9053a66aaf4e8cd837a424fa54a26c414b8094b3","ref":"refs/heads/fix-double-schema-build","pushedAt":"2024-05-22T13:40:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"Prevent subsequent build of metadata storage","shortMessageHtmlLink":"Prevent subsequent build of metadata storage"}},{"before":"dd7d17a48f3aca30f5351ad60cad6fb4be079534","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/types/node-20.12.11","pushedAt":"2024-05-20T05:31:47.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":"278810deefdf218950c4fd4ef4ab1429f0e167b2","ref":"refs/heads/dependabot/npm_and_yarn/types/node-20.12.12","pushedAt":"2024-05-20T05:31:44.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":"chore(deps): bump @types/node from 20.11.24 to 20.12.12\n\nBumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.12.12.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/node\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump @types/node from 20.11.24 to 20.12.12"}},{"before":"27899bf05e6bd6f622583d2e45f8b0ea2721566f","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/mikro-orm/core-6.2.5","pushedAt":"2024-05-20T05:29:39.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":"e69996252f7707399fd662b3e4c51b3bf20d9291","ref":"refs/heads/dependabot/npm_and_yarn/mikro-orm/core-6.2.7","pushedAt":"2024-05-20T05:29:36.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":"chore(deps-dev): bump @mikro-orm/core from 6.0.2 to 6.2.7\n\nBumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 6.0.2 to 6.2.7.\n- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)\n- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mikro-orm/mikro-orm/compare/v6.0.2...v6.2.7)\n\n---\nupdated-dependencies:\n- dependency-name: \"@mikro-orm/core\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump @mikro-orm/core from 6.0.2 to 6.2.7"}},{"before":"c1a76210452dc92aaecc7197e8ae4632d98543c7","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/types/node-20.12.8","pushedAt":"2024-05-13T05:12:33.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":"dd7d17a48f3aca30f5351ad60cad6fb4be079534","ref":"refs/heads/dependabot/npm_and_yarn/types/node-20.12.11","pushedAt":"2024-05-13T05:12:30.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":"chore(deps): bump @types/node from 20.11.24 to 20.12.11\n\nBumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.12.11.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/node\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump @types/node from 20.11.24 to 20.12.11"}},{"before":"a80488c4f8d76a81e1ddb4bc4f7492bdd9c82139","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/graphql-yoga-5.3.0","pushedAt":"2024-05-13T05:10:54.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":"13de8eb236d3261050557977fefba9ea0b3a691a","ref":"refs/heads/dependabot/npm_and_yarn/graphql-yoga-5.3.1","pushedAt":"2024-05-13T05:10:51.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":"chore(deps-dev): bump graphql-yoga from 5.1.1 to 5.3.1\n\nBumps [graphql-yoga](https://github.com/dotansimha/graphql-yoga/tree/HEAD/packages/graphql-yoga) from 5.1.1 to 5.3.1.\n- [Release notes](https://github.com/dotansimha/graphql-yoga/releases)\n- [Changelog](https://github.com/dotansimha/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)\n- [Commits](https://github.com/dotansimha/graphql-yoga/commits/graphql-yoga@5.3.1/packages/graphql-yoga)\n\n---\nupdated-dependencies:\n- dependency-name: graphql-yoga\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump graphql-yoga from 5.1.1 to 5.3.1"}},{"before":"be1c7945a0434d31d5b71d1639fbec293f33f38f","after":"bced583d794690154d9cfb91a5a93718cb91e7cc","ref":"refs/heads/gh-pages","pushedAt":"2024-05-07T11:07:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploy website based on 3a31dbe7818d4b0c5ce4733cc5e29da94855c8a8","shortMessageHtmlLink":"Deploy website based on 3a31dbe"}},{"before":"177e61c8ecaa6420e6d51f8ef4f9b90fdb3d4ccc","after":"3a31dbe7818d4b0c5ce4733cc5e29da94855c8a8","ref":"refs/heads/master","pushedAt":"2024-05-07T11:03:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"docs(sponsors): add SidesMedia to bronze sponsors","shortMessageHtmlLink":"docs(sponsors): add SidesMedia to bronze sponsors"}},{"before":"e185f40e53f0f1942c9b838ad6c09ba8da55254e","after":"177e61c8ecaa6420e6d51f8ef4f9b90fdb3d4ccc","ref":"refs/heads/master","pushedAt":"2024-05-07T10:57:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MichalLytek","name":"Michał Lytek","path":"/MichalLytek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10618781?s=80&v=4"},"commit":{"message":"docs(sponsors): add SidesMedia to bronze sponsors","shortMessageHtmlLink":"docs(sponsors): add SidesMedia to bronze sponsors"}},{"before":null,"after":"a80488c4f8d76a81e1ddb4bc4f7492bdd9c82139","ref":"refs/heads/dependabot/npm_and_yarn/graphql-yoga-5.3.0","pushedAt":"2024-05-06T05:38:24.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":"chore(deps-dev): bump graphql-yoga from 5.1.1 to 5.3.0\n\nBumps [graphql-yoga](https://github.com/dotansimha/graphql-yoga/tree/HEAD/packages/graphql-yoga) from 5.1.1 to 5.3.0.\n- [Release notes](https://github.com/dotansimha/graphql-yoga/releases)\n- [Changelog](https://github.com/dotansimha/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)\n- [Commits](https://github.com/dotansimha/graphql-yoga/commits/graphql-yoga@5.3.0/packages/graphql-yoga)\n\n---\nupdated-dependencies:\n- dependency-name: graphql-yoga\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump graphql-yoga from 5.1.1 to 5.3.0"}},{"before":null,"after":"d1234b34a7f24f2c5b966c2d3fb4575170c86241","ref":"refs/heads/dependabot/npm_and_yarn/ioredis-5.4.1","pushedAt":"2024-05-06T05:38:08.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":"chore(deps-dev): bump ioredis from 5.3.2 to 5.4.1\n\nBumps [ioredis](https://github.com/luin/ioredis) from 5.3.2 to 5.4.1.\n- [Release notes](https://github.com/luin/ioredis/releases)\n- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/luin/ioredis/compare/v5.3.2...v5.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: ioredis\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump ioredis from 5.3.2 to 5.4.1"}},{"before":null,"after":"c1a76210452dc92aaecc7197e8ae4632d98543c7","ref":"refs/heads/dependabot/npm_and_yarn/types/node-20.12.8","pushedAt":"2024-05-06T05:37: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":"chore(deps): bump @types/node from 20.11.24 to 20.12.8\n\nBumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.12.8.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/node\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump @types/node from 20.11.24 to 20.12.8"}},{"before":null,"after":"995c8e13da54e5f1b5ea7139f3dc81726ed7c5f8","ref":"refs/heads/dependabot/npm_and_yarn/typescript-5.4.5","pushedAt":"2024-05-06T05:37:45.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":"chore(deps-dev): bump typescript from 5.3.3 to 5.4.5\n\nBumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.5)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump typescript from 5.3.3 to 5.4.5"}},{"before":null,"after":"27899bf05e6bd6f622583d2e45f8b0ea2721566f","ref":"refs/heads/dependabot/npm_and_yarn/mikro-orm/core-6.2.5","pushedAt":"2024-05-06T05:37:31.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":"chore(deps-dev): bump @mikro-orm/core from 6.0.2 to 6.2.5\n\nBumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 6.0.2 to 6.2.5.\n- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)\n- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mikro-orm/mikro-orm/compare/v6.0.2...v6.2.5)\n\n---\nupdated-dependencies:\n- dependency-name: \"@mikro-orm/core\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump @mikro-orm/core from 6.0.2 to 6.2.5"}},{"before":"825822b41ed9036cfef8a1ed2db8a19048c73b6e","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/graphql-scalars-1.23.0","pushedAt":"2024-05-03T13:46:35.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"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWE9vAwA","startCursor":null,"endCursor":null}},"title":"Activity · MichalLytek/type-graphql"}