Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Helix

A post-modern modal text editor
Collective - Host: opensource - https://opencollective.com/helix-editor - Website: https://helix-editor.com - Code: https://github.com/helix-editor/helix

build(deps): bump serde from 1.0.195 to 1.0.196 (#9473)

github.com/helix-editor/helix - 5ec9565ddb352744aa4d5a8d4017033d899db01d authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump pulldown-cmark from 0.9.3 to 0.9.6 (#9474)

github.com/helix-editor/helix - dd596028099ea8bc2aa01f980137b22b5ff7b0b7 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Set ui.virtual.ruler background for GitHub themes (#9487)

Turning on a ruler does not show a visible ruler
line for the GitHub themes. This change render...

github.com/helix-editor/helix - dbac78bb3c06717f1f83984da3035e28f39d49a5 authored 11 months ago by Andrew Carter <[email protected]>
Use range positions to determine insert_newline motion (#9448)

* use anchor and head positions to determine motion

* use range cursor to decide extending or...

github.com/helix-editor/helix - cf4492174d0ee27bd3c73a5fa57fe3a26aa064be authored 11 months ago by Waleed Dahshan <[email protected]>
make path changes LSP spec conform (#8949)

Currently, helix implements operations which change the paths of files
incorrectly and inconsis...

github.com/helix-editor/helix - 87a720c3a13ccc7245f5b0befc008db5bd039032 authored 11 months ago by Pascal Kuthe <[email protected]>
Use janet-simple grammar for Janet (#9247)

* Use janet-simple grammar for Janet

* Update book

* Tweak language name and related

* ...

github.com/helix-editor/helix - f5b67d9acb89ea54e7226111e3e4d8c3a008144b authored 11 months ago by sogaiu <[email protected]>
Add icon to Windows executable (#9104)

* injecting the icon through a resource file, no extra deps

* formatted

* scripted rc comp...

github.com/helix-editor/helix - 4ab70295352f6e4f86c4d170a04ceb858ee79d5b authored 11 months ago by NitinKM <[email protected]>
feat: add hard/soft contrast for gruvbox light mode (#9266)

github.com/helix-editor/helix - eb3c4e9f005d323ea8de828c23b4a7c0903a5702 authored 11 months ago by Twinkle <[email protected]>
Add argument to textobject in gdscript. (#9288)

Currently `maa` only selects parameters in a function definition.
Allow it to also select argum...

github.com/helix-editor/helix - fe443910160e145c69f32a028b313d6f596e3fbe authored 11 months ago by Ryan Roden-Corrent <[email protected]>
highlight(scala): highlight abstract methods in traits and classes (#9340)

github.com/helix-editor/helix - ee68fd09ac51b613061d6eb0680d8d42cc21260e authored 11 months ago by Jaakko Paju <[email protected]>
adjust color darkness on ruler & inlay-hints (#9375)

github.com/helix-editor/helix - 0328fa4d02ff7fcab221fcc6d9051bdafce63a79 authored 11 months ago by Abderrahmane TAHRI JOUTI <[email protected]>
Respect injections in movement::move_parent_node_end

github.com/helix-editor/helix - 035b8eabdbad02bdcf4f254162623f14767e62de authored 11 months ago by Michael Davis <[email protected]>
Respect injections in :tree-sitter-highlight-name

github.com/helix-editor/helix - 8b6565c83924e7ef9176ae4611ec368fbf75ab8a authored 11 months ago by Michael Davis <[email protected]>
Use injection syntax trees for bracket matching

Previously we used the root syntax tree for bracket matching. We can use
the new functionality i...

github.com/helix-editor/helix - 5e0b3cc28b8ae6da1f41b47080a695c99bbc844a authored 11 months ago by Michael Davis <[email protected]>
Include interpolated SQL strings in Scala injection queries (#9428)

* Change Scala injection queries to include SQL strings

* Include block comments in comment i...

github.com/helix-editor/helix - 9978d421fe7237c74932c34263d91445728d65d1 authored 11 months ago by Jaakko Paju <[email protected]>
Make status line modes bold for theme onedark (#9435)

* Make status line modes bold

* Revert change to onedarker

github.com/helix-editor/helix - f0be0c6d4a6c253e258b977436144796b8bd086f authored 11 months ago by Travis Harmon <[email protected]>
Make status line modes bold (#9449)

github.com/helix-editor/helix - 1616021a5a5378118678b57bca0ae844af5922ab authored 11 months ago by Chirikumbrah <[email protected]>
lang(git-ignore): add `helix/ignore` to git-ignore file types (#9447)

github.com/helix-editor/helix - 0d09fb4f550eb87a02f5f17dffb0800220f2e937 authored 11 months ago by Poliorcetics <[email protected]>
Update some grammars to a commit where the license file is included (#9279)

Co-authored-by: Blaž Hrastnik <[email protected]>
Co-authored-by: Michael Davis <mcarsondavis@gmail....

github.com/helix-editor/helix - 2661e05b3405c216a2303c20e71830b4bde7ac35 authored 11 months ago by blinxen <[email protected]>
Fix error message shown for goto references (#9382)

github.com/helix-editor/helix - d8b8d2fda6a10f25c9704fc95c069a4c457752e6 authored 11 months ago by Nick <[email protected]>
highlighting: Gate multiple captures behind `#is-not? local` predicates (#9390)

github.com/helix-editor/helix - cda8ea991e885a84f03d7ffcf4cf046bfbf77490 authored 11 months ago by Michael Davis <[email protected]>
minor: Silence noisy language server not found error in log

github.com/helix-editor/helix - 83f09ecbff5160e4350c8099be1ad4c64513f665 authored 11 months ago by Blaž Hrastnik <[email protected]>
Re-export `which` from `helix-stdx::env`

We use `which::which` in many crates, so `which` was a separate
dependency across all of them. W...

github.com/helix-editor/helix - 6d724a8f331f4b2a8f1a001e990cf6129dc50b00 authored 11 months ago by Michael Davis <[email protected]>
Improve error handling for `which::which` failures

Co-authored-by: Pascal Kuthe <[email protected]>

github.com/helix-editor/helix - cb25d13028ec1cdf986a3567ea52562ea654a7b8 authored 11 months ago by Michael Davis <[email protected]>
minor: Silence noisy set_error log

Outside of debugging tests, it makes no sense to log this.

github.com/helix-editor/helix - 6bfe1ddc53f542d62e242fd4aaf6748dda1b0e71 authored 11 months ago by Blaž Hrastnik <[email protected]>
build(deps): bump actions/cache from 3 to 4 (#9402)

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://...

github.com/helix-editor/helix - b606c052467396042b1dbba10f19fd3c114fd42a authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Typst Tree-Sitter grammar (#9403)

Co-authored-by: Idobenhamo <[email protected]>

github.com/helix-editor/helix - 299bcce481abe7e13f2023ec6e82c59b43f12f47 authored 11 months ago by Idobenhamo <[email protected]>
Add text object queries for dart (#9411)

* Add text object queries for dart

* Update runtime/queries/dart/textobjects.scm

Co-author...

github.com/helix-editor/helix - 2058b3732c340f5bc29eee2aca1d8edae15e1314 authored 11 months ago by melted-brownie <[email protected]>
build(deps): bump gix from 0.57.1 to 0.58.0 (#9407)

Bumps [gix](https://github.com/Byron/gitoxide) from 0.57.1 to 0.58.0.
- [Release notes](https:/...

github.com/helix-editor/helix - 7caae13465dd14ae105c69280bbe40774956eda1 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump smallvec from 1.12.0 to 1.13.1 (#9405)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - cbd8602018efd90506fe684ea58a35dd4b40518f authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add bufferline config for onedark & onedarker themes (#9397)

github.com/helix-editor/helix - 4168864572ac29c64d82031ba9edfbda0a521839 authored 11 months ago by Jaakko Paju <[email protected]>
build(deps): bump bitflags from 2.4.1 to 2.4.2 (#9404)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - ae8042bb83e34b7cf085ec8792fcbf529896d998 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump regex from 1.10.2 to 1.10.3 (#9408)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - e85507ccac5ad6771b66d2b85e7de29fa08a5b49 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump chrono from 0.4.31 to 0.4.32 (#9409)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - 960cda60abf8eb84a7369079f906a0bc53e8088c authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor completion and signature help using hooks

github.com/helix-editor/helix - 8e592a151fe7adfbf3fb35ae134b7f2a70700f09 authored 11 months ago by Pascal Kuthe <[email protected]>
Add hook/event system

github.com/helix-editor/helix - 13ed4f6c4748019787d24c2b686d417b71604242 authored 11 months ago by Pascal Kuthe <[email protected]>
Highlight .bash_history as bash (#9401)

github.com/helix-editor/helix - 7d7ace551cd58f0b6d65af7a6dfa8f896d94724a authored 11 months ago by Boris Verkhovskiy <[email protected]>
Update Scala tree-sitter grammar (#9348)

* Update Scala tree-sitter grammar

* Support block comments

Modify comment handling in tex...

github.com/helix-editor/helix - 9ed3dc52e0d56f0f0fd721d7f10da5f935f56ef9 authored 11 months ago by Jaakko Paju <[email protected]>
bash, make, css: highlight and indent queries improvement (#9393)

* highlights(bash): rework keywords section

* Use more specified scope when possible for keyw...

github.com/helix-editor/helix - 52a43bcdfcc258a2871be468a3e31496dd2d80c8 authored 11 months ago by woojiq <[email protected]>
Fix typo in string representation of GotoReference (#9395)

github.com/helix-editor/helix - f5f08becef0c27f183a7772f6ec6f5442eca2bab authored 11 months ago by Matthew Toohey <[email protected]>
Handle failure when enabling bracketed paste (#9353)

* match instead of crash

* pulling bracketedpaste out, refactor, tracking for bracketed paste...

github.com/helix-editor/helix - 9c56afeff36489ff73a9b160fe7d57360a3f9952 authored 11 months ago by Ahmed Hagi <[email protected]>
Create helix-stdx crate for stdlib extensions

helix-stdx is meant to carry extensions to the stdlib or low-level
dependencies that are useful ...

github.com/helix-editor/helix - 1f916e65cff4459698d465b2f4558da1e1bf6e44 authored 11 months ago by Michael Davis <[email protected]>
Use helix-stdx tilde expansion and normalization for HELIX_RUNTIME paths

Previously this wasn't possible since helix-core depends on helix-loader,
so helix-loader couldn...

github.com/helix-editor/helix - 1bc7aac7805285cea9ef6dc8adcaabf87a18ce67 authored 11 months ago by Michael Davis <[email protected]>
Address clippy lints (#9371)

github.com/helix-editor/helix - af8e524a7d06253fa854bf8954f64312e11d0ea0 authored 11 months ago by Daniel Sedlak <[email protected]>
feat(lsp): implement show document request (#8865)

* feat(lsp): implement show document request

Implement [window.showDocument](https://microsof...

github.com/helix-editor/helix - c60ba4ba04de56f37f4f4b19051bc4a1e68b3484 authored 11 months ago by Matouš Dzivjak <[email protected]>
Made inlay-hints not look like normal code (#9370)

Added `"ui.virtual.whitespace" = { fg = "grey_dim" }` line

github.com/helix-editor/helix - 6754acd83ff0f6edf837611679c5f4424e14492e authored 11 months ago by HumanEntity <[email protected]>
Exit a language server if it sends a message with invalid json (#9332)

* Keep lsp event listener thread alive when malformed json is encountered from the lsp server

...

github.com/helix-editor/helix - dcdecaab22e87ae8046e15aa461dc2604b1c67ad authored 11 months ago by Ben Dennis <[email protected]>
Support PureScript's new spago.yaml configs (#9362)

github.com/helix-editor/helix - f41727cc9c3a71ccaec837f358cb3b2362c4c303 authored 11 months ago by Jeremy Brudvik <[email protected]>
Delete .ignore (#9363)

This isn't being used for anything anymore.

github.com/helix-editor/helix - 6339a8c95a969a40a0db92d6dddd48a1617a1b37 authored 11 months ago by Kirawi <[email protected]>
update tempfile dev-dependency to 3.9 (#9359)

github.com/helix-editor/helix - 44cb8e547550648bf942b452acaac0268e30afa9 authored 11 months ago by Kirawi <[email protected]>
build(deps): bump cachix/cachix-action from 13 to 14 (#9347)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - eef46b1aeda8b7061657622c19867663193ecb4c authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump cachix/install-nix-action from 24 to 25 (#9346)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - bd9eef1f90409fda5790e4b560ef68b7f9df672a authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump thiserror from 1.0.52 to 1.0.56 (#9345)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - 0e7f5d604ed411439c1cb3b73d11eae1223b2203 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump anyhow from 1.0.78 to 1.0.79 (#9344)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - fa1d8dfabc0b8ee0b074928412ddd4083412c20d authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump rustix from 0.38.28 to 0.38.30 (#9342)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - 2d8d16ff5ef149c659aaa5b805db542cbd839c38 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump smallvec from 1.11.2 to 1.12.0 (#9341)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - 8a00620a7116e3804b481af41a1252e6170ccc28 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix export instructions in installation doc (#9306)

github.com/helix-editor/helix - 6ce57b7924fc52ee9800637e4f0eae72d123fec6 authored 11 months ago by JR <[email protected]>
Select subtree within injections in :tree-sitter-subtree (#9309)

`:tree-sitter-subtree` could previously only print subtrees of nodes
in the root injection laye...

github.com/helix-editor/helix - eca3ccff76b9f45dd2b266215764fe7630dee884 authored 11 months ago by Michael Davis <[email protected]>
Bump tree-sitter to latest master (#9317)

* query capture names now return `&str`s rather than `String`s
* the `#any-of?` predicate is no...

github.com/helix-editor/helix - 3011df4f35e43f9f7690b236c85ab54f210c8b3a authored 11 months ago by Michael Davis <[email protected]>
don't crash in plaintext bracket match (mm) on empty file

github.com/helix-editor/helix - 2fb7e50b549842999639434dc433f22928678082 authored 11 months ago by Pascal Kuthe <[email protected]>
ignore empty TS nodes in match bracket

github.com/helix-editor/helix - 445f7a273a27d74d8168eab7941dcb3479d31ebe authored 11 months ago by Pascal Kuthe <[email protected]>
Change path normalization strategy to not resolve symlinks (#9330)

github.com/helix-editor/helix - 3f88a3f4e6f75bf04246a8015652931e640e0821 authored 11 months ago by woojiq <[email protected]>
Make nix flake respect unused grammars (#9326)

* Make nix flake respect unused grammars

* Use default value

* Refactor

* Take use-gram...

github.com/helix-editor/helix - a0b02106c35ede95438bd23069d2b7f999ed8684 authored 11 months ago by Sebastian Zivota <[email protected]>
Fallback to filename for +arg (#9333)

github.com/helix-editor/helix - 054ce3961af4006d66529fe5fbbc44b47e2ee079 authored 11 months ago by jw013 <[email protected]>
Remove sourcehut tree-sitter grammars from default build (#9316)

Sourcehut has outages occasionally that cause the CI and from-source
builds to fail. It also do...

github.com/helix-editor/helix - 17dd102e5cccbb2a9a0f0224af63e52f3dab846b authored 12 months ago by Michael Davis <[email protected]>
Revert "build(deps): bump ahash from 0.8.6 to 0.8.7" (#9294)

github.com/helix-editor/helix - 7739d3ece1828506bbf2ab87233d10e36c3f6098 authored 12 months ago by Pascal Kuthe <[email protected]>
make sure to sync views when applying edits to unfocused views (#9173)

github.com/helix-editor/helix - 84e24b33dcda16d1d64805f34dcc02d82d0de8f1 authored 12 months ago by Gabriel Dinner-David <[email protected]>
health - add formatter to display (#7986)

github.com/helix-editor/helix - 65d041288067f1d1bbcf659c8b73ae04d77afb02 authored 12 months ago by Sammo98 <[email protected]>
Normalize `S-<lower-ascii>` keymaps to uppercase ascii (#9213)

github.com/helix-editor/helix - 305d6e9c89c89037ae4ef0835c4b1dcc9a134584 authored 12 months ago by Michael Davis <[email protected]>
Initialize diagnostics when opening a document (#8873)

github.com/helix-editor/helix - 41ca46cf8ca65dbd98df7e038fc12a272f0c9e2a authored 12 months ago by Philipp Mildenberger <[email protected]>
added voxed theme (#9164)

github.com/helix-editor/helix - 46ecc102ba6d6c2e6e707b551e24faa240752c87 authored 12 months ago by rojebd <[email protected]>
update comment grammar (#9253)

github.com/helix-editor/helix - 7af78c7788eb0ab711df812fcdba44fc8742d7ca authored 12 months ago by Kirawi <[email protected]>
update history of a newly focused view (#9271)

github.com/helix-editor/helix - 48c49f02278712f20235f3ba3912fba9e55b8ebb authored 12 months ago by Pascal Kuthe <[email protected]>
Check for rename support before showing LSP rename prompt (#9277)

github.com/helix-editor/helix - 0cbd8d3df1ec6faa088f4439e52865f8daf78dc3 authored 12 months ago by Michael Davis <[email protected]>
don't automatically dismiss zero width diagnostics (#9280)

github.com/helix-editor/helix - 4da6191a1c821eaff580392b41a2eb7245a475b7 authored 12 months ago by Pascal Kuthe <[email protected]>
build(deps): bump serde_json from 1.0.109 to 1.0.111 (#9284)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - 20b91fd99a91621d6153cd00f5527b7571290df4 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump ignore from 0.4.21 to 0.4.22 (#9283)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - 97145eaae6ad0347c8d13aeb19c1b6d3c7fe4fc6 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump libc from 0.2.151 to 0.2.152 (#9282)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - bad10a5ddd5d34bf8acaf5d49a81adadd1c9ac21 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump ahash from 0.8.6 to 0.8.7 (#9281)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - f4212421da66f30137fe2652fb1cfb3daf05f7ea authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump serde from 1.0.193 to 1.0.195 (#9285)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/helix-editor/helix - e2e8d2739af5abdcc1f4af8745511e4c5ddbdc27 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
runtime/themes: adding "ttox" theme (#8524)

* runtime/themes: adding 'ttox' theme

* Improving primary selections

github.com/helix-editor/helix - 77ab792ac72698189120b2c62e26d2a26807a9ca authored 12 months ago by Tomas <[email protected]>
feat: update wren tree-sitter grammar (#8544)

Co-authored-by: masai.dss <[email protected]>

github.com/helix-editor/helix - 918bd9c2b06934b5b0b1666f2228e219809130ac authored 12 months ago by Greedwolf DSS <[email protected]>
Info on how to skip grammar build when building from source (#8698)

* info: no grammar compile

Added instructions on how to compile without compiling grammars

...

github.com/helix-editor/helix - e46fb585954a131a8f96cfd71cf2705fe0ff1e02 authored 12 months ago by NitinKM <[email protected]>
Update goto_file docs (#8563) (#9001)

Make the pluralization of files and selections consistent to emphasize
the 1-to-1 relation betw...

github.com/helix-editor/helix - 00d681cc69fcc0d58f3603709400d26ea2647114 authored 12 months ago by jw013 <[email protected]>
Add textobject queries for protobuf grammar. (#9184)

Given `message Foo {string s = 1;}`
- `mat` selects `message Foo {string s = 1}`
- `mit` selec...

github.com/helix-editor/helix - c8e58304bf4b1b327067bd92ca6e3c9db897c572 authored 12 months ago by Ryan Roden-Corrent <[email protected]>
Update tokyonight themes (#9099)

github.com/helix-editor/helix - 154d9b6ed1e24aa846784a55c9d8bc1ba9506c7e authored 12 months ago by Paul Graydon <[email protected]>
Add textobject queries for Scala (#9191)

github.com/helix-editor/helix - 73deba70443073c0171b292dba0e9f3ef2648754 authored 12 months ago by Jaakko Paju <[email protected]>
Add HOCON language support (#9203)

* Add HOCON language support

* Remove error query

Co-authored-by: Michael Davis <mcarsonda...

github.com/helix-editor/helix - a32d537d0ab61c29dca556d6ffe35431d9f4f1d1 authored 12 months ago by Jaakko Paju <[email protected]>
Fix: misleading active tab color in monokai_pro* (#9148)

github.com/helix-editor/helix - f8ae2bc61b0fee8b2820c07f10f25ee23c13af7f authored 12 months ago by DuckDuckWhale <[email protected]>
Add auto-pairs to scheme language support (#9232)

Currently, typing a single quote in a `.scm` file "helpfully" auto-
completes a closing quote. ...

github.com/helix-editor/helix - 7e389b67c24dfe4466112c988b240c807e7e2414 authored 12 months ago by petrak@ <[email protected]>
remove build warnings (#9180)

github.com/helix-editor/helix - da4afaf3daf6bc9355953c404d1766321ed9fd99 authored 12 months ago by Tshepang Mbambo <[email protected]>
build(deps): bump serde_json from 1.0.108 to 1.0.109 (#9201)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109.
- [Release notes]...

github.com/helix-editor/helix - 8f2e611b7e30d74546afe5ec6a16eed6d34f4c39 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump tempfile from 3.8.1 to 3.9.0 (#9199)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0.
- [Changelog](http...

github.com/helix-editor/helix - 2e3f330b127af7ce37539aa95e472dbccb7c492c authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump anyhow from 1.0.76 to 1.0.78 (#9200)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.78.
- [Release notes](http...

github.com/helix-editor/helix - b908abae2d3f5fff18c4836dc86fb4a1b5deb85c authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump futures-executor from 0.3.29 to 0.3.30 (#9168)

Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30.
- [Rel...

github.com/helix-editor/helix - 78d85eb13f4a6cd2201d4ce0fc020cc747829823 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump gix from 0.57.0 to 0.57.1 (#9202)

Bumps [gix](https://github.com/Byron/gitoxide) from 0.57.0 to 0.57.1.
- [Release notes](https:/...

github.com/helix-editor/helix - 5876b763e1d0787a773749a6b26a237c223216b6 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add .prettierrc to json file types (#9214)

github.com/helix-editor/helix - a6ed104ea2787b523379895b7eb23998aae121f4 authored 12 months ago by Jaakko Paju <[email protected]>
Reduce logo sizes even more (#9211)

* Reduce logo.svg even more

While reading through commits to helix I saw
https://github.com/...

github.com/helix-editor/helix - efc4865c783e86812e34fd18ac333d5215dce708 authored 12 months ago by Manuel Mendez <[email protected]>
rust highlights: clean up constructor logic (#8957)

Enum variants and (tuple) structs are indistinguishable in general, so we
mark any PascalCase p...

github.com/helix-editor/helix - a680b2e409769bf387e5bb7469215b90775e01ba authored 12 months ago by Rose Hudson <[email protected]>
Avoid crashing with 2 instances of the same LSP (#9134)

github.com/helix-editor/helix - 7fd266efa9b90861f585d0cd7366c94bbeeaa81a authored 12 months ago by Gabriel Lopes Rodrigues <[email protected]>