deps: bump ratatui from 0.29.0 to 0.30.0 - #11
Closed
dependabot[bot] wants to merge 82 commits into
Closed
dependabot[bot] wants to merge 82 commits into
dependabot[bot] wants to merge 82 commits into
Conversation
added 13 commits
January 8, 2026 20:19
dependabot
Bot
force-pushed
the
dependabot/cargo/ratatui-0.30.0
branch
from
January 9, 2026 08:26
43630ab to
48bbf3b
Compare
* fixing ci * fix: fixing permissions * fix: remote permessions * fix: ci --------- Co-authored-by: Test User <test@example.com>
* getting todos to work again * adding secrets to the server * feat: adding mdns support * minor fix * fix * fix: ci * fix: ubuntu * fix: ci --------- Co-authored-by: Test User <test@example.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/ratatui-0.30.0
branch
from
January 10, 2026 08:42
48bbf3b to
98370ec
Compare
* feat: preparing for git and issue management * fix: ci * fix: ci --------- Co-authored-by: Test User <test@example.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/ratatui-0.30.0
branch
from
January 10, 2026 20:32
98370ec to
0f9680d
Compare
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
wonopcode-discover: - Added 33 tests for service.rs (ServerInfo, AdvertiseConfig) - Added tests for error.rs (DiscoverError display/debug) - Added tests for advertise.rs (Advertiser state management) - Added tests for browse.rs (Browser, ServerInfo operations) - Coverage improved from 9% to 59% wonopcode-server: - Added 6 tests for state.rs (SharedTodoStore operations) - Added 18 tests for ws.rs (ClientMessage, ServerMessage serde) - Coverage improved from 20% to 32%
Added tests for: - headless.rs: Tests for all request types (PromptRequest, ModelRequest, AgentRequest, SessionSwitchRequest, SessionRenameRequest, SessionForkRequest, RevertRequest, McpToggleRequest, McpReconnectRequest, GotoRequest, SettingsRequest, PermissionRequest, GitUnstageRequest) - prompt.rs: Additional tests for PromptEvent::Status, PromptUsage, new_session_runners, AgentConfig clone, and model info variants (o1, o3-mini, gemini-pro, gpt-4o, claude-opus) - routes.rs: Tests for ApiError helper methods (not_found, bad_request, internal), default_replay_limit, generate_id Test count increased from 147 to 180 tests. Current coverage: - wonopcode-discover: 65.59% - wonopcode-server: ~38% Note: Reaching 90% coverage requires integration tests for HTTP handlers.
- Add tests for AgentConfig, capitalize_provider in agent.rs - Add tests for ProcessorConfig, get_model_info, load_api_key in processor.rs - Add tests for AgentMode, Theme, RenderSettings in theme.rs - Add tests for Event, EventHandler, is_quit, is_escape, etc. in event.rs Coverage improvements: - wonopcode-tui-core: 39.72% → 61.98% - wonopcode-acp: 38.46% → 47.26% - Total: 52.80% → 53.69%
Supports sorting by:
- crate: alphabetical by crate name (default)
- lines: by total lines (descending)
- covered: by covered lines (descending)
- coverage: by coverage percentage (descending)
- status: by status (worst first: 🔴 → 🟠 → 🟡 → ✅)
Usage: just covstats --sort coverage
just covstats --sort=status
just covstats --help
feat: fixes and tests
Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.29.0...ratatui-v0.30.0) --- updated-dependencies: - dependency-name: ratatui dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/ratatui-0.30.0
branch
from
January 17, 2026 15:37
ae5b179 to
5979214
Compare
Author
|
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. |
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.
Bumps ratatui from 0.29.0 to 0.30.0.
Release notes
Sourced from ratatui's releases.
... (truncated)
Changelog
Sourced from ratatui's changelog.
... (truncated)
Commits
0a2a7c0chore(ratatui): unleash the rats v0.30.0 (#2294)8c620d6docs(widgets): add link to no-std concept page (#2288)686d955chore: re-release 0.30.0-beta.1 (#2292)04e86bbchore: revert the 0.30-beta.1 update to re-trigger release-plz (#2291)06a30ccchore(widgets): disable scrape-examples and revert ratatui dev dep (#2290)3936b10chore: release 0.30.0-beta.1 (#2287)1f7efe9build(deps): bump dtolnay/rust-toolchain from 0b1efabc08b657293548b77fb76cc02...fbd560abuild(deps): bump taiki-e/install-action from 2.63.3 to 2.65.1 (#2282)4495754build(deps): bump serde_json from 1.0.145 to 1.0.146 (#2284)a8d8afebuild(deps): bump tracing from 0.1.43 to 0.1.44 (#2283)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)