supabase-py
supabase-py copied to clipboard
chore(deps-dev): bump commitizen from 2.27.1 to 2.29.5
Bumps commitizen from 2.27.1 to 2.29.5.
Changelog
Sourced from commitizen's changelog.
v2.29.5 (2022-08-07)
Fix
- git: use "git tag -v" return_code to check whether a tag is signed
v2.29.4 (2022-08-05)
Refactor
- tool: use charset_normalizer instead of chardet
v2.29.3 (2022-08-02)
Refactor
- changelog: removes unused code. duplicates are found in changelog_parser
v2.29.2 (2022-07-27)
Fix
- bump: send changelog to stdout when
dry-runis paired withchangelog-to-stdoutv2.29.1 (2022-07-26)
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 (2022-07-22)
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 (2022-07-22)
Fix
... (truncated)
Commits
2c8d5b6bump: version 2.29.4 → 2.29.578f3472Merge pull request #543 from commitizen-tools/542ae5a98efix(git): use "git tag -v" return_code to check whether a tag is signed05ab7adbump: version 2.29.3 → 2.29.419ffb49Merge pull request #550 from gpongelli/use_charset_normalizer37505efrefactor(tool): use charset_normalizer instead of chardet2ff9f15bump: version 2.29.2 → 2.29.3d36abf5Merge pull request #541 from bhelgs/changelog_code_coverage_improvementsed636barefactor(changelog): removes unused code. duplicates are found in changelog_p...362ec36bump: version 2.29.1 → 2.29.2- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #255 (e4296e9) into develop (3171a02) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## develop #255 +/- ##
========================================
Coverage 80.00% 80.00%
========================================
Files 8 8
Lines 125 125
========================================
Hits 100 100
Misses 25 25
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #257.