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

build(deps): bump kolorist from 1.7.0 to 1.8.0 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps kolorist from 1.7.0 to 1.8.0.

Release notes

Sourced from kolorist's releases.

1.8.0 - TrueColor support

Minor Changes

  • 737ef18: Add support for 24bit TrueColor detection.

    TrueColor is supported in every modern terminals these days. The exception to that is the built in Terminal app on macOS and CI systems. TrueColor values are automatically converted to Ansi 256 when TrueColor isn't supported. The only case where I found that in practice was with Terminal.app on macOS which only supports Ansi 256.

    This also fixes an issue when a terminal would declare support for TrueColor, but not Ansi 256. Previously, we'd completely strip colors when printing Ansi 256 despite that being supported. This release addresses that.

Changelog

Sourced from kolorist's changelog.

1.8.0

Minor Changes

  • 737ef18: Add support for 24bit TrueColor detection.

    This is supported in nearly every modern terminals these days. The exception to that is the built in Terminal app on macOS and CI systems. TrueColor values are automatically converted to Ansi 256 when TrueColor isn't supported, but Ansi 256 is. The only case where I found that in practice was with Terminal.app on macOS which only supports Ansi 256.

Commits
  • a8fabdc Merge pull request #31 from marvinhagemeister/changeset-release/main
  • 5744899 Version Packages
  • dee59f2 Merge pull request #30 from marvinhagemeister/truecolor
  • 737ef18 Add support for 24bit TrueColor
  • a81083d Merge pull request #25 from marvinhagemeister/changeset-release
  • 755c882 Add changeset release action
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2023

The following labels could not be found: dependencies, npm.

Bumps [kolorist](https://github.com/marvinhagemeister/kolorist) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/marvinhagemeister/kolorist/releases)
- [Changelog](https://github.com/marvinhagemeister/kolorist/blob/main/CHANGELOG.md)
- [Commits](marvinhagemeister/kolorist@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: kolorist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/kolorist-1.8.0 branch from 5f0a682 to 7ae5127 Compare April 24, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant