altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.65k stars 86 forks source link

build(deps): bump the tree-sitter group with 19 updates #171

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the tree-sitter group with 19 updates:

Package From To
tree-sitter 0.20.10 0.22.6
tree-sitter-highlight 0.20.1 0.22.6
tree-sitter-rust 0.20.4 0.21.2
tree-sitter-javascript 0.20.4 0.21.2
tree-sitter-c 0.20.8 0.21.1
tree-sitter-json 0.20.2 0.21.0
tree-sitter-cpp 0.20.5 0.22.0
tree-sitter-ruby 0.20.1 0.21.0
tree-sitter-haskell 0.15.0 0.21.0
tree-sitter-go 0.20.0 0.21.0
tree-sitter-c-sharp 0.20.0 0.21.2
tree-sitter-python 0.20.4 0.21.0
tree-sitter-typescript 0.20.5 0.21.1
tree-sitter-bash 0.20.5 0.21.0
tree-sitter-php 0.20.0 0.22.4
tree-sitter-java 0.20.2 0.21.0
tree-sitter-ocaml 0.20.4 0.22.0
tree-sitter-html 0.20.0 0.20.3
tree-sitter-elixir 0.1.1 0.2.0

Updates tree-sitter from 0.20.10 to 0.22.6

Release notes

Sourced from tree-sitter's releases.

v0.22.6

[0.22.6] — 2024-05-05

Features

Bug Fixes

Documentation

Refactor

Build System and CI

v0.22.5

[0.22.5] — 2024-04-14

... (truncated)

Changelog

Sourced from tree-sitter's changelog.

[0.22.6] — 2024-05-05

Features

Bug Fixes

Documentation

Refactor

Build System and CI

[0.22.5] — 2024-04-14

Bug Fixes

... (truncated)

Commits


Updates tree-sitter-highlight from 0.20.1 to 0.22.6

Release notes

Sourced from tree-sitter-highlight's releases.

v0.22.6

[0.22.6] — 2024-05-05

Features

Bug Fixes

Documentation

Refactor

Build System and CI

v0.22.5

[0.22.5] — 2024-04-14

... (truncated)

Changelog

Sourced from tree-sitter-highlight's changelog.

[0.22.6] — 2024-05-05

Features

Bug Fixes

Documentation

Refactor

Build System and CI

[0.22.5] — 2024-04-14

Bug Fixes

... (truncated)

Commits
  • b40f342 0.22.6
  • 577d333 feat(cli): add test listing and allow users to parse a specific test number
  • 33045ee fix(test): allow newlines in between test name and attribute
  • 1e219ff fix(cli): properly account for multi-grammar repos when using docker to build...
  • 572cdaa ci: fix address sanitizer step
  • 6bfdae0 docs: mention build command variables
  • a2d2da3 fix(cli): keep default cc flags in build
  • 90ba525 fix(highlight): correct signature of ts_highlighter_add_language
  • 67a0439 test: temporarily disable php test
  • 3a42c27 ci: add nightly rustfmt to workflow
  • Additional commits viewable in compare view


Updates tree-sitter-rust from 0.20.4 to 0.21.2

Commits


Updates tree-sitter-javascript from 0.20.4 to 0.21.2

Commits


Updates tree-sitter-c from 0.20.8 to 0.21.1

Commits


Updates tree-sitter-json from 0.20.2 to 0.21.0

Commits


Updates tree-sitter-cpp from 0.20.5 to 0.22.0

Commits
  • 72fd001 0.22.0
  • f3d2757 chore: generate
  • f8efc57 feat: support reference declarators in types
  • 60d357f feat: add optional attribute declarations after 'namespace'
  • 1c3c93d feat: support pure virtual destructors
  • aa79a17 fix: specifier and virtual do not strictly require each other
  • f79b9d9 fix(scanner): only call memcpy if length is greater than 0
  • d0b4e00 chore: generate
  • 8a64c2d feat(scanner): use alloc header
  • 075886a ci: update workflows
  • Additional commits viewable in compare view


Updates tree-sitter-ruby from 0.20.1 to 0.21.0

Commits


Updates tree-sitter-haskell from 0.15.0 to 0.21.0

