remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.21k stars 1.72k forks source link

V2 to V3 Migration #2130

Closed BarishSarac closed 11 months ago

BarishSarac commented 11 months ago

Hello,

I have nodemon@2.0.22 installed in my package.json and need to upgrade to nodemon@3.0.0 to address security vulnerability per snyk. Is there any breaking update for nodemon for this migration that everyone should know?

hochoy commented 11 months ago

As per the v3 release changelog, the only breaking change is that the tests no longer cover Node 8. Seems that nodemon now watches for changes to .cjs file extensions.

https://github.com/remy/nodemon/releases Screen Shot 2023-09-05 at 2 13 58 PM

github-actions[bot] commented 11 months ago

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3