I'm upgrading jQuery from 2 to 3, running through the site with jQuery-migrate looking for and replacing deprecated or removed methods. However, one of my dependancies (Parsley.js) is apparently using the deprecated (but not removed) 'deferred.pipe()'.
A screen shot of the jQuery-migrate console output
I'm using the newest version of Parsley, should I just leave it?