Skip to content

Commit

Permalink
Bump tree-sitter-go from 0.23.1 to 0.23.2 (#690)
Browse files Browse the repository at this point in the history
Bumps [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go)
from 0.23.1 to 0.23.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tree-sitter/tree-sitter-go/releases">tree-sitter-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.23.2</h2>
<p><strong>NOTE:</strong> Download <code>tree-sitter-go.tar.xz</code>
for the <em>complete</em> source code.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/3e0062a534859b0c2f0ef7dc4fb6d11f8a0903c3"><code>3e0062a</code></a>
0.23.2</li>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/feecdbd8bffcbe02e7f21db5301cbcade66b8dfa"><code>feecdbd</code></a>
build: update bindings</li>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/528f3fcf25a6b860746265f6786fa448de384ecf"><code>528f3fc</code></a>
chore: generate</li>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/47e8b1fae7541f6e01cead97201be19321ec362a"><code>47e8b1f</code></a>
feat: add string content nodes</li>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/df2ce2e206d2810bf010d73055055bfcff1b55aa"><code>df2ce2e</code></a>
build: update bindings</li>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/7e57852a6615290be62a3e30997ce2646c434258"><code>7e57852</code></a>
chore: regenerate</li>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/62984de4d3560958510b364db944b6b367482d28"><code>62984de</code></a>
build: update bindings</li>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/95af2f3f652562521f491a43f968d7acee90a107"><code>95af2f3</code></a>
ci: update workflows</li>
<li><a
href="https://github.com/tree-sitter/tree-sitter-go/commit/ecc20866d1bd4d80f3aef06456ed3014d4d598e6"><code>ecc2086</code></a>
feat: add fields in <code>keyed_element</code></li>
<li>See full diff in <a
href="https://github.com/tree-sitter/tree-sitter-go/compare/v0.23.1...v0.23.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tree-sitter-go&package-manager=pip&previous-version=0.23.1&new-version=0.23.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Eric Brown <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Brown <[email protected]>
  • Loading branch information
dependabot[bot] and ericwb authored Nov 11, 2024
1 parent 79908ff commit 7f50fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ignorelib==0.3.0
requests==2.32.3
sarif-om==1.0.4
jschema-to-python==1.2.3
tree-sitter-go==0.23.1
tree-sitter-go==0.23.2
tree-sitter-java==0.23.3
tree-sitter-python==0.23.3

0 comments on commit 7f50fcb

Please sign in to comment.