Skip to content

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

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 v1.4.0 -> v3.2.0
pre-commit/mirrors-eslint repository major v8.47.0 -> v9.5.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

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/

pre-commit/mirrors-eslint (pre-commit/mirrors-eslint)

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

v8.56.0

Compare Source

v8.55.0

Compare Source

v8.54.0

Compare Source

v8.53.0

Compare Source

v8.52.0

Compare Source

v8.51.0

Compare Source

v8.50.0

Compare Source

v8.49.0

Compare Source

v8.48.0

Compare Source


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