Skip to content

chore(deps): update dependency compilerla/conventional-pre-commit to v2

This MR contains the following updates:

Package Update Change
compilerla/conventional-pre-commit major v1.3.0 -> v2.4.0

Release Notes

compilerla/conventional-pre-commit

v2.4.0

Compare Source

A long-requested change, conventional-pre-commit now accepts git commit --fixup-style commit messages by default.

For the original behavior of enforcing pure Conventional Commits formatting, pass the --strict flag:

- repo: https://github.com/compilerla/conventional-pre-commit
  rev: <git sha or tag>
  hooks:
    - id: conventional-pre-commit
      stages: [commit-msg]
      args: [--strict]

What's Changed

New Contributors

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

PyPI: https://pypi.org/project/conventional-pre-commit/2.4.0/

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v2.2.0...v2.3.0

PyPI: https://pypi.org/project/conventional-pre-commit/2.3.0/

v2.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v2.1.1...v2.2.0

PyPI: https://pypi.org/project/conventional-pre-commit/2.2.0/

v2.1.1

Compare Source

Fast-follow on v2.1.0 because I forgot to bump the code version, which caused the PyPI publish to fail 🙄

What's Changed

Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v2.1.0...v2.1.1

PyPI: https://pypi.org/project/conventional-pre-commit/2.1.1/

v2.1.0

Compare Source

What's Changed

New Contributors

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

v2.0.0

Compare Source

What's Changed

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

PyPI: https://pypi.org/project/conventional-pre-commit/2.0.0/

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v1.3.0...v1.4.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Merge request reports