{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3390243,"defaultBranch":"main","name":"servo","ownerLogin":"servo","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-02-08T19:07:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2566135?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714627029.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"4cd4a96f17b6b181e5ca99ea0e85ea3fcd1859c2","ref":"refs/heads/wpt_update_02-05-2024","pushedAt":"2024-05-02T05:17:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update web-platform-tests to revision b'9b5719f9756aba6e4aa3c855db9cc54648df815f'","shortMessageHtmlLink":"Update web-platform-tests to revision b'9b5719f9756aba6e4aa3c855db9cc…"}},{"before":"0df79b939a642027325c2e050f07eefcf569d87d","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32207-50c2e1834717a264a860dd870d0aeb5dedde5ff4","pushedAt":"2024-05-02T04:58:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"50c2e1834717a264a860dd870d0aeb5dedde5ff4","after":"0df79b939a642027325c2e050f07eefcf569d87d","ref":"refs/heads/main","pushedAt":"2024-05-02T04:58:33.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"compositor: Do not handle embedder events during or after shutdown (#32207)\n\nThis is a speculative fix for #32202, which I cannot reproduce\nconsistently. This prevents handling any embedder events while\nshutting down or after shutdown is complete. It doesn't make sense to do\nthis as the compositor can be in a very inconsistent state during this\ntime and lead to panics.\n\nFixes ##32202.","shortMessageHtmlLink":"compositor: Do not handle embedder events during or after shutdown (#…"}},{"before":null,"after":"0df79b939a642027325c2e050f07eefcf569d87d","ref":"refs/heads/gh-readonly-queue/main/pr-32207-50c2e1834717a264a860dd870d0aeb5dedde5ff4","pushedAt":"2024-05-02T03:58:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"compositor: Do not handle embedder events during or after shutdown (#32207)\n\nThis is a speculative fix for #32202, which I cannot reproduce\nconsistently. This prevents handling any embedder events while\nshutting down or after shutdown is complete. It doesn't make sense to do\nthis as the compositor can be in a very inconsistent state during this\ntime and lead to panics.\n\nFixes ##32202.","shortMessageHtmlLink":"compositor: Do not handle embedder events during or after shutdown (#…"}},{"before":"849f57811c706ca9ffa2397efe7091401e23158c","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32171-50c2e1834717a264a860dd870d0aeb5dedde5ff4","pushedAt":"2024-05-01T22:35:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"849f57811c706ca9ffa2397efe7091401e23158c","ref":"refs/heads/gh-readonly-queue/main/pr-32171-50c2e1834717a264a860dd870d0aeb5dedde5ff4","pushedAt":"2024-05-01T21:30:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"feat: Support font-relative `ch` and `ic` units (#32171)\n\n* feat: Support font-relative `ch` and `ic` units\n\nAfter #31966, which made it possible for the first time to resolve\nfont-relative CSS units, this change adds support for the `ch` and\n`ic` units.\n\nOne difference with the `ex` unit that was added in that PR is that\nthese units must reflect the advance width of a character (the zero\ndigit in the case of `ch`, and the CJK water radical for `ic`) as it\nwould be rendered by the current font group. This means that the size\nof these units don't only depend on the first available font, in the\ncase where that font does not contain a glyph for that character.\n\nThis is implemented by adding the advance width for these two\ncharacters as optional fields of `FontMetrics`, so the advance width\ncomputation happens in advance. Then, when the font metrics are\nqueried as part of unit resolution, the font group is searched for the\nfirst font containing that character.\n\nThis change only implements support for these units in upright\ntypesetting modes, since Servo does not yet have support for vertical\nwriting modes. This means that many of the WPT tests that test for the\nbehavior of these units with vertical writing modes do not pass.\n\nThis change also makes a number of WPT tests pass, which relied on the\n`ch` and `ic` units. It, however, also makes the test\n`/css/css-text/white-space/text-wrap-balance-overflow-002.html` fail,\nsince it tests `text-wrap: balance`, which Servo does not yet\nimplement, and it was only previously passing by chance due to the\nprevious behavior of these units.\n\n* Revert Python 3.10-related changes to wss\n\n* Fix formatting\n\n* Remove test expectation","shortMessageHtmlLink":"feat: Support font-relative ch and ic units (#32171)"}},{"before":"d13dcaeb9bc978c4d5dd2b465bd8462baac38e45","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32171-50c2e1834717a264a860dd870d0aeb5dedde5ff4","pushedAt":"2024-05-01T21:05:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"53a251637466a959bd319fb7607c92bb30b101df","after":null,"ref":"refs/heads/dependabot/cargo/x11rb-0.13.1","pushedAt":"2024-05-01T19:59:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"servo-bot","name":null,"path":"/servo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143310109?s=80&v=4"}},{"before":"50c2e1834717a264a860dd870d0aeb5dedde5ff4","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32211-4cfbc515c70d8af3248310965978eb38f9b89f22","pushedAt":"2024-05-01T19:59:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"4cfbc515c70d8af3248310965978eb38f9b89f22","after":"50c2e1834717a264a860dd870d0aeb5dedde5ff4","ref":"refs/heads/main","pushedAt":"2024-05-01T19:59:36.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump x11rb from 0.13.0 to 0.13.1 (#32211)\n\nBumps [x11rb](https://github.com/psychon/x11rb) from 0.13.0 to 0.13.1.\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\n---\nupdated-dependencies:\n- dependency-name: x11rb\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump x11rb from 0.13.0 to 0.13.1 (#32211)"}},{"before":"c880a00e1de3b20953ba3719405b2bdeeda9c9d5","after":null,"ref":"refs/heads/dependabot/cargo/serde-1.0.200","pushedAt":"2024-05-01T19:45:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"servo-bot","name":null,"path":"/servo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143310109?s=80&v=4"}},{"before":"4cfbc515c70d8af3248310965978eb38f9b89f22","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32210-32c9f443774d39b528e1bb9e114439bc167c03ea","pushedAt":"2024-05-01T19:45:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"32c9f443774d39b528e1bb9e114439bc167c03ea","after":"4cfbc515c70d8af3248310965978eb38f9b89f22","ref":"refs/heads/main","pushedAt":"2024-05-01T19:45:26.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump serde from 1.0.199 to 1.0.200 (#32210)\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.200.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump serde from 1.0.199 to 1.0.200 (#32210)"}},{"before":"3a4b227e27e6ce96e646156fbaacbc1203c09f59","after":null,"ref":"refs/heads/dependabot/cargo/x11rb-protocol-0.13.1","pushedAt":"2024-05-01T19:39:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"servo-bot","name":null,"path":"/servo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143310109?s=80&v=4"}},{"before":"32c9f443774d39b528e1bb9e114439bc167c03ea","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32209-814bf5b6e8cd4600ce4bf8e9ee726da9aa89372e","pushedAt":"2024-05-01T19:39:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"814bf5b6e8cd4600ce4bf8e9ee726da9aa89372e","after":"32c9f443774d39b528e1bb9e114439bc167c03ea","ref":"refs/heads/main","pushedAt":"2024-05-01T19:39:34.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump x11rb-protocol from 0.13.0 to 0.13.1 (#32209)\n\nBumps [x11rb-protocol](https://github.com/psychon/x11rb) from 0.13.0 to 0.13.1.\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\n---\nupdated-dependencies:\n- dependency-name: x11rb-protocol\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump x11rb-protocol from 0.13.0 to 0.13.1 (#32209)"}},{"before":null,"after":"d13dcaeb9bc978c4d5dd2b465bd8462baac38e45","ref":"refs/heads/gh-readonly-queue/main/pr-32171-50c2e1834717a264a860dd870d0aeb5dedde5ff4","pushedAt":"2024-05-01T19:27:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"feat: Support font-relative `ch` and `ic` units (#32171)\n\n* feat: Support font-relative `ch` and `ic` units\n\nAfter #31966, which made it possible for the first time to resolve\nfont-relative CSS units, this change adds support for the `ch` and\n`ic` units.\n\nOne difference with the `ex` unit that was added in that PR is that\nthese units must reflect the advance width of a character (the zero\ndigit in the case of `ch`, and the CJK water radical for `ic`) as it\nwould be rendered by the current font group. This means that the size\nof these units don't only depend on the first available font, in the\ncase where that font does not contain a glyph for that character.\n\nThis is implemented by adding the advance width for these two\ncharacters as optional fields of `FontMetrics`, so the advance width\ncomputation happens in advance. Then, when the font metrics are\nqueried as part of unit resolution, the font group is searched for the\nfirst font containing that character.\n\nThis change only implements support for these units in upright\ntypesetting modes, since Servo does not yet have support for vertical\nwriting modes. This means that many of the WPT tests that test for the\nbehavior of these units with vertical writing modes do not pass.\n\nThis change also makes a number of WPT tests pass, which relied on the\n`ch` and `ic` units. It, however, also makes the test\n`/css/css-text/white-space/text-wrap-balance-overflow-002.html` fail,\nsince it tests `text-wrap: balance`, which Servo does not yet\nimplement, and it was only previously passing by chance due to the\nprevious behavior of these units.\n\n* Revert Python 3.10-related changes to wss\n\n* Fix formatting\n\n* Remove test expectation","shortMessageHtmlLink":"feat: Support font-relative ch and ic units (#32171)"}},{"before":null,"after":"50c2e1834717a264a860dd870d0aeb5dedde5ff4","ref":"refs/heads/gh-readonly-queue/main/pr-32211-4cfbc515c70d8af3248310965978eb38f9b89f22","pushedAt":"2024-05-01T18:09:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump x11rb from 0.13.0 to 0.13.1 (#32211)\n\nBumps [x11rb](https://github.com/psychon/x11rb) from 0.13.0 to 0.13.1.\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\n---\nupdated-dependencies:\n- dependency-name: x11rb\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump x11rb from 0.13.0 to 0.13.1 (#32211)"}},{"before":null,"after":"4cfbc515c70d8af3248310965978eb38f9b89f22","ref":"refs/heads/gh-readonly-queue/main/pr-32210-32c9f443774d39b528e1bb9e114439bc167c03ea","pushedAt":"2024-05-01T18:09:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump serde from 1.0.199 to 1.0.200 (#32210)\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.200.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump serde from 1.0.199 to 1.0.200 (#32210)"}},{"before":"cdcc57199491ac3ab395347a109ea26f198e4570","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32171-814bf5b6e8cd4600ce4bf8e9ee726da9aa89372e","pushedAt":"2024-05-01T18:09:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"a5325fe9777054f1e63c967f94b2930923ec922f","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32210-726be81bad94c2b78d94da3170cb245a3aacbb13","pushedAt":"2024-05-01T18:09:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"6afd48896d84d0082145e96b1de61a335fc34d32","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32211-a5325fe9777054f1e63c967f94b2930923ec922f","pushedAt":"2024-05-01T18:09:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"32c9f443774d39b528e1bb9e114439bc167c03ea","ref":"refs/heads/gh-readonly-queue/main/pr-32209-814bf5b6e8cd4600ce4bf8e9ee726da9aa89372e","pushedAt":"2024-05-01T18:09:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump x11rb-protocol from 0.13.0 to 0.13.1 (#32209)\n\nBumps [x11rb-protocol](https://github.com/psychon/x11rb) from 0.13.0 to 0.13.1.\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\n---\nupdated-dependencies:\n- dependency-name: x11rb-protocol\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump x11rb-protocol from 0.13.0 to 0.13.1 (#32209)"}},{"before":"726be81bad94c2b78d94da3170cb245a3aacbb13","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32209-cdcc57199491ac3ab395347a109ea26f198e4570","pushedAt":"2024-05-01T18:09:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"814bf5b6e8cd4600ce4bf8e9ee726da9aa89372e","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32208-eb7484de5ea71be0d9c24eeddad82f5744d7ce25","pushedAt":"2024-05-01T17:30:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"eb7484de5ea71be0d9c24eeddad82f5744d7ce25","after":"814bf5b6e8cd4600ce4bf8e9ee726da9aa89372e","ref":"refs/heads/main","pushedAt":"2024-05-01T17:30:06.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"mach: Upgrade boto3 and remove Python < 3.10 dependencies (#32208)\n\nThis change upgrades boto3, which will fix an upcoming urllib3 version\nconflict in the WPT and also removes all remaining dependencies for\nPython version < 3.10. The requirement for Servo is 3.10 now.\n\nFixes #32201.","shortMessageHtmlLink":"mach: Upgrade boto3 and remove Python < 3.10 dependencies (#32208)"}},{"before":null,"after":"6afd48896d84d0082145e96b1de61a335fc34d32","ref":"refs/heads/gh-readonly-queue/main/pr-32211-a5325fe9777054f1e63c967f94b2930923ec922f","pushedAt":"2024-05-01T17:20:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump x11rb from 0.13.0 to 0.13.1 (#32211)\n\nBumps [x11rb](https://github.com/psychon/x11rb) from 0.13.0 to 0.13.1.\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\n---\nupdated-dependencies:\n- dependency-name: x11rb\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump x11rb from 0.13.0 to 0.13.1 (#32211)"}},{"before":null,"after":"a5325fe9777054f1e63c967f94b2930923ec922f","ref":"refs/heads/gh-readonly-queue/main/pr-32210-726be81bad94c2b78d94da3170cb245a3aacbb13","pushedAt":"2024-05-01T17:07:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump serde from 1.0.199 to 1.0.200 (#32210)\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.200.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump serde from 1.0.199 to 1.0.200 (#32210)"}},{"before":null,"after":"726be81bad94c2b78d94da3170cb245a3aacbb13","ref":"refs/heads/gh-readonly-queue/main/pr-32209-cdcc57199491ac3ab395347a109ea26f198e4570","pushedAt":"2024-05-01T17:03:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump x11rb-protocol from 0.13.0 to 0.13.1 (#32209)\n\nBumps [x11rb-protocol](https://github.com/psychon/x11rb) from 0.13.0 to 0.13.1.\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\n---\nupdated-dependencies:\n- dependency-name: x11rb-protocol\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump x11rb-protocol from 0.13.0 to 0.13.1 (#32209)"}},{"before":"eb7484de5ea71be0d9c24eeddad82f5744d7ce25","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-32200-6065abcb6bfcc28ad1995349b6f16f6752d0f051","pushedAt":"2024-05-01T16:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEP3AV5QA","startCursor":null,"endCursor":null}},"title":"Activity · servo/servo"}