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

Upgrade to Chokidar 3. #17558

Merged
merged 2 commits into from Oct 21, 2020
Merged

Upgrade to Chokidar 3. #17558

merged 2 commits into from Oct 21, 2020

Commits on Oct 2, 2020

  1. Upgrade to Chokidar 3.

    - Get rid of vulnerability warning (#17416)
    - Get rid of `npm install` message
      `deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.`
    - Improve compatibility and performance (see discussion at webpack/watchpack#130)
    
    The Chokidar changelog https://github.com/paulmillr/chokidar/releases/tag/3.0.0
    mentions no API changes. The major version bump is because it drops support
    for Node < v6, but it should not cause problems because Next itself only supports Node v10.13+.
    ludofischer committed Oct 2, 2020
    Copy the full SHA
    53513ec View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Copy the full SHA
    14702c1 View commit details
    Browse the repository at this point in the history