[Snyk] Upgrade tree-sitter-cli from 0.20.8 to 0.22.6 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to upgrade tree-sitter-cli from 0.20.8 to 0.22.6.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 9 versions ahead of your current version.
The recommended version was released on 2 months ago.
Release notes
Package name: tree-sitter-cli
[0.22.6] — 2024-05-05
Features
NO_COLOR
(#3299)Bug Fixes
tree-sitter
field is malformed--no-bindings
is passed (#3323)AsRef<Path>
for the path parameter to avoid clones (#3322)ts_highlighter_add_language
childrenFromFieldXXX
method signatures (#3301)Documentation
\s
for\\s
in query exampleRefactor
grammar.json
tests togrammar.js
(#3325)Build System and CI
build.zig.zon
version when bumping versions[0.22.5] — 2024-04-14
Bug Fixes
[0.22.4] — 2024-04-12
Bug Fixes
Build System and CI
[0.22.3] — 2024-04-12
Features
Bug Fixes
&&
(#3274)children in
ts_subtree_string
(#3191)/utf-8
flag for parsers using unicode symbols (#3223)build-wasm
temporarily (#3203)build --wasm
should use current_dir (#3203)QueryCursor::captures()
(#3266)build.rs
Performance
Documentation
Refactor
Testing
Build System and CI
[0.22.2] — 2024-03-17
Breaking
Features
Parser::included_ranges
Bug Fixes
Parser.getIncludedRanges()
(#3164)array_grow_by
(#3176)Documentation
Refactor
Testing
Build System and CI
Changelog
[0.22.1] — 2024-03-10
Bug Fixes
Changelog
[0.22.0] — 2024-03-10
Breaking
corpus
dir for testsThe cli will now only look in
test/corpus
for testscurrent*
,is*
, andhas*
methods properties (#3103)Features
nan
withnode-addon-api
and conditionally print logsBug Fixes
scan-build
suggestions (unused assignment/garbage access) (#3056)||
comparison in parentheses when&&
is used (#3070)binding.cc
overwrite should replacePARSER_NAME
(#3116)__declspec(dllexport)
on windows (#3128)v
flag (#3154)types
aftermain
if it exists (#3122)--no-bindings
(#3123).npmignore
, populate Swift's exclude list (#3085)Cargo.toml
description (#3140)api.h
sots_set_allocator
is visible (#3092)Documentation
Ohm
language parserthe
's (#3120)Refactor
Testing
Build System and CI
cc
to remove annoying debug output (#3075)Cargo.lock
needs to be updated (#3066)Other
They don't have any dynamic global data, so all it takes is just declaring them as such
When building rust binding, use wasmtime headers provided via cargo
by the wasmtime-c-api crate.
Allowing this invalid merge caused an invariant to be violated
later on during parsing, when handling a later error.
subtree_compare
(#3111)Ohm
language parser (#3114)binding_files.rs
(#3106)Changelog
[0.21.0] - 2024-02-21
Breaking
Remove the apply-all-captures flag, make last-wins precedence the default
NOTE: This change might cause breakage in your grammar's highlight tests.
Just flip the order around of the relevant queries, and keep in mind that the
last query that matches will win.
Features
extras
arraygrammar-path
argument for the playground (#3014)config-path
argument (#3050)Bug Fixes
externals
map
in the grammar (#3041)long
forgrammar_path
UNEXPECTED
/MISSING
nodes with an indentation level greater than 0Documentation
token($.foo)
is illegalTSTreeCursor
(