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

Update termimad requirement from 0.25 to 0.26 #169

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Updates the requirements on termimad to permit the latest version.

Changelog

Sourced from termimad's changelog.

v0.26.0 - 2023-11-03

  • MadSkin and other structs now implement serde::Serialize - Fix #19

v0.25.7 - 2023-10-31

  • upgrade coolor, removing the ansi_colours dependency, fixing a license incompatibility - Fix #51

v0.25.6 - 2023-10-31

  • upgrade terminal-clipboard due to RUSTSEC-2021-0019 in its X11 dependency

v0.25.5 - 2023-10-16

  • dependency version updated

v0.25.3 - 2023-10-12

  • coolor updated to 0.5.1

v0.25.2 - 2023-09-03

  • fix shift-key extending the selection

v0.25.1 - 2023-09-01

  • option for rounded corner tables in skin - see test-template example

v0.25.0 - 2023-08-20

  • skin.limit_to_ascii() makes the characters used for table borders, bullets, etc. be in the non extended ASCII range - see "high-compatibility" example

v0.24.1 - 2023-08-15

  • attribute parsing support RapidBlink and SlowBlink
  • better error reporting on parsing invalid grey level

v0.24.0 - 2023-08-13

  • gray panicking on out of range level has been changed to a silent clamping
  • skin now deserializable with serde
  • several utilities to parse colors and style elements

v0.23.2 - 2023-08-02

  • utility functions (FmtText::content_width and FmtText::set_rendering_width) and example (content-align) helping base alignments on the content's width rather than the terminal's width

v0.23.1 - 2023-06-15

  • reexport coolor to ease dependency managment

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [termimad](https://github.com/Canop/termimad) to permit the latest version.
- [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Canop/termimad/commits)

---
updated-dependencies:
- dependency-name: termimad
  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 Nov 3, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #169 (a5b31f5) into master (2bf3bfc) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
- Coverage   36.83%   36.82%   -0.01%     
==========================================
  Files           4        4              
  Lines        4385     4386       +1     
==========================================
  Hits         1615     1615              
- Misses       2770     2771       +1     

see 1 file with indirect coverage changes

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2024

Superseded by #171.

@dependabot dependabot bot closed this Jan 9, 2024
@dependabot dependabot bot deleted the dependabot/cargo/termimad-0.26 branch January 9, 2024 15:36
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.

None yet

0 participants