Basically we need to remove deprecated calls somewhere.
As a workaround, create a JSX xobject in a page with the following content:
requirejs(['jquery'], function ($) {
$.migrateMute = true;
$.migrateTrace = false;
});
For example:
See also magento 2.1 - How to disable JQMigrate Logging - Magento Stack Exchange