w4 / bin

:wastebasket: a paste bin.
Other
441 stars 45 forks source link

Bump bat from 0.20.0 to 0.22.0 #42

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps bat from 0.20.0 to 0.22.0.

Release notes

Sourced from bat's releases.

v0.22.0

Features

Bugfixes

Other

Syntaxes

  • NSE (Nmap Scripting Engine) is mapped to Lua, see #2151 (@​Cre3per)
  • Correctly color fstab dump and pass fields, see #2246 (@​yuvalmo)
  • Update Command Help syntax, see #2255
  • Julia: Fix syntax highlighting for function name starting with struct, see #2230
  • Minor update to LiveScript, see #2291
  • Associate .mts and .cts files with the TypeScript syntax. See #2236 (@​kidonng)
  • Fish history is mapped to YAML. See #2237 (@​kidonng)

bat as a library

  • Make bat::PrettyPrinter::syntaxes() iterate over new bat::Syntax struct instead of &syntect::parsing::SyntaxReference. See #2222 (@​Enselic)
  • Clear highlights after printing, see #1919 and #1920 (@​rhysd)

v0.21.0

Features

Bugfixes

Performance

  • Skip syntax highlighting on long lines (> 16384 chars) to help improve performance. See #2165 (@​keith-hall)

... (truncated)

Changelog

Sourced from bat's changelog.

v0.22.0

Features

Bugfixes

Other

Syntaxes

  • NSE (Nmap Scripting Engine) is mapped to Lua, see #2151 (@​Cre3per)
  • Correctly color fstab dump and pass fields, see #2246 (@​yuvalmo)
  • Update Command Help syntax, see #2255
  • Julia: Fix syntax highlighting for function name starting with struct, see #2230
  • Minor update to LiveScript, see #2291
  • Associate .mts and .cts files with the TypeScript syntax. See #2236 (@​kidonng)
  • Fish history is mapped to YAML. See #2237 (@​kidonng)

bat as a library

  • Make bat::PrettyPrinter::syntaxes() iterate over new bat::Syntax struct instead of &syntect::parsing::SyntaxReference. See #2222 (@​Enselic)
  • Clear highlights after printing, see #1919 and #1920 (@​rhysd)

v0.21.0

Features

Bugfixes

... (truncated)

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[bot] commented 2 years ago

Superseded by #50.