Skip to content

chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v3

Soos requested to merge renovate/major-pre-commit-dependencies into main

This MR contains the following updates:

Package Type Update Change
compilerla/conventional-pre-commit repository major v2.4.0 -> v3.2.0

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

compilerla/conventional-pre-commit (compilerla/conventional-pre-commit)

v3.2.0

Compare Source

  • Support commit messages generated by git commit -v/--verbose

What's Changed

New Contributors

Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v3.1.0...v3.2.0

v3.1.0

Compare Source

  • Fixes a bug in the enforcement of newlines between message and body introduced in v3.0.0
  • Allows comma , characters in the scope portion of message

What's Changed

New Contributors

Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v3.0.0...v3.1.0

v3.0.0

Compare Source

Breaking Changes

  • Drop support for Python 3.7 -- minimum version 3.8 (to enable dynamic versioning) #​71

  • Following up to #​68, a blank line between the commit subject and body is now required per the Spec

    Prior to this release, the following commit would pass (unless the --strict arg was used):

    $ git commit -m "feat: subject line
    body line with no blank in the middle"

    After this change, the --strict arg has no effect, commits with bodies must be formatted with a blank line:

    $ git commit -m "feat: subject line
    
    body line with blank in the middle"

What's Changed

New Contributors

Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v2.4.0...v3.0.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Soos

Merge request reports