Skip to content

chore(deps): bump web-tree-sitter from 0.24.6 to 0.26.6 in /server#498

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/server/staging/web-tree-sitter-0.26.6
Open

chore(deps): bump web-tree-sitter from 0.24.6 to 0.26.6 in /server#498
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/server/staging/web-tree-sitter-0.26.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Bumps web-tree-sitter from 0.24.6 to 0.26.6.

Release notes

Sourced from web-tree-sitter's releases.

v0.26.6

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.5...v0.26.6

v0.26.5

No release notes provided.

v0.26.4

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for web-tree-sitter since your current version.


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 [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/HEAD/lib/binding_web) from 0.24.6 to 0.26.6.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.26.6/lib/binding_web)

---
updated-dependencies:
- dependency-name: web-tree-sitter
  dependency-version: 0.26.6
  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 javascript Pull requests that update javascript code labels Mar 1, 2026
@gcomneno
Copy link
Copy Markdown
Contributor

I took a quick look at the failing CI here because this PR seems related to the open tree-sitter parser-info update PRs (#295 and #460).

The failure does not appear to be caused by WASM generation itself. The workflow gets through npm run fetch:wasm and then fails during TypeScript compilation.

The relevant errors are API/type-shape related, for example:

  • Module '"web-tree-sitter"' has no exported member 'SyntaxNode'
  • Cannot use namespace 'Parser' as a type
  • Property 'init' does not exist on type 'typeof import("web-tree-sitter")'
  • This expression is not constructable

So this looks like web-tree-sitter 0.26.x requires a source migration in the server code, rather than being a standalone dependency bump.

This may also be relevant when triaging #295 and #460: those parser-info PRs move generated parser tooling toward tree-sitter-cli 0.26.9, while this runtime-side update currently fails the main CI.

No action taken from my side; just leaving the observation here in case it helps maintainer triage.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant