Skip to content

Bump github.com/odvcencio/gotreesitter from 0.15.3 to 0.16.0#2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/odvcencio/gotreesitter-0.16.0
Open

Bump github.com/odvcencio/gotreesitter from 0.15.3 to 0.16.0#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/odvcencio/gotreesitter-0.16.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps github.com/odvcencio/gotreesitter from 0.15.3 to 0.16.0.

Release notes

Sourced from github.com/odvcencio/gotreesitter's releases.

v0.16.0

Grammar extensibility, UTF-16 input, and parser-resilience release.

Added

  • Native UTF-16 parser/editor APIs, including UTF-16 byte parsing, token source factories, incremental parser variants, edit mapping, injection reuse, and descendant range lookup helpers for editor integrations.
  • grammargen DSL sources and extension smoke coverage for Kotlin and Swift.
  • grammargen constructors for JavaScript, TypeScript, TSX, and Fortran, plus imported grammar coverage and TypeScript inline-rule filtering documentation.
  • Grammar update guard tooling for scanner-facing grammar refreshes so automation can distinguish safe lock updates from changes that require scanner-port work and focused parity validation.

Changed

  • Parser-result compatibility shims now route through an explicit strut registry, with language-owned helper files and shared normalization helpers split out of mixed parser-result modules.
  • The cgo harness now runs on Go 1.25.

Fixed

  • External scanner fallback binding now assigns unmatched tokens to the next available external symbol instead of relying on positional token indexes when name-based binding partially succeeds.
  • Python f-string scanner checkpoints now recompute interpolated-string state from the delimiter stack after deserialize, preserving DEDENT behavior for issue #53. Includes Fraser Isbester's fork commit and a follow-up regression hardening pass.
  • C# pathological recovery is bounded, full-parse retries stop after timeout, parser arena budgets are repaired, and C# repetition shift conflicts are handled without unbounded GLR growth.
  • TypeScript parity gaps and GLR merge scratch handling were corrected.
  • Fortran grammargen parity gaps were closed.

Testing

  • Added focused Swift and Kotlin ExtendGrammar smoke tests.
  • Added and hardened imported grammar coverage for the new JavaScript, TypeScript, TSX, and Fortran grammargen constructors.
  • Kept C#, Fortran, TypeScript, Swift, and Kotlin parity work scoped through Docker grammar-focused lanes and scanner update gating.
Changelog

Sourced from github.com/odvcencio/gotreesitter's changelog.

[0.16.0] - 2026-05-06

Grammar extensibility, UTF-16 input, and parser-resilience release.

Added

  • Native UTF-16 parser/editor APIs, including UTF-16 byte parsing, token source factories, incremental parser variants, edit mapping, injection reuse, and descendant range lookup helpers for editor integrations.
  • grammargen DSL sources and extension smoke coverage for Kotlin and Swift.
  • grammargen constructors for JavaScript, TypeScript, TSX, and Fortran, plus imported grammar coverage and TypeScript inline-rule filtering documentation.
  • Grammar update guard tooling for scanner-facing grammar refreshes so automation can distinguish safe lock updates from changes that require scanner-port work and focused parity validation.

Changed

  • Parser-result compatibility shims now route through an explicit strut registry, with language-owned helper files and shared normalization helpers split out of mixed parser-result modules.
  • The cgo harness now runs on Go 1.25.

Fixed

  • External scanner fallback binding now assigns unmatched tokens to the next available external symbol instead of relying on positional token indexes when name-based binding partially succeeds.
  • Python f-string scanner checkpoints now recompute interpolated-string state from the delimiter stack after deserialize, preserving DEDENT behavior for issue #53. Includes Fraser Isbester's fork commit and a follow-up regression hardening pass.
  • C# pathological recovery is bounded, full-parse retries stop after timeout, parser arena budgets are repaired, and C# repetition shift conflicts are handled without unbounded GLR growth.
  • TypeScript parity gaps and GLR merge scratch handling were corrected.
  • Fortran grammargen parity gaps were closed.

Testing

  • Added focused Swift and Kotlin ExtendGrammar smoke tests.
  • Added and hardened imported grammar coverage for the new JavaScript, TypeScript, TSX, and Fortran grammargen constructors.
  • Kept C#, Fortran, TypeScript, Swift, and Kotlin parity work scoped through Docker grammar-focused lanes and scanner update gating.
Commits
  • 074eb2c Merge pull request #71 from odvcencio/chore/release-v0.16.0
  • 370e677 release(docs): Publish v0.16.0 release notes
  • bea7943 Merge pull request #70 from odvcencio/refactor/result-struts-hcl-yaml-split
  • c8a6d3a extract(parser): Extract HCL normalization helpers
  • 88b910d Merge pull request #69 from odvcencio/refactor/result-struts-file-split
  • 0b92a8e refactor(parser-result): Split parser-result normalizers by language
  • fc58c56 Merge pull request #68 from odvcencio/refactor/result-struts-retire-small
  • b43580c move(parser): Move Python interpolation normalization
  • 049005c extract(parser result): Extract shared parser result helpers
  • 351ae0f Merge pull request #67 from odvcencio/refactor/result-struts-boundary
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [github.com/odvcencio/gotreesitter](https://github.com/odvcencio/gotreesitter) from 0.15.3 to 0.16.0.
- [Release notes](https://github.com/odvcencio/gotreesitter/releases)
- [Changelog](https://github.com/odvcencio/gotreesitter/blob/main/CHANGELOG.md)
- [Commits](odvcencio/gotreesitter@v0.15.3...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/odvcencio/gotreesitter
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants