-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to chokidar 4 #2222
Comments
I need to check this fairly carefully for any breaking changes. If it's all good, then I will do, but there's no high priority to bump the dep just yet (especially as it's just come out). |
The big breaking change is that it dropped support for glob syntax, so any glob usage needs to be handled on the user's side: https://github.com/paulmillr/chokidar?tab=readme-ov-file#upgrading |
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. |
Still exists as a to-do |
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. |
Still exists as a to-do |
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. |
Still exists as a to-do |
I'm guessing no one has wanted to contribute to this issue to see if it breaks backward support, so I'll do it when I've got time. I'm guessing the only tangible benefit is ticking that security box around the false positive flag on braces, or is there something else that's significantly better? (this will help inform the priority) |
As mentioned in the issue description, it also drops a dozen dependencies so results in smaller installs and less supply chain risk |
Chokidar v4 is out now. It drops a dozen dependencies, so is much smaller and lighter
The text was updated successfully, but these errors were encountered: