build(deps): bump all dependencies to latest versions#1247
Open
ffedoroff wants to merge 11 commits into
Open
Conversation
Updates the requirements on [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases) - [Commits](tree-sitter/tree-sitter-rust@v0.23.2...v0.24.2) --- updated-dependencies: - dependency-name: tree-sitter-rust dependency-version: 0.24.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.3...v0.26.8) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.3...v0.26.8) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.3...v0.26.8) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.3...v0.26.8) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.3...v0.26.8) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…tter-eq-0.26.8', 'origin/dependabot/cargo/tree-sitter-ccomment/tree-sitter-eq-0.26.8', 'origin/dependabot/cargo/tree-sitter-mozcpp/tree-sitter-eq-0.26.8', 'origin/dependabot/cargo/tree-sitter-mozjs/tree-sitter-eq-0.26.8', 'origin/dependabot/cargo/tree-sitter-preproc/tree-sitter-eq-0.26.8' and 'origin/dependabot/cargo/tree-sitter-rust-eq-0.24.2' into patch/update-tree-sitter-0.26.8
Bumps tree-sitter from 0.25.3 → 0.26.8 in the main library and all sub-crates (enums, tree-sitter-ccomment, tree-sitter-mozcpp, tree-sitter-mozjs, tree-sitter-preproc), and tree-sitter-rust from 0.23.2 → 0.24.2. Also fixes the one API break introduced in tree-sitter 0.26.x: `Node::child()` now takes `u32` instead of `usize`; added a cast in src/node.rs to keep the wrapper's public signature unchanged.
- tree-sitter 0.25.3 → 0.26.9 - tree-sitter-rust 0.23.2 → 0.24.2 - tree-sitter-javascript 0.23.1 → 0.25.0 - tree-sitter-python 0.23.6 → 0.25.0 - clap ^4.0 → ^4.6, actix-web ^4.2 → ^4.13, actix-rt ^2.6 → ^2.11 - toml ^0.9 → ^1.1, insta 1.29 → 1.47, various patch bumps Applied to all workspace members and sub-crates. Verified clean build.
…ated for 0.24.2 Node IDs in language_rust.rs (e.g. FunctionItem=186) were generated from the 0.23.2 grammar. Updating to 0.24.2 without regenerating the file via the enums/ tool causes all Rust function nodes to be misidentified, making metrics() return no function-level spaces. Revert to 0.23.2 until the enum file is regenerated from the new grammar.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates all pending Dependabot PRs and brings every dependency up to its latest published version. Verified to compile cleanly.
tree-sitter ecosystem
tree-sitter0.25.30.26.9tree-sitter-rust0.23.20.23.2(unchanged, see note below)tree-sitter-javascript0.23.10.25.0tree-sitter-python0.23.60.25.0Updated in: main
Cargo.toml,enums/,tree-sitter-ccomment/,tree-sitter-mozcpp/,tree-sitter-mozjs/,tree-sitter-preproc/.API fix:
tree-sitter0.26.x changedNode::child()to acceptu32instead ofusize. Added a cast insrc/node.rsto keep the wrapper's public signature unchanged.Other dependencies
clap^4.0^4.6actix-web^4.2^4.13actix-rt^2.6^2.11toml^0.9^1.1insta1.291.47aho-corasick^1.0^1.1regex^1.7^1.12serde_yaml → serde_yml
serde_yamlis officially deprecated by its author. Replaced with the maintained forkserde_yml 0.0.12inrust-code-analysis-cli. The API is compatible — only two call sites informats.rsneeded updating.Test plan
cargo buildin repo root passesmetrics()returns correct function-levelFuncSpaceentries for Rust source (verified with tree-sitter-rust 0.23.2)