Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump commitizen from 3.16.0 to 3.21.3 (#151)
Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.16.0 to 3.21.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/commitizen-tools/commitizen/releases">commitizen's releases</a>.</em></p> <blockquote> <h2>v3.21.3 (2024-03-30)</h2> <h3>Refactor</h3> <ul> <li><strong>defaults</strong>: move cz_conventional_commit defaults out of defaults.py</li> </ul> <p>[master 669080c8] bump: version 3.21.2 → 3.21.3 4 files changed, 10 insertions(+), 4 deletions(-)</p> <h2>v3.21.2 (2024-03-30)</h2> <h3>Fix</h3> <ul> <li><strong>commitizen/git.py,-tests/test_git.py</strong>: Resolve tempfile path spaces issue in git commit function</li> </ul> <p>[master 8d5f6303] bump: version 3.21.1 → 3.21.2 4 files changed, 10 insertions(+), 4 deletions(-)</p> <h2>v3.21.1 (2024-03-30)</h2> <h3>Fix</h3> <ul> <li><strong>command-init</strong>: "cz init" should list exisitng tag in reverse order</li> </ul> <p>[master 223532b2] bump: version 3.21.0 → 3.21.1 4 files changed, 10 insertions(+), 4 deletions(-)</p> <h2>v3.21.0 (2024-03-30)</h2> <h3>Feat</h3> <ul> <li><strong>commit</strong>: add retry_after_failure config option and --no-retry flag</li> </ul> <h3>Refactor</h3> <ul> <li><strong>utils</strong>: convert git project root to posix path for backup file name</li> <li><strong>commit</strong>: use Optional[str] instead of str | None</li> <li><strong>commit</strong>: remove unused tempfile import</li> <li><strong>git-hooks</strong>: make git hooks use get_backup_file_path</li> <li><strong>utils</strong>: move backup path creation to utils</li> </ul> <p>[master ffb6df72] bump: version 3.20.0 → 3.21.0 4 files changed, 18 insertions(+), 4 deletions(-)</p> <h2>v3.20.0 (2024-03-19)</h2> <h3>Feat</h3> <ul> <li><strong>changelog</strong>: expose commits <code>sha1</code>, <code>author</code> and <code>author_email</code> in changelog tree (fix <a href="https://redirect.github.com/commitizen-tools/commitizen/issues/987">#987</a>) (<a href="https://redirect.github.com/commitizen-tools/commitizen/issues/1013">#1013</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md">commitizen's changelog</a>.</em></p> <blockquote> <h2>v3.21.3 (2024-03-30)</h2> <h3>Refactor</h3> <ul> <li><strong>defaults</strong>: move cz_conventional_commit defaults out of defaults.py</li> </ul> <h2>v3.21.2 (2024-03-30)</h2> <h3>Fix</h3> <ul> <li><strong>commitizen/git.py,-tests/test_git.py</strong>: Resolve tempfile path spaces issue in git commit function</li> </ul> <h2>v3.21.1 (2024-03-30)</h2> <h3>Fix</h3> <ul> <li><strong>command-init</strong>: "cz init" should list exisitng tag in reverse order</li> </ul> <h2>v3.21.0 (2024-03-30)</h2> <h3>Feat</h3> <ul> <li><strong>commit</strong>: add retry_after_failure config option and --no-retry flag</li> </ul> <h3>Refactor</h3> <ul> <li><strong>utils</strong>: convert git project root to posix path for backup file name</li> <li><strong>commit</strong>: use Optional[str] instead of str | None</li> <li><strong>commit</strong>: remove unused tempfile import</li> <li><strong>git-hooks</strong>: make git hooks use get_backup_file_path</li> <li><strong>utils</strong>: move backup path creation to utils</li> </ul> <h2>v3.20.0 (2024-03-19)</h2> <h3>Feat</h3> <ul> <li><strong>changelog</strong>: expose commits <code>sha1</code>, <code>author</code> and <code>author_email</code> in changelog tree (fix <a href="https://redirect.github.com/commitizen-tools/commitizen/issues/987">#987</a>) (<a href="https://redirect.github.com/commitizen-tools/commitizen/issues/1013">#1013</a>)</li> </ul> <h2>v3.19.0 (2024-03-19)</h2> <h3>Feat</h3> <ul> <li><strong>changelog</strong>: adds a <code>changelog_release_hook</code> called for each release in the changelog (<a href="https://redirect.github.com/commitizen-tools/commitizen/issues/1018">#1018</a>)</li> </ul> <h2>v3.18.4 (2024-03-14)</h2> <h3>Fix</h3> <ul> <li><strong>changelog</strong>: include latest change when dry run and incremental</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/commitizen-tools/commitizen/commit/669080c8c180a1f81bc3f0666b0d49fb71ab6dde"><code>669080c</code></a> bump: version 3.21.2 → 3.21.3</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/7b49f8ad524d48f8c9cf7ca815faa3dc692b577d"><code>7b49f8a</code></a> refactor(defaults): move cz_conventional_commit defaults out of defaults.py</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/8d5f6303e7501317ea3e4a3569fa7111411a5ad5"><code>8d5f630</code></a> bump: version 3.21.1 → 3.21.2</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/6148bf1d98d40d9ff344b5fc1095f721c646527c"><code>6148bf1</code></a> test(tests/test_git.py): use the IDs tool to clearly describe each test item</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/3519ae7d300fcb3095b9064272f025255adf4c2b"><code>3519ae7</code></a> fix(commitizen/git.py,-tests/test_git.py): Resolve tempfile path spaces issue...</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/223532b2782519b968cfa534b6dff4b3a102ce3a"><code>223532b</code></a> bump: version 3.21.0 → 3.21.1</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/7c0e78093bdaa72e8f6be078a80ac315a2761049"><code>7c0e780</code></a> fix(command-init): "cz init" should list exisitng tag in reverse order</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/ffb6df72be3f93ebfecdd94b74c43ba429157f1a"><code>ffb6df7</code></a> bump: version 3.20.0 → 3.21.0</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/b42a676d1074f80bb8fab431d41f04a6b1e6317c"><code>b42a676</code></a> style: refine coding style based on reviews</li> <li><a href="https://github.com/commitizen-tools/commitizen/commit/fc3c1e9975fbc4181a89932b01a8928886d74b31"><code>fc3c1e9</code></a> test(commit): create new test for backup file creation and use fixture for ot...</li> <li>Additional commits viewable in <a href="https://github.com/commitizen-tools/commitizen/compare/v3.16.0...v3.21.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commitizen&package-manager=pip&previous-version=3.16.0&new-version=3.21.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>