front-matter-manipulator icon indicating copy to clipboard operation
front-matter-manipulator copied to clipboard

Dependencies upgrade

Open LunaticMuch opened this issue 2 years ago • 0 comments

This PR upgrades all the dependencies. Some notes:

  1. chalk can be upgraded to 4.1.2 only. The new v5 is ESM, so won't be compatible without moving the whole package to ESM
  2. Jest requires the migration from testUrl to testEnvironmentOptions.url as documented. The old one is deprecated.

I inherited two commits from #5 for make it easier.

LunaticMuch avatar Aug 01 '22 06:08 LunaticMuch