commitpal icon indicating copy to clipboard operation
commitpal copied to clipboard

A delightful CLI tool for building complex commit messages

Results 18 commitpal issues
Sort by recently updated
recently updated
newest added

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 1.129.0 to 3.5.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 2040de6: Resolves potential command injection vulnerability by preventing use of --upload-pack in git.clone [email protected] Minor...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trim-newlines&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.0.1)](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...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Will be able to export a config to the directory instead of being prompted every time

Loading a config file only works with relative paths 🤷‍♂️ ### Examples 1. ~ expansion e.g. ```sh $ commitpal -c ~/.commitpal.config.json -n Error: /Users/jvernon/.commitpal.config.json not found ? Please choose a...

bug

Cmd + C produces this error ``` Error: Promise rejected with value: '' at process. (/Users/ddelcore/.nvm/versions/node/v12.3.1/lib/node_modules/commitpal/node_modules/hard-rejection/index.js:15:12) at process.emit (events.js:200:13) at processPromiseRejections (internal/process/promises.js:165:18) at processTicksAndRejections (internal/process/task_queues.js:90:32) ```