Skip to content

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

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.15.1#327
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commitizen-tools-commitizen-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 26, 2026

This PR contains the following updates:

Package Type Update Change
commitizen-tools/commitizen repository minor v4.10.0v4.15.1

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.15.1

Compare Source

v4.15.1 (2026-05-06)

Fix
  • security: prevent command injection via shell=True (CWE-78) (#​1941)

v4.15.0

Compare Source

v4.15.0 (2026-05-03)

Feat
  • version: add MANUAL_VERSION, --next and --patch to version command (#​1724)

v4.14.0

Compare Source

v4.14.0 (2026-05-03)

Feat
  • add --allow-no-commit to changelog command (#​1868)

v4.13.10

Compare Source

v4.13.9

Compare Source

Fix
  • avoid raising an exception when a change_type is not defined (#​1879)

v4.13.8

Compare Source

Fix
  • config: fix contains_commitizen_section failing for completely empty files

v4.13.7

Compare Source

Fix
  • provider: use encoding settings in config (#​1857)

v4.13.6

Compare Source

Fix
  • bump: preserve existing changelog header when changelog_merge_prerelease is used with cz bump --changelog (#​1850)

v4.13.5

Compare Source

Fix
  • changelog: add incremental parameter to changelog generation (#​1808)

v4.13.4

Compare Source

Fix
  • pre-commit-hooks: correct rev-range syntax in commitizen-branch (#​1841)

v4.13.3

Compare Source

Refactor
  • version_schemes: shorten generate_prerelease (#​1838)

v4.13.2

Compare Source

Refactor
  • simplify code with pathlib Path object (#​1840)
  • tags: extract version resolution method (#​1839)

v4.13.1

Compare Source

Refactor
  • config: replace is_empty_config with contains_commitizen_section, improve multi config resolution algorithm (#​1842)

v4.13.0

Compare Source

Feat
  • bump: add --version-files-only and deprecate --files-only (#​1802)
  • version: add --tag tag to version command (#​1819)
  • cli: add description when choosing a commit rule (#​1825)
  • tags: enable version schemes with less than 3 components (#​1705)
Fix
  • config: include pyproject.toml in multi config file warning (#​1803)
  • add pytest ruff rule PT and fix missing deprecation warning (#​1826)
  • message_length_limit: align the behavior of message_length_limit (#​1813)
  • cli: capitalize the first characters of help texts and fix minor grammar errors
Refactor
  • replace hard-coded string "cz_conventional_commits" with DEFAULT_SETTINGS (#​1830)
  • bump: fix unbounded variable type issue

v4.12.1

Compare Source

Fix
  • pre-commit-hooks: remove magic constants on pre-push hook (#​1815)

v4.12.0

Compare Source

Feat
  • prek: supporting prek as an alternative to pre-commit and switching to prek (#​1799)

v4.11.6

Compare Source

Fix
  • git: commit bodies with carriage returns are correctly split by … (#​1780)

v4.11.5

Compare Source

Fix
  • config: ensure the actually used config file is correct, better test coverage (#​1784)

v4.11.4

Compare Source

Fix
  • cli: move sys.excepthook override to correct line, rename 'type' parameter, fix no argv test (#​1791)

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Feb 26, 2026
@renovate renovate Bot enabled auto-merge (squash) February 26, 2026 15:09
@renovate renovate Bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 2ccec4b to 78b9b7a Compare February 26, 2026 15:10
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 78b9b7a to 2afe880 Compare April 11, 2026 09:12
@renovate renovate Bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.9 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.10 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 2afe880 to a0edd32 Compare May 3, 2026 09:10
@renovate renovate Bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.10 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.15.0 May 3, 2026
@renovate renovate Bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from a0edd32 to b3645b6 Compare May 6, 2026 05:43
@renovate renovate Bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.15.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.15.1 May 6, 2026
@renovate renovate Bot deployed to release May 6, 2026 05:44 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants