Update Rust crate ignore to v0.4.24#20979
Conversation
Diagnostic diff on typing conformance testsNo changes detected when running ty on typing conformance tests ✅ |
|
|
|
@BurntSushi any suggestions on what we should change on the ruff/ty side as part of this update? I see from the commits that there's a new global |
6ea88da to
d538c8c
Compare
|
Yeah, the The main reasons to use
If those don't apply to ruff, then I think you can just leave it. |
|
Thanks, that's helpful
|
…straint-sets * dcreager/subtype-given-typevars: better comment restructure a bit better names/comments simplify before implication two typevars! [ty] Reformat constraint set mdtests (#21111) [ty] Move constraint set mdtest functions into `ConstraintSet` class (#21108) Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics (#21105) Update Rust crate ignore to v0.4.24 (#20979)
<!-- Thank you for contributing to Ruff/ty! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? (Please prefix with `[ty]` for ty pull requests.) - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> Since 4c4ddc8, ruff uses the `WalkBuilder::current_dir` API [introduced in `ignore` version 0.4.24](https://diff.rs/ignore/0.4.23/0.4.24/src%2Fwalk.rs), so it should explicitly depend on this minimum version. See also #20979. ## Test Plan <!-- How was it tested? --> Source inspection verifies this version is necessary; no additional testing is required since `Cargo.lock` already has (at least) this version.
This PR contains the following updates:
0.4.23->0.4.24Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Fixes #21081
Release Notes
BurntSushi/ripgrep (ignore)
v0.4.24Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.