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 pre-commit hook commitizen-tools/commitizen to v3.29.1 #177

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2023

This PR contains the following updates:

Package Type Update Change
commitizen-tools/commitizen repository minor v3.5.2 -> v3.29.1

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)

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

v3.27.0

Compare Source

Feat
  • config_files: add support for "cz.toml" config file

v3.26.2

Compare Source

Fix
  • base.py: add encoding when open changlelog_file

v3.26.1

Compare Source

Fix
  • cli/commands: add description for subcommands
Refactor
  • KNOWN_SCHEMES: replace set comprehension for list comprehension
  • tests/commands: move "other" tests for the correspondent file

v3.26.0

Compare Source

Feat
  • ci/cd: automates the generation of CLI screenshots

v3.25.1

Compare Source

Refactor
  • strip possessive from note about ci option

v3.25.0

Compare Source

Feat
  • add an argument to limit the length of commit message
Fix
  • strip the commit message for calculating length
  • resolve test error by removing defaults
Refactor
  • commands/commit: replace comparison with chained comparison
  • check the length in Commit instead of Commitizen

v3.24.0

Compare Source

Feat
  • schemes: adds support for SemVer 2.0 (dot in pre-releases) (fix #​1025) (#​1072)

v3.23.0

Compare Source

Feat

v3.22.0

Compare Source

Feat
  • cli: add config option to specify config file path

v3.21.3

Compare Source

Refactor
  • defaults: move cz_conventional_commit defaults out of defaults.py

v3.21.2

Compare Source

Fix
  • commitizen/git.py,-tests/test_git.py: Resolve tempfile path spaces issue in git commit function

v3.21.1

Compare Source

Fix
  • command-init: "cz init" should list existing tag in reverse order

v3.21.0

Compare Source

Feat
  • commit: add retry_after_failure config option and --no-retry flag
Refactor
  • utils: convert git project root to posix path for backup file name
  • commit: use Optional[str] instead of str | None
  • commit: remove unused tempfile import
  • git-hooks: make git hooks use get_backup_file_path
  • utils: move backup path creation to utils

v3.20.0

Compare Source

Feat
  • changelog: expose commits sha1, author and author_email in changelog tree (fix #​987) (#​1013)

v3.19.0

Compare Source

Feat
  • changelog: adds a changelog_release_hook called for each release in the changelog (#​1018)

v3.18.4

Compare Source

Fix
  • changelog: include latest change when dry run and incremental

v3.18.3

Compare Source

Fix
  • warnings: all warnings should go to stdout

v3.18.2

Compare Source

Fix
  • git: force the default git locale on methods relying on parsing the output (#​1012)

v3.18.1

Compare Source

Fix
  • changelog: changelog hook was not called on dry run

v3.18.0

Compare Source

Feat
  • changelog: changelog_message_build_hook can now generate multiple changelog entries from a single commit (#​1003)

v3.17.2

Compare Source

Fix
  • changelog: ensure changelog_message_builder_hook can access and modify change_type (#​1002)

v3.17.1

Compare Source

Fix
  • bump: pre and post bump hooks were failing when an increment was provided (fix #​1004)

v3.17.0

Compare Source

Feat
  • changelog: changelog_message_build_hook can remove message by returning a falsy value

v3.16.0

Compare Source

Feat
  • commands: add bump --exact
Fix
  • bump: change --exact-increment to --increment-mode
  • bump: only get and validate commits if increment is not provided
  • Improve type annotations

v3.15.0

Compare Source

Feat
  • bump: functionality to add build-metadata to version string

v3.14.1

Compare Source

Fix
  • bump: remove unused method
  • scm: only search tags that are reachable by the current commit

v3.14.0

Compare Source

Feat
  • properly bump versions between prereleases (#​799)

v3.13.0

Compare Source

Feat
  • commands-bump: automatically create annotated tag if message is given
  • add tag message argument to cli
  • git: add get tag message function
  • add custom message to annotated git tag
Fix
  • test-bump-command: typo in --annotated-tag option inside test
  • commitizen-git: add quotes for tag message
Refactor
  • commands-bump: make changelog variable in 1 line
  • commands-bump: cast str to bool

v3.12.0

Compare Source

Feat
  • formats: expose some new customizable changelog formats on the commitizen.changelog_format endpoint (Textile, AsciiDoc and RestructuredText)
  • template: add changelog --export-template command
  • template: allow to override the template from cli, configuration and plugins
  • cli.py: Added support for extra git CLI args after -- separator for cz commit command
Fix
  • filename: ensure file_name can be passed to changelog from bump command
Refactor
  • git.py: Removed 'extra_args' from git.commit
  • extra_args: Fixed broken code due to rebase and finalized tests
  • Code Review - round 1 changes
  • Commit: Added deprecation on git signoff mechanic

v3.10.1

Compare Source

Fix
  • bump: add bump support with custom type + scope + exclamation mark
  • bump: version bumping

v3.10.0

Compare Source

Feat
  • Drop support for Python 3.7 (#​858)

v3.9.1

Compare Source

Fix
  • conf: handle parse error when init (#​856)

v3.9.0

Compare Source

Feat
  • commands: add arg of cz commit to execute git add
Fix
  • tests: modify the arg of commit from add to all
  • commitizen: Modify the function of the arg a of commit from git add all to git add update
Refactor
  • commitizen: add return type hint of git add function

v3.8.2

Compare Source

Refactor
  • provider: split provider code and related tests into individual files for maintainability (#​830)

v3.8.1

Compare Source

Fix
  • add sponsors to README

v3.8.0

Compare Source

Feat
  • defaults.py: add always_signoff config option for commits

v3.7.1

Compare Source

Fix
  • empty error on bump failure

v3.7.0

Compare Source

Feat
  • provider: add npm2 provider to update package.json, package-lock.json, and npm-shrinkwrap.json
Fix
  • provider: fix npm version provider to update package-lock.json and npm-shrinkwrap.json if they exist
  • provider: fix npm provider to update package-lock.json and npm-shrinkwrap.json if they exist
  • test: pass correct type to get_package_version tests
  • tests: completed test coverage for npm2

v3.6.0

Compare Source

Feat
  • changelog.py: add encoding to get_metadata
  • unicode: add unicode support
Fix
  • add missing encoding parameter
  • out.py: TextIOWrapper.reconfigure typing
  • correct type hinting
  • use base config for encoding
Refactor
  • defaults.py: use variables in DEFAULT_SETTINGS

v3.5.4

Compare Source

Refactor
  • replace SemVer type literals by respective constants

v3.5.3

Compare Source

Fix
  • Treat $version the same as unset tag_format in ScmProvider
Refactor
  • Make tag_format properly default to $version

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.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 15, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.5.3 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.5.4 Jul 29, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 4ce5385 to 3a6f315 Compare July 29, 2023 12:17
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.5.4 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.6.0 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 3a6f315 to b415256 Compare August 1, 2023 04:17
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.6.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.7.0 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from b415256 to f0efced Compare August 26, 2023 18:54
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.7.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.7.1 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from f0efced to 00dc79c Compare September 4, 2023 20:06
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.7.1 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.8.0 Sep 5, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 00dc79c to 298d83c Compare September 5, 2023 09:44
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.8.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.8.1 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 298d83c to a27c280 Compare September 8, 2023 17:07
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.8.1 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.8.2 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from a27c280 to 8e20bf0 Compare September 9, 2023 16:00
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.8.2 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.9.0 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 8e20bf0 to 07c257a Compare September 15, 2023 10:20
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.9.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.9.1 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 07c257a to 9ce1060 Compare September 22, 2023 09:46
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.9.1 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.10.0 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 9ce1060 to fb7c30b Compare September 25, 2023 03:40
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.10.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.10.1 Oct 14, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from fb7c30b to 123c271 Compare October 14, 2023 02:02
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.10.1 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.11.0 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 123c271 to fbd29c2 Compare October 17, 2023 14:35
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.11.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.12.0 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from fbd29c2 to 28e947b Compare October 18, 2023 01:37
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.12.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.13.0 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 28e947b to 870430d Compare December 3, 2023 15:21
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 870430d to b4a90c9 Compare February 1, 2024 09:57
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch 2 times, most recently from f852374 to 53ee48a Compare March 11, 2024 11:50
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.18.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.18.2 Mar 11, 2024
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.18.2 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.18.3 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch 2 times, most recently from 87b8987 to 383d443 Compare March 14, 2024 18:53
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.18.3 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.18.4 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 383d443 to 6980600 Compare March 19, 2024 11:49
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.18.4 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.20.0 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 6980600 to cbcd068 Compare March 30, 2024 10:32
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.20.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.21.3 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from cbcd068 to dc6bd8c Compare April 11, 2024 15:34
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.21.3 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.22.0 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from dc6bd8c to 12ef221 Compare April 18, 2024 11:08
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.22.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.24.0 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 12ef221 to 06360a1 Compare April 30, 2024 07:21
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.24.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.25.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 06360a1 to b447ef8 Compare May 15, 2024 05:39
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.25.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.25.1 May 15, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from b447ef8 to c615605 Compare May 18, 2024 15:32
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.25.1 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.26.0 May 18, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from c615605 to 78321eb Compare May 22, 2024 04:05
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.26.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.27.0 May 22, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 78321eb to 4ccb042 Compare July 17, 2024 17:23
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.27.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.28.0 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from 4ccb042 to fa7526c Compare August 11, 2024 16:33
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.28.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.29.0 Aug 11, 2024
@renovate renovate bot changed the title chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.29.0 chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.29.1 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/commitizen-tools-commitizen-3.x branch from fa7526c to 072c7dc Compare September 26, 2024 14:29
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