portefaix / portefaix-backstage

Portefaix Backstage
https://github.com/portefaix/.github
Other
0 stars 0 forks source link

Update pre-commit hook compilerla/conventional-pre-commit to v3 #13

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 12 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
compilerla/conventional-pre-commit repository major v2.4.0 -> v3.0.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.0.0`](https://togithub.com/compilerla/conventional-pre-commit/releases/tag/v3.0.0) [Compare Source](https://togithub.com/compilerla/conventional-pre-commit/compare/v2.4.0...v3.0.0) #### :exclamation: Breaking Changes :exclamation: - Drop support for Python 3.7 -- minimum version 3.8 (to enable dynamic versioning) [#​71](https://togithub.com/compilerla/conventional-pre-commit/issues/71) - Following up to [#​68](https://togithub.com/compilerla/conventional-pre-commit/issues/68), a blank line between the commit subject and body is *now required [per the Spec](https://www.conventionalcommits.org/en/v1.0.0/#specification)* Prior to this release, the following commit would pass (unless the `--strict` arg was used): ```shell $ 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: ```shell $ git commit -m "feat: subject line body line with blank in the middle" ``` #### What's Changed - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/62](https://togithub.com/compilerla/conventional-pre-commit/pull/62) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/63](https://togithub.com/compilerla/conventional-pre-commit/pull/63) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/64](https://togithub.com/compilerla/conventional-pre-commit/pull/64) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/66](https://togithub.com/compilerla/conventional-pre-commit/pull/66) - feat: Validate multi-line messages by [@​grahamhar](https://togithub.com/grahamhar) in [https://github.com/compilerla/conventional-pre-commit/pull/68](https://togithub.com/compilerla/conventional-pre-commit/pull/68) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/70](https://togithub.com/compilerla/conventional-pre-commit/pull/70) - Chores: testing, versioning, publishing by [@​thekaveman](https://togithub.com/thekaveman) in [https://github.com/compilerla/conventional-pre-commit/pull/71](https://togithub.com/compilerla/conventional-pre-commit/pull/71) - Fix: typo in included workflow by [@​thekaveman](https://togithub.com/thekaveman) in [https://github.com/compilerla/conventional-pre-commit/pull/72](https://togithub.com/compilerla/conventional-pre-commit/pull/72) - Fix: unpin minor version of pypi-publish by [@​thekaveman](https://togithub.com/thekaveman) in [https://github.com/compilerla/conventional-pre-commit/pull/73](https://togithub.com/compilerla/conventional-pre-commit/pull/73) - Refactor: kebab-case inputs by [@​thekaveman](https://togithub.com/thekaveman) in [https://github.com/compilerla/conventional-pre-commit/pull/74](https://togithub.com/compilerla/conventional-pre-commit/pull/74) #### New Contributors - [@​grahamhar](https://togithub.com/grahamhar) made their first contribution in [https://github.com/compilerla/conventional-pre-commit/pull/68](https://togithub.com/compilerla/conventional-pre-commit/pull/68) **Full Changelog**: https://github.com/compilerla/conventional-pre-commit/compare/v2.4.0...v3.0.0

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.