{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":127035128,"defaultBranch":"main","name":"quilt","ownerLogin":"Shopify","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-03-27T19:20:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8085?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717179230.0","currentOid":""},"activityList":{"items":[{"before":"6bb7374fd9a6a0f12d4366b6a36eb035b827ead8","after":"ad7f8fc762e85031cac53427c8854230db863940","ref":"refs/heads/main","pushedAt":"2024-05-31T18:13:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Version Packages (#2780)\n\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Version Packages (#2780)"}},{"before":"fe324a00a608177347e5853adbfe0b953b4c6a99","after":null,"ref":"refs/heads/changeset-release/main","pushedAt":"2024-05-31T18:13:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"}},{"before":"81dcd544e29d1815cb8a248cfe157aa2b4d75cd8","after":"fe324a00a608177347e5853adbfe0b953b4c6a99","ref":"refs/heads/changeset-release/main","pushedAt":"2024-05-31T17:52:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shopify-github-actions-access[bot]","name":null,"path":"/apps/shopify-github-actions-access","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/221189?s=80&v=4"},"commit":{"message":"Version Packages","shortMessageHtmlLink":"Version Packages"}},{"before":"616a18eda9cf566dcb63710bbbbd050df395572c","after":null,"ref":"refs/heads/downgradechangeset","pushedAt":"2024-05-31T17:52:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"}},{"before":"efa7e48719c71243ec0ff6b2012c3e6e1b253b21","after":"6bb7374fd9a6a0f12d4366b6a36eb035b827ead8","ref":"refs/heads/main","pushedAt":"2024-05-31T17:51:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Downgrade the release type of the graphql v16 change to patch (#2781)\n\nThis avoids changesets wanting to release peer-dependants of\r\ngraphql-typed (graphql-fixtures and graphql-typescript-definitions)\r\nas major versions.","shortMessageHtmlLink":"Downgrade the release type of the graphql v16 change to patch (#2781)"}},{"before":null,"after":"616a18eda9cf566dcb63710bbbbd050df395572c","ref":"refs/heads/downgradechangeset","pushedAt":"2024-05-31T17:30:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Downgrade the release type of the graphql v16 change to patch\n\nThis avoids changesets wanting to release peer-dependants of\ngraphql-typed (graphql-fixtures and graphql-typescript-definitions)\nas major versions.","shortMessageHtmlLink":"Downgrade the release type of the graphql v16 change to patch"}},{"before":"4abf20d1e88604e3f1f6fcd1707e5e0dd31ed765","after":"81dcd544e29d1815cb8a248cfe157aa2b4d75cd8","ref":"refs/heads/changeset-release/main","pushedAt":"2024-05-31T17:12:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shopify-github-actions-access[bot]","name":null,"path":"/apps/shopify-github-actions-access","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/221189?s=80&v=4"},"commit":{"message":"Version Packages","shortMessageHtmlLink":"Version Packages"}},{"before":"cab57f4ff2663f16e624e8f744331bc19f628d7f","after":null,"ref":"refs/heads/string-union-typegen","pushedAt":"2024-05-31T17:11:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"}},{"before":"12f7806982f7b0b890792e9d389cbf6055a68362","after":"efa7e48719c71243ec0ff6b2012c3e6e1b253b21","ref":"refs/heads/main","pushedAt":"2024-05-31T17:11:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Teach graphql typegen how to create string unions (#2779)\n\n- Add enumStyle option to graphql typegen. This defaults to \"enum\" -\r\n which uses the current behaviour of creating a typescript enum for\r\neach graphql enum. Setting it to \"type\" will create a typescript type\r\nthat is a union type containing the possible string values.\r\n- Adjust the ordering of the enums so they're generated in schema order","shortMessageHtmlLink":"Teach graphql typegen how to create string unions (#2779)"}},{"before":"a54a49566a917d1f9defb18fe44cea6bb1f72fba","after":"cab57f4ff2663f16e624e8f744331bc19f628d7f","ref":"refs/heads/string-union-typegen","pushedAt":"2024-05-31T16:58:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Teach graphql typegen how to create string unions\n\n- Add enumStyle option to graphql typegen. This defaults to \"enum\" -\n which uses the current behaviour of creating a typescript enum for\neach graphql enum. Setting it to \"type\" will create a typescript type\nthat is a union type containing the possible string values.\n- Adjust the ordering of the enums so they're generated in schema order","shortMessageHtmlLink":"Teach graphql typegen how to create string unions"}},{"before":null,"after":"4abf20d1e88604e3f1f6fcd1707e5e0dd31ed765","ref":"refs/heads/changeset-release/main","pushedAt":"2024-05-31T16:42:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shopify-github-actions-access[bot]","name":null,"path":"/apps/shopify-github-actions-access","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/221189?s=80&v=4"},"commit":{"message":"Version Packages","shortMessageHtmlLink":"Version Packages"}},{"before":"7472c4f123e2d8f987685325ba0bd49b707162bf","after":null,"ref":"refs/heads/bump-peerdeps","pushedAt":"2024-05-31T16:41:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"}},{"before":"b6f9a09286fbb5a86fc30853f64aa0e0b6670f7c","after":"12f7806982f7b0b890792e9d389cbf6055a68362","ref":"refs/heads/main","pushedAt":"2024-05-31T16:41:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Add support for graphql v16 to graphql packages (#2778)\n\nThis required some small adjusting of types, and one small, backwards\r\ncompatible runtime change.","shortMessageHtmlLink":"Add support for graphql v16 to graphql packages (#2778)"}},{"before":"0a0e6519d9e8ebc3bcd474d33a571dd4acac2b88","after":"a54a49566a917d1f9defb18fe44cea6bb1f72fba","ref":"refs/heads/string-union-typegen","pushedAt":"2024-05-31T07:19:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Teach graphql typegen how to create string unions\n\n- Add enumStyle option to graphql typegen. This defaults to \"enum\" -\n which uses the current behaviour of creating a typescript enum for\neach graphql enum. Setting it to \"type\" will create a typescript type\nthat is a union type containing the possible string values.\n- Adjust the ordering of the enums so they're generated in schema order","shortMessageHtmlLink":"Teach graphql typegen how to create string unions"}},{"before":null,"after":"0a0e6519d9e8ebc3bcd474d33a571dd4acac2b88","ref":"refs/heads/string-union-typegen","pushedAt":"2024-05-31T07:19:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Teach graphql typegen how to create string unions\n\n- Add enumStyle option to graphql typegen. This defaults to \"enum\" -\n which uses the current behaviour of creating a typescript enum for\neach graphql enum. Setting it to \"type\" will create a typescript type\nthat is a union type containing the possible string values.\n- Adjust the ordering of the enums so they're generated in schema order","shortMessageHtmlLink":"Teach graphql typegen how to create string unions"}},{"before":"1824af538d472047d194a9519a8c0f71e0d836f0","after":"7472c4f123e2d8f987685325ba0bd49b707162bf","ref":"refs/heads/bump-peerdeps","pushedAt":"2024-05-31T04:20:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Add support for graphql v16 to graphql packages\n\nThis required some small adjusting of types, and one small, backwards\ncompatible runtime change.","shortMessageHtmlLink":"Add support for graphql v16 to graphql packages"}},{"before":"ec4909cc27b14ded2b75b8f9c931943a16dabfcc","after":"1824af538d472047d194a9519a8c0f71e0d836f0","ref":"refs/heads/bump-peerdeps","pushedAt":"2024-05-31T04:05:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Add support for graphql v16 to graphql packages\n\nThis required some small adjusting of types, and one small, backwards\ncompatible runtime change.","shortMessageHtmlLink":"Add support for graphql v16 to graphql packages"}},{"before":null,"after":"ec4909cc27b14ded2b75b8f9c931943a16dabfcc","ref":"refs/heads/bump-peerdeps","pushedAt":"2024-05-31T04:02:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"BPScott","name":"Ben Scott","path":"/BPScott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/227292?s=80&v=4"},"commit":{"message":"Add support for graphql v16 to graphql packages\n\nThis required some small adjusting of types, and one small, backwards\ncompatible runtime change.","shortMessageHtmlLink":"Add support for graphql v16 to graphql packages"}},{"before":"19a8e4b0b3bc7a72fae1217ec6462d7fc27e439d","after":null,"ref":"refs/heads/dependabot/bundler/gems/quilt_rails/bundler-1bdea36e40","pushedAt":"2024-05-16T18:52:50.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":"05793a05e70407a231e1896d48b93a70e91eeafb","ref":"refs/heads/dependabot/bundler/gems/quilt_rails/bundler-e3e5eef785","pushedAt":"2024-05-16T18:52:46.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 the bundler group across 1 directory with 2 updates\n\nBumps the bundler group with 2 updates in the /gems/quilt_rails directory: [nokogiri](https://github.com/sparklemotion/nokogiri) and [rexml](https://github.com/ruby/rexml).\n\n\nUpdates `nokogiri` from 1.16.4 to 1.16.5\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.16.4...v1.16.5)\n\nUpdates `rexml` from 3.2.5 to 3.2.8\n- [Release notes](https://github.com/ruby/rexml/releases)\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)\n\n---\nupdated-dependencies:\n- dependency-name: nokogiri\n dependency-type: indirect\n dependency-group: bundler\n- dependency-name: rexml\n dependency-type: indirect\n dependency-group: bundler\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the bundler group across 1 directory with 2 updates"}},{"before":"10c1e5f6682c1848cf7da817d20bd511ff68790f","after":"19a8e4b0b3bc7a72fae1217ec6462d7fc27e439d","ref":"refs/heads/dependabot/bundler/gems/quilt_rails/bundler-1bdea36e40","pushedAt":"2024-05-14T00:47:29.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 nokogiri\n\nBumps the bundler group with 1 update in the /gems/quilt_rails directory: [nokogiri](https://github.com/sparklemotion/nokogiri).\n\n\nUpdates `nokogiri` from 1.16.4 to 1.16.5\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.16.4...v1.16.5)\n\n---\nupdated-dependencies:\n- dependency-name: nokogiri\n dependency-type: indirect\n dependency-group: bundler\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump nokogiri"}},{"before":null,"after":"10c1e5f6682c1848cf7da817d20bd511ff68790f","ref":"refs/heads/dependabot/bundler/gems/quilt_rails/bundler-1bdea36e40","pushedAt":"2024-05-13T23:47:09.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\n\nBumps the bundler group with 1 update in the /gems/quilt_rails directory: [nokogiri](https://github.com/sparklemotion/nokogiri).\n\n\nUpdates `nokogiri` from 1.16.4 to 1.16.5\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.16.4...v1.16.5)\n\n---\nupdated-dependencies:\n- dependency-name: nokogiri\n dependency-type: indirect\n dependency-group: bundler\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump nokogiri"}},{"before":"0f4a1b0ad2f43ff950c1792a5bfe244c5d3fc6f4","after":null,"ref":"refs/heads/changeset-release/main","pushedAt":"2024-05-06T17:18:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alex-amaral","name":"Alex Rocha","path":"/alex-amaral","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13087153?s=80&v=4"}},{"before":"7a0d348c93b48e7f597b6d3939e374dde0a2ba16","after":"b6f9a09286fbb5a86fc30853f64aa0e0b6670f7c","ref":"refs/heads/main","pushedAt":"2024-05-06T17:18:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-amaral","name":"Alex Rocha","path":"/alex-amaral","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13087153?s=80&v=4"},"commit":{"message":"Version Packages (#2772)\n\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Version Packages (#2772)"}},{"before":"9e7e448a8b547484a6d8593b5a57595f65d72ce4","after":"0f4a1b0ad2f43ff950c1792a5bfe244c5d3fc6f4","ref":"refs/heads/changeset-release/main","pushedAt":"2024-05-06T16:53:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shopify-github-actions-access[bot]","name":null,"path":"/apps/shopify-github-actions-access","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/221189?s=80&v=4"},"commit":{"message":"Version Packages","shortMessageHtmlLink":"Version Packages"}},{"before":"8498746a7478a33ad64b3e3e99a4a7a02e5ae41a","after":null,"ref":"refs/heads/hack-act","pushedAt":"2024-05-06T16:52:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jas7457","name":"Jason Addleman","path":"/jas7457","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1019769?s=80&v=4"}},{"before":"7923cc804e5b2147b99f7270ec3c5028d08ba799","after":"7a0d348c93b48e7f597b6d3939e374dde0a2ba16","ref":"refs/heads/main","pushedAt":"2024-05-06T16:52:54.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jas7457","name":"Jason Addleman","path":"/jas7457","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1019769?s=80&v=4"},"commit":{"message":"Merge pull request #2773 from Shopify/hack-act\n\nUse act from 'react' when possible","shortMessageHtmlLink":"Merge pull request #2773 from Shopify/hack-act"}},{"before":"8c6546f0d5b6d5570ba47e56865322aa15f98470","after":"8498746a7478a33ad64b3e3e99a4a7a02e5ae41a","ref":"refs/heads/hack-act","pushedAt":"2024-05-06T15:40:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jas7457","name":"Jason Addleman","path":"/jas7457","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1019769?s=80&v=4"},"commit":{"message":"Use act from 'react' if available","shortMessageHtmlLink":"Use act from 'react' if available"}},{"before":null,"after":"8c6546f0d5b6d5570ba47e56865322aa15f98470","ref":"refs/heads/hack-act","pushedAt":"2024-05-06T15:09:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jas7457","name":"Jason Addleman","path":"/jas7457","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1019769?s=80&v=4"},"commit":{"message":"Try to use act from 'react'","shortMessageHtmlLink":"Try to use act from 'react'"}},{"before":null,"after":"9e7e448a8b547484a6d8593b5a57595f65d72ce4","ref":"refs/heads/changeset-release/main","pushedAt":"2024-05-06T14:34:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shopify-github-actions-access[bot]","name":null,"path":"/apps/shopify-github-actions-access","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/221189?s=80&v=4"},"commit":{"message":"Version Packages","shortMessageHtmlLink":"Version Packages"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWUoADgA","startCursor":null,"endCursor":null}},"title":"Activity ยท Shopify/quilt"}