Skip to content
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

chore(deps): update dependency commitizen to v2.42.1 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
commitizen 2.20.0 -> 2.42.1 age adoption passing confidence

Release Notes

commitizen-tools/commitizen (commitizen)

v2.42.1

Compare Source

Fix
  • bump: fixed environment variables in bump hooks

v2.42.0

Compare Source

Feat
  • bump: support prereleases with start offset

v2.41.0

Compare Source

Feat
  • bump: added support for running arbitrary hooks during bump

v2.40.0

Compare Source

Feat
  • yaml_config: add explicit_start for yaml output

v2.39.1

Compare Source

Fix
  • filter git diff from commit message

v2.39.0

Compare Source

Feat
  • init: allow user to select which type of pre commit hooks to install
Fix
  • init: space between --hook-type options
  • init: report error when hook installation failed
Refactor
  • init: _install_pre_commit_hook raise error when failed

v2.38.0

Compare Source

Feat
  • poetry: relax packaging version

v2.37.1

Compare Source

Fix
  • changelog: allow rev range lookups without a tag format

v2.37.0

Compare Source

Feat
  • add major-version-zero option to support initial package development

v2.36.0

Compare Source

Feat
  • scripts: remove venv/bin/
  • scripts: add error message to test
Fix
  • scripts/test: MinGW64 workaround
  • scripts/test: use double-quotes
  • scripts: pydocstyle and cz
  • bump.py: use sys.stdin.isatty()
  • scripts: use cross-platform POSIX
  • scripts: use portable shebang
  • pythonpackage.yml: undo indent reformatting
  • pythonpackage.yml: use bash

v2.35.0

Compare Source

Feat
  • allow fixup! and squash! in commit messages

v2.34.0

Compare Source

Feat
  • bump: support optional manual version argument
Fix
  • bump: fix type hint
  • bump: fix typos

v2.33.1

Compare Source

Fix
  • bump.py: CHANGELOG.md gets git added and committed correctly

v2.33.0

Compare Source

Feat
  • add functionality for dev-releases

v2.32.7

Compare Source

Fix
  • README.md: fix pre-commit install command

v2.32.6

Compare Source

Fix
  • bump: log git commit stderr and stdout during bump

v2.32.5

Compare Source

Fix
  • command_changelog: Fixed issue #​561 cz bump could not find the latest version tag with custom tag_format

v2.32.4

Compare Source

Refactor
  • bump: Remove a redundant join call

v2.32.3

Compare Source

Fix
  • bump: Search for version number line by line

v2.32.2

Compare Source

Fix
  • bump: Support regexes containing colons

v2.32.1

Compare Source

Fix
  • git: Improves error checking in get_tags
  • git: improves git error checking in get_commits
Refactor
  • git: test the git log parser behaves properly when the repository has no commits
  • changelog: fixes logic issue made evident by latest fix(git) commit

v2.32.0

Compare Source

Feat
  • pre-commit: Add commitizen-branch hook

v2.31.0

Compare Source

Fix
  • pyproject.toml: remove test added configurations
  • changelog: use defaults.change_type_order in conventional commit
  • capitalize types in default change_type_order
Feat
  • new file

v2.30.0

Compare Source

Feat
  • Determine newline to write with Git

v2.29.6

Compare Source

Fix
  • cmd: improve character encoding detection for sub-commands

v2.29.5

Compare Source

Fix
  • git: use "git tag -v" return_code to check whether a tag is signed

v2.29.4

Compare Source

Refactor
  • tool: use charset_normalizer instead of chardet

v2.29.3

Compare Source

Refactor
  • changelog: removes unused code. duplicates are found in changelog_parser

v2.29.2

Compare Source

Fix
  • bump: send changelog to stdout when dry-run is paired with changelog-to-stdout

v2.29.1

Compare Source

Fix
  • Check: process empty commit message
  • ConventionalCommitsCz: cz's schema validates the whole commit message now
Refactor
  • Check: remove the extra preprocessing of commit message file

v2.29.0

Compare Source

Feat
  • use chardet to get correct encoding
  • bump: add signed tag support for bump command
Fix
  • avoid that pytest overrides existing gpg config
  • test: set git to work with gpg

v2.28.1

Compare Source

Fix
  • changelog: skip non-compliant commit subjects when building changelog

v2.28.0

Compare Source

Feat
  • bump: make increment option case insensitive

v2.27.1

Compare Source

Fix
  • pre-commit: Use new --allow-abort option
  • pre-commit: Confine hook to commit-msg stage
  • pre-commit: Set min pre-commit to v1.4.3
  • pre-commit: Don't require serial execution

v2.27.0

Compare Source

Feat
  • bump: let it respect pre-commit reformats when bumping

v2.26.0

Compare Source

Feat
  • check: Add --allow-abort option

v2.25.0

Compare Source

Feat
  • changelog: Improve whitespace in changelog
Refactor
  • changelog: Simplify incremental_build

v2.24.0

Compare Source

Fix
  • change error code for NoneIncrementExit
Feat
  • add --no-raise to avoid raising error codes

v2.23.0

Compare Source

Feat
  • customize.py: adding support for commit_parser, changelog_pattern, change_type_map

v2.22.0

Compare Source

Refactor
  • speed up testing and wait for tags
  • git: use date as a function in GitTag to easily patch
Feat
  • changelog: add support for single version and version range

v2.21.2

Compare Source

Fix
  • remove type ignore

v2.21.1

Compare Source

Refactor
  • Switch to issue forms
  • Switch to issue forms
  • Switch to issue forms

v2.21.0

Compare Source

Feat
  • skip merge messages that start with Pull request
  • skip merge messages that start with Pull request

v2.20.5

Compare Source

Refactor
  • iter_modules only accepts str
Fix
  • Ignore packages that are not plugins
  • Ignore packages that are not plugins

v2.20.4

Compare Source

Fix
  • bump: raise non zero error code when there's no eligible commit to bump
  • bump: raise non zero error code when there's no eligible commit to bump

v2.20.3

Compare Source

Fix
  • check: filter out comment messege when checking

v2.20.2

Compare Source

Fix
  • poetry: add typing-exteions to dev

v2.20.1

Compare Source

Refactor
  • conventional_commits: remove duplicate patterns and import from defaults
  • config: add CzSettings and Questions TypedDict
  • defaults: add Settings typeddict
  • defaults: move bump_map, bump_pattern, commit_parser from defaults to ConventionalCommitsCz
Fix
  • import TypedDict from type_extensions for backward compatibility

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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented May 18, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Creating virtualenv entity-addict-Bv7GXpew-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...


Package codecov (2.1.12) not found.

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.

None yet

0 participants