@changesets/git
Advanced tools
Comparing version 3.0.1 to 3.0.2
# @changesets/git | ||
## 3.0.2 | ||
### Patch Changes | ||
- [#1487](https://github.com/changesets/changesets/pull/1487) [`7323704`](https://github.com/changesets/changesets/commit/7323704dff6e76f488370db384579b86c95c866f) Thanks [@bluwy](https://github.com/bluwy)! - Bump `micromatch` dependency to ^4.0.8 to prevent installing version with vulnerability | ||
- [#1514](https://github.com/changesets/changesets/pull/1514) [`962ab91`](https://github.com/changesets/changesets/commit/962ab918bc2deb89012a0cefce10387997cc54ed) Thanks [@nicoalonsop](https://github.com/nicoalonsop)! - Update spawndamnit to fix [cross-spawn vulnerability](https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230) | ||
## 3.0.1 | ||
@@ -4,0 +12,0 @@ |
@@ -66,3 +66,3 @@ 'use strict'; | ||
if (cmd.code !== 0) { | ||
throw new Error(`Failed to find where HEAD diverged from ${ref}. Does ${ref} exist?`); | ||
throw new Error(`Failed to find where HEAD diverged from "${ref}". Does "${ref}" exist and it's synced with remote?`); | ||
} | ||
@@ -69,0 +69,0 @@ |
@@ -54,3 +54,3 @@ import spawn from 'spawndamnit'; | ||
if (cmd.code !== 0) { | ||
throw new Error(`Failed to find where HEAD diverged from ${ref}. Does ${ref} exist?`); | ||
throw new Error(`Failed to find where HEAD diverged from "${ref}". Does "${ref}" exist and it's synced with remote?`); | ||
} | ||
@@ -57,0 +57,0 @@ |
{ | ||
"name": "@changesets/git", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Some git helpers that changesets use to get information", | ||
@@ -25,4 +25,4 @@ "main": "dist/changesets-git.cjs.js", | ||
"is-subdir": "^1.1.1", | ||
"micromatch": "^4.0.2", | ||
"spawndamnit": "^2.0.0" | ||
"micromatch": "^4.0.8", | ||
"spawndamnit": "^3.0.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
# @changesets/git | ||
[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/git) | ||
[![npm package](https://img.shields.io/npm/v/@changesets/git)](https://npmjs.com/package/@changesets/git) | ||
[![View changelog](https://img.shields.io/badge/Explore%20Changelog-brightgreen)](./CHANGELOG.md) | ||
@@ -5,0 +6,0 @@ A collection of helper functions used internally in changesets to make git operations easier. |
@@ -52,3 +52,3 @@ import spawn from "spawndamnit"; | ||
throw new Error( | ||
`Failed to find where HEAD diverged from ${ref}. Does ${ref} exist?` | ||
`Failed to find where HEAD diverged from "${ref}". Does "${ref}" exist and it's synced with remote?` | ||
); | ||
@@ -55,0 +55,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71811
9
+ Addedcross-spawn@7.0.6(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedspawndamnit@3.0.1(transitive)
+ Addedwhich@2.0.2(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedspawndamnit@2.0.0(transitive)
- Removedwhich@1.3.1(transitive)
- Removedyallist@2.1.2(transitive)
Updatedmicromatch@^4.0.8
Updatedspawndamnit@^3.0.1