chore(deps): bump tree-sitter-python from 0.21.0 to 0.25.0 - #18
dependabot[bot] wants to merge 7 commits into
Conversation
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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🤖 Augment PR SummarySummary: Updates the Python Tree-sitter grammar dependency to upstream v0.25.0.
🤖 Was this summary useful? React with 👍 or 👎 |
| "@codegraph/types": "workspace:*", | ||
| "tree-sitter": "^0.22.4", | ||
| "tree-sitter-python": "^0.21.0" | ||
| "tree-sitter-python": "^0.25.0" |
There was a problem hiding this comment.
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
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
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>
f351761 to
09a1dfa
Compare
|
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. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps tree-sitter-python from 0.21.0 to 0.25.0.
Release notes
Sourced from tree-sitter-python's releases.
Commits
293fdc00.25.034a91a2chore: generate8ad8a51ci: update failing filesa0b84edtest: update tests1b1ca93fix: give a higher lexical precedence to the*inexcept*a4c106ffeat: allow multiple exception expressions without parenthesis29e3bc2refactor!: simplify exceptionsd8f9e69feat: add PEP 750 template string support7ff26dafeat: simplify try statement by accepting missing else/except/finally blocksafdba00build: update bindings