cz-cli icon indicating copy to clipboard operation
cz-cli copied to clipboard

The commitizen command line utility. #BlackLivesMatter

Results 144 cz-cli issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | got | [`9.6.0` -> `11.8.5`](https://renovatebot.com/diffs/npm/got/9.6.0/11.8.5) | ### GitHub Vulnerability Alerts #### [CVE-2022-33987](https://nvd.nist.gov/vuln/detail/CVE-2022-33987) The got package...

security

node 14.18.0 npm 6.14.15 When I run "git cz" and try to chose options/type something it starts repeating current step question on each action I see, many here have the...

Multiplication of stdout (I traced this issue down to the log-update package but I could be wrong). Seems like the package doesn't know what to cut from the output (wrong...

bug
windows

![image](https://user-images.githubusercontent.com/18373253/152828446-6a65633a-db34-467c-997c-a5093bd24b3b.png) after pressing any key: ![image](https://user-images.githubusercontent.com/18373253/152828567-dd897bae-60dc-4ee1-bc25-a1d71a792254.png)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | npm | [`7.20.1` -> `8.11.0`](https://renovatebot.com/diffs/npm/npm/7.20.1/8.11.0) | ### GitHub Vulnerability Alerts #### [CVE-2022-29244](https://togithub.com/npm/cli/security/advisories/GHSA-hj9c-8jmm-8c52) ### Impact `npm...

security

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | marked | [`2.1.3` -> `4.0.10`](https://renovatebot.com/diffs/npm/marked/2.1.3/4.0.10) | ### GitHub Vulnerability Alerts #### [CVE-2022-21681](https://togithub.com/markedjs/marked/security/advisories/GHSA-5v2h-r2cx-5xgj) ### Impact _What...

security

For companies that do a fair amount of paired programming, it's valuable to be able to represent multiple authors for commits. So we use Git's co-author feature: https://help.github.com/en/articles/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line It would...

enhancement
help / pr wanted

I am trying to configure husky hooks with commitizen and lint-staged. This seems to trigger commit twice when I run `yarn cz` but when I run git commit it runs...

In a monorepo setup (like with yarn workspaces) it is not possible to install `commitizen` at the root and then use it in the packages. Being in a folder like...