Skip to content

Bump akaihola/darker from 1.4.0 to 1.5.0 - #348

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/akaihola/darker-1.5.0
Closed

Bump akaihola/darker from 1.4.0 to 1.5.0#348
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/akaihola/darker-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 25, 2022

Copy link
Copy Markdown

Bumps akaihola/darker from 1.4.0 to 1.5.0.

Release notes

Sourced from akaihola/darker's releases.

Release 1.5.0

Added

  • The --workers/-W option now specifies how many Darker jobs are used to process files in parallel to complete reformatting/linting faster.
  • Linters can now be installed and run in the GitHub Action using the lint: option.
  • Sort imports only if the range of modified lines overlaps with changes resulting from sorting the imports.
  • Allow force enabling/disabling of syntax highlighting using the color option in pyproject.toml, the PY_COLORS and NO_COLOR environment variables, and the --color/--no-color command line options.
  • Syntax highlighting is now enabled by default in the GitHub Action.
  • pytest>=6.2.0 now required for the test suite due to type hinting issues.

Fixed

  • Avoid memory leak from using @lru_cache on a method.
  • Handle files encoded with an encoding other than UTF-8 without an exception.
  • The GitHub Action now handles missing revision: correctly.
  • Update cachix/install-nix-action to v17 to fix macOS build error.
  • Downgrade Python from 3.10 to 3.9 in the macOS NixOS build on GitHub due to a build error with Python 3.10.
  • Darker now reads its own configuration from the file specified using -c/--config, or in case a directory is specified, from pyproject.toml inside that directory.

Version 1.4.2

Added

  • Document isort's requirement to be run in the same environment as the modules which are processed.
  • Document VSCode and --lint/-L incompatibility in the README.
  • Guard against breaking changes in isort by testing against its main branch in the test-future GitHub Workflow.
  • release_tools/bump_version.py script for incrementing version numbers and milestone numbers in various files when releasing.

Fixed

  • Fix NixOS builds when pytest-darker calls pylint. Needed to activate the virtualenv.
  • Allow more time to pass when checking file modification times in a unit test. Windows tests on GitHub are sometimes really slow.

Version 1.4.1

Added

  • Run tests on CI against Black main branch to get an early warning of incompatible changes which would break Darker.
  • Determine the commit range to check automatically in the GitHub Action.

... (truncated)

Changelog

Sourced from akaihola/darker's changelog.

1.5.0_ - 2022-04-23

Added

  • The --workers/-W option now specifies how many Darker jobs are used to process files in parallel to complete reformatting/linting faster.
  • Linters can now be installed and run in the GitHub Action using the lint: option.
  • Sort imports only if the range of modified lines overlaps with changes resulting from sorting the imports.
  • Allow force enabling/disabling of syntax highlighting using the color option in pyproject.toml, the PY_COLORS and NO_COLOR environment variables, and the --color/--no-color command line options.
  • Syntax highlighting is now enabled by default in the GitHub Action.
  • pytest>=6.2.0 now required for the test suite due to type hinting issues.

Fixed

  • Avoid memory leak from using @lru_cache on a method.
  • Handle files encoded with an encoding other than UTF-8 without an exception.
  • The GitHub Action now handles missing revision: correctly.
  • Update cachix/install-nix-action to v17 to fix macOS build error.
  • Downgrade Python from 3.10 to 3.9 in the macOS NixOS build on GitHub due to a build error with Python 3.10.
  • Darker now reads its own configuration from the file specified using -c/--config, or in case a directory is specified, from pyproject.toml inside that directory.

1.4.2_ - 2022-03-12

Added

  • Document isort's requirement to be run in the same environment as the modules which are processed.
  • Document VSCode and --lint/-L incompatibility in the README.
  • Guard against breaking changes in isort by testing against its main branch in the test-future GitHub Workflow.
  • release_tools/bump_version.py script for incrementing version numbers and milestone numbers in various files when releasing.

Fixed

  • Fix NixOS builds when pytest-darker calls pylint. Needed to activate the virtualenv.
  • Allow more time to pass when checking file modification times in a unit test. Windows tests on GitHub are sometimes really slow.
  • Multiline strings are now always reformatted completely even if just a part was modified by the user and reformatted by Black. This prevents the

... (truncated)

Commits
  • 05a0ce7 Merge pull request #360 from akaihola/release-1.5.0
  • e171e97 Bump to version 1.5.0
  • 332ed9b Merge pull request #359 from akaihola/config-option-for-darker-config
  • 557de82 Merge pull request #347 from akaihola/contributors-2022-04
  • 7d10bcf Build path using Path() arguments also in f-string
  • 4253261 Build path using Path() arguments
  • 51038ab Simplify config finding loop
  • 4fa32c0 Improve comments and docstrings
  • 9033d01 Merge pull request #356 from akaihola/no-color-env-var
  • 3e2409b Update change log
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [akaihola/darker](https://github.com/akaihola/darker) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/akaihola/darker/releases)
- [Changelog](https://github.com/akaihola/darker/blob/master/CHANGES.rst)
- [Commits](akaihola/darker@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: akaihola/darker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Apr 25, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 12, 2022

Copy link
Copy Markdown
Author

Superseded by #384.

@dependabot dependabot Bot closed this Sep 12, 2022
@dependabot
dependabot Bot deleted the dependabot/github_actions/akaihola/darker-1.5.0 branch September 12, 2022 06:20
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 github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants