Skip to content

build(deps): bump tachyonfx from 0.24.0 to 0.25.0#44

Merged
benoitlx merged 1 commit into
mainfrom
dependabot/cargo/tachyonfx-0.25.0
Mar 20, 2026
Merged

build(deps): bump tachyonfx from 0.24.0 to 0.25.0#44
benoitlx merged 1 commit into
mainfrom
dependabot/cargo/tachyonfx-0.25.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 2, 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 2, 2026
@benoitlx benoitlx merged commit 9ea602c into main Mar 20, 2026
2 checks passed
@benoitlx benoitlx deleted the dependabot/cargo/tachyonfx-0.25.0 branch March 20, 2026 18:17
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.

1 participant