Skip to content
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

Chokidar v4 wildcards support #1003

Merged
merged 2 commits into from
Mar 6, 2025

Conversation

4unit
Copy link
Contributor

@4unit 4unit commented Mar 1, 2025

Since Chokidar v4 removed support for glob, making wildcard file watcher paths non-functional. For reference, see the open issue

This PR addresses this issue by updating file-watcher.cjs to restore the ability to use wildcards without requiring additional dependencies or configuration changes. Note that these changes do not affect Chokidar version 3, allowing us to utilize both v3 and v4 seamlessly.

@taylorotwell
Copy link
Member

Drafting pending review from @crynobone

@taylorotwell taylorotwell marked this pull request as draft March 4, 2025 15:23
@crynobone crynobone self-assigned this Mar 4, 2025
@crynobone crynobone marked this pull request as ready for review March 6, 2025 09:16
@taylorotwell taylorotwell merged commit 9561dd5 into laravel:2.x Mar 6, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants