{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":268424739,"defaultBranch":"master","name":"helix","ownerLogin":"helix-editor","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-06-01T04:26:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/66235900?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718061071.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"faf53a0a247f2d70c105ad2ba678cfb1b22e3f5f","ref":"refs/heads/dependabot/cargo/rust-dependencies-453a64f69f","pushedAt":"2024-06-10T23:11: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): bump the rust-dependencies group with 6 updates\n\nBumps the rust-dependencies group with 6 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.12` | `0.1.13` |\n| [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.5` |\n| [url](https://github.com/servo/rust-url) | `2.5.0` | `2.5.1` |\n| [open](https://github.com/Byron/open-rs) | `5.1.3` | `5.1.4` |\n| [lsp-types](https://github.com/gluon-lang/lsp-types) | `0.95.1` | `0.97.0` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.98` | `1.0.99` |\n\n\nUpdates `unicode-width` from 0.1.12 to 0.1.13\n- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13)\n\nUpdates `regex` from 1.10.4 to 1.10.5\n- [Release notes](https://github.com/rust-lang/regex/releases)\n- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5)\n\nUpdates `url` from 2.5.0 to 2.5.1\n- [Release notes](https://github.com/servo/rust-url/releases)\n- [Commits](https://github.com/servo/rust-url/compare/v2.5.0...v2.5.1)\n\nUpdates `open` from 5.1.3 to 5.1.4\n- [Release notes](https://github.com/Byron/open-rs/releases)\n- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)\n- [Commits](https://github.com/Byron/open-rs/compare/v5.1.3...v5.1.4)\n\nUpdates `lsp-types` from 0.95.1 to 0.97.0\n- [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gluon-lang/lsp-types/compare/v0.95.1...v0.97.0)\n\nUpdates `cc` from 1.0.98 to 1.0.99\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.98...1.0.99)\n\n---\nupdated-dependencies:\n- dependency-name: unicode-width\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: url\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: open\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: lsp-types\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: rust-dependencies\n- dependency-name: cc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the rust-dependencies group with 6 updates"}},{"before":"7273f355fbaa22765e85b8843d9e7aab9eb8c8db","after":"a23b2f023d373cf76f1d72c1834951d424498b02","ref":"refs/heads/gh-pages","pushedAt":"2024-06-10T22:39:19.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: 265608a3d8d0497fbbec86721fdd548931132839","shortMessageHtmlLink":"deploy: 265608a"}},{"before":"a1cda3c19e510999362f533476dd87e21fc833d1","after":"265608a3d8d0497fbbec86721fdd548931132839","ref":"refs/heads/master","pushedAt":"2024-06-10T22:39:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pascalkuthe","name":"Pascal Kuthe","path":"/pascalkuthe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61850714?s=80&v=4"},"commit":{"message":"Auto Save All Buffers After A Delay (#10899)\n\n* auto save after delay\r\n\r\n* configable\r\n\r\n* clearer names\r\n\r\n* init\r\n\r\n* working with some odd behaviour\r\n\r\n* working with greater consistency\r\n\r\n* Apply reviewer suggestions\r\n\r\n- Remove unneccessary field\r\n- Remove blocking save\r\n\r\n* Improve auto-save configuration\r\n\r\nAuto save can be configured to trigger on focus loss:\r\n```toml\r\nauto-save.focus-lost = true|false\r\n```\r\n\r\nand after a time delay (in milli seconds) since last keypress:\r\n```toml\r\nauto-save.after-delay.enable = true|false\r\nauto-save.after-delay.timeout = [0, u64::MAX] # default: 3000\r\n```\r\n\r\n* Remove boilerplate and unnecessary types\r\n\r\n* Remove more useless types\r\n\r\n* Update docs for auto-save.after-delay\r\n\r\n* Fix wording of (doc) comments relating to auto-save\r\n\r\n* book: Move auto-save descriptions to separate section\r\n\r\n---------\r\n\r\nCo-authored-by: Miguel Perez \r\nCo-authored-by: Miguel Perez ","shortMessageHtmlLink":"Auto Save All Buffers After A Delay (#10899)"}},{"before":"03813bbc2e043d6eb109467fb0617fa4dcbbf482","after":"a1cda3c19e510999362f533476dd87e21fc833d1","ref":"refs/heads/master","pushedAt":"2024-06-10T15:08:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pascalkuthe","name":"Pascal Kuthe","path":"/pascalkuthe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61850714?s=80&v=4"},"commit":{"message":"in flake mkShell default RUSTFLAGS to an empty string if unset (#10880)","shortMessageHtmlLink":"in flake mkShell default RUSTFLAGS to an empty string if unset (#10880)"}},{"before":"aa1630a41af774946f12872ffa539f3145eac89e","after":"03813bbc2e043d6eb109467fb0617fa4dcbbf482","ref":"refs/heads/master","pushedAt":"2024-06-10T15:07:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pascalkuthe","name":"Pascal Kuthe","path":"/pascalkuthe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61850714?s=80&v=4"},"commit":{"message":"Remove special handling of line ending characters in selection replacement (#10786)\n\n* Remove special-casing of line ending characters in selection replacement\r\n\r\n* Refactor line ending handling and integration test to address code review comments","shortMessageHtmlLink":"Remove special handling of line ending characters in selection replac…"}},{"before":"3e336e8a0e9ca92bf831e180a574bec240bb187c","after":"7273f355fbaa22765e85b8843d9e7aab9eb8c8db","ref":"refs/heads/gh-pages","pushedAt":"2024-06-07T17:29:56.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: aa1630a41af774946f12872ffa539f3145eac89e","shortMessageHtmlLink":"deploy: aa1630a"}},{"before":"44504b720b5ad2ac8bf521b678a3fae2370f182d","after":"aa1630a41af774946f12872ffa539f3145eac89e","ref":"refs/heads/master","pushedAt":"2024-06-07T17:29:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Update Swift Grammar and Queries (#10802)","shortMessageHtmlLink":"Update Swift Grammar and Queries (#10802)"}},{"before":"ff9630a3aeb20c9b2b4da8ba13fa09bc1f51e4fe","after":"3e336e8a0e9ca92bf831e180a574bec240bb187c","ref":"refs/heads/gh-pages","pushedAt":"2024-06-07T04:02:43.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: 44504b720b5ad2ac8bf521b678a3fae2370f182d","shortMessageHtmlLink":"deploy: 44504b7"}},{"before":"80e0e98e45d0f6a6ce1bfdd83d8d1fdedd4c702f","after":"44504b720b5ad2ac8bf521b678a3fae2370f182d","ref":"refs/heads/master","pushedAt":"2024-06-07T04:02:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"add elisp support (#10644)\n\n* add elisp support\r\n\r\n* update queries for some constants","shortMessageHtmlLink":"add elisp support (#10644)"}},{"before":"3a03109a9971cc8e9501492f2aca234d906ed112","after":"80e0e98e45d0f6a6ce1bfdd83d8d1fdedd4c702f","ref":"refs/heads/master","pushedAt":"2024-06-07T03:58:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Add `py`, `hs`, `rs` and `typ` injection regexes (#10785)\n\n* Add `py` as valid python injection regex\r\n\r\n* Add `hs` and `rs` for `haskell` and `rust`\r\n\r\n* Add `typ` injection regex for `typst`","shortMessageHtmlLink":"Add py, hs, rs and typ injection regexes (#10785)"}},{"before":"886d307b9e145a34a59437055e0021357a9555b5","after":"3a03109a9971cc8e9501492f2aca234d906ed112","ref":"refs/heads/master","pushedAt":"2024-06-07T03:51:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"\"it's\" -> \"its\", in `crossterm.rs` (#10860)","shortMessageHtmlLink":"\"it's\" -> \"its\", in crossterm.rs (#10860)"}},{"before":"6f1437e9f388f923fadcb3f734e22d2ede298da7","after":"886d307b9e145a34a59437055e0021357a9555b5","ref":"refs/heads/master","pushedAt":"2024-06-06T23:24:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Fix logic to update version when HEAD changes. (#10896)","shortMessageHtmlLink":"Fix logic to update version when HEAD changes. (#10896)"}},{"before":"f71cee869fbf5d077637f64967e63b05072e529b","after":null,"ref":"refs/heads/lsp-resolve-with-empty-additional-text-edits","pushedAt":"2024-06-06T04:28:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"}},{"before":"c39cde8fc2a99871ff1ec9118d65ae404af9e702","after":"6f1437e9f388f923fadcb3f734e22d2ede298da7","ref":"refs/heads/master","pushedAt":"2024-06-06T04:28:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"LSP: Resolve completion items when any info is missing (#10873)","shortMessageHtmlLink":"LSP: Resolve completion items when any info is missing (#10873)"}},{"before":"31bcde360c6dbe9931ec3d43964172d0e9d964f7","after":"c39cde8fc2a99871ff1ec9118d65ae404af9e702","ref":"refs/heads/master","pushedAt":"2024-06-05T16:47:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pascalkuthe","name":"Pascal Kuthe","path":"/pascalkuthe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61850714?s=80&v=4"},"commit":{"message":"Flush pending writes before suspend (#10797)\n\n* flush saves before suspending\r\n\r\n* review suggestion\r\n\r\nCo-authored-by: Kirawi <67773714+kirawi@users.noreply.github.com>\r\n\r\n* review changes\r\n\r\n---------\r\n\r\nCo-authored-by: PotatoesFall \r\nCo-authored-by: Kirawi <67773714+kirawi@users.noreply.github.com>","shortMessageHtmlLink":"Flush pending writes before suspend (#10797)"}},{"before":"f8bfc32d7379db758ac013c3f3d34ea403038bb5","after":null,"ref":"refs/heads/dependabot/cargo/rust-dependencies-2ea666809a","pushedAt":"2024-06-04T01:28:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"}},{"before":"a8010441526714831690b0e920f5776019b98c21","after":"31bcde360c6dbe9931ec3d43964172d0e9d964f7","ref":"refs/heads/master","pushedAt":"2024-06-04T01:28:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"build(deps): bump toml in the rust-dependencies group (#10879)\n\nBumps the rust-dependencies group with 1 update: [toml](https://github.com/toml-rs/toml).\r\n\r\n\r\nUpdates `toml` from 0.8.13 to 0.8.14\r\n- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: toml\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump toml in the rust-dependencies group (#10879)"}},{"before":null,"after":"f8bfc32d7379db758ac013c3f3d34ea403038bb5","ref":"refs/heads/dependabot/cargo/rust-dependencies-2ea666809a","pushedAt":"2024-06-03T23:42:49.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): bump toml in the rust-dependencies group\n\nBumps the rust-dependencies group with 1 update: [toml](https://github.com/toml-rs/toml).\n\n\nUpdates `toml` from 0.8.13 to 0.8.14\n- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14)\n\n---\nupdated-dependencies:\n- dependency-name: toml\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump toml in the rust-dependencies group"}},{"before":"6dbab51f4af34d0a16768ba0aa250c79773bb0ce","after":"a8010441526714831690b0e920f5776019b98c21","ref":"refs/heads/master","pushedAt":"2024-06-03T13:40:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"update tree-sitter-earthfile to 0.5.3 (#10779)","shortMessageHtmlLink":"update tree-sitter-earthfile to 0.5.3 (#10779)"}},{"before":"fe3b99f9f3419c706a37f65b8d388296be369d03","after":"f71cee869fbf5d077637f64967e63b05072e529b","ref":"refs/heads/lsp-resolve-with-empty-additional-text-edits","pushedAt":"2024-06-03T13:37:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"LSP: Resolve completion items when any info is missing\n\nRust-analyzer for example sends `Some([])` for completion items and then\nsends the actual additional text edits in the completionItem/resolve\nresponse. To be defensive we also guard against language servers sending\nempty details and documentation.","shortMessageHtmlLink":"LSP: Resolve completion items when any info is missing"}},{"before":null,"after":"fe3b99f9f3419c706a37f65b8d388296be369d03","ref":"refs/heads/lsp-resolve-with-empty-additional-text-edits","pushedAt":"2024-06-03T11:56:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"LSP: Resolve completion items when additional text edits are empty\n\nRust-analyzer for example sends `Some([])` for completion items and then\nsends the actual additional text edits in the completionItem/resolve\nresponse.","shortMessageHtmlLink":"LSP: Resolve completion items when additional text edits are empty"}},{"before":"633d30ecd7c9a565522967a3082082ed0961e7b0","after":null,"ref":"refs/heads/dependabot/cargo/rust-dependencies-0c461e700a","pushedAt":"2024-06-03T08:08:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"}},{"before":"972265640d129edf7ab53693628ee6bea470a0e3","after":"6dbab51f4af34d0a16768ba0aa250c79773bb0ce","ref":"refs/heads/master","pushedAt":"2024-06-03T08:08:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"build(deps): bump the rust-dependencies group across 1 directory with 10 updates (#10871)\n\nBumps the rust-dependencies group with 10 updates in the / directory:\r\n\r\n| Package | From | To |\r\n| --- | --- | --- |\r\n| [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.203` |\r\n| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |\r\n| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.2` | `0.12.3` |\r\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.83` | `1.0.86` |\r\n| [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.38.0` |\r\n| [libc](https://github.com/rust-lang/libc) | `0.2.154` | `0.2.155` |\r\n| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.10.3` | `0.11.0` |\r\n| [open](https://github.com/Byron/open-rs) | `5.1.2` | `5.1.3` |\r\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` |\r\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.97` | `1.0.98` |\r\n\r\n\r\n\r\nUpdates `serde` from 1.0.201 to 1.0.203\r\n- [Release notes](https://github.com/serde-rs/serde/releases)\r\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.203)\r\n\r\nUpdates `toml` from 0.8.12 to 0.8.13\r\n- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13)\r\n\r\nUpdates `parking_lot` from 0.12.2 to 0.12.3\r\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.2...0.12.3)\r\n\r\nUpdates `anyhow` from 1.0.83 to 1.0.86\r\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\r\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86)\r\n\r\nUpdates `tokio` from 1.37.0 to 1.38.0\r\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\r\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)\r\n\r\nUpdates `libc` from 0.2.154 to 0.2.155\r\n- [Release notes](https://github.com/rust-lang/libc/releases)\r\n- [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155)\r\n\r\nUpdates `pulldown-cmark` from 0.10.3 to 0.11.0\r\n- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)\r\n- [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.10.3...v0.11.0)\r\n\r\nUpdates `open` from 5.1.2 to 5.1.3\r\n- [Release notes](https://github.com/Byron/open-rs/releases)\r\n- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)\r\n- [Commits](https://github.com/Byron/open-rs/compare/v5.1.2...v5.1.3)\r\n\r\nUpdates `thiserror` from 1.0.60 to 1.0.61\r\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\r\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61)\r\n\r\nUpdates `cc` from 1.0.97 to 1.0.98\r\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\r\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: serde\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: toml\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: parking_lot\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: anyhow\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: tokio\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n dependency-group: rust-dependencies\r\n- dependency-name: libc\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: pulldown-cmark\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n dependency-group: rust-dependencies\r\n- dependency-name: open\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: thiserror\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: cc\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump the rust-dependencies group across 1 directory with…"}},{"before":null,"after":"633d30ecd7c9a565522967a3082082ed0961e7b0","ref":"refs/heads/dependabot/cargo/rust-dependencies-0c461e700a","pushedAt":"2024-06-03T05:44:16.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): bump the rust-dependencies group across 1 directory with 10 updates\n\nBumps the rust-dependencies group with 10 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.203` |\n| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |\n| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.2` | `0.12.3` |\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.83` | `1.0.86` |\n| [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.38.0` |\n| [libc](https://github.com/rust-lang/libc) | `0.2.154` | `0.2.155` |\n| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.10.3` | `0.11.0` |\n| [open](https://github.com/Byron/open-rs) | `5.1.2` | `5.1.3` |\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.97` | `1.0.98` |\n\n\n\nUpdates `serde` from 1.0.201 to 1.0.203\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.203)\n\nUpdates `toml` from 0.8.12 to 0.8.13\n- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13)\n\nUpdates `parking_lot` from 0.12.2 to 0.12.3\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.2...0.12.3)\n\nUpdates `anyhow` from 1.0.83 to 1.0.86\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86)\n\nUpdates `tokio` from 1.37.0 to 1.38.0\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)\n\nUpdates `libc` from 0.2.154 to 0.2.155\n- [Release notes](https://github.com/rust-lang/libc/releases)\n- [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155)\n\nUpdates `pulldown-cmark` from 0.10.3 to 0.11.0\n- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)\n- [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.10.3...v0.11.0)\n\nUpdates `open` from 5.1.2 to 5.1.3\n- [Release notes](https://github.com/Byron/open-rs/releases)\n- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)\n- [Commits](https://github.com/Byron/open-rs/compare/v5.1.2...v5.1.3)\n\nUpdates `thiserror` from 1.0.60 to 1.0.61\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61)\n\nUpdates `cc` from 1.0.97 to 1.0.98\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: toml\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: parking_lot\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: anyhow\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: tokio\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: rust-dependencies\n- dependency-name: libc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: pulldown-cmark\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: rust-dependencies\n- dependency-name: open\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: thiserror\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: cc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the rust-dependencies group across 1 directory with…"}},{"before":"070bdefd1bb6277431a083e36f34de95089b1638","after":null,"ref":"refs/heads/dependabot/cargo/rust-dependencies-9b74cabbbe","pushedAt":"2024-06-03T05:43: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":"179673568df2a519fae2537fbc0053a64ecf3d8b","after":"972265640d129edf7ab53693628ee6bea470a0e3","ref":"refs/heads/master","pushedAt":"2024-06-02T15:39:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"fix: correctly reset inlay hints when stopping or restarting LSPs for a document (#10741)","shortMessageHtmlLink":"fix: correctly reset inlay hints when stopping or restarting LSPs for…"}},{"before":"730e684d1dca5736cca41ae336d56962a57b9cfe","after":"179673568df2a519fae2537fbc0053a64ecf3d8b","ref":"refs/heads/master","pushedAt":"2024-05-28T11:15:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pascalkuthe","name":"Pascal Kuthe","path":"/pascalkuthe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61850714?s=80&v=4"},"commit":{"message":"avoid cnorm on certain terminals (#10769)\n\nusing a terminfo's cnorm doesn't reset the cursor for many terminals,\r\nsee issue: #10089","shortMessageHtmlLink":"avoid cnorm on certain terminals (#10769)"}},{"before":null,"after":"070bdefd1bb6277431a083e36f34de95089b1638","ref":"refs/heads/dependabot/cargo/rust-dependencies-9b74cabbbe","pushedAt":"2024-05-27T23:34:29.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): bump the rust-dependencies group across 1 directory with 10 updates\n\nBumps the rust-dependencies group with 10 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.203` |\n| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |\n| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.2` | `0.12.3` |\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.83` | `1.0.86` |\n| [libc](https://github.com/rust-lang/libc) | `0.2.154` | `0.2.155` |\n| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.10.3` | `0.11.0` |\n| [open](https://github.com/Byron/open-rs) | `5.1.2` | `5.1.3` |\n| [lsp-types](https://github.com/gluon-lang/lsp-types) | `0.95.1` | `0.96.0` |\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.97` | `1.0.98` |\n\n\n\nUpdates `serde` from 1.0.201 to 1.0.203\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.203)\n\nUpdates `toml` from 0.8.12 to 0.8.13\n- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13)\n\nUpdates `parking_lot` from 0.12.2 to 0.12.3\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.2...0.12.3)\n\nUpdates `anyhow` from 1.0.83 to 1.0.86\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86)\n\nUpdates `libc` from 0.2.154 to 0.2.155\n- [Release notes](https://github.com/rust-lang/libc/releases)\n- [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155)\n\nUpdates `pulldown-cmark` from 0.10.3 to 0.11.0\n- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)\n- [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.10.3...v0.11.0)\n\nUpdates `open` from 5.1.2 to 5.1.3\n- [Release notes](https://github.com/Byron/open-rs/releases)\n- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)\n- [Commits](https://github.com/Byron/open-rs/compare/v5.1.2...v5.1.3)\n\nUpdates `lsp-types` from 0.95.1 to 0.96.0\n- [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gluon-lang/lsp-types/compare/v0.95.1...v0.96.0)\n\nUpdates `thiserror` from 1.0.60 to 1.0.61\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61)\n\nUpdates `cc` from 1.0.97 to 1.0.98\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: toml\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: parking_lot\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: anyhow\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: libc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: pulldown-cmark\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: rust-dependencies\n- dependency-name: open\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: lsp-types\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: rust-dependencies\n- dependency-name: thiserror\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: cc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the rust-dependencies group across 1 directory with…"}},{"before":"25ae3a0cbc46bdf5d0eb074ff68a42c9187c40d0","after":null,"ref":"refs/heads/dependabot/cargo/rust-dependencies-4753db59cd","pushedAt":"2024-05-27T23:34: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":"f1c9580e4b636d014fefb61080d8d019c14e37b7","after":"730e684d1dca5736cca41ae336d56962a57b9cfe","ref":"refs/heads/master","pushedAt":"2024-05-27T01:22:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Correct typo in \"current buffer's directory\" (#10814)","shortMessageHtmlLink":"Correct typo in \"current buffer's directory\" (#10814)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYZ-RywA","startCursor":null,"endCursor":null}},"title":"Activity · helix-editor/helix"}