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

chore(deps): update nu-ansi-term requirement from 0.46.0 to 0.47.0 #2506

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2023

Updates the requirements on nu-ansi-term to permit the latest version.

Release notes

Sourced from nu-ansi-term's releases.

0.47.0

Breaking changes

Improvements and new features

New Contributors

Full Changelog: nushell/nu-ansi-term@v0.46.0...v0.47.0

Changelog

Sourced from nu-ansi-term's changelog.

v0.47.0 (2023-03-13)

Breaking changes

  • Bumped minimum supported Rust version (MSRV) to 1.62.1
  • Change of Color::default() value to the ANSI default color Color::Default (code 39 and 49 for foreground and background respectively). This replaces Color::White as the default value.

Other changes

  • constification of several functions and methods.
  • Improved CI workflow.
  • Updated to Rust edition 2021.
  • Replaced winapi dependency with windows-sys.
  • Removed overload dependency.
  • Added AnsiGenericString::as_str() to allow access to the underlying string.
  • Fixed typos in README.
  • Added CHANGELOG.md for changes since forking ansi_term.

v0.46.0 (2022-06-03)

  • Removed impl Deref for AnsiGenericString.
  • Improved README headings.

v0.45.1 (2022-03-27)

  • Added Color::Default enum variant with ansi codes 39 and 49 for foreground & background.

v0.45.0 (2022-03-16)

  • Fixed examples in README.
  • Fixed typos in documentation.
  • Renamed ANSIByteStrings to AnsiByteStrings.
  • Added GitHub Actions workflow.
  • Changed authors metadata.
  • Updated license

v0.43.0 (2022-01-18)

  • Fixed clippy warning.

v0.40.0 (2021-11-16)

  • Fixed clippy warning.

v0.38.0 (2021-10-05)

  • Removed itertools dependency.

v0.37.0 (2021-09-14)

... (truncated)

Commits

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 dependabot bot requested review from hawkw, davidbarsky and a team as code owners March 14, 2023 02:00
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 14, 2023
@spitfire05
Copy link

Hi,

Can this be prioritized? This should fix #2521

@spitfire05
Copy link

spitfire05 commented Mar 23, 2023

Also, I guess this would've to be merged into v0.1.x branch and have a patch of tracing-subscriber released to crates.io.

I'd love to do a PR for that, but so far when I'm using v0.1.x branch's version in my project it fails to compile, and I don't really have time to investigate much right now.

@dependabot dependabot bot force-pushed the dependabot/cargo/nu-ansi-term-0.47.0 branch 2 times, most recently from d1d25ce to 6748365 Compare April 5, 2023 18:20
@dependabot dependabot bot force-pushed the dependabot/cargo/nu-ansi-term-0.47.0 branch 4 times, most recently from 6b043ba to 8a064ff Compare April 13, 2023 21:31
Updates the requirements on [nu-ansi-term](https://github.com/nushell/nu-ansi-term) to permit the latest version.
- [Release notes](https://github.com/nushell/nu-ansi-term/releases)
- [Changelog](https://github.com/nushell/nu-ansi-term/blob/main/CHANGELOG.md)
- [Commits](nushell/nu-ansi-term@v0.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: nu-ansi-term
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/nu-ansi-term-0.47.0 branch from 8a064ff to 26d932e Compare April 13, 2023 22:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 7, 2023

Superseded by #2610.

@dependabot dependabot bot closed this Jun 7, 2023
@dependabot dependabot bot deleted the dependabot/cargo/nu-ansi-term-0.47.0 branch June 7, 2023 01:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant