Skip to content

fix(deps): update chokidar, so we can watch dirs with ( #4133

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

Merged
merged 1 commit into from
Nov 14, 2018

Conversation

rosen-vladimirov
Copy link
Contributor

@rosen-vladimirov rosen-vladimirov commented Nov 14, 2018

Chokidar 1.7.0, which we are currently using, is unable to watch directories with names that contain glob symbols (like (, *, etc.). There are two ways to fix this:

  • pass disableGlobbing: true, so all paths will be treated as strings.
  • update chokidar to latest version, where the issue is fixed

Suggested solution is to update chokidar to latest version, so we'll get all other fixes listed here

PR Checklist

What is the current behavior?

Unable to LiveSync changes from project which has ( in the dir name.

What is the new behavior?

LiveSync works for projects which have ( in the dir name.

Fixes/Implements/Closes #4129

Chokidar 1.7.0, which we are currently using, is unable to watch directories with names that contain glob symbols (like `(`, `*`, etc.). There are two ways to fix this:
 - pass `disableGlobbing: true`, so all paths will be treated as strings.
 - update chokidar to latest version, where the issue is fixed

Suggested solution is to update chokidar to latest version, so we'll get all other fixes listed [here](https://github.com/paulmillr/chokidar/blob/master/CHANGELOG.md)
@rosen-vladimirov
Copy link
Contributor Author

run ci

@rosen-vladimirov rosen-vladimirov merged commit f79baa2 into release Nov 14, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/update-chokidar branch November 14, 2018 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants