I saw that jQuery has the jQuery-migrate script to safely upgrade jQuery. They have two jQuery-migrate repos:
- https://github.com/jquery/jquery-migrate (for migrating to 3.x)
- https://github.com/jquery/jquery-migrate/tree/1.x-stable (for migrating to 1.9)
Is it necessary to first migrate to 1.9 and then 3.x, or can I just include the first script in my website, and migrate to 3.x directly? Does the 3.x migration script not notify when APIs removed in 1.9 are used?