Skip to content

fix(deps): update rust crate tui-term to v0.3.4 - #45

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tui-term-0.x
Open

fix(deps): update rust crate tui-term to v0.3.4#45
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tui-term-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
tui-term dependencies minor =0.1.9=0.3.4

Release Notes

a-kenji/tui-term (tui-term)

v0.3.4

Compare Source

Vt100
  • Simplify color mapping
Widget
  • Add CursorShape to Screen trait, this has a default implementation.

v0.3.3

Compare Source

Bug Fixes
  • Adjust cursor position with scrollback
Miscellaneous Tasks
  • Create a release script
Formatter

v0.3.2

Compare Source

Compatible with ratatui: v0.30.0.

Testing
  • (dim) Init tests for dim/fain text (SGR2)
  • Init vttest 11_07_02 Protected Areas (SPA/EPA)
  • Init vttest 11.05 (ISO-6429 cursor movement)
  • Init vttest 09 (known VT100 bugs)
  • Init vttest 11.06 (ISO-6429 colors)
  • Init vttest 08 (VT102 insert/delete)
  • Add vttest 03 (character sets)
  • Init vttest 01 (cursor movements)
Cursor
  • (uncategorized) Avoid heap allocation for Cursor.symbol [breaking]
Vt100_imp
  • (uncategorized) Set fg/bg on Style before applying cell
Widget
  • (uncategorized) Implement Widget for &PseudoTerminal [breaking]

v0.3.1

Compare Source

Compatible with ratatui: v0.30.0.

Miscellaneous Tasks
  • (deps) Update vt100 to 0.16.2
Build
  • Move to flake-parts
Continuous Integration
  • Simplify ci setup

v0.3.0

Compare Source

Compatible with ratatui: v0.30.0.

Miscellaneous Tasks
  • (deps) Bump ratatui from 0.29.0 to 0.30.0
  • Bump MSRV 1.74.0 -> 1.86.0 [breaking]

v0.2.0

Compare Source

Testing
  • Add tests to crate so that they can be run on build systems
Miscellaneous Tasks
  • (deps) Bump bytes from 1.7.2 to 1.8.0
  • (deps) Bump once_cell from 1.20.1 to 1.20.2
  • (deps) Bump cachix/install-nix-action from V27 to 28
  • (deps) Bump insta from 1.39.0 to 1.40.0
  • (deps) Bump ratatui from 0.28.0 to 0.28.1
  • (deps) Bump ratatui from 0.28.1 to 0.29.0

v0.1.13

Compare Source

Bug Fixes
  • (uncategorized) Changelog entry
Refactor
  • (uncategorized) Remove deprecated buf.get_mut() function
  • (uncategorized) Prefer area() to size()
Miscellaneous Tasks
  • (deps) Bump bytes from 1.6.0 to 1.7.1
  • (deps) Bump tokio from 1.38.0 to 1.39.2
  • (deps) Bump DeterminateSystems/update-flake-lock from 22 to 23
  • (uncategorized) Update release version
  • (uncategorized) Update ratatui and crossterm
  • (uncategorized) Update rust-toolchain -> 1.80.0
  • (uncategorized) Format .deny.toml
  • (uncategorized) Move treefmt.toml until upstream fix is in
  • (uncategorized) Fix typo in a comment
Continuous Integration
  • (uncategorized) Remove now obsolete audit check action
  • (uncategorized) Update darwin runners
Flake
  • (uncategorized) Remove now obsolete rust-overlay.flake-utils follows
Flake.lock
  • (uncategorized) Update
  • (uncategorized) Update
Tools
  • (uncategorized) Update cargo deny configuration to v2

v0.1.12

Compare Source

Compatible with ratatui: v0.27.0.

Bug Fixes
  • (example/smux) Don't crash on some control codes
Miscellaneous Tasks
  • (deps) Bump ratatui from 0.26.3 to 0.27.0
  • (deps) Bump tokio from 1.37.0 to 1.38.0

v0.1.11

Compare Source

Compatible with ratatui: v0.26.2.

