Skip to content

chore(deps): bump tachyonfx from 0.24.0 to 0.25.0#92

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tachyonfx-0.25.0
Open

chore(deps): bump tachyonfx from 0.24.0 to 0.25.0#92
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tachyonfx-0.25.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps tachyonfx from 0.24.0 to 0.25.0.

Release notes

Sourced from tachyonfx's releases.

tachyonfx-v0.25.0

tachyonfx-0.25.0 - 2026-02-27

Added

  • CellFilter::NonEmpty: selects cells that contain a non-space symbol.
  • Interpolation::SmoothStep and Interpolation::Spring.
  • DiamondPattern: spatial pattern using Manhattan distance for diamond-shaped reveals.
  • SpiralPattern: trig-free spatial pattern.
  • InvertedPattern: wrapper pattern that inverts another pattern's output.
  • CombinedPattern: combines two sub-patterns using a binary operation.

Fixed

  • Fix negative hue values producing wrong colors in hsl_to_rgb, hsv_to_rgb, and hsl_shift.
  • fx::sequence: reverse() now reverses processing order of child effects
  • fx::parallel: reverse() now right-aligns shorter children when reversed, so that all children end together
Changelog

Sourced from tachyonfx's changelog.

tachyonfx-0.25.0 - 2026-02-27

Added

  • CellFilter::NonEmpty: selects cells that contain a non-space symbol.
  • Interpolation::SmoothStep and Interpolation::Spring.
  • DiamondPattern: spatial pattern using Manhattan distance for diamond-shaped reveals.
  • SpiralPattern: trig-free spatial pattern.
  • InvertedPattern: wrapper pattern that inverts another pattern's output.
  • CombinedPattern: combines two sub-patterns using a binary operation.

Fixed

  • Fix negative hue values producing wrong colors in hsl_to_rgb, hsv_to_rgb, and hsl_shift.
  • fx::sequence: reverse() now reverses processing order of child effects
  • fx::parallel: reverse() now right-aligns shorter children when reversed, so that all children end together
Commits
  • 34c9243 chore: release v0.25.0 (#83)
  • 453df95 prep for 0.25.0
  • a2a020f use beamterm-renderer 0.4.0 for docs
  • 71162a4 configure and apply lints
  • 11c65ca more dsl examples
  • 47be094 update changelog
  • a1d124d fx::parallel: right-align shorter children when reversed
  • 65ffaba fx::sequence: reverse() now reverses child order
  • 7a258c2 make the hue fix no_std compatible
  • 4a17ba8 fix negative hue values producing wrong colors
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [tachyonfx](https://github.com/ratatui/tachyonfx) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/ratatui/tachyonfx/releases)
- [Changelog](https://github.com/ratatui/tachyonfx/blob/development/CHANGELOG.md)
- [Commits](ratatui/tachyonfx@tachyonfx-v0.24.0...tachyonfx-v0.25.0)

---
updated-dependencies:
- dependency-name: tachyonfx
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 19, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 19, 2026

Greptile Summary

This PR bumps the tachyonfx dependency from 0.24.0 to 0.25.0 across the workspace. The change is purely mechanical — version strings in two Cargo.toml manifests and the corresponding checksum in Cargo.lock are updated.

  • The new release adds new types (CellFilter::NonEmpty, DiamondPattern, SpiralPattern, InvertedPattern, CombinedPattern) and fixes bugs in color conversion (hsl_to_rgb, hsv_to_rgb, hsl_shift) and reversal behavior in fx::sequence/fx::parallel. None of these changes break the existing ["std", "std-duration"] feature set used by this project.
  • Both Cargo.toml (root workspace) and crates/ratatui-toaster/Cargo.toml are updated consistently.
  • Cargo.lock checksum is correctly regenerated by Dependabot.

Important Files Changed

Filename Overview
Cargo.lock Updated tachyonfx version from 0.24.0 to 0.25.0 with updated checksum — auto-generated by Cargo, no issues.
Cargo.toml Bumped tachyonfx version specifier from "0.24.0" to "0.25.0" in the root workspace manifest; features and other options unchanged.
crates/ratatui-toaster/Cargo.toml Bumped tachyonfx version specifier from "0.24.0" to "0.25.0" in the ratatui-toaster crate manifest; features and other options unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot detects tachyonfx 0.25.0] --> B[Update Cargo.toml root\n0.24.0 → 0.25.0]
    A --> C[Update crates/ratatui-toaster/Cargo.toml\n0.24.0 → 0.25.0]
    B --> D[Cargo regenerates Cargo.lock\nNew checksum for 0.25.0]
    C --> D
    D --> E[Build resolves tachyonfx 0.25.0\nfeatures: std, std-duration]
Loading

Last reviewed commit: "chore(deps): bump ta..."

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