zeronejs / zerone

zerone = zero => one
MIT License
25 stars 4 forks source link

chore(deps): bump kolorist from 1.6.0 to 1.8.0 #690

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps kolorist from 1.6.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.

1.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/marvinhagemeister/kolorist/compare/v1.6.0...v1.7.0

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
  • 99123f8 1.7.0
  • f84ed64 Merge pull request #24 from marvinhagemeister/changesets
  • 6d29b0a Setup changesets
  • 7b997d6 Merge pull request #22 from privatenumber/screenshot-with-colors
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @zeronejs.


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)
zeronejs commented 1 year ago

@dependabot squash and merge

zeronejs commented 1 year ago

@dependabot squash and merge