Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(color): added color.ToStyle() #435

Merged
merged 2 commits into from Jan 5, 2023
Merged

Conversation

MarvinJWendt
Copy link
Member

No description provided.

@MarvinJWendt MarvinJWendt linked an issue Jan 5, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 5, 2023

Codecov Report

Merging #435 (9b6f0f3) into master (77b8ea1) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

❗ Current head 9b6f0f3 differs from pull request most recent head 53a891d. Consider uploading reports for the commit 53a891d to get more accurate results

@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
- Coverage   86.10%   86.05%   -0.05%     
==========================================
  Files          29       29              
  Lines        2108     2109       +1     
==========================================
  Hits         1815     1815              
- Misses        263      264       +1     
  Partials       30       30              
Impacted Files Coverage Ξ”
color.go 98.38% <0.00%> (-1.62%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@MarvinJWendt MarvinJWendt merged commit 113497a into master Jan 5, 2023
@MarvinJWendt MarvinJWendt deleted the 350-add-tostyle-to-colors branch January 5, 2023 21:27
mudler pushed a commit to kairos-io/provider-kairos that referenced this pull request Jan 6, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require |
patch | `v0.12.51` -> `v0.12.53` |

---

### Release Notes

<details>
<summary>pterm/pterm</summary>

### [`v0.12.53`](https://togithub.com/pterm/pterm/releases/tag/v0.12.53)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.52...v0.12.53)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features πŸŽ‰

- feat(color): added `color.ToStyle()` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#435
- feat(progressbar): added optional title to `Start` method by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#436

##### Fixes πŸ”§

- fix(prefix): fixed line numbers in different print functions by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#437

**Full Changelog**:
pterm/pterm@v0.12.52...v0.12.53

###
[`v0.12.52`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01252---2023-01-05)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.51...v0.12.52)

##### Features

-   **multiselect:** added theme support for checkmarks
-   **multiselect:** added theme support for checkmarks

##### Test

-   **multiselect:** fixed test

##### Code Refactoring

-   **progressbar:** make add more safe

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mend-for-github-com bot added a commit to DelineaXPM/dsv-cli that referenced this pull request Jan 10, 2023
…53 (#44)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require |
patch | `v0.12.50` -> `v0.12.53` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>pterm/pterm</summary>

### [`v0.12.53`](https://togithub.com/pterm/pterm/releases/tag/v0.12.53)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.52...v0.12.53)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features πŸŽ‰

- feat(color): added `color.ToStyle()` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#435
- feat(progressbar): added optional title to `Start` method by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#436

##### Fixes πŸ”§

- fix(prefix): fixed line numbers in different print functions by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#437

**Full Changelog**:
pterm/pterm@v0.12.52...v0.12.53

###
[`v0.12.52`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01252---2023-01-05)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.51...v0.12.52)

##### Features

-   **multiselect:** added theme support for checkmarks
-   **multiselect:** added theme support for checkmarks

##### Test

-   **multiselect:** fixed test

##### Code Refactoring

-   **progressbar:** make add more safe

###
[`v0.12.51`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01251---2022-12-24)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.50...v0.12.51)

##### Bug Fixes

-   Make sure the confirm printer can clean up after Ctrl+C

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - "before 3am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

β™» **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyOS4wIn0=-->

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ToStyle to Colors
1 participant