Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions #695

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.3.28
-------------

Update tree-sitter and grammar versions.


Version 0.3.27
-------------

Expand Down
13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Uber Technologies Inc."]
name = "piranha"
description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup."
version = "0.3.27"
version = "0.3.28"
edition = "2021"
include = ["pyproject.toml", "src/"]
exclude = ["legacy"]
Expand All @@ -29,7 +29,7 @@ doctest = false
cc = "1.0.73"

[dependencies]
tree-sitter = "0.20.6"
tree-sitter = "0.21.0"
tree-sitter-traversal = "0.1.2"
json = "0.12.4"
toml = "0.8.8"
Expand All @@ -48,12 +48,11 @@ ctrlc = "3.4"

# TODO: Update if we upgrade tree-sitter to >=0.21
tree-sitter-kotlin = "=0.3.5"
tree-sitter-java = "0.20.2"
# TODO: Update after: https://github.com/alex-pinkus/tree-sitter-swift/issues/278 resolves
tree-sitter-swift = { git = "https://github.com/satyam1749/tree-sitter-swift.git", rev = "08a28993599f1968bc81631a89690503e1db7704" }
tree-sitter-python = "0.20.2"
tree-sitter-java = "0.21.0"
tree-sitter-swift = { git = "https://github.com/stefanheule/tree-sitter-swift.git", branch = "0.4.3-fixed" }
tree-sitter-python = "0.21.0"
tree-sitter-ruby = "0.20.1"
tree-sitter-typescript = "0.20.1"
tree-sitter-typescript = "0.21.0"
# TODO: Update after https://github.com/tree-sitter/tree-sitter-go/pull/103 lands
tree-sitter-go = { git = "https://github.com/uber/tree-sitter-go.git", rev = "f8cffd0af7baaf7bf6062e403efe7c0d06319c41" }
tree-sitter-thrift = "0.5.0"
Expand Down
Loading