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): bump tree-sitter from 0.21.3 to 0.22.3 #2

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 5, 2024

Bumps tree-sitter from 0.21.3 to 0.22.3.

Release notes

Sourced from tree-sitter's releases.

v0.22.3

Full Changelog: tree-sitter/py-tree-sitter@v0.22.2...v0.22.3

v0.22.2

Full Changelog: tree-sitter/py-tree-sitter@v0.22.1...v0.22.2

v0.22.1

Full Changelog: tree-sitter/py-tree-sitter@v0.22.0...v0.22.1

v0.22.0

Breaking changes are marked with !.

Additions:

  • LANGUAGE_VERSION
  • MIN_COMPATIBLE_LANGUAGE_VERSION
  • Point(row, column)
  • Language.__repr__()
  • Language.__eq__(): checks ptr
  • Language.__int__(): returns ptr
  • Language.__index__(): returns ptr
  • Language.__hash__(): returns ptr
  • Node.__str__(): returns the S-expression
  • TreeCursor.goto_first_child_for_point(point)
  • TreeCursor.__copy__(): returns copy()
  • Query(language, source)
  • Parser(language, included_ranges, timeout_micros)
  • Parser.language (getter + setter)
  • Parser.included_ranges (getter + setter)
  • Parser.timeout_micros (getter + setter)
  • Range.__hash__()

Deprecations:

  • Node.sexp(): use str()
  • Tree.text: use root_node.text
  • TreeCursor.goto_first_child_for_point(row, column): use goto_first_child_for_point(point)
  • LookaheadIterator.reset(language, state): use reset_state(state, language)
  • Parser.set_language(language): use Parser(language) or language setter
  • Parser.set_included_ranges(ranges): use included_ranges setter
  • Parser.set_timeout_micros(timeout): use timeout_micros setter

Removals:

  • Language(path, name) !
  • Language.build_library(...) !
  • Language.name !
  • Language.lib
  • Language.language_id: use int()

... (truncated)

Commits
  • 2c0a6ee chore: release 0.22.3
  • 8042a8f refactor: remove unnecessary header files
  • d694939 fix: more 32bit issues
  • 85e4948 fix(language): use uintptr_t
  • a82d764 build: include header files in sdist
  • 79df26e chore: release 0.22.1
  • 0feea2e fix(range): validate input
  • 9cc8445 fix(node): use full count in field_name_for_child
  • 839d783 refactor(node): don't expose internal function
  • 54f923a fix(tree): return None if node is null
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/tree-sitter-0.22.3 branch 7 times, most recently from cba8064 to 36c58cb Compare July 21, 2024 04:38
@dependabot dependabot bot force-pushed the dependabot/pip/tree-sitter-0.22.3 branch 4 times, most recently from 1233cdf to f989bb4 Compare July 29, 2024 23:51
@dependabot dependabot bot force-pushed the dependabot/pip/tree-sitter-0.22.3 branch from f989bb4 to 2b5fd0c Compare August 2, 2024 21:16
Bumps [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) from 0.21.3 to 0.22.3.
- [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases)
- [Commits](tree-sitter/py-tree-sitter@v0.21.3...v0.22.3)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tree-sitter-0.22.3 branch from 2b5fd0c to b62f276 Compare August 3, 2024 02:42
Copy link
Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #21.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/pip/tree-sitter-0.22.3 branch September 2, 2024 17:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants