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

Bump bat from 0.23.0 to 0.24.0 #37

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps bat from 0.23.0 to 0.24.0.

Release notes

Sourced from bat's releases.

v0.24.0

Features

Bugfixes

  • Fix more not being found on Windows when provided via BAT_PAGER, see #2570, #2580, and #2651 (@​mataha)
  • Switched default behavior of --map-syntax to be case insensitive #2520
  • Updated version of serde_yaml to 0.9. See #2627 (@​Raghav-Bell)
  • Fix arithmetic overflow in LineRange::from and LineRange::parse_range, see #2674, #2698 (@​skoriop)
  • Fix paging not happening when stdout is interactive but stdin is not, see #2574 (@​Nigecat)
  • Make -pp override --paging and vice versa when passed as a later argument, see #2660 (@​J-Kappes)

Other

Syntaxes

bat as a library

  • Add optional output_buffer arg to Controller::run() and Controller::run_with_error_handler(), see #2618 (@​Piturnah)
Changelog

Sourced from bat's changelog.

v0.24.0

Features

Bugfixes

  • Fix more not being found on Windows when provided via BAT_PAGER, see #2570, #2580, and #2651 (@​mataha)
  • Switched default behavior of --map-syntax to be case insensitive #2520
  • Updated version of serde_yaml to 0.9. See #2627 (@​Raghav-Bell)
  • Fix arithmetic overflow in LineRange::from and LineRange::parse_range, see #2674, #2698 (@​skoriop)
  • Fix paging not happening when stdout is interactive but stdin is not, see #2574 (@​Nigecat)
  • Make -pp override --paging and vice versa when passed as a later argument, see #2660 (@​J-Kappes)

Other

Syntaxes

bat as a library

  • Add optional output_buffer arg to Controller::run() and Controller::run_with_error_handler(), see #2618 (@​Piturnah)
Commits
  • fc95468 Bump version to v0.24.0
  • 32da58e Update CHANGELOG.md for v0.24.0
  • 63aaa03 Update the ssh-config submodule (#2697)
  • fbe9b6f New warp text/subtext
  • c946ddb Replace warp logo
  • e5c81ed Replace our own macros to write buffers with standard macros
  • 0937d57 fix: rewrite overflow test using usize::MAX
  • 4382be5 docs: update CHANGELOG.md
  • d89df18 test: add test for overflow in LineRange::from
  • 9fcc57e fix: integer overflow in LineRange::parse_range
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @w4.


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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
@w4
Copy link
Owner

w4 commented Dec 31, 2023

@dependabot rebase

Bumps [bat](https://github.com/sharkdp/bat) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/sharkdp/bat/releases)
- [Changelog](https://github.com/sharkdp/bat/blob/master/CHANGELOG.md)
- [Commits](sharkdp/bat@v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: bat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/bat-0.24.0 branch from 216d6df to ce19fb9 Compare December 31, 2023 14:05
@w4
Copy link
Owner

w4 commented Dec 31, 2023

@dependabot merge

@dependabot dependabot bot merged commit 18582cf into main Dec 31, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/bat-0.24.0 branch December 31, 2023 14:07
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.

1 participant