Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence OpenSSF
ansis 3.17.0 -> 4.2.0 age adoption passing confidence OpenSSF Scorecard

Release Notes

webdiscus/ansis (ansis)

v4.2.0

Compare Source

  • feat: add support named truecolor via ansis.extend().
    Foreground methods are created from the provided color names, and matching background methods bg* are generated automatically.
    Example:
    import ansis from 'ansis';
    import colorNames from 'css-color-names';
    
    const color = ansis.extend(colorNames);
    
    console.log(color.orange('Orange foreground'));
    console.log(color.bgOrange('Orange background')); // auto-generated from "orange"
    This release removes the last barrier for projects migrating from Chalk v4 that used named truecolor, e.g.
    chalk.keyword('orange')('text'). Ansis now provides this feature with a simpler, more intuitive API.

v4.1.0

Compare Source

  • feat: add readonly level property to get the detected color support level:
    • 0 - no colors,
    • 1 - 16 colors,
    • 2 - 256 colors,
    • 3 - truecolor.

v4.0.0

Compare Source

Release v4.


Configuration

📅 Schedule: 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 is behind base branch, 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 added bot Bot involvement dependency Additions or changes involving dependency labels May 9, 2025
@renovate renovate bot requested a review from codeismyid as a code owner May 9, 2025 21:36
@renovate renovate bot added renovate Anything from renovatebot bot Bot involvement dependency Additions or changes involving dependency labels May 9, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/npm/ansis-4.x branch from 02d00d6 to f0e0ccc Compare May 31, 2025 07:48
@renovate renovate bot changed the title build: update dependency ansis from 3.17.0 to 4.0.0 build: update dependency ansis from 3.17.0 to 4.1.0 May 31, 2025
@renovate renovate bot force-pushed the renovate/npm/ansis-4.x branch from f0e0ccc to a719d79 Compare September 29, 2025 16:05
@renovate renovate bot changed the title build: update dependency ansis from 3.17.0 to 4.1.0 build: update dependency ansis from 3.17.0 to 4.2.0 Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Bot involvement dependency Additions or changes involving dependency renovate Anything from renovatebot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant