Skip to content

Comments

Update pre-commit hook commitizen-tools/commitizen to v4.13.8#10

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

Update pre-commit hook commitizen-tools/commitizen to v4.13.8#10
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commitizen-tools-commitizen-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 22, 2025

This PR contains the following updates:

Package Type Update Change
commitizen-tools/commitizen repository minor v4.8.0v4.13.8

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

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

v4.9.1

Compare Source

Fix
  • dependency: move deprecated to project.dependencies

v4.9.0

Compare Source

Feat
  • check: add check against default branch
Fix
  • changelog: mark get_smart_tag_range as deprecated
  • init: use pre-push as pre-commit stage
  • init: use pre-push as pre-commit stage
  • init: make welcome message easier to read
  • Init: fix a typo in _ask_version_provider options and remove unnecessary filter, use named tuple for options
  • ExitCode: add from_str in ExitCode and replace parse_no_raise with it
  • raise NoVersionSpecifiedError if version is None, and adjust call sites of get_version
  • Changelog: fix _export_template variable type
  • Bump: rewrite --get-next NotAllowed error message for consistency
Refactor
  • changelog: add get_next_tag_name_after_version and test, mark unused for get_smart_tag_range
  • changelog: simplify logic for get_oldest_and_newest_rev
  • changelog: shorten generate_tree_from_commits
  • Init: remove the variable values_to_add and the update_config function for readability
  • Init: remove unnecessary methods from ProjectInfo and refactor _ask_tag
  • Init: fix unbounded variable in _ask_tag_format
  • init: remote extra words
  • process_commit_message: better type and early return
  • Init: extract _get_config_data for readability
  • changelog: shorten condition expression and early return
  • Changelog: remove unnecessary intermediate variables for better readability
  • bump: use a loop to shorten a series of similar NotAllowed exceptions
  • Init: use ternary operator
  • TagRules: extract tag_formats property and simplify list comprehension
  • git: remove redundant if branch
  • ScmProvider: replace sorted with max
  • ExpectedExit: make the constructor more compact
  • ParseArgs: simplify call function body

v4.8.4

Compare Source

Fix
  • members in workspace, use exclude
  • cargo workspaces
Refactor
  • reduce code indentation

v4.8.3

Compare Source

Fix
  • cli: update description for deprecate warning
  • commit: emit deprecated warning of cz commit -s
  • Check: make parameters backward compatible
  • BaseConfig: mypy error
  • deprecated: mark deprecate in v5
  • defaults: add non-capitalized default constants back and deprecated warning
Refactor
  • jira: refactor message
  • conventional_commits: use TypedDict for answers
  • conventional_commits: make schema_pattern more readable
  • do not guess if changelog format is provided
  • check: compile once and rename variable
  • questions: type questions with TypedDict
  • bump: simplify nested if
  • git: retype get_commits parameter to make it more friendly to call sites
  • git: simplify tag logic
  • bump: eliminate similar patterns in code
  • bump: use any to replace 'or' chain
  • remove unnecessary bool() and remove Any type from TypedDict get
  • bump: improve readability and still bypass mypy check
  • commands: remove unused args, type version command args
  • commit: type commit args
  • check: type CheckArgs arguments
  • check: remove unused argument
  • changelog: type untyped arguments
  • bump: TypedDict for bump argument
  • make methods protected, better type
  • conventional_commits: remove unnecessary checks
  • fix mypy output and better type
  • BaseCommitizen: remove unused process_commit
  • remove TypeError handling since Python >=3.9 is required
  • add comment clarifying no_raise parsing to list[int]
  • cli.py: add type hints
  • mypy: remove unused-ignore
  • changelog: better typing, yield
  • cli: early return and improve test coverage
  • git: extract _create_commit_cmd_string
  • misc cleanup
  • bump: clean up
  • bump: add type for out, replace function with re escape
  • BaseConfig: use setter
  • changelog: minor cleanup
  • git: refactor get_tag_names
  • EOLType: add eol enum back and reorganize methods
  • git: code cleanup and better test coverage
  • commit: simplify call
  • version_scheme: cleanup
  • improve readability and fix typos
