tree-sitter-templ
tree-sitter-templ copied to clipboard
build(deps): bump tree-sitter-cli from 0.22.5 to 0.22.6 in the npm group
Bumps the npm group with 1 update: tree-sitter-cli.
Updates tree-sitter-cli
from 0.22.5 to 0.22.6
Release notes
Sourced from tree-sitter-cli's releases.
v0.22.6
[0.22.6] — 2024-05-05
Features
- Improve handling of serialization buffer overflows (tree-sitter/tree-sitter#3318)
- Reverse iteration through node parents (tree-sitter/tree-sitter#3214)
- cli: Support
NO_COLOR
(tree-sitter/tree-sitter#3299)- cli: Add test listing and allow users to parse a specific test number (tree-sitter/tree-sitter#3067)
- grammar: Add "inherits" field if available (tree-sitter/tree-sitter#3295)
Bug Fixes
- Correctly load field data from wasm languages
- Improve error message when the
tree-sitter
field is malformed- Don't error out on package.json lookup errors if
--no-bindings
is passed (tree-sitter/tree-sitter#3323)- cli: Keep default cc flags in build
- cli: Properly account for multi-grammar repos when using docker to build a wasm parser (tree-sitter/tree-sitter#3337)
- generate: Don't check arbitrarily named dirs
- generate: Take
AsRef<Path>
for the path parameter to avoid clones (tree-sitter/tree-sitter#3322)- highlight: Correct signature of
ts_highlighter_add_language
- lib: Do not return field names for extras (tree-sitter/tree-sitter#3330)
- lib: Advance the lookahead end byte by 4 when there's an invalid code point (tree-sitter/tree-sitter#3305)
- rust: Update README example (tree-sitter/tree-sitter#3307)
- rust: Use unix + wasi cfg instead of not windows for fd (tree-sitter/tree-sitter#3304)
- test: Allow newlines in between test name and attribute
- wasm: Correct
childrenFromFieldXXX
method signatures (tree-sitter/tree-sitter#3301)- xtask: Always bump every crate in tandem
- zig: Make usable as a zig dependency (tree-sitter/tree-sitter#3315)
Documentation
- Mention build command variables
- Swap
\s
for\\s
in query example- highlight: Typo (tree-sitter/tree-sitter#3290)
Refactor
- tests: Migrate remaining
grammar.json
tests togrammar.js
(tree-sitter/tree-sitter#3325)Build System and CI
- Add nightly rustfmt to workflow for linting (tree-sitter/tree-sitter#3333)
- Fix address sanitizer step (tree-sitter/tree-sitter#3188)
- deps: Bump cc from 1.0.92 to 1.0.94 in the cargo group (tree-sitter/tree-sitter#3298)
- deps: Bump the cargo group with 6 updates (tree-sitter/tree-sitter#3313)
- xtask: Bump
build.zig.zon
version when bumping versions
Changelog
Sourced from tree-sitter-cli's changelog.
[0.22.6] — 2024-05-05
Features
- Improve handling of serialization buffer overflows (tree-sitter/tree-sitter#3318)
- Reverse iteration through node parents (tree-sitter/tree-sitter#3214)
- cli: Support
NO_COLOR
(tree-sitter/tree-sitter#3299)- cli: Add test listing and allow users to parse a specific test number (tree-sitter/tree-sitter#3067)
- grammar: Add "inherits" field if available (tree-sitter/tree-sitter#3295)
Bug Fixes
- Correctly load field data from wasm languages
- Improve error message when the
tree-sitter
field is malformed- Don't error out on package.json lookup errors if
--no-bindings
is passed (tree-sitter/tree-sitter#3323)- cli: Keep default cc flags in build
- cli: Properly account for multi-grammar repos when using docker to build a wasm parser (tree-sitter/tree-sitter#3337)
- generate: Don't check arbitrarily named dirs
- generate: Take
AsRef<Path>
for the path parameter to avoid clones (tree-sitter/tree-sitter#3322)- highlight: Correct signature of
ts_highlighter_add_language
- lib: Do not return field names for extras (tree-sitter/tree-sitter#3330)
- lib: Advance the lookahead end byte by 4 when there's an invalid code point (tree-sitter/tree-sitter#3305)
- rust: Update README example (tree-sitter/tree-sitter#3307)
- rust: Use unix + wasi cfg instead of not windows for fd (tree-sitter/tree-sitter#3304)
- test: Allow newlines in between test name and attribute
- wasm: Correct
childrenFromFieldXXX
method signatures (tree-sitter/tree-sitter#3301)- xtask: Always bump every crate in tandem
- zig: Make usable as a zig dependency (tree-sitter/tree-sitter#3315)
Documentation
- Mention build command variables
- Swap
\s
for\\s
in query example- highlight: Typo (tree-sitter/tree-sitter#3290)
Refactor
- tests: Migrate remaining
grammar.json
tests togrammar.js
(tree-sitter/tree-sitter#3325)Build System and CI
- Add nightly rustfmt to workflow for linting (tree-sitter/tree-sitter#3333)
- Fix address sanitizer step (tree-sitter/tree-sitter#3188)
- deps: Bump cc from 1.0.92 to 1.0.94 in the cargo group (tree-sitter/tree-sitter#3298)
- deps: Bump the cargo group with 6 updates (tree-sitter/tree-sitter#3313)
- xtask: Bump
build.zig.zon
version when bumping versions
Commits
b40f342
0.22.6577d333
feat(cli): add test listing and allow users to parse a specific test number33045ee
fix(test): allow newlines in between test name and attribute1e219ff
fix(cli): properly account for multi-grammar repos when using docker to build...572cdaa
ci: fix address sanitizer step6bfdae0
docs: mention build command variablesa2d2da3
fix(cli): keep default cc flags in build90ba525
fix(highlight): correct signature ofts_highlighter_add_language
67a0439
test: temporarily disable php test3a42c27
ci: add nightly rustfmt to workflow- Additional commits viewable in compare view
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 merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions