Steve King
Steve King
When using `git.revparse` the success of a task can be dependent on the order of arguments, eg: ``` git.revparse(['HEAD', '--short']) // fails git.revparse(['--short', 'HEAD']) // succeeds ``` The order of...
The `simple-git/promise` import relies on being able to access un-minified source when running in the consumer's environment. When running as part of a minified bundle, names in the `simple-git` source...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade lerna from 8.1.3 to 8.1.4. :information_source: Keep your dependencies...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade prettier from 3.2.5 to 3.3.0. :information_source: Keep your dependencies...
Currently when `simpleGit` is configured with an override for a single environment variable: ``` const git = simpleGit().env('A', 'aaa'); ``` The `git` child process will be called with an environment...
 Snyk has created this PR to upgrade @changesets/cli from 2.27.7 to 2.27.8. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...