While not a breaking change, consumers that implement the Screen
trait may want to look into how the underlying implementation changed in #​182.

Bug Fixes
  • Render cells correctly that have no content but styles
Continuous Integration
  • (fix) Correct the buildbot base branch
Examples
  • Show cursor on focused pane in the smux example
  • smux handle control characters

v0.1.10

Compare Source

Compatible with ratatui: v0.26.2.

MSRV is now rustc --version: 1.74.0.

Miscellaneous Tasks
  • (deps) Bump ratatui from 0.26.1 to 0.26.2
  • Bump MSRV 1.70.0 -> 1.74.0 [breaking]
Bench
  • Add divan back

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from 8a09a3d to a37c4c3 Compare March 12, 2025 05:20
@renovate renovate Bot changed the title Update Rust crate tui-term to v0.2.0 fix(deps): update rust crate tui-term to v0.2.0 Mar 12, 2025
@renovate renovate Bot changed the title fix(deps): update rust crate tui-term to v0.2.0 Update Rust crate tui-term to v0.2.0 Mar 12, 2025
@renovate renovate Bot changed the title Update Rust crate tui-term to v0.2.0 fix(deps): update rust crate tui-term to v0.2.0 Mar 12, 2025
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from a37c4c3 to 7314c2a Compare March 17, 2025 16:31
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from 7314c2a to 828ddc9 Compare May 13, 2025 00:53
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from 828ddc9 to 5ae8294 Compare August 10, 2025 14:35
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch 9 times, most recently from e99c899 to 7b6c164 Compare September 30, 2025 17:12
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch 7 times, most recently from afcb01a to 1bc8391 Compare October 9, 2025 00:55
@kota65535
kota65535 force-pushed the main branch 3 times, most recently from ef53944 to 2e5586c Compare November 11, 2025 02:20
@kota65535
kota65535 force-pushed the main branch 4 times, most recently from a908fd6 to a97f62f Compare November 17, 2025 12:01
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from 1bc8391 to ad3490c Compare December 10, 2025 16:45
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch 2 times, most recently from 4c46189 to dd937e5 Compare January 5, 2026 15:02
@renovate renovate Bot changed the title fix(deps): update rust crate tui-term to v0.2.0 fix(deps): update rust crate tui-term to v0.3.0 Jan 5, 2026
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from dd937e5 to 4f89219 Compare January 25, 2026 22:28
@renovate renovate Bot changed the title fix(deps): update rust crate tui-term to v0.3.0 fix(deps): update rust crate tui-term to v0.3.1 Jan 25, 2026
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from 4f89219 to d6888d1 Compare February 2, 2026 21:07
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch 2 times, most recently from ab2111b to dabfb5f Compare February 13, 2026 19:11
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch 2 times, most recently from 3360634 to c4f34b6 Compare March 3, 2026 14:10
@renovate renovate Bot changed the title fix(deps): update rust crate tui-term to v0.3.1 fix(deps): update rust crate tui-term to v0.3.2 Mar 3, 2026
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch 2 times, most recently from 819fb03 to 14d2d46 Compare March 15, 2026 05:01
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from 14d2d46 to 8e82e6a Compare March 30, 2026 13:33
@renovate renovate Bot changed the title fix(deps): update rust crate tui-term to v0.3.2 fix(deps): update rust crate tui-term to v0.3.3 Mar 30, 2026
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch 2 times, most recently from 392c77f to bb0c4f8 Compare April 7, 2026 14:14
@renovate renovate Bot changed the title fix(deps): update rust crate tui-term to v0.3.3 fix(deps): update rust crate tui-term to v0.3.4 Apr 7, 2026
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from bb0c4f8 to 047cca8 Compare May 18, 2026 20:58
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from 047cca8 to b6609de Compare June 25, 2026 02:28
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from b6609de to 6f6d8a0 Compare July 5, 2026 03:45
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from 6f6d8a0 to a54b4da Compare July 20, 2026 20:54
@renovate
renovate Bot force-pushed the renovate/tui-term-0.x branch from a54b4da to f8a8a9f Compare August 12, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants