front-matter-manipulator
front-matter-manipulator copied to clipboard
New TOML parser
This PR does 3 things:
- Upgrade
package-lock.json
to v2 - Add missing config for Jest as required on facebook/jest/6766
- 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.