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

New TOML parser

Open LunaticMuch opened this issue 2 years ago • 0 comments

This PR does 3 things:

  1. Upgrade package-lock.json to v2
  2. Add missing config for Jest as required on facebook/jest/6766
  3. Swap toml-js with @iarna/toml

Regarding the toml library swap, the original library was quite old and with various security issue. The upgrade of the library itself was not easy, it should be rewritten. The new library does exactly the same, plus it supports a new spec for TOML and now all tests are passed.

I did not upgrade the version number, deeming that it would be upgraded by the CI/CD.

LunaticMuch avatar Aug 01 '22 06:08 LunaticMuch