Our team noticed in a project that relies on Pino, that our builds started to fail during ci/cd. We have not made any modification and the error is complaining about our usage of pino.
Error Message:
error TS2595: 'pino' can only be imported by using a default import.
I believe the issue is related to this commit included in 9.8.0: https://github.com/pinojs/pino/pull/2223/files
I have left the following comment for convenience.