Skip to content

Commit cd7b0db

Browse files
chore(deps): update rust crate tree-sitter to v0.26.7 (#273)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tree-sitter](https://tree-sitter.github.io/tree-sitter) ([source](https://redirect.github.com/tree-sitter/tree-sitter)) | dev-dependencies | patch | `0.26.6` → `0.26.7` | --- ### Release Notes <details> <summary>tree-sitter/tree-sitter (tree-sitter)</summary> ### [`v0.26.7`](https://redirect.github.com/tree-sitter/tree-sitter/releases/tag/v0.26.7) [Compare Source](https://redirect.github.com/tree-sitter/tree-sitter/compare/v0.26.6...v0.26.7) #### Notable Changes - A regression in v0.26.6 with quantified alternations was fixed. - Release artifacts for the tree-sitter CLI are now published as zip archives (in addition to gzipped executables, which are planned for removal in a future minor release). #### What's Changed - fix: skip missing Makefile in version command by [@&#8203;tree-sitter-ci-bot](https://redirect.github.com/tree-sitter-ci-bot)\[bot] in [#&#8203;5386](https://redirect.github.com/tree-sitter/tree-sitter/pull/5386) - fix(wasm): pass target triple to clang ([#&#8203;5385](https://redirect.github.com/tree-sitter/tree-sitter/issues/5385)) by [@&#8203;clason](https://redirect.github.com/clason) in [#&#8203;5390](https://redirect.github.com/tree-sitter/tree-sitter/pull/5390) - chore(parser): return `NULL`, not `false`, for incomplete parse by [@&#8203;tree-sitter-ci-bot](https://redirect.github.com/tree-sitter-ci-bot)\[bot] in [#&#8203;5398](https://redirect.github.com/tree-sitter/tree-sitter/pull/5398) - fix(loader): link with libc on OpenBSD to compile parser by [@&#8203;tree-sitter-ci-bot](https://redirect.github.com/tree-sitter-ci-bot)\[bot] in [#&#8203;5399](https://redirect.github.com/tree-sitter/tree-sitter/pull/5399) - refactor(query): remove `alternative_is_immediate` by [@&#8203;tree-sitter-ci-bot](https://redirect.github.com/tree-sitter-ci-bot)\[bot] in [#&#8203;5412](https://redirect.github.com/tree-sitter/tree-sitter/pull/5412) - fix(query): don't add copies for quantifier steps outside alternations by [@&#8203;tree-sitter-ci-bot](https://redirect.github.com/tree-sitter-ci-bot)\[bot] in [#&#8203;5414](https://redirect.github.com/tree-sitter/tree-sitter/pull/5414) - revert allowing dashes in parser name by [@&#8203;tree-sitter-ci-bot](https://redirect.github.com/tree-sitter-ci-bot)\[bot] in [#&#8203;5433](https://redirect.github.com/tree-sitter/tree-sitter/pull/5433) - ci(release): publish zip archives by [@&#8203;clason](https://redirect.github.com/clason) in [#&#8203;5434](https://redirect.github.com/tree-sitter/tree-sitter/pull/5434) - release v0.26.7 by [@&#8203;clason](https://redirect.github.com/clason) in [#&#8203;5435](https://redirect.github.com/tree-sitter/tree-sitter/pull/5435) **Full Changelog**: <tree-sitter/tree-sitter@v0.26.6...v0.26.7> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/zed-extensions/ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vitaly Slobodin <vitaliy.slobodin@gmail.com>
1 parent 43d9225 commit cd7b0db

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/languages/ruby/snapshots/outline.snap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ expression: captures
7878
line: 11
7979
column: 15
8080
text: ":name"
81+
- name: context
82+
line: 11
83+
column: 20
84+
text: ","
8185
- name: name
8286
line: 11
8387
column: 22
@@ -94,6 +98,10 @@ expression: captures
9498
line: 12
9599
column: 16
96100
text: "\"login\""
101+
- name: context
102+
line: 12
103+
column: 23
104+
text: ","
97105
- name: name
98106
line: 12
99107
column: 25
@@ -278,6 +286,10 @@ expression: captures
278286
line: 47
279287
column: 16
280288
text: ":charge"
289+
- name: context
290+
line: 47
291+
column: 23
292+
text: ","
281293
- name: name
282294
line: 47
283295
column: 25

0 commit comments

Comments
 (0)