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 mdcat from 0.30.3 to 1.0.0 #398

Merged
merged 2 commits into from Jan 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps mdcat from 0.30.3 to 1.0.0.

Release notes

Sourced from mdcat's releases.

mdcat-1.0.0

Added

  • Add --detect-terminal to print the name of the detected terminal program (see GH-232).
  • Add --ansi to skip terminal detection and use ANSI-formatting only (see GH-232).

Changed

  • Replace ureq with reqwest (see GH-229). This implies that the default build now creates a binary linked against the system standard SSL library, i.e. openssl under Linux. A fully static build now requires --no-default-features --features static for cargo build.
  • Terminal detection always checks $TERM first and trusts its value if it denotes a specific terminal emulator (see GH-232).
  • Update all dependencies.

Fixed

  • Correctly detect kitty started from iTerm (see GH-230 and GH-232).

GH-229: swsnr/mdcat#229 GH-229: swsnr/mdcat#229 GH-230: swsnr/mdcat#230 GH-230: swsnr/mdcat#230 GH-232: swsnr/mdcat#232 GH-232: swsnr/mdcat#232

GH-218: swsnr/mdcat#218 GH-214: swsnr/mdcat#214 GH-216: swsnr/mdcat#216 GH-204: swsnr/mdcat#204 #201: https://codeberg.org/flausch/mdcat/pulls/201 #147: https://codeberg.org/flausch/mdcat/issues/147 #154: https://codeberg.org/flausch/mdcat/issues/154 #198: https://codeberg.org/flausch/mdcat/issues/198 #191: swsnr/mdcat#191 #192: swsnr/mdcat#192 #193: swsnr/mdcat#193 #190: swsnr/mdcat#190 #186: swsnr/mdcat#186 #185: swsnr/mdcat#185 #182: swsnr/mdcat#182 #183: swsnr/mdcat#183 #184: swsnr/mdcat#184 #176: swsnr/mdcat#176 #177: swsnr/mdcat#177 #168: swsnr/mdcat#168 #169: swsnr/mdcat#169 [kitty-0.19]: https://sw.kovidgoyal.net/kitty/changelog.html#id2 [kitty #68]: kovidgoyal/kitty#68 [allow_hyperlinks]: https://sw.kovidgoyal.net/kitty/conf.html?highlight=hyperlinks#opt-kitty.allow_hyperlinks #165: swsnr/mdcat#165

... (truncated)

Changelog

Sourced from mdcat's changelog.

[1.0.0] – 2023-01-07

Added

  • Add --detect-terminal to print the name of the detected terminal program (see GH-232).
  • Add --ansi to skip terminal detection and use ANSI-formatting only (see GH-232).

Changed

  • Replace ureq with reqwest (see GH-229). This implies that the default build now creates a binary linked against the system standard SSL library, i.e. openssl under Linux. A fully static build now requires --no-default-features --features static for cargo build.
  • Terminal detection always checks $TERM first and trusts its value if it denotes a specific terminal emulator (see GH-232).
  • Update all dependencies.

Fixed

  • Correctly detect kitty started from iTerm (see GH-230 and GH-232).

GH-229: swsnr/mdcat#229 GH-230: swsnr/mdcat#230 GH-232: swsnr/mdcat#232

Commits

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

@dependabot dependabot bot requested a review from a team as a code owner January 9, 2023 13:14
Bumps [mdcat](https://github.com/swsnr/mdcat) from 0.30.3 to 1.0.0.
- [Release notes](https://github.com/swsnr/mdcat/releases)
- [Changelog](https://github.com/swsnr/mdcat/blob/main/CHANGELOG.md)
- [Commits](swsnr/mdcat@mdcat-0.30.3...mdcat-1.0.0)

---
updated-dependencies:
- dependency-name: mdcat
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/mdcat-1.0.0 branch from edf0119 to 2416a44 Compare January 10, 2023 11:56
Update the code to reflect the API changes introduced by latest release
of mdcat.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
@flavio flavio merged commit 87af028 into main Jan 10, 2023
@flavio flavio deleted the dependabot/cargo/mdcat-1.0.0 branch January 10, 2023 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants