Skip to content

chore(deps)(deps): bump the tree-sitter group with 8 updates#86

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tree-sitter-bc676e10f2
Open

chore(deps)(deps): bump the tree-sitter group with 8 updates#86
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tree-sitter-bc676e10f2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the tree-sitter group with 8 updates:

Package From To
tree-sitter-python 0.23.6 0.25.0
tree-sitter-javascript 0.23.1 0.25.0
tree-sitter-rust 0.23.3 0.24.2
tree-sitter-go 0.23.4 0.25.0
tree-sitter-c-sharp 0.23.1 0.23.5
tree-sitter-php 0.23.11 0.24.2
tree-sitter-lua 0.2.0 0.5.0
tree-sitter-scala 0.23.4 0.26.0

Updates tree-sitter-python from 0.23.6 to 0.25.0

Release notes

Sourced from tree-sitter-python's releases.

v0.25.0

NOTE: Download tree-sitter-python.tar.gz for the complete source code.

Commits
  • 293fdc0 0.25.0
  • 34a91a2 chore: generate
  • 8ad8a51 ci: update failing files
  • a0b84ed test: update tests
  • 1b1ca93 fix: give a higher lexical precedence to the * in except*
  • a4c106f feat: allow multiple exception expressions without parenthesis
  • 29e3bc2 refactor!: simplify exceptions
  • d8f9e69 feat: add PEP 750 template string support
  • 7ff26da feat: simplify try statement by accepting missing else/except/finally blocks
  • afdba00 build: update bindings
  • Additional commits viewable in compare view

Updates tree-sitter-javascript from 0.23.1 to 0.25.0

Release notes

Sourced from tree-sitter-javascript's releases.

v0.25.0

NOTE: Download tree-sitter-javascript.tar.gz for the complete source code.

Commits

Updates tree-sitter-rust from 0.23.3 to 0.24.2

Release notes

Sourced from tree-sitter-rust's releases.

v0.24.2

NOTE: Download tree-sitter-rust.tar.gz for the complete source code.

v0.24.1

NOTE: Download tree-sitter-rust.tar.gz for the complete source code.

v0.24.0

NOTE: Download tree-sitter-rust.tar.gz for the complete source code.

Commits

Updates tree-sitter-go from 0.23.4 to 0.25.0

Release notes

Sourced from tree-sitter-go's releases.

v0.25.0

NOTE: Download tree-sitter-go.tar.gz for the complete source code.

Commits
  • 1547678 0.25.0
  • 3f912e9 chore: generate
  • 179ca03 feat: expose statement list
  • e25214e fix: allow the terminator to be omitted for the last element
  • edea6bf fix: give index expressions a dynamic precedence of 1
  • e1076e5 feat: support generic type aliases
  • 00a299e ci: update test failures, use macos-15
  • 93c2bb6 build: update bindings
  • 1496eb7 feat: use the new reserved rules api
  • c350fa5 ci: bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates tree-sitter-c-sharp from 0.23.1 to 0.23.5

Release notes

Sourced from tree-sitter-c-sharp's releases.

v0.23.5

NOTE: Download tree-sitter-c-sharp.tar.gz for the complete source code.

v0.23.4

NOTE: Download tree-sitter-c-sharp.tar.gz for the complete source code.

v0.23.3

NOTE: Download tree-sitter-c-sharp.tar.gz for the complete source code.

Commits

Updates tree-sitter-php from 0.23.11 to 0.24.2

Release notes

Sourced from tree-sitter-php's releases.

v0.24.2

What's Changed

NOTE: Download tree-sitter-php.tar.gz for the complete source code.

v0.24.1

What's Changed

Full Changelog: tree-sitter/tree-sitter-php@v0.24.0...v0.24.1

NOTE: Download tree-sitter-php.tar.gz for the complete source code.

v0.24.0

NOTE: Download tree-sitter-php.tar.gz for the complete source code.

What's Changed

New Contributors

Full Changelog: tree-sitter/tree-sitter-php@v0.23.12...v0.24.0

v0.23.12

NOTE: Download tree-sitter-php.tar.gz for the complete source code.

What's Changed

New Contributors

Full Changelog: tree-sitter/tree-sitter-php@v0.23.11...v0.23.12

Commits
  • 5b5627f fix: publishing, 0.24.2
  • 1269143 fix(bindings): c header file location
  • a36de39 build(deps): bump actions/checkout from 4 to 5
  • d0eb14b 0.24.1
  • b621f08 chore: regenerate parser
  • 182f034 0.24.0
  • 71c7b04 test: add test for async visibility on static properties
  • be882ba chore: generate
  • 43fbdd5 feat!: add php_end_tag to grammar and queries
  • bcef9bf fix: enums can have class constants
  • Additional commits viewable in compare view

Updates tree-sitter-lua from 0.2.0 to 0.5.0

Release notes

Sourced from tree-sitter-lua's releases.

v0.5.0

NOTE: Download tree-sitter-lua.tar.gz for the complete source code.

What's Changed

New Contributors

Full Changelog: tree-sitter-grammars/tree-sitter-lua@v0.4.1...v0.5.0

v0.4.1

What's Changed

New Contributors

