-
-
Notifications
You must be signed in to change notification settings - Fork 3k
fix(deps): update chokidar to v4 #5256
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey thanks for getting this started! Sorry it took so long to review - since Chokidar didn't end up needing to be bumped with v11, this fell by the wayside. But I'm excited to help push this forward along now! 🚀
Requesting changes primarily on a performance point, as well as a design point. Happy to talk if you want. 🙂
Hey @JoshuaKGoldberg, there is no way I remember the details after a month :). All I know it's been a struggle to get all tests working. In the meantime we switched to ava to resolve our issues, so I can't do much. |
@JoshuaKGoldberg is there any blocker to this PR besides merge conflicts of a lockfile? |
Just a re-request for review. I'll add it to the queue for review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source code looks good, thanks for the refactor!
I finally found time to really dig in and try this in production - and think I found a performance bug. LMK what you think of it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 This is fantastic, thanks a bunch @ggodlewski! I really appreciate you sticking through & working with me on the reviews.
I've played with this a bunch locally on relatively small and large repros, and haven't found any issues. I'd really prefer to get another review from someone on @mochajs/maintenance-crew just to be safe - but otherwise ✅ on my end.
Nice job!
I'll take a look at this tonight :) |
@ggodlewski are you able to resolve the merge conflict? Otherwise looks great :) |
@mark-wiemer I rebased against main and updated lock file. |
PR Checklist
status: accepting prs
Overview
Current chokidar is bundled with tons of spam deps including
braces
which trigger some audit alert.All test are working. It supports globs unlike #5215