pearofducks / rollup-plugin-dev

development server for rollup with additional logging and options
MIT License
61 stars 9 forks source link

fastify-http-proxy is deprecated (as of 8 hours ago) #25

Closed binyamin closed 2 years ago

binyamin commented 2 years ago

From the npm page:

fastify-http-proxy@6.3.0 has been deprecated. Please use @fastify/http-proxy@7.0.0 instead.

I only realized because errors appeared in the console.

pearofducks commented 2 years ago

Thanks for the heads-up. This is a known issue, but waiting for the rest of the Fastify rename to happen before shifting so I don't have to publish 3-4 new versions for all the renamed modules.

Since it's just a rename, there's no rush to get this done and you can just ignore the warning in the console when you install.

https://github.com/fastify/fastify/issues/3733

binyamin commented 2 years ago

@pearofducks Gotcha. FYI, I get the warnings every time I run the server.