When using jquery-migrate 3.0.0, I get a javascript error that may be caused by a bug in jquery migrate itself:
jquery-migrate-3.0.0.js:363 Uncaught TypeError: jQuery.event.addProp is not a function
This happens e.g. when clicking on my bootstrap nav tabs, but also when clicking on a simple html select element. When using jquery-migrate 1.4.1, the problem disappears.
See also https://stackoverflow.com/a/37791711/94289