Skip to content

chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.3#539

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commitizen-tools-commitizen-4.x
Open

chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.3#539
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commitizen-tools-commitizen-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2025

This PR contains the following updates:

Package Type Update Change Pending
commitizen-tools/commitizen repository minor v4.9.1v4.11.3 v4.13.7 (+12)

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

commitizen-tools/commitizen (commitizen-tools/commitizen)

v4.11.3

Compare Source

v4.11.3 (2026-01-13)

Fix
  • bump: fix the issue that changelog_merge_prerelease not working on cz bump

[master aa82b98] bump: version 4.11.2 → 4.11.3
5 files changed, 10 insertions(+), 4 deletions(-)

v4.11.2

Compare Source

v4.11.2 (2026-01-12)

Fix
  • config: add warning for multiple configuration files and update documentation (#​1773)

[master 193859b] bump: version 4.11.1 → 4.11.2
5 files changed, 10 insertions(+), 4 deletions(-)

v4.11.1

Compare Source

Fix
  • providers: normalize package names in uv provider for uv.lock matching

v4.11.0

Compare Source

Feat
  • Drop support for Python 3.9 as EOL reached and add Python 3.14 support
  • add custom validation

v4.10.1

Compare Source

Fix
  • version: fix the behavior of cz version --major
  • cli: debug and no_raise can be used together in sys.excepthook
  • git: replace lstrip with strip for compatibility issue
  • bump: remove NotAllowed related to --get-next option, other related refactoring
Refactor
  • version: rename class member to align with other classes
  • cargo_provider: cleanup and get rid of potential type errors
  • bump: extract option validation and new version resolution to new functions
  • changelog: raise NotAllow when file_name not passed instead of using assert
  • bump: rename parameter and variables
Perf
  • ruff: enable ruff rules TC001~TC006
  • add TYPE_CHECKING to CzQuestion imports

v4.10.0

Compare Source

Feat
  • add config option for line length warning
  • conventional_commits: allow exclamation in title on BC
  • version: add the ability to just print major or minor version
  • allow amend! prefix as created by git --fixup=reword:<commit>
Fix
  • commands/version: add missing return
  • test: set terminal width for cli tests
  • Init: raise InitFailedError on keyboard interrupt on pre-commit hook question, simplify logic, remove unreachable code path
Refactor
  • bump: cleanup related to update_version_file
  • RestructuredTest: rename variable, fix typo and remove unnecessary string copy
  • TomlConfig: minor cleanups for DX
  • Commit: refactor _prompt_commit_questions and fix some type hint
  • hooks: refactor to improve readability
  • Init: make project_info a module and remove self.project_info
  • BaseConfig: update docstring, extract factory method and remove unnecessary variable assignment
  • remove self.encoding for better maintainability
  • utils: make get_backup_file_path to return a path for semantic correctness
  • remove unnecessary class member tag_format
  • Bump: remove use of getattr
  • ConventionalCommitsCz: rewrite message method to make the pattern more clear
  • cmd: unnest try except
  • BaseCommitizen: remove NotImplementedError and make them abstract method
  • BaseCommitizen: construct Style object directly to get rid of potential type error

Configuration

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

🚦 Automerge: Enabled.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 11, 2025 15:39
@renovate renovate bot added auto-merge Bulldozer auto-merge dependencies labels Dec 11, 2025
@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.09%. Comparing base (99b915e) to head (cd55417).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #539   +/-   ##
=======================================
  Coverage   91.09%   91.09%           
=======================================
  Files         111      111           
  Lines        4201     4201           
  Branches      552      552           
=======================================
  Hits         3827     3827           
  Misses        231      231           
  Partials      143      143           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

github-actions bot commented Dec 11, 2025

Unit Test Results

    18 files  ±0      18 suites  ±0   34m 1s ⏱️ -3s
 1 212 tests ±0   1 212 ✅ ±0  0 💤 ±0  0 ❌ ±0 
15 840 runs  ±0  15 831 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit cd55417. ± Comparison against base commit 99b915e.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from bf44d3c to abab669 Compare January 11, 2026 18:24
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.10.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.10.1 Jan 11, 2026
@neringaalt
Copy link
Contributor

/gemini review

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request updates the commitizen pre-commit hook to v4.10.1. This is a routine dependency update that helps keep development tools current.

- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v4.9.1
rev: v4.10.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

A version mismatch exists between the commitizen pre-commit hook (v4.10.1) and the commitizen dependency in poetry.lock (4.10.0). This inconsistency can lead to different behaviors between the pre-commit hook and the project's Python environment, potentially causing unexpected failures during development or CI/CD. It is crucial to align these versions.

@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from abab669 to 910b71d Compare January 29, 2026 15:36
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.10.1 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.0 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch 2 times, most recently from 4582b69 to 8a81e37 Compare February 3, 2026 23:52
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.1 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 8a81e37 to a00232f Compare February 12, 2026 17:03
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.1 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.2 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from a00232f to cd55417 Compare February 13, 2026 12:48
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.2 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.3 Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Bulldozer auto-merge dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant