Skip to content

chore(deps): update pre-commit-dependencies (major)

This MR contains the following updates:

Package Type Update Change
compilerla/conventional-pre-commit repository major v2.4.0 -> v4.2.0
pre-commit/pre-commit major 3.5.0 -> 4.3.0
pre-commit/pre-commit-hooks repository major v4.5.0 -> v6.0.0

WARNING: this job ran in a Renovate pipeline that doesn't support the configuration required for common-ci-tasks Renovate presets.

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)

v4.2.0

Compare Source

What's Changed

New Contributors

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

v4.1.0

Compare Source

What's Changed

New Contributors

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

v4.0.0

Compare Source

This release brings the long-requested feature of skipping merge commits by default. The existing behavior of failing on merge commits is maintained with the --strict flag. Thanks to @​zlodes and their original work in #​103.

Thanks also to @​aeimer and their suggestion in #​104 to improve the docs around the pre-commit-config.yaml setup and initial installation.

What's Changed

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

v3.6.0

Compare Source

What's Changed

Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

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

v3.4.0

Compare Source

What's Changed

New Contributors

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

v3.3.0

Compare Source

What's Changed

New Contributors

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

v3.2.0

Compare Source

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

pre-commit/pre-commit (pre-commit/pre-commit)

v4.3.0

Compare Source

==================

Features

v4.2.0

Compare Source

==================

Features
  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.
Fixes

v4.1.0

Compare Source

==================

Features
Fixes

v4.0.1

Compare Source

==================

Fixes

v4.0.0

Compare Source

==================

Features
Migrating

v3.8.0

Compare Source

==================

Features

v3.7.1

Compare Source

==================

Fixes

v3.7.0

Compare Source

==================

Features
  • Use a tty for docker and docker_image hooks when --color is specified.
Fixes
Updating
  • The per-hook behaviour of fail_fast was fixed. If you want the pre-3.7.0 behaviour, add fail_fast: true to all hooks before the last fail_fast hook.

v3.6.2

Compare Source

==================

Fixes

v3.6.1

Compare Source

==================

Fixes

v3.6.0

Compare Source

==================

Features
Fixes
Updating
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)

v6.0.0: pre-commit-hooks v6.0.0

Compare Source

Fixes

Migrating

v5.0.0: pre-commit-hooks v5.0.0

Compare Source

Features
Fixes
Migrating
  • pre-commit-hooks now requires pre-commit>=3.2.0.
  • use non-deprecated names for stages.

v4.6.0: pre-commit-hooks v4.6.0

Compare Source

Features
Migrating

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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

Loading