Tatsh / instagram-archiver

Tool to download data from an Instagram profile you have access to.
https://instagram-archiver.rtfd.io/
MIT License
9 stars 1 forks source link

build(deps-dev): bump commitizen from 3.20.0 to 3.21.3 #134

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps commitizen from 3.20.0 to 3.21.3.

Release notes

Sourced from commitizen's releases.

v3.21.3 (2024-03-30)

Refactor

  • defaults: move cz_conventional_commit defaults out of defaults.py

[master 669080c8] bump: version 3.21.2 → 3.21.3 4 files changed, 10 insertions(+), 4 deletions(-)

v3.21.2 (2024-03-30)

Fix

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

[master 8d5f6303] bump: version 3.21.1 → 3.21.2 4 files changed, 10 insertions(+), 4 deletions(-)

v3.21.1 (2024-03-30)

Fix

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

[master 223532b2] bump: version 3.21.0 → 3.21.1 4 files changed, 10 insertions(+), 4 deletions(-)

v3.21.0 (2024-03-30)

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

[master ffb6df72] bump: version 3.20.0 → 3.21.0 4 files changed, 18 insertions(+), 4 deletions(-)

Changelog

Sourced from commitizen's changelog.

v3.21.3 (2024-03-30)

Refactor

  • defaults: move cz_conventional_commit defaults out of defaults.py

v3.21.2 (2024-03-30)

Fix

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

v3.21.1 (2024-03-30)

Fix

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

v3.21.0 (2024-03-30)

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
Commits
  • 669080c bump: version 3.21.2 → 3.21.3
  • 7b49f8a refactor(defaults): move cz_conventional_commit defaults out of defaults.py
  • 8d5f630 bump: version 3.21.1 → 3.21.2
  • 6148bf1 test(tests/test_git.py): use the IDs tool to clearly describe each test item
  • 3519ae7 fix(commitizen/git.py,-tests/test_git.py): Resolve tempfile path spaces issue...
  • 223532b bump: version 3.21.0 → 3.21.1
  • 7c0e780 fix(command-init): "cz init" should list exisitng tag in reverse order
  • ffb6df7 bump: version 3.20.0 → 3.21.0
  • b42a676 style: refine coding style based on reviews
  • fc3c1e9 test(commit): create new test for backup file creation and use fixture for ot...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 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)
Tatsh commented 7 months ago

@dependabot rebase