Skip to content

Bump ansi-to-tui from 7.0.0 to 8.0.1 in /codex-rs - #10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/codex-rs/ansi-to-tui-8.0.1
Open

Bump ansi-to-tui from 7.0.0 to 8.0.1 in /codex-rs#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/codex-rs/ansi-to-tui-8.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps ansi-to-tui from 7.0.0 to 8.0.1.

Release notes

Sourced from ansi-to-tui's releases.

v8.0.1

Fixed

  • (parser) normalize CR and CRLF newlines (#80)

Other

  • (deps) bump lru from 0.16.2 to 0.16.3 (#81)
  • add CR/LF characterization tests (#79)
  • Add SGR tests; handle 27 and fix 107 (#78)
  • add cargo workflow alongside Nix (#77)
  • polish Ratatui docs and metadata (#76)
  • update license (#74)

v8.0.0

Fixed

  • Fix failing tests with disabled default features (#63)

Other

  • update ratatui-core to 0.1.0 (#72)
  • enable trusted publishing (#69)
  • set edition to 2024 (#67)
  • unrelease 7.0.1 (#65)
  • (parser) refresh deps and benchmarks (#64)
  • update to ratatui-0.30 pre-release (#60)
  • release v7.0.1 (#59)
  • indicate in README that into_text is fallible (#62)
  • Fix reset for underline/blink/italic/hidden (#57)

v8.0.0-beta.0

Fixed

  • Fix failing tests with disabled default features (#63)

Other

  • set edition to 2024 (#67)
  • unrelease 7.0.1 (#65)
  • (parser) refresh deps and benchmarks (#64)
  • update to ratatui-0.30 pre-release (#60)
  • release v7.0.1 (#59)
  • indicate in README that into_text is fallible (#62)
  • Fix reset for underline/blink/italic/hidden (#57)
Changelog

Sourced from ansi-to-tui's changelog.

8.0.1 - 2026-01-10

Fixed

  • (parser) normalize CR and CRLF newlines (#80)

Other

  • (deps) bump lru from 0.16.2 to 0.16.3 (#81)
  • add CR/LF characterization tests (#79)
  • Add SGR tests; handle 27 and fix 107 (#78)
  • add cargo workflow alongside Nix (#77)
  • polish Ratatui docs and metadata (#76)
  • update license (#74)

8.0.0 - 2025-12-26

Fixed

  • Fix failing tests with disabled default features (#63)

Other

  • update ratatui-core to 0.1.0 (#72)
  • enable trusted publishing (#69)
  • set edition to 2024 (#67)
  • unrelease 7.0.1 (#65)
  • (parser) refresh deps and benchmarks (#64)
  • update to ratatui-0.30 pre-release (#60)
  • release v7.0.1 (#59)
  • indicate in README that into_text is fallible (#62)
  • Fix reset for underline/blink/italic/hidden (#57)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Update ansi-to-tui from 7.0.0 to 8.0.1 to improve ANSI parsing in codex-rs (CR/CRLF normalization and better SGR handling), reducing formatting glitches in terminal-rendered output.

  • Dependencies
    • Bumped ansi-to-tui to 8.0.1 (major). Introduces ratatui-core and updates transitive crates via Cargo.lock.

Written for commit f81e474. Summary will update on new commits.

Review in cubic

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [ansi-to-tui](https://github.com/ratatui/ansi-to-tui) from 7.0.0 to 8.0.1.
- [Release notes](https://github.com/ratatui/ansi-to-tui/releases)
- [Changelog](https://github.com/ratatui/ansi-to-tui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ansi-to-tui@v7.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: ansi-to-tui
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants