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 chokidar and fsevents for Apple M1 compatibility #3945

Merged
merged 1 commit into from
Feb 1, 2021
Merged

Upgrade chokidar and fsevents for Apple M1 compatibility #3945

merged 1 commit into from
Feb 1, 2021

Commits on Jan 31, 2021

  1. Upgrade chokidar and fsevents for Apple M1 compatibility

    This PR updates `chokidar` and `fsevents` in package.json.
    
    `fsevents` ~2.1.2 was deprecated, and mentions to use 2.2 or 2.3 instead. This is the message you see when installing rollup as a dependency: `rollup > fsevents@2.1.3: "Please update to latest v2.3 or v2.2"`. The [commits](https://github.com/fsevents/fsevents/commits/master) there imply it's for Apple M1 compatibility.
    
    `chokidar` also updated to that version of `fsevents`, so I updated that here too.
    
    If you see package-lock.json, you'll see the older version of 2.1.3 got added to mocha's dependencies. They use the older version, and haven't released a new version yet.
    threepointone committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    0698336 View commit details
    Browse the repository at this point in the history