Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Confidence
commitizen (changelog) ==3.27.0 -> ==4.8.3 age confidence

Release Notes

commitizen-tools/commitizen (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

v4.6.0

Compare Source

Feat
  • changelog: expose commit parents' digests when processing commits
  • git: add parents' digests in commit information

v4.5.1

Compare Source

Fix
  • print which tag is invalid

v4.5.0

Compare Source

Feat
  • init: set uv to default value if both pyproject.toml and uv.lock present
Fix
  • commands/init: add missing uv provider to "cz init"

v4.4.1

Compare Source

Fix

v4.4.0

Compare Source

Feat
  • tags: adds legacy_tag_formats and ignored_tag_formats settings
Refactor
  • get_tag_regexes: dedup tag regexes definition

v4.3.0

Compare Source

Feat
  • providers: add uv_provider

v4.2.2

Compare Source

Fix
  • bump: manual version bump if prerelease offset is configured

v4.2.1

Compare Source

Fix
  • bump: add debugging to bump

v4.2.0

Compare Source

Feat
  • draft of the --empty parameter
Refactor
  • bump: rename --empty as --allow-no-commit

v4.1.1

Compare Source

Fix
  • get-next-bump: add a test case
  • get-next-bump: fix to permit usage of --get-next options even when update_changelog_on_bump is set to true

v4.1.0

Compare Source

Feat
  • commit: allow '-- --allow-empty' to create empty commits

v4.0.0

Compare Source

v3.31.0

Compare Source

Feat
  • commitizen: document '--' double dash in '--help'
Fix
  • commit: avoid warnings with 'always_signoff' configuration
  • commit: resolve 'always_signoff' configuration and '-s' CLI issues

v3.30.1

Compare Source

Refactor
  • cli: replace magic number 0 with ExitCode.EXPECTED_EXIT
  • defaults: disallow style as None
  • cz_customize: return empty string for info, example, schema and schema_pattern if not provided

v3.30.0

Compare Source

Feat
  • commands/commit: add force-edit functionality after answering questions
Refactor
  • remove redundant return None

v3.29.1

Compare Source

Fix
  • changelog: Factorized TAG_FORMAT_REGEXES
  • changelog: Handle tag format without version pattern
  • changelog: handle custom tag_format in changelog generation
Refactor
  • Use format strings

v3.29.0

Compare Source

Feat
  • bump: add functionality to write the next version to stdout

v3.28.0

Compare Source

Feat
  • add argument to limit length of commit message in checks

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 force-pushed the renovate/commitizen-4.x branch from 8bc83e2 to 5424498 Compare December 6, 2024 16:46
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch from 5424498 to a7a3ca6 Compare January 26, 2025 14:14
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch 2 times, most recently from 8d14a5b to ad25b2a Compare February 8, 2025 18:36
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch from ad25b2a to 936ec7d Compare February 18, 2025 13:46
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch 2 times, most recently from 37d0731 to 1ca985e Compare March 2, 2025 16:41
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch 2 times, most recently from 431974c to f222874 Compare April 9, 2025 04:38
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch from f222874 to 061eb53 Compare April 13, 2025 08:57
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch 4 times, most recently from fd706eb to 258b2e2 Compare May 10, 2025 17:14
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch 4 times, most recently from 3910ee4 to 5356b3c Compare May 22, 2025 05:11
@renovate renovate bot force-pushed the renovate/commitizen-4.x branch from 5356b3c to 63afbb1 Compare June 9, 2025 20:58
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