Suddenly today out of nowhere I started getting it on every page of our site
Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive
And this is not just one or two .. like thousands of them ....

They are furious.
The only way to stop the flow of violations is to comment out this line.
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" type="text/javascript"></script>
I read other posts about what this violation means, but I really donβt see that I did something else between two hours ago and now (I did a full rollback to see if this helped)
It is almost as if someone had added an error to jquery.min.js, but I seriously doubt it, because then everyone will get it.
Any ideas? I tried to debug everything I could, and still donβt know what causes this?!?
UPDATE
I replaced all <button><md-tooltip>text</md-tooltip></button> width <button data-toggle="tooltip" title="text"></button> This allowed me to remove 99% of all violations,
source share