You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: advance jQuery migration by upgrading to 3.7.1 with modern Migrate
Move to the latest stable jQuery (3.7.1) and jQuery UI (1.14.1), replacing outdated 1.9.1 versions. This continues our incremental modernization path.
Update jQuery Migrate to 3.4.1 to match, ensuring accurate deprecation warnings during development. The new Migrate version supports the latest APIs and provides better debugging feedback.
All existing behavior is preserved. Warnings in the console should now reflect any remaining legacy patterns that need cleanup.
Part of the migration sequence:
- Previous: refactor .bind()/.click() → .on()
- This: upgrade core libraries
- Next: remove Migrate once clean
0 commit comments