Skip to content

Commit e2bdeed

Browse files
chore(deps): update dependency ansis to v4.2.0 (#2979)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [ansis](https://redirect.github.com/webdiscus/ansis) | [`4.1.0` -> `4.2.0`](https://renovatebot.com/diffs/npm/ansis/4.1.0/4.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ansis/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ansis/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webdiscus/ansis (ansis)</summary> ### [`v4.2.0`](https://redirect.github.com/webdiscus/ansis/blob/HEAD/CHANGELOG.md#420-2025-09-20) [Compare Source](https://redirect.github.com/webdiscus/ansis/compare/v4.1.0...v4.2.0) - 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: ```js 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. </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/RobinTail/express-zod-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa37ece commit e2bdeed

File tree

1 file changed

+77
-77
lines changed

1 file changed

+77
-77
lines changed

pnpm-lock.yaml

Lines changed: 77 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)