Commits
  • 4bbd8e6 0.21.0
  • 4699b0c chore: generate
  • 823fa43 docs: update README
  • 1e5ae28 chore: remove unnecessary files
  • 87377b2 fix: update bindings
  • c17bff2 ci: rework workflows
  • c5c0e22 refactor(scanner): use alloc and array header, and rely on `TREE_SITTER_DEBUG...
  • e5b649c fix: allow imports after the first declaration for resilience
  • f8e8da7 Rewrite the grammar once again.
  • af32d88 add pypi publish job
  • Additional commits viewable in compare view


Updates tree-sitter-go from 0.20.0 to 0.21.0

Commits
  • 5c0024c ci: update workflows
  • 174bc44 build: updating bindings and versions
  • cb83456 chore: generate
  • b82ab80 refactor!: rework type parameters and interface type elements
  • e395081 feat: support type instantiation expressions
  • fd577c4 docs: update badges
  • ff86c7f chore: regenerate with master
  • See full diff in compare view


Updates tree-sitter-c-sharp from 0.20.0 to 0.21.2

Commits


Updates tree-sitter-python from 0.20.4 to 0.21.0

Commits
  • 0f9047c build: update bindings and versions
  • bac8189 ci: update workflows
  • 03e88c1 ci: add failure
  • bf1c091 chore: update bindings
  • 1030ed7 fix: don't parse the l suffix in floats, allow trailing commas in type
  • 22d3f87 ci: clone all examples at once
  • 64619c4 ci: use new upstream workflows
  • 27f866b feat: improve bindings
  • 671bb1b fix(queries): use last-precedence for highlights
  • 0bb270c fix: regenerate with operator precedence fix
  • Additional commits viewable in compare view


Updates tree-sitter-typescript from 0.20.5 to 0.21.1

Commits


Updates tree-sitter-bash from 0.20.5 to 0.21.0

Commits
  • f3f26f4 docs: add pypi badge
  • 152c934 feat!: use the array api in the scanner
  • de04ef1 build: update makefile for macos installation
  • fd394b8 ci: bump tree-sitter/parser-setup-action from 1.1 to 1.2
  • e318c3e ci: update workflows
  • 664c274 build: update bindings and versions
  • 975bc70 docs: update badges
  • 8df9ea8 ci: bump actions/setup-node from 3 to 4
  • 86cd460 ci: bump actions/checkout from 3 to 4
  • 8247a5b ci: add dependabot for actions
  • Additional commits viewable in compare view


Updates tree-sitter-php from 0.20.0 to 0.22.4

Release notes

Sourced from tree-sitter-php's releases.

v0.22.2

What's Changed

New Contributors

Full Changelog: https://github.com/tree-sitter/tree-sitter-php/compare/v0.22.0...v0.22.2

v0.22.0

What's Changed

Breaking Change

  • exponentiation_expression has been removed and is now part of binary_expression

Full Changelog: https://github.com/tree-sitter/tree-sitter-php/compare/v0.21.1...v0.22.0

v0.21.1

What's Changed

Full Changelog: https://github.com/tree-sitter/tree-sitter-php/compare/v0.20.0...v0.21.1

Commits


Updates tree-sitter-java from 0.20.2 to 0.21.0

Commits
  • 953abfc ci: update workflows
  • 60d0376 build: update bindings and versions
  • d6791cf chore: generate
  • be8ecb6 fix: tweak escape sequence and identifier rules
  • 388720a refactor: remove condition rule
  • 2aae502 fix(test): remove leading space
  • 5e62fbb fix: unescaped curly brace in regex and invert query precedence for test
  • 99b29f1 docs: update badges
  • See full diff in compare view


Updates tree-sitter-ocaml from 0.20.4 to 0.22.0

Release notes

Sourced from tree-sitter-ocaml's releases.

v0.22.0

What's Changed

Full Changelog: https://github.com/tree-sitter/tree-sitter-ocaml/compare/v0.21.2...v0.22.0

v0.21.2

What's Changed

Full Changelog: https://github.com/tree-sitter/tree-sitter-ocaml/compare/v0.21.1...v0.21.2

v0.21.1

What's Changed

Full Changelog: https://github.com/tree-sitter/tree-sitter-ocaml/compare/v0.21.0...v0.21.1

v0.21.0

What's Changed

Full Changelog: https://github.com/tree-sitter/tree-sitter-ocaml/compare/v0.20.4...v0.21.0

Commits


Updates tree-sitter-html from 0.20.0 to 0.20.3

Release notes

Sourced from tree-sitter-html's releases.

v0.20.1

Full Changelog: https://github.com/tree-sitter/tree-sitter-html/compare/v0.20.0...v0.20.1

Commits
  • e4d834e 0.20.3
  • 8ae2cd2 ci: use common workflows
  • 266f2e4 build: update bindings
  • eee29ca chore(scanner): remove unused token types
  • bfa075d fix(scanner): use ts_* allocator functions
  • cc53b68 chore: remove .appveyor.yml
  • 4e5f334 0.20.2
  • b1f0c82 fix: silence warning about using && without parenthesis
  • 0797931 Extract helper function for popping and freeing tags
  • de93795 feat: convert scanner to use array.h header
  • Additional commits viewable in compare view


Updates tree-sitter-elixir from 0.1.1 to 0.2.0

Release notes

Sourced from tree-sitter-elixir's releases.

v0.2.0

Changed

  • Required tree-sitter version to 0.21+ (#66)
Changelog

Sourced from tree-sitter-elixir's changelog.

v0.2.0 (2024-04-08)

Changed

  • Required tree-sitter version to 0.21+ (#66)
Commits
dependabot[bot] commented 1 month ago

Superseded by #177.