Skip to content

Commit

Permalink
Merge pull request #1541 from dodona-edu/chore/tree-sitter-21
Browse files Browse the repository at this point in the history
Update tree-sitter parsers to 0.21 or use compat layer
  • Loading branch information
rien authored May 31, 2024
2 parents 3406c47 + ae85647 commit 06c1385
Show file tree
Hide file tree
Showing 25 changed files with 213 additions and 202 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
url = https://github.com/tree-sitter/tree-sitter-typescript.git
[submodule "parsers/modelica"]
path = parsers/modelica
url = https://github.com/OpenModelica/tree-sitter-modelica.git
url = https://github.com/rien/tree-sitter-modelica.git
[submodule "parsers/r"]
path = parsers/r
url = https://github.com/rien/tree-sitter-r.git
url = https://github.com/r-lib/tree-sitter-r.git
branch = next
[submodule "parsers/sql"]
path = parsers/sql
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"commander": "^11.1.0",
"csv-stringify": "^6.5.0",
"open": "^10.1.0",
"tree-sitter": "^0.20.6"
"tree-sitter": "^0.21.1"
},
"bugs": {
"url": "https://github.com/dodona-edu/dolos/issues"
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
overlays = [
devshell.overlays.default
(self: super: {
nodejs = super.nodejs_21;
nodejs = super.nodejs_22;
})
];
};
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"eslint": "8.57.0",
"node-gyp": "^9.4.1",
"typescript": "5.4.5",
"tree-sitter-json": "0.20.2"
"tree-sitter-json": "0.21.0"
},
"dependencies": {
"@dodona/dolos-parsers": "1.1.0",
"@dodona/dolos-core": "1.0.2",
"d3-dsv": "^3.0.1",
"tree-sitter": "^0.20.6"
"tree-sitter": "^0.21.1"
},
"bugs": {
"url": "https://github.com/dodona-edu/dolos/issues"
Expand Down
Loading

0 comments on commit 06c1385

Please sign in to comment.