LibCST icon indicating copy to clipboard operation
LibCST copied to clipboard

Bump ufmt from 1.3.3 to 2.0.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps ufmt from 1.3.3 to 2.0.0.

Changelog

Sourced from ufmt's changelog.

v2.0.0

Feature release

  • New: Support for formatting content via stdin (#71)
  • New: Final report printed after formatting files (#101)
  • New: Added --quiet flag for suppressing reports and non-error messages (#101)
  • New: Support for running µfmt via GitHub Actions (#107)
  • New: Official Visual Studio Code extension for µfmt
  • New: Refactored core API for public usage (#66)
  • New: Support for passing black/µsort config factories (#66)
  • New: Support for passing pre/post-processor functions (#66, #72)
  • New: ufmt_paths now returns a generator yielding results as they complete (#76)
  • New: Added return_content flag to API to save before/after bytes on results (#75)
  • New: Allow raising SkipFormatting from pre/post-processors to skip file (#79)
  • Fix: Better error handling when formatting files (#68)
  • Fix: Handle CRLF newlines correctly in diff output and results (#85)
  • Fix: Added click and libcst to deps list (#90)
  • Docs: New API reference covering high- and low-level API
  • Deprecated: ufmt_string will be removed in v3.0, use ufmt_bytes
  • Breaking change: Dropped support for Python 3.6
  • Breaking change: Requires µsort >= 1.0
  • Breaking change: ufmt_file and ufmt_paths require keyword arguments
$ git shortlog -s action-v1...v2.0.0
     4	John Reese
     2	dependabot[bot]

v2.0.0rc1

Release candidate:

  • Fix: fake stdin path now resolvable on Windows (#100)
  • Fix: skipped file message sent to stderr (#101)
  • New: final report after formatting files (#101)
  • New: --quiet flag for suppressing reports and non-error messages (#101)
$ git shortlog -s v2.0.0b2...v2.0.0rc1
    10	John Reese
     1	dependabot[bot]

v2.0.0b2

... (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] avatar Aug 15 '22 02:08 dependabot[bot]