I was looking at some of the deprecation notices we're getting from jQuery after #12447 [1], and, while we can fix a lot of them ourselves, some seem to be in libraries we're using.
After a quick grep of the code, I see jqplot, several jquery files, and openlayers seem to be affected.
One of the deprecated functions is bind(). We're using jquery-migrate right now, so how much of a concern are these issues? I suppose we should fix the deprecated uses in our code, but should we worry about the libraries? Is this something I should look at before 4.7 or should we target 4.8 for these fixes, since nothing is technically broken right now?
Isaac