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): update supports-color requirement from 1.3 to 2.0 #78

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Updates the requirements on supports-color to permit the latest version.

Changelog

Sourced from supports-color's changelog.

2.0.0 (2022-12-15)

Bug Fixes

  • deps: Replace atty with is_terminal (#10) (edf565e5)
    • BREAKING CHANGE: Exported stream types are no longer atty's getting re-exported.

1.3.1 (2022-11-05)

Bug Fixes

  • docs: Update README example for accuracy (#7) (88a56df7)
  • alloc: stop allocating unnecessary Strings (#8) (606262f7)

1.3.0 (2021-10-03)

Bug Fixes

  • clicolor: Ignore unit tests on GH action and change order of CLICOLOR check (#5) (370e8188)

Features

  • msrv: Reduce MSRV from 1.54 to 1.42 (#6) (a33337a6)

1.2.0 (2021-10-01)

Features

1.1.1 (2021-09-22)

Bug Fixes

  • deps: bump is_ci because of missing api (31d57374)

1.1.0 (2021-09-22)

Features

  • api: Add cached version of supports_color::on (#1) (2cf2b76f)

1.0.4 (2021-09-22)

... (truncated)

Commits
  • c3ced07 (cargo-release) version 2.0.0
  • 9c0887c docs: update changelog
  • edf565e fix(deps): Replace atty with is_terminal (#10)
  • 5481a51 (cargo-release) start next development iteration 1.3.2-alpha.0
  • 7017df5 (cargo-release) version 1.3.1
  • ec0501f docs: update changelog
  • 606262f fix(alloc): stop allocating unnecessary Strings (#8)
  • 88a56df fix(docs): Update README example for accuracy (#7)
  • bbd7992 (cargo-release) start next development iteration 1.3.1-alpha.0
  • See full diff in compare view

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 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)

Updates the requirements on [supports-color](https://github.com/zkat/supports-color) to permit the latest version.
- [Release notes](https://github.com/zkat/supports-color/releases)
- [Changelog](https://github.com/zkat/supports-color/blob/main/CHANGELOG.md)
- [Commits](zkat/supports-color@v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: supports-color
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 19, 2022
@pacak
Copy link
Contributor

pacak commented Dec 26, 2022

This fixes a problem with atty, would be great to have it replaced zkat/supports-color#9

@jam1garner jam1garner merged commit abb6352 into master Dec 27, 2022
@jam1garner jam1garner deleted the dependabot/cargo/supports-color-2.0 branch December 27, 2022 00:25
@quininer
Copy link

supports-color 2.0 has an API change, since owo-colors reexports it, so this also breaks the owo-colors API.

https://docs.rs/owo-colors/3.6.0/owo_colors/enum.Stream.html
https://docs.rs/owo-colors/3.5.0/owo_colors/enum.Stream.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants