Skip to content

Comments

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Type Update Change
commitizen-tools/commitizen repository minor v4.9.1v4.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

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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 added the deps Renovate PRs label Nov 24, 2025
@aspect-workflows
Copy link

aspect-workflows bot commented Nov 24, 2025

Bazel 8 (Test)

2 test targets passed

Targets
//lib/tests/copy_to_directory:case_22_test [k8-fastbuild]                    81ms
//lib/tests/copy_to_directory_bin_action:test [k8-fastbuild]                 54ms

Total test execution time was 135ms. 135 tests (98.5%) were fully cached saving 16s.


Bazel 9 (Test)

2 test targets passed

Targets
//lib/tests/copy_to_directory:case_22_test [k8-fastbuild]                    83ms
//lib/tests/copy_to_directory_bin_action:test [k8-fastbuild]                 61ms

Total test execution time was 144ms. 135 tests (98.5%) were fully cached saving 18s.


Bazel 7 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 24ms.


Bazel 8 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 30ms.


Bazel 9 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 50ms.


Bazel 7 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 31ms.


Bazel 8 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 26ms.


Bazel 9 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 32ms.


Bazel 7 (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 297ms.


Bazel 8 (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 286ms.


Bazel 9 (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 349ms.


Bazel 7 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 247ms.


Bazel 8 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 216ms.


Bazel 9 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 198ms.


Bazel 7 (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 31ms.


Bazel 8 (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 26ms.


Bazel 9 (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 32ms.


Bazel 7 (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 611ms.


Bazel 8 (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 508ms.


Bazel 9 (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 618ms.


Bazel 7 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 39ms.


Bazel 8 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 33ms.


Bazel 9 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 40ms.

@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 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 786de89 to 32a0007 Compare December 11, 2025 20:55
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 32a0007 to 919bd92 Compare December 29, 2025 13:56
@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 Dec 29, 2025
@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 Jan 3, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 919bd92 to 748dd93 Compare January 3, 2026 21:02
@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 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 748dd93 to c0ec5fe Compare January 12, 2026 09:43
@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 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from c0ec5fe to 0d5181d Compare January 13, 2026 10:36
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.3 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.4 Jan 15, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 0d5181d to ec1abbb Compare January 15, 2026 12:46
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.4 chore(deps): 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 ec1abbb to bd0e9c9 Compare January 15, 2026 18:12
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.6 chore(deps): 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 bd0e9c9 to 3d1073d Compare January 19, 2026 11:06
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.12.0 chore(deps): 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 3d1073d to 44cb327 Compare January 22, 2026 13:26
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.12.1 chore(deps): 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 from 44cb327 to 94e18d7 Compare February 1, 2026 14:42
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.0 chore(deps): 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 from 94e18d7 to c6d376a Compare February 3, 2026 17:00
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.2 chore(deps): 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 c6d376a to 8cd679b Compare February 4, 2026 06:06
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.3 chore(deps): 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 8cd679b to fe50e4a Compare February 4, 2026 12:54
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.4 chore(deps): 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 fe50e4a to 70cf34a Compare February 5, 2026 18:53
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.5 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.6 Feb 7, 2026
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 70cf34a to 0e4a4bd Compare February 7, 2026 04:57
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.6 chore(deps): 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 2 times, most recently from 59b7ecd to 425b208 Compare February 12, 2026 18:08
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 425b208 to 39000f8 Compare February 17, 2026 14:34
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.13.7 chore(deps): 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 39000f8 to 8b73a09 Compare February 18, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Renovate PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants