front-matter-manipulator
front-matter-manipulator copied to clipboard
Dependencies upgrade
This PR upgrades all the dependencies. Some notes:
-
chalk
can be upgraded to4.1.2
only. The newv5
is ESM, so won't be compatible without moving the whole package to ESM -
Jest
requires the migration fromtestUrl
totestEnvironmentOptions.url
as documented. The old one is deprecated.
I inherited two commits from #5 for make it easier.