kubearmor / packer-plugin-kubearmor

KubeArmor Packer Provider
Mozilla Public License 2.0
0 stars 3 forks source link

Update module github.com/fatih/color to v1.18.0 #9

Open renovate[bot] opened 8 months ago

renovate[bot] commented 8 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/fatih/color v1.15.0 -> v1.18.0 age adoption passing confidence

Release Notes

fatih/color (github.com/fatih/color) ### [`v1.18.0`](https://redirect.github.com/fatih/color/releases/tag/v1.18.0) [Compare Source](https://redirect.github.com/fatih/color/compare/v1.17.0...v1.18.0) #### What's Changed - Add RGB API support by [@​fatih](https://redirect.github.com/fatih) in [https://github.com/fatih/color/pull/225](https://redirect.github.com/fatih/color/pull/225) - Bump GitHub workflow actions by [@​deining](https://redirect.github.com/deining) in [https://github.com/fatih/color/pull/235](https://redirect.github.com/fatih/color/pull/235) - Bump golang.org/x/sys from 0.18.0 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/236](https://redirect.github.com/fatih/color/pull/236) - Bump golang.org/x/sys from 0.24.0 to 0.25.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/237](https://redirect.github.com/fatih/color/pull/237) #### New Contributors - [@​deining](https://redirect.github.com/deining) made their first contribution in [https://github.com/fatih/color/pull/235](https://redirect.github.com/fatih/color/pull/235) **Full Changelog**: https://github.com/fatih/color/compare/v1.17.0...v1.18.0 ### [`v1.17.0`](https://redirect.github.com/fatih/color/releases/tag/v1.17.0) [Compare Source](https://redirect.github.com/fatih/color/compare/v1.16.0...v1.17.0) #### What's Changed - Fix multi-parameter println spacing by [@​klauspost](https://redirect.github.com/klauspost) in [https://github.com/fatih/color/pull/228](https://redirect.github.com/fatih/color/pull/228) - ci: update Go and Staticcheck versions by [@​fatih](https://redirect.github.com/fatih) in [https://github.com/fatih/color/pull/222](https://redirect.github.com/fatih/color/pull/222) - Bump golang.org/x/sys from 0.14.0 to 0.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/221](https://redirect.github.com/fatih/color/pull/221) - Bump actions/setup-go from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/217](https://redirect.github.com/fatih/color/pull/217) - Bump golang.org/x/sys from 0.17.0 to 0.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/224](https://redirect.github.com/fatih/color/pull/224) #### New Contributors - [@​klauspost](https://redirect.github.com/klauspost) made their first contribution in [https://github.com/fatih/color/pull/228](https://redirect.github.com/fatih/color/pull/228) **Full Changelog**: https://github.com/fatih/color/compare/v1.16.0...v1.17.0 ### [`v1.16.0`](https://redirect.github.com/fatih/color/releases/tag/v1.16.0) [Compare Source](https://redirect.github.com/fatih/color/compare/v1.15.0...v1.16.0) #### What's Changed - Update dependabot.yml by [@​ilyabrin](https://redirect.github.com/ilyabrin) in [https://github.com/fatih/color/pull/200](https://redirect.github.com/fatih/color/pull/200) - color: add newline after wrapping text by [@​fatih](https://redirect.github.com/fatih) in [https://github.com/fatih/color/pull/192](https://redirect.github.com/fatih/color/pull/192) - \[Test] Nil check added by [@​hyunsooda](https://redirect.github.com/hyunsooda) in [https://github.com/fatih/color/pull/203](https://redirect.github.com/fatih/color/pull/203) - fixes [#​206](https://redirect.github.com/fatih/color/issues/206) (using underline with a different fg color breaks) by [@​gregpoirson](https://redirect.github.com/gregpoirson) in [https://github.com/fatih/color/pull/210](https://redirect.github.com/fatih/color/pull/210) ##### Dependency updates - Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/201](https://redirect.github.com/fatih/color/pull/201) - Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/193](https://redirect.github.com/fatih/color/pull/193) - Bump golang.org/x/sys from 0.6.0 to 0.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/195](https://redirect.github.com/fatih/color/pull/195) - Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/196](https://redirect.github.com/fatih/color/pull/196) - Bump golang.org/x/sys from 0.8.0 to 0.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/199](https://redirect.github.com/fatih/color/pull/199) - Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/212](https://redirect.github.com/fatih/color/pull/212) - Bump golang.org/x/sys from 0.10.0 to 0.13.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/209](https://redirect.github.com/fatih/color/pull/209) - Bump actions/setup-go from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/202](https://redirect.github.com/fatih/color/pull/202) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/208](https://redirect.github.com/fatih/color/pull/208) - Bump golang.org/x/sys from 0.13.0 to 0.14.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/213](https://redirect.github.com/fatih/color/pull/213) #### New Contributors - [@​ilyabrin](https://redirect.github.com/ilyabrin) made their first contribution in [https://github.com/fatih/color/pull/200](https://redirect.github.com/fatih/color/pull/200) - [@​hyunsooda](https://redirect.github.com/hyunsooda) made their first contribution in [https://github.com/fatih/color/pull/203](https://redirect.github.com/fatih/color/pull/203) - [@​gregpoirson](https://redirect.github.com/gregpoirson) made their first contribution in [https://github.com/fatih/color/pull/210](https://redirect.github.com/fatih/color/pull/210) **Full Changelog**: https://github.com/fatih/color/compare/v1.15.0...v1.16.0

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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 weeks ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
golang.org/x/sys v0.13.0 -> v0.25.0