chore(deps): bump tree-sitter from 0.25.10 to 0.26.11 - #1016
chore(deps): bump tree-sitter from 0.25.10 to 0.26.11#1016dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
This PR changes mirrored Maestro source files in the public repo, but it does not link the matching private source-of-truth PR. Add one of these to the PR body, then re-run the check:
Mirrored files touched:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a4f1a99975
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| x509-parser = "0.18" | ||
| zip = { version = "8", default-features = false, features = ["aes-crypto", "deflate64", "deflate", "lzma", "ppmd", "time", "zstd", "xz"] } | ||
| tree-sitter = "0.25" | ||
| tree-sitter = "0.26" |
There was a problem hiding this comment.
Migrate the parser timeout before upgrading tree-sitter
With this dependency bump, the lockfile resolves tree-sitter to 0.26.12, whose Rust Parser API no longer exposes set_timeout_micros; however packages/tui-rs/src/safety/bash_analyzer.rs still calls parser.set_timeout_micros(50_000). In any CI/job that compiles maestro-tui with the updated lockfile, such as the existing cargo clippy --workspace --all-targets --locked lanes, the workspace will fail to build until that call is migrated to ParseOptions/parse_with_options or the dependency stays on 0.25.
Useful? React with 👍 / 👎.
| x509-parser = "0.18" | ||
| zip = { version = "8", default-features = false, features = ["aes-crypto", "deflate64", "deflate", "lzma", "ppmd", "time", "zstd", "xz"] } | ||
| tree-sitter = "0.25" | ||
| tree-sitter = "0.26" |
There was a problem hiding this comment.
Move the dependency bump to the mirror source
This changes a source dependency directly in the generated public mirror. The repository guidance says public-facing source changes should originate in evalops/maestro-internal and arrive through the protected mirror workflow, so landing the bump here creates drift that can be overwritten and bypasses the source-of-truth validation path; please make this update in the internal repo and mirror it back.
Useful? React with 👍 / 👎.
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.25.10 to 0.26.11. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.10...v0.26.11) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
a4f1a99 to
4270b8e
Compare
Bumps tree-sitter from 0.25.10 to 0.26.11.
Release notes
Sourced from tree-sitter's releases.
... (truncated)
Commits
64402derelease v0.26.112194ac1fix(ci): re-set executable permission on release artifacts before zippinga2b8369fix(generate): strip non-ASCII case folds1ae3cc5fix(rust): address new clippy lints90dd1a0fix(templates): generated array macros do not compile with C++fa6222adocs(queries): clarify behavior of first child anchor example77b741bdocs(queries): specify anchor behavior with quantifiers and groups1c21ff3fix(query): apply a trailing anchor when its optional node is skipped5756cedfix(query): make an anchor after a zero-matched quantifier vacuouseca86a7fix(query): forbid an anchor at the end of a group