James Sumners
James Sumners
> Should the plugin minimum fastify version be updated from 4 to 5? Yes.
Let's do it.
Also, we will be committed to supporting v4 for quite some time. It will cover those on the old releases.
Going to try and tick off what I can when I'm able.
I/We need to do a pass or two on what we deprecated in v4 and remove what should be removed in v5.
I have started merging `next` branches and then publishing pre releases for the modules. I'm doing this in chunks (so far, with a round of 1, 4 at a time)....
It looks like the package that would need to be patched is https://github.com/tapjs/tapjs/tree/d55bb8ee9ee199d2836a3f9a153f9ebe44127a71/src/run. Specifically around here: https://github.com/tapjs/tapjs/blob/d55bb8ee9ee199d2836a3f9a153f9ebe44127a71/src/run/src/report.ts#L120-L128
Sounds similar to https://github.com/fastify/fastify-swagger/issues/397
Unless things have changed, it's a little bit more involved https://github.com/fastify/fastify/pull/4978/files
`tap@18` is using c8 itself.