chore(deps): bump tree-sitter from 0.25.10 to 0.26.12 - #1016
chore(deps): bump tree-sitter from 0.25.10 to 0.26.12#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 👍 / 👎.
a4f1a99 to
4270b8e
Compare
4270b8e to
a191a2f
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
a191a2f to
8a5014f
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.25.10 to 0.26.12. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.10...v0.26.12) --- 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>
8a5014f to
dc4cfff
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps tree-sitter from 0.25.10 to 0.26.12.
Release notes
Sourced from tree-sitter's releases.
... (truncated)
Commits
808e4b1release v0.26.127566ffafix(lib): continue search for later named siblings in4b7e2c9fix(generate): honor right associativity despite a lower-precedence shift3ee7c63fix(parser): restart recovery for invalid tokens in the error statefd0ccd6fix(highlight): usestd::sync::OnceCellfor various loader fields8df22e6fix(init): don't lowercase repository urlc02f324fix(cli):init --updateshould not updatesetup.pyafter replacing it (#5...f9b9b39fix(templates): replace deprecated method in Package.swift0938423fix(templates): add C source files to Python sdist5ccdbb6fix(query): transfer a leading boundary anchor across a zero-matched quantifier