Full Changelog: tree-sitter-grammars/tree-sitter-lua@v0.4.0...v0.4.1

v0.4.0

Breaking Changes

  • regenerate the parser with ABI 15

What's Changed

New Contributors

Full Changelog: tree-sitter-grammars/tree-sitter-lua@v0.3.0...v0.4.0

v0.3.0

What's Changed

... (truncated)

Commits
  • 10fe005 fix(cargo): update lockfile
  • 7040a79 release v0.5.0
  • 9380fa1 chore: regenerate parser and bindings with 0.26.6
  • e40f5b6 feat(grammar): support Lua 5.5
  • de08dfd fix: apply operator field to =
  • e284fce fix(queries): re-add removed assignment operator
  • 6a6ad6e ci(release): update to breaking upstream changes
  • 816840c release v0.4.1
  • 97db867 ci: bump actions/checkout from 4 to 6 in the actions group
  • f549839 ci: fix dependabot config
  • Additional commits viewable in compare view

Updates tree-sitter-scala from 0.23.4 to 0.26.0

Release notes

Sourced from tree-sitter-scala's releases.

v0.26.0

NOTE: Download tree-sitter-scala.tar.gz for the complete source code.

updates

Full Changelog: tree-sitter/tree-sitter-scala@v0.25.1...v0.26.0

v0.25.1

NOTE: Download tree-sitter-scala.tar.gz for the complete source code.

updates

bug fixes

behind the scenes

new contributors

Full Changelog: tree-sitter/tree-sitter-scala@v0.25.0...v0.25.1

v0.25.0

NOTE: Download tree-sitter-scala.tar.gz for the complete source code.

updates

behind the scenes

... (truncated)

Commits
  • 38950b5 Merge pull request #520 from tree-sitter/generation
  • 301136a chore: generate and sync from 7d2a8cb2874c2678def165f349ea7a1ccddea39b
  • 7d2a8cb Merge pull request #519 from eed3si9n/wip/0.26
  • de50ed6 Bump setup action
  • 3d443a7 Bump to tree-sitter 0.26.8
  • a067c39 Merge pull request #518 from eed3si9n/wip/0.25.1
  • 8773ae0 Bump to 0.25.1
  • f754403 Merge pull request #517 from tree-sitter/generation
  • 6b97cdb chore: generate and sync from 4381c54d97db1e253ff1b5296f02499df32c513f
  • 4381c54 Merge pull request #516 from tree-sitter/dot-syntax-match-expressions
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tree-sitter group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) | `0.23.6` | `0.25.0` |
| [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript) | `0.23.1` | `0.25.0` |
| [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) | `0.23.3` | `0.24.2` |
| [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go) | `0.23.4` | `0.25.0` |
| [tree-sitter-c-sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) | `0.23.1` | `0.23.5` |
| [tree-sitter-php](https://github.com/tree-sitter/tree-sitter-php) | `0.23.11` | `0.24.2` |
| [tree-sitter-lua](https://github.com/tree-sitter-grammars/tree-sitter-lua) | `0.2.0` | `0.5.0` |
| [tree-sitter-scala](https://github.com/tree-sitter/tree-sitter-scala) | `0.23.4` | `0.26.0` |


Updates `tree-sitter-python` from 0.23.6 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases)
- [Commits](tree-sitter/tree-sitter-python@v0.23.6...v0.25.0)

Updates `tree-sitter-javascript` from 0.23.1 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-javascript/releases)
- [Commits](tree-sitter/tree-sitter-javascript@v0.23.1...v0.25.0)

Updates `tree-sitter-rust` from 0.23.3 to 0.24.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases)
- [Commits](tree-sitter/tree-sitter-rust@v0.23.3...v0.24.2)

Updates `tree-sitter-go` from 0.23.4 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-go/releases)
- [Commits](tree-sitter/tree-sitter-go@v0.23.4...v0.25.0)

Updates `tree-sitter-c-sharp` from 0.23.1 to 0.23.5
- [Release notes](https://github.com/tree-sitter/tree-sitter-c-sharp/releases)
- [Commits](tree-sitter/tree-sitter-c-sharp@v0.23.1...v0.23.5)

Updates `tree-sitter-php` from 0.23.11 to 0.24.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-php/releases)
- [Commits](tree-sitter/tree-sitter-php@v0.23.11...v0.24.2)

Updates `tree-sitter-lua` from 0.2.0 to 0.5.0
- [Release notes](https://github.com/tree-sitter-grammars/tree-sitter-lua/releases)
- [Commits](tree-sitter-grammars/tree-sitter-lua@v0.2.0...v0.5.0)

Updates `tree-sitter-scala` from 0.23.4 to 0.26.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-scala/releases)
- [Commits](tree-sitter/tree-sitter-scala@v0.23.4...v0.26.0)

---
updated-dependencies:
- dependency-name: tree-sitter-python
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
- dependency-name: tree-sitter-javascript
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
- dependency-name: tree-sitter-rust
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
- dependency-name: tree-sitter-go
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
- dependency-name: tree-sitter-c-sharp
  dependency-version: 0.23.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tree-sitter
- dependency-name: tree-sitter-php
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
- dependency-name: tree-sitter-lua
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
- dependency-name: tree-sitter-scala
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 27, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants