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 autohooks from 2.2.0 to 22.8.1 #199

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2022

Bumps autohooks from 2.2.0 to 22.8.1.

Release notes

Sourced from autohooks's releases.

autohooks 22.8.1

22.8.1 - 2022-08-16

Added

  • Add a sphinx based documentation #340 25e65c2
  • Add new development dependencies for docs with sphinx 9dd0857
  • New CLI autohooks plugins for handling plugins #347 2ce2ba8
  • Add new CLI to add, remove and list autohooks plugins 54173b7
  • Easier setup by writing the settings during activation #345 5f352a8
  • Introduce a new from_dict method for AutohooksConfig db8783b
  • Introduce new dataclass for storing the autohooks settings 534b9e4
  • Add new testing function for writing content to a temporary file 045d9ac

Removed

  • Drop is_autohooks_enabled method from AutohooksConfig 029826c

Changed

  • Extract checking a plugin for validity to a separate function 7d92bdd
  • Raise a warning if activate is run with installed hook (#346) 10c3d14
  • autohooks activate CLI will now write the settings too 4cbe779
  • Refactor AutohooksConfig to use AutohooksSettings e28d990
  • Merge BaseToolConfig into AutohooksConfig 8a318e0

autohooks 22.8.0

22.8.0 - 2022-08-02

Added

  • Add an example for reporting progress to README f99c218
  • Add gif of using autohooks in the console to README b4556c1
  • Use rich library for improved UI #334 3c44e2a
  • Allow plugins to report a progress 2e80991
  • Implement rich progress class for displaying plugin progress 1fee198
  • Add rich as direct dependency 1d8de57

Changed

  • Update README to reflect new report_progress plugin argument 9f6f7e0
  • Use up-to-date build system for poetry in pyproject.toml 6e1bcc9

autohooks 22.7.2

22.7.2 - 2022-07-06

Bug Fixes

  • Update to terminal API from pontos 22.7.0 9797575

... (truncated)

Changelog

Sourced from autohooks's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Calendar Versioning.

For detailed code changes, please visit https://github.com/greenbone/autohooks/commits/main or get the entire source code repository and view log history:

$ git clone https://github.com/greenbone/autohooks.git
$ cd autohooks && git log

Unreleased

Added

Changed

Deprecated

Removed

Fixed

21.7.0 - 2021-07-19

Changed

  • Using Path.cwd() instead of os.environ['PWD'], to make autohooks more reliable for windows. #165

21.6.0 - 2021-06-13

Fixed

  • Fix getting a value from the config with tomlkit >= 0.7.1 #132

21.3.0 - 2021-03-29

Added

  • CI tests Python 3.9 now. #97

Deprecated

  • Dropped Python 3.5 and Python 3.6 support. Python 3.7+ is required now. #97

Fixed

  • Fix split-string (-S) to support all operating systems. #89
Commits
  • d2e0c64 Automatic release to 22.8.1
  • 3f0dbfd Changelog created for release to 22.8.1
  • a0df9ad Upload the correct content for GitHub pages
  • 25e65c2 Add: Add a sphinx based documentation #340
  • c950713 Apply suggestions from code review
  • f270c5c Add link to the docs at the README
  • bcb801b Add workflow for docs deployment to GitHub pages
  • 091c8fd Update README for new autohooks plugin command
  • 14c439a Update docstrings for improved API docs
  • 2609939 Configure generating the API docs
  • Additional commits viewable in compare view

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 Oct 14, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/autohooks-22.8.1 branch from cdb5e03 to 76ce487 Compare October 14, 2022 15:14
Bumps [autohooks](https://github.com/greenbone/autohooks) from 2.2.0 to 22.8.1.
- [Release notes](https://github.com/greenbone/autohooks/releases)
- [Changelog](https://github.com/greenbone/autohooks/blob/main/CHANGELOG.md)
- [Commits](greenbone/autohooks@v2.2.0...v22.8.1)

---
updated-dependencies:
- dependency-name: autohooks
  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/autohooks-22.8.1 branch from 76ce487 to 1eaa0cc Compare October 14, 2022 15:20
@brndnmtthws brndnmtthws merged commit e49807e into main Oct 14, 2022
@dependabot dependabot bot deleted the dependabot/pip/autohooks-22.8.1 branch October 14, 2022 16:10
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant