codeql
codeql copied to clipboard
Bump tree-sitter from 0.20.10 to 0.21.0 in /ql
trafficstars
Bumps tree-sitter from 0.20.10 to 0.21.0.
Changelog
Sourced from tree-sitter's changelog.
[0.21.0] — 2024-02-21
Breaking
Remove the apply-all-captures flag, make last-wins precedence the default by
@amaanqNOTE: 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.
Bug Fixes
- Prettify xml output and add node position info by
@amaanqin #2970- Inherited grammar generation by
@amaanq- Properly error out when the word property is an invalid rule by
@amaanq- Update schema for regex flags by
@amaanqin #3006- Properly handle
Query.matcheswhen filtering out results by@amaanqin #3013- Sexp format edge case with quoted closed parenthesis by
@amaanqin #3016- Always push the default files if there's no
externalsby@amaanq- Don't log NUL characters by
@amaanqin #3037- Don't throw an error if the user uses
mapin the grammar by@amaanqin #3041- Remove redundant imports by
@amaanqin #3047- cli: Installation via a HTTP tunnel proxy by
@stormyydin #2824- cli: Don't update tests automatically if parse errors are detected by
@amaanqin #3033- cli: Don't use
longforgrammar_pathby@amaanq- test: Allow writing updates to tests without erroneous nodes instead of denying all of them if a single error is found by
@amaanq- test: Edge case when parsing
UNEXPECTED/MISSINGnodes with an indentation level greater than 0 by@amaanq- wasm: Remove C++ mangled symbols by
@amaanqin #2971Build System
- Add useful development targets to makefile by
@dundargocin #2979- Add editorconfig by
@dundargocin #2998- Remove symbolic links from repository by
@dundargocin #2997- Move common Cargo.toml keys into the workspace and inherit them by
@amaanqin #3019- Enable creating changelogs with git-cliff by
@dundargocin #3040- deps: Bump clap from 4.4.18 to 4.5.0 by
@dependabot[bot] in #3007- deps: Bump wasmtime from v16.0.0 to v17.0.1 by
@dependabot[bot] in #3008- deps: Bump wasmtime to v18.0.1 by
@amaanqin #3057Documentation
- Create issue template by
@dundargocin #2978- Document regex limitations by
@amaanq- Mention that
token($.foo)is illegal by@amaanq- Explicitly mention behavior of walking outside the given "root" node for a
TSTreeCursorby@amaanqin #3021- Small fixes by
@dundargocin #2987- Add
Tactlanguage parser by@novusnotain #3030- web: Provide deno usage information by
@sigmaSdin #2498
... (truncated)
Commits
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)