Request to release cucumber/language-service with updated tree-sitter dependencies #2253
-
Hi there, I've encountered a complex issue related to the Cucumber VSCode Extension. The root cause appears to be outdated
"optionalDependencies": {
"tree-sitter": "0.20.6",
"tree-sitter-c-sharp": "0.20.0",
"tree-sitter-cli": "0.20.8",
"tree-sitter-go": "0.20.0",
"tree-sitter-java": "0.20.2",
"tree-sitter-php": "0.20.0",
"tree-sitter-python": "0.20.4",
"tree-sitter-ruby": "0.19.0",
"tree-sitter-rust": "0.20.1",
"tree-sitter-typescript": "0.20.5"
} Notably, the "optionalDependencies": {
"tree-sitter": "0.21.1",
"tree-sitter-c-sharp": "0.23.1",
"tree-sitter-cli": "0.25.4",
"tree-sitter-go": "0.23.4",
"tree-sitter-java": "0.23.5",
"tree-sitter-php": "0.23.12",
"tree-sitter-python": "0.23.4",
"tree-sitter-ruby": "0.23.1",
"tree-sitter-rust": "0.23.1",
"tree-sitter-typescript": "0.23.2"
} It would be greatly appreciated if a new release could be made to propagate these updates through the dependency chain — ideally all the way up to the Cucumber VSCode Extension. Thanks for your work on these tools! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Heya, thanks for doing the leg work. I've propagated the versions and released https://github.com/cucumber/vscode/releases/tag/v1.11.0. Can you confirm it works? (I don't use VSCode, at all) Unfortunately we are looking for a dedicated maintainer for the VSCode plugin and its dependencies. So this may happen again. See: cucumber/vscode#205. |
Beta Was this translation helpful? Give feedback.
Heya, thanks for doing the leg work. I've propagated the versions and released https://github.com/cucumber/vscode/releases/tag/v1.11.0. Can you confirm it works? (I don't use VSCode, at all)
Unfortunately we are looking for a dedicated maintainer for the VSCode plugin and its dependencies. So this may happen again. See: cucumber/vscode#205.