Perf
  • bump: avoid unnecessary list construction and rename variable to avoid confusion
  • tags: use set

v4.8.2

Compare Source

Refactor
  • check: simplify code
  • check: remove unnecessary variable

v4.8.1

Compare Source

Refactor
  • customize: improve code readability

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.


  • 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 changed the title Update pre-commit hook commitizen-tools/commitizen to v4.8.2 Update pre-commit hook commitizen-tools/commitizen to v4.8.3 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from ac42541 to 17811fd Compare June 9, 2025 16:10
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.8.3 Update pre-commit hook commitizen-tools/commitizen to v4.8.4 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch 2 times, most recently from 3f6a296 to e07b14d Compare September 9, 2025 10:01
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.8.4 Update pre-commit hook commitizen-tools/commitizen to v4.9.0 Sep 9, 2025
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.9.0 Update pre-commit hook commitizen-tools/commitizen to v4.9.1 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from e07b14d to 2174ec8 Compare September 10, 2025 17:47
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.9.1 Update pre-commit hook commitizen-tools/commitizen to v4.10.0 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 2174ec8 to ece8e7a Compare November 10, 2025 21:11
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.10.0 Update pre-commit hook commitizen-tools/commitizen to v4.10.1 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from ece8e7a to e1c952f Compare December 11, 2025 19:02
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.10.1 Update pre-commit hook commitizen-tools/commitizen to v4.11.0 Dec 29, 2025
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from e1c952f to 10bcc84 Compare December 29, 2025 14:28
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.11.0 Update pre-commit hook commitizen-tools/commitizen to v4.11.1 Jan 3, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 10bcc84 to d6ac369 Compare January 3, 2026 20:49
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.11.1 Update pre-commit hook commitizen-tools/commitizen to v4.11.2 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from d6ac369 to f3e9312 Compare January 12, 2026 09:32
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.11.2 Update pre-commit hook commitizen-tools/commitizen to v4.11.3 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from f3e9312 to 5bc87f6 Compare January 13, 2026 12:09
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.11.3 Update pre-commit hook commitizen-tools/commitizen to v4.11.6 Jan 15, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 5bc87f6 to 1b31bac Compare January 15, 2026 18:34
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.11.6 Update pre-commit hook commitizen-tools/commitizen to v4.12.0 Jan 19, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 1b31bac to 55eee54 Compare January 19, 2026 06:03
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.12.0 Update pre-commit hook commitizen-tools/commitizen to v4.12.1 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 55eee54 to b5974e5 Compare January 22, 2026 12:54
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.12.1 Update pre-commit hook commitizen-tools/commitizen to v4.13.0 Feb 1, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch 2 times, most recently from 47010b4 to ee99342 Compare February 3, 2026 16:30
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.13.0 Update pre-commit hook commitizen-tools/commitizen to v4.13.1 Feb 3, 2026
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.13.1 Update pre-commit hook commitizen-tools/commitizen to v4.13.2 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch 2 times, most recently from edb7fa0 to 404d98e Compare February 4, 2026 05:57
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.13.2 Update pre-commit hook commitizen-tools/commitizen to v4.13.3 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 404d98e to f43c6dd Compare February 4, 2026 13:04
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.13.3 Update pre-commit hook commitizen-tools/commitizen to v4.13.4 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from f43c6dd to b837aa4 Compare February 5, 2026 19:12
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.13.4 Update pre-commit hook commitizen-tools/commitizen to v4.13.5 Feb 5, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from b837aa4 to 3ee9dff Compare February 7, 2026 04:31
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.13.5 Update pre-commit hook commitizen-tools/commitizen to v4.13.6 Feb 7, 2026
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.13.6 Update pre-commit hook commitizen-tools/commitizen to v4.13.7 Feb 9, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 3ee9dff to daf87b4 Compare February 9, 2026 12:57
@renovate renovate bot changed the title Update pre-commit hook commitizen-tools/commitizen to v4.13.7 Update pre-commit hook commitizen-tools/commitizen to v4.13.8 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from daf87b4 to ab970b3 Compare February 18, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants