Skip to content

chore(deps): bump tree-sitter-python from 0.21.0 to 0.25.0 - #18

Closed
dependabot[bot] wants to merge 7 commits into
mainfrom
dependabot/npm_and_yarn/tree-sitter-python-0.25.0
Closed

dependabot[bot] wants to merge 7 commits into
mainfrom
dependabot/npm_and_yarn/tree-sitter-python-0.25.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026 •

Copy link
Copy Markdown
Contributor

Bumps tree-sitter-python from 0.21.0 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.

v0.23.6

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

v0.23.5

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

v0.23.4

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

v0.23.3

NOTE: Download tree-sitter-python.tar.xz 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

Phoenixrr2113 and others added 5 commits August 18, 2026 16:46
Creates the verified cross-platform package, contributor, security, CI, and release baseline for the first public npm publication.
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/checkout` from 6.1.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@d23441a...3d3c42e)

Updates `actions/setup-node` from 6.5.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@2499707...8207627)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Aug 18, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
v0-landing-page-build Ready Ready Preview, v0 Aug 18, 2026 10:20pm

@augmentcode

augmentcode Bot commented Aug 18, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Updates the Python Tree-sitter grammar dependency to upstream v0.25.0.
Changes:

  • Raises tree-sitter-python in @codegraph/plugin-common development and test dependencies.
  • Raises it in @codegraph/plugin-python runtime dependencies.
  • Updates the pnpm lockfile to capture the new resolution.
Technical Notes: The upgrade adopts the latest generated Python grammar and its newer syntax support.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

"@codegraph/types": "workspace:*",
"tree-sitter": "^0.22.4",
"tree-sitter-python": "^0.21.0"
"tree-sitter-python": "^0.25.0"

@augmentcode augmentcode Bot Aug 18, 2026 •

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tree-sitter-python@0.25.0 is generated with parser ABI 15 and declares tree-sitter@^0.25.0, but this package still resolves tree-sitter to ^0.22.4 (which supports ABI 14 at most). As a result, Parser#setLanguage(Python) throws an incompatible-language-version error, breaking Python parsing and its tests. Other locations where this applies: packages/plugin-common/package.json:30.

Severity: high

Other Locations
  • packages/plugin-common/package.json:30

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Phoenixrr2113 and others added 2 commits August 18, 2026 18:17
Bumps [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) from 0.21.0 to 0.25.0.
- [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases)
- [Commits](tree-sitter/tree-sitter-python@v0.21.0...v0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@Phoenixrr2113

Copy link
Copy Markdown
Owner

Closing: main history was rewritten to remove internal planning docs, so this branch is based on orphaned commits. Dependabot will recreate this update from the new main.

@Phoenixrr2113
Phoenixrr2113 deleted the dependabot/npm_and_yarn/tree-sitter-python-0.25.0 branch August 19, 2026 19:57
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

This branch was successfully deployed

1 active deployment
Preview — 09a1dfa0 Deployed Aug 18, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant