Skip to content

Conversation

nextest-bot
Copy link
Collaborator

@nextest-bot nextest-bot commented Feb 23, 2025

This PR contains the following updates:

Package Type Update Change
owo-colors dev-dependencies minor 4.1.0 -> 4.2.2

Release Notes

owo-colors/owo-colors (owo-colors)

v4.2.2

Compare Source

Fixed

Fixed applying a background color and a text effect (like underline or italic) at the same time (#​145).

v4.2.1

Compare Source

Fixed

v4.2.0

Compare Source

Added
  • Style::prefix_formatter and Style::suffix_formatter return Display formatters for the prefix and the suffix of a style, respectively.
  • All the *Display types now have an into_styled function that converts those types into a Styled, erasing type parameters.
  • Even more methods are now const.
Changed
  • The Color and DynColor traits are now explicitly marked sealed (i.e. downstream crates cannot implement them).

    These traits were already effectively sealed due to a number of hidden methods that were not part of the API, but they are now explicitly so. In that sense this is not a breaking change, so it's being released under a new minor version rather than a major version.

v4.1.1

Compare Source

Added
  • The vast majority of owo-colors is now usable in const contexts.
Fixed
  • Documentation for Stream is now rendered properly. Thanks purplesyringa for the contribution!
  • Replace brittle const-promotion-based unsafe code with safe code. Thanks Manish for the contribution!
Other

For information about earlier versions, see the commit history.


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 has been generated by Renovate Bot.

@nextest-bot nextest-bot added the dependencies Dependency-related updates label Feb 23, 2025
Copy link

codecov bot commented Feb 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.12%. Comparing base (9b00470) to head (88a0cb0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #316   +/-   ##
=======================================
  Coverage   79.12%   79.12%           
=======================================
  Files           4        4           
  Lines         666      666           
=======================================
  Hits          527      527           
  Misses        139      139           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nextest-bot nextest-bot changed the title chore(deps): update rust crate owo-colors to 4.2.0 chore(deps): update rust crate owo-colors to 4.2.1 May 16, 2025
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from 5f8cc8b to c680226 Compare May 16, 2025 03:44
@nextest-bot nextest-bot changed the title chore(deps): update rust crate owo-colors to 4.2.1 chore(deps): update rust crate owo-colors to 4.2.2 Jun 24, 2025
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from c680226 to 3cd046f Compare June 24, 2025 05:49
@nextest-bot nextest-bot force-pushed the renovate/owo-colors-4.x branch from 3cd046f to 88a0cb0 Compare July 7, 2025 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency-related updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant