chore(deps): bump rio-vt from 0.5.25 to 0.5.26 - #5694
Conversation
|
Thanks @dependabot[bot] for taking the time to contribute. This repository is observing a maintainer-managed PR intake gate in dry-run mode, so this pull request is staying open. This note helps maintainers prepare the allowlist before any enforcement is considered. Please read |
Bumps [rio-vt](https://github.com/raphamorim/rio) from 0.5.25 to 0.5.26. - [Release notes](https://github.com/raphamorim/rio/releases) - [Commits](raphamorim/rio@v0.5.25...v0.5.26) --- updated-dependencies: - dependency-name: rio-vt dependency-version: 0.5.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
df53676 to
7a71d57
Compare
|
Thanks @dependabot — this one needs a small source change alongside the lock bump, so leaving it open rather than rebasing. All three reds (Lint, Test ubuntu-latest, Test macos-latest on run 33230921708) are the same compile error: Exact fix, three lines in - let styles = self.term.grid.style_set.styles();
+ let styles = self.term.grid.styles();Same Plan: a maintainer branch carrying |
|
Maintainer fix branch for this bump is up: Confirmed against the 0.5.26 crate source in the registry: Proof on macOS (the harness is compiled only under Negative control with the fix stashed, same gated command: the same three A maintainer will land this via the fix branch. Dependabot's branch cannot take a non-force push from us and we do not force-push, so this PR will be closed with a link once the branch merges. |
…60830 chore(deps): bump rio-vt to 0.5.26 with the qa_harness Grid API follow-up (lands dependabot #5694)
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
rio-vt 0.5.26 made `Grid.style_set` private and added `pub fn styles(&self) -> &[Style]` (rio-vt/src/crosswords/grid/mod.rs:716 at v0.5.26; `pub style_set` at :74 in v0.5.25). Update the three call sites in the PTY QA harness so the `long-running-tests` gated `cucumber` target compiles again on unix. Same `&[Style]` return type, so `square_colors` is unchanged. Supersedes Hmbown#5694 (dependabot lock bump, carried in this branch). Verified: cargo test -p codewhale-tui --test cucumber --features long-running-tests --no-run cargo check -p codewhale-tui --all-targets cargo check -p codewhale-tui --tests --all-features Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014aDEyM2a4pPZ9qqMDrP5YX Signed-off-by: CodeWhale Bot <bot@codewhale.net>
Bumps rio-vt from 0.5.25 to 0.5.26.
Release notes
Sourced from rio-vt's releases.
Commits
8e7cb9eadd rio-grid readmeb36815aadd 0.5.26 metainfo release entryf5d4fefprepare v0.5.26761f5a5fix fmt1106bb8update test21082c0reset style changefcb619cupdate lock599524freorg4ddaa22novel system0cfe201wip