fotingo
fotingo copied to clipboard
A CLI to ease the interaction between git, github and jira when working on tasks.
Fixing a few issues that made noise when installing `fotingo`. Still one remains via `tscpaths`'s dependencies.
Wish: Checkout to existing branch instead of throwing "There is already a branch for the issue"
POC of moving from jest to vitest. **Description** Will update this to list everything changed. Summary is all tests pass. Coverage fails on a few tests but same in jest....
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.5.0 to 3.13.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 87b0d75: Increase the level of deprecation notices for use of simple-git/promise, which will be fully...
Bumps [@scarf/scarf](https://github.com/scarf-sh/scarf-js) from 1.1.0 to 1.1.1. Commits See full diff in compare view [](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...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.8.2. Release notes Sourced from typescript's releases. TypeScript 4.8 RC For release notes, check out the release announcement. For the complete list of fixed issues,...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.2 to 19.0.5. Release notes Sourced from semantic-release's releases. v19.0.5 19.0.5 (2022-08-23) Reverts Revert "fix(deps): update dependency yargs to v17" (#2534) (8f07522), closes #2534 #2533 v19.0.4 19.0.4...
Bumps [npm](https://github.com/npm/cli) from 8.3.2 to 8.18.0. Changelog Sourced from npm's changelog. v8.18.0 (2022-08-17) Features e6d4304 #5306 feat(arborist): add overridden getter to Node class (@nlf) d221f72 #5306 feat(arborist): add :overridden pseudo...
Sometimes PRs need to run CI and other tests but aren't necessarily ready for review. Draft PRs are great for this use case. Suggested feature: - Add `--draft` or similar...
When creating a pull request from an issue that contains an image attachment (or any other attachment for that matter), it's not copied over. **Steps to reproduce** - Create a...