jest-changed-files
Advanced tools
Comparing version 27.0.0-next.3 to 27.0.0-next.4
@@ -111,3 +111,3 @@ 'use strict'; | ||
return findChangedFilesUsingCommand( | ||
['show', '--name-only', '--pretty=format:', 'HEAD'].concat( | ||
['show', '--name-only', '--pretty=format:', 'HEAD', '--'].concat( | ||
includePaths | ||
@@ -122,3 +122,3 @@ ), | ||
findChangedFilesUsingCommand( | ||
['diff', '--name-only', `${changedSince}...HEAD`].concat( | ||
['diff', '--name-only', `${changedSince}...HEAD`, '--'].concat( | ||
includePaths | ||
@@ -129,9 +129,13 @@ ), | ||
findChangedFilesUsingCommand( | ||
['diff', '--cached', '--name-only'].concat(includePaths), | ||
['diff', '--cached', '--name-only', '--'].concat(includePaths), | ||
cwd | ||
), | ||
findChangedFilesUsingCommand( | ||
['ls-files', '--other', '--modified', '--exclude-standard'].concat( | ||
includePaths | ||
), | ||
[ | ||
'ls-files', | ||
'--other', | ||
'--modified', | ||
'--exclude-standard', | ||
'--' | ||
].concat(includePaths), | ||
cwd | ||
@@ -145,9 +149,13 @@ ) | ||
findChangedFilesUsingCommand( | ||
['diff', '--cached', '--name-only'].concat(includePaths), | ||
['diff', '--cached', '--name-only', '--'].concat(includePaths), | ||
cwd | ||
), | ||
findChangedFilesUsingCommand( | ||
['ls-files', '--other', '--modified', '--exclude-standard'].concat( | ||
includePaths | ||
), | ||
[ | ||
'ls-files', | ||
'--other', | ||
'--modified', | ||
'--exclude-standard', | ||
'--' | ||
].concat(includePaths), | ||
cwd | ||
@@ -154,0 +162,0 @@ ) |
{ | ||
"name": "jest-changed-files", | ||
"version": "27.0.0-next.3", | ||
"version": "27.0.0-next.4", | ||
"repository": { | ||
@@ -27,3 +27,3 @@ "type": "git", | ||
}, | ||
"gitHead": "2e34f2cfaf9b6864c3ad4bdca05d3097d3108a41" | ||
"gitHead": "941c414f0b757fdc619778c46c21fda26b3e5504" | ||
} |
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
14480
401