Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update tree-sitter requirement from <0.24.0,>=0.22.0 to >=0.22.0,<0.25.0 #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Updates the requirements on tree-sitter to permit the latest version.

Release notes

Sourced from tree-sitter's releases.

v0.24.0

Breaking changes are marked with !.

Additions:

  • Language.copy()
  • Language.node_kind_is_supertype(id)
  • Language.__copy__()
  • LogType (enum)
  • Node.child_with_descendant(descendant)
  • Node.field_name_for_named_child(descendant)
  • Parser.print_dot_graphs(file)
  • Parser.logger (getter + setter)
  • Tree.copy()
  • Tree.print_dot_graph(file)
  • Tree.__copy__()

Deprecations:

  • Language(ptr: int)
  • Node.child_containing_descendant(descendant): use Node.child_with_descendant(descendant)
Commits
  • f5282a0 chore: release 0.24.0
  • 7c3e9a1 ci(dependabot): update python dependencies
  • 49c7cb0 ci: bump pypa/cibuildwheel from 2.21 to 2.22 in the actions group
  • 3009574 build: bump tree_sitter/core from e3c8263 to 5e8760b
  • 34422a2 fix(query): correct matching logic for any-of
  • 984db5c fix(query): ensure capture_id is set for any-of predicates
  • a85342e test(language): adapt to parser changes
  • c9168d9 ci: skip tests on Windows
  • bc18f5f build: update test dependencies
  • 65b0c2a fix(query): handle errors in predicates
  • Additional commits viewable in compare view

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 commands and options

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)

Updates the requirements on [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) to permit the latest version.
- [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases)
- [Commits](tree-sitter/py-tree-sitter@v0.22.0...v0.24.0)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.44%. Comparing base (b0edb62) to head (bbb6edf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   43.44%   43.44%           
=======================================
  Files          11       11           
  Lines        1740     1740           
=======================================
  Hits          756      756           
  Misses        984      984           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants