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 ufmt from 1.3.3 to 2.0.0 #745

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Bump ufmt from 1.3.3 to 2.0.0 #745

merged 1 commit into from
Aug 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 15, 2022
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 15, 2022
Bumps [ufmt](https://github.com/omnilib/ufmt) from 1.3.3 to 2.0.0.
- [Release notes](https://github.com/omnilib/ufmt/releases)
- [Changelog](https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md)
- [Commits](omnilib/ufmt@v1.3.3...v2.0.0)

---
updated-dependencies:
- dependency-name: ufmt
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/ufmt-2.0.0 branch from 6ef044b to bdd130d Compare August 17, 2022 13:04
@zsol zsol merged commit fa8ee15 into main Aug 17, 2022
@dependabot dependabot bot deleted the dependabot/pip/ufmt-2.0.0 branch August 17, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants