Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Type Update Change
commitizen-tools/commitizen repository minor v4.6.0 -> v4.8.3

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

v4.8.0

Compare Source

Feat
  • cli: add --tag-format argument to changelog command

v4.7.2

Compare Source

Refactor
  • default: capitalize all constants and remove unnecessary variable

v4.7.1

Compare Source

Fix
  • bump: don't fail if an invalid version tag is present (fix #​1410) (#​1418)

v4.7.0

Compare Source

Feat
  • providers: add support for Cargo.lock
Refactor
  • tests: increase verbosity of variables

v4.6.3

Compare Source

Fix
  • changelog.py: cross-platform path handling using os.path.join and modify the path linter and test parameter
  • changelog.py: modify the CHANGELOG.md generated by cz bump --changelog to the right place

v4.6.2

Compare Source

Fix
  • docs: fix url link and table formatting in the customization docs (#​1399)

v4.6.1

Compare Source

Fix
  • commit: use os.unlink to remove temp file

Configuration

📅 Schedule: 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.

Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 21.10%. Comparing base (0dec4e0) to head (2bde1be).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #9   +/-   ##
=======================================
  Coverage   21.10%   21.10%           
=======================================
  Files          10       10           
  Lines        4704     4704           
  Branches      705      705           
=======================================
  Hits          993      993           
  Misses       3539     3539           
  Partials      172      172           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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 94eb80e to adc901c Compare June 9, 2025 22:56
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from adc901c to 5aa94d7 Compare June 10, 2025 02:34
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 5aa94d7 to 726342e Compare June 10, 2025 09:39
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 726342e to 7b714b9 Compare June 10, 2025 15:58
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 7b714b9 to 22a7b4f Compare June 12, 2025 02:11
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 22a7b4f to 705ef3c Compare June 12, 2025 11:42
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 705ef3c to d9c1bc1 Compare June 12, 2025 15:58
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from d9c1bc1 to 3f7f9a3 Compare June 12, 2025 20:58
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-4.x branch from 3f7f9a3 to 2bde1be Compare June 13, 2025 00:54
@renovate renovate bot merged commit 02345bd into main Jun 13, 2025
13 checks passed
@renovate renovate bot deleted the renovate/commitizen-tools-commitizen-4.x branch June 13, 2025 05:40
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