OpenTreeMap / otm-core

OpenTreeMap is a collaborative platform for crowdsourced tree inventory, ecosystem services calculations, urban forestry analysis, and community engagement.
www.opentreemap.org
Other
186 stars 88 forks source link

Upgrade jquery #3228

Closed jwalgran closed 6 years ago

jwalgran commented 6 years ago

https://jquery.com/upgrade-guide/3.0/

1.10.2 -> 1.12.4

Issues

1.12.4 -> 3.3.1

Deprecations

These items are reported by jquery-migrate in external libraries. The methods still exist in jquery 3.3.1 so we are opting to not try and update the otherwise working external libraries. In the case of typeahead, there is not a maintaned version that avoids these deprecated methods.

Issues

jwalgran commented 6 years ago

As recommend, I started by upgrading to the latest 1.x version of jQuery and adding the 1.x version of jquery-migrate. I will add issues logged by jquery-migrate as checklist items in the issue description.