Since stylelint is now a dependency of the project root, and meow is a dependency of stylelint, we don't need to explicitly list meow as a dependency of newtab. The project root uses a newer version of meow that requires some small workarounds to work outside of an ES module, so we also need to update the newtab scripts that use meow. Differential Revision: https://phabricator.services.mozilla.com/D187603