Loading
Go: Update module github.com/fatih/color to v1.19.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/fatih/color | require | minor | v1.18.0 -> v1.19.0 |
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
fatih/color (github.com/fatih/color)
v1.19.0
What's Changed
- Bump golang.org/x/sys from 0.25.0 to 0.28.0 by @dependabot[bot] in https://github.com/fatih/color/pull/246
- Fix for issue #230 set/unsetwriter symmetric wrt color support detection by @ataypamart in https://github.com/fatih/color/pull/243
- chore: go mod cleanup by @sashamelentyev in https://github.com/fatih/color/pull/244
- Bump golang.org/x/sys from 0.28.0 to 0.30.0 by @dependabot[bot] in https://github.com/fatih/color/pull/249
- Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 by @dependabot[bot] in https://github.com/fatih/color/pull/248
- Update CI and go deps by @fatih in https://github.com/fatih/color/pull/254
- Bump golang.org/x/sys from 0.31.0 to 0.37.0 by @dependabot[bot] in https://github.com/fatih/color/pull/268
- fix: include escape codes in byte counts from
Fprint,Fprintfby @qualidafial in https://github.com/fatih/color/pull/282 - Bump golang.org/x/sys from 0.37.0 to 0.40.0 by @dependabot[bot] in https://github.com/fatih/color/pull/277
- fix: add nil check for os.Stdout to prevent panic on Windows services by @majiayu000 in https://github.com/fatih/color/pull/275
- Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0 by @dependabot[bot] in https://github.com/fatih/color/pull/259
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/fatih/color/pull/273
- Optimize Color.Equals performance (O(n²) → O(n)) by @UnSubble in https://github.com/fatih/color/pull/269
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/fatih/color/pull/266
New Contributors
- @ataypamart made their first contribution in https://github.com/fatih/color/pull/243
- @sashamelentyev made their first contribution in https://github.com/fatih/color/pull/244
- @qualidafial made their first contribution in https://github.com/fatih/color/pull/282
- @majiayu000 made their first contribution in https://github.com/fatih/color/pull/275
- @UnSubble made their first contribution in https://github.com/fatih/color/pull/269
Full Changelog: https://github.com/fatih/color/compare/v1.18.0...v1.19.0
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by GitLab Dependency Bot