chore(deps-dev): bump tree-sitter-erlang from 0.0.0 to 0.17#1138
chore(deps-dev): bump tree-sitter-erlang from 0.0.0 to 0.17#1138dependabot[bot] wants to merge 4 commits into
Conversation
Bumps [tree-sitter-erlang](https://github.com/WhatsApp/tree-sitter-erlang) from 0.0.0 to 0.17. - [Release notes](https://github.com/WhatsApp/tree-sitter-erlang/releases) - [Commits](https://github.com/WhatsApp/tree-sitter-erlang/commits/0.17) --- updated-dependencies: - dependency-name: tree-sitter-erlang dependency-version: '0.17' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis dependabot PR bumps
Confidence Score: 4/5Safe to merge on non-Linux or glibc-only environments; Linux deployments that mix glibc and musl targets (e.g. Alpine-based CI or Docker images) may install both native variants and potentially load the wrong binary. The The Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[npm install on Linux x64] --> B{libc field present?}
B -- Yes --> C[Filter: glibc → install -gnu only
musl → install -musl only]
B -- No
(after this PR) --> D[Fallback: match os+cpu only]
D --> E[Both linux-x64-gnu AND
linux-x64-musl installed]
E --> F{Runtime loader picks binary}
F -- correct --> G[✅ Works]
F -- wrong binary --> H[❌ Native module load error]
I[tree-sitter-erlang 0.0.0] -->|bump| J[tree-sitter-erlang 0.17]
J --> K[nan removed]
J --> L[node-addon-api 7.1.1 added]
J --> M[node-gyp-build 4.8.x added]
J --> N[tree-sitter-cli 0.20.8 → 0.23.2]
|
Bumps tree-sitter-erlang from 0.0.0 to 0.17.
Release notes
Sourced from tree-sitter-erlang's releases.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)