Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

chore(deps): update dependency commitizen to v4.10.1#26

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

chore(deps): update dependency commitizen to v4.10.1#26
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commitizen-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 7, 2025

This PR contains the following updates:

Package Change Age Confidence
commitizen (changelog) 4.6.3 -> 4.10.1 age confidence

Release Notes

commitizen-tools/commitizen (commitizen)

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

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

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 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 changed the title chore(deps): update dependency commitizen to v4.6.3 chore(deps): update dependency commitizen to v4.6.3 - autoclosed May 8, 2025
@renovate renovate Bot closed this May 8, 2025
@renovate renovate Bot deleted the renovate/commitizen-4.x-lockfile branch May 8, 2025 15:29
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.6.3 - autoclosed chore(deps): update dependency commitizen to v4.6.3 May 10, 2025
@renovate renovate Bot reopened this May 10, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from d3f0d9d to a423a33 Compare May 10, 2025 18:52
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.6.3 chore(deps): update dependency commitizen to v4.7.0 May 10, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from a423a33 to 6f3075a Compare May 10, 2025 21:59
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.7.0 chore(deps): update dependency commitizen to v4.7.1 May 16, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from 6f3075a to 8478339 Compare May 16, 2025 03:43
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.7.1 chore(deps): update dependency commitizen to v4.7.2 May 18, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from 8478339 to 385a046 Compare May 18, 2025 18:44
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.7.2 chore(deps): update dependency commitizen to v4.8.0 May 20, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from 385a046 to 477d6c7 Compare May 20, 2025 17:27
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.8.0 chore(deps): update dependency commitizen to v4.8.2 May 22, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from 477d6c7 to 84d5afa Compare May 22, 2025 03:22
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.8.2 chore(deps): update dependency commitizen to v4.8.3 Jun 9, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from 84d5afa to 4e5a6d9 Compare June 9, 2025 16:11
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from 4e5a6d9 to 1b7f359 Compare September 5, 2025 17:04
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.8.3 chore(deps): update dependency commitizen to v4.8.4 Sep 5, 2025
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.8.4 chore(deps): update dependency commitizen to v4.9.1 Sep 10, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from 1b7f359 to f3c9114 Compare September 10, 2025 14:45
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Sep 10, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addeddeprecated@​1.3.1100100100100100
Addedwrapt@​2.0.1100100100100100

View full report

@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.9.1 chore(deps): update dependency commitizen to v4.10.0 Nov 10, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from f3c9114 to 9ea0364 Compare November 10, 2025 20:02
@renovate renovate Bot changed the title chore(deps): update dependency commitizen to v4.10.0 chore(deps): update dependency commitizen to v4.10.1 Dec 11, 2025
@renovate renovate Bot force-pushed the renovate/commitizen-4.x-lockfile branch from 9ea0364 to 5d626b8 Compare December 11, 2025 21:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants