dodona-edu / dolos

:detective: Source code plagiarism detection
https://dolos.ugent.be
MIT License
248 stars 31 forks source link

Update dependency tree-sitter to ^0.21.1 #1469

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tree-sitter ^0.20.6 -> ^0.21.1 age adoption passing confidence

Release Notes

tree-sitter/node-tree-sitter (tree-sitter) ### [`v0.21.1`](https://togithub.com/tree-sitter/node-tree-sitter/releases/tag/v0.21.1) [Compare Source](https://togithub.com/tree-sitter/node-tree-sitter/compare/v0.21.0...v0.21.1) - Fix a caching issue (contributed by [@​segevfiner](https://togithub.com/segevfiner) in [#​197](https://togithub.com/tree-sitter/node-tree-sitter/issues/197)) ### [`v0.21.0`](https://togithub.com/tree-sitter/node-tree-sitter/releases/tag/v0.21.0) [Compare Source](https://togithub.com/tree-sitter/node-tree-sitter/compare/v0.20.6...v0.21.0) **BREAKING CHANGES**: - node-tree-sitter now uses [Node-API](https://nodejs.github.io/node-addon-examples/about/what) instead of [NAN](https://togithub.com/nodejs/nan) for Node bindings. This requires updating the binding.cc file for all languages you want to use by running `tree-sitter generate` with `tree-sitter` 0.22.0 or newer. See [https://github.com/tree-sitter/node-tree-sitter/issues/193#issuecomment-2002321890](https://togithub.com/tree-sitter/node-tree-sitter/issues/193#issuecomment-2002321890) (contributed by [@​segevfiner](https://togithub.com/segevfiner) in [#​190](https://togithub.com/tree-sitter/node-tree-sitter/issues/190)) - `SyntaxNode.hasChanges`, `SyntaxNode.hasError` and `SyntaxNode.isMissing` are now properties (they used to be methods) (contributed by [@​amaanq](https://togithub.com/amaanq) in [#​190](https://togithub.com/tree-sitter/node-tree-sitter/issues/190)) Other changes: - add more methods/properties to bring Node inline with Rust bindings (contributed by [@​amaanq](https://togithub.com/amaanq) in [#​191](https://togithub.com/tree-sitter/node-tree-sitter/issues/191)) - make module context aware (contributed by [@​segevfiner](https://togithub.com/segevfiner) in [#​184](https://togithub.com/tree-sitter/node-tree-sitter/issues/184)) - drop Node 14 and 16 support - switch to prebuildify instead of prebuild-install (now binaries are stored on npm instead of GitHub Releases) (contributed by [@​ObserverOfTime](https://togithub.com/ObserverOfTime) in [#​192](https://togithub.com/tree-sitter/node-tree-sitter/issues/192))

Configuration

📅 Schedule: Branch creation - "after 13:00 on monday" in timezone Europe/Brussels, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

renovate[bot] commented 4 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.21.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.