Minor issue found in 2.47.0
After bumping to mappersmith@2.47.0, the package has optional peer dependencies (diff and tty-table) that are used by rich mock errors. Since the Jest setup enables configs.test.richMockErrors, add compatible versions of those peers to this workspace (or disable rich mock errors here) to avoid peer-dependency warnings / missing-module issues.
This will emit warnings and telling people they have to be on ^7 and ^4 respectively.
The feature works fine => peer dependencies meta can be ^7 || ^8 and ^4 || ^5.
Minor issue found in 2.47.0
This will emit warnings and telling people they have to be on
^7and^4respectively.The feature works fine => peer dependencies meta can be
^7 || ^8and^4 || ^5.