Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

pickup latest fsevents (v1.2.9) for Node 12 compat #2951

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

michaelsbradleyjr
Copy link
Contributor

fsevents is a transitive dependency by way of jest. package-lock.json was doing its job and preventing a bump to fsevents v1.2.9, i.e. even though the caret ranges for that dependency would allow for it.

Older versions of fsevents are not compatible with Node.js 12, so for this commit package-lock.json was manually bumped (resolved fsevents was removed from the file and then npm install was rerun).

fsevents is a transitive dependency by way of jest. `package-lock.json` was
doing its job and preventing a bump to fsevents v1.2.9, i.e. even though the
caret ranges for that dependency would allow for it.

Older versions of `fsevents` are not compatible with Node.js 12, so for this
commit `package-lock.json` was manually bumped (resolved fsevents was removed
from the file and then `npm install` was rerun).
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.636% when pulling 958a921 on michaelsbradleyjr:build/fsevents-1.2.9 into 02a251d on ethereum:2.x.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.636% when pulling 958a921 on michaelsbradleyjr:build/fsevents-1.2.9 into 02a251d on ethereum:2.x.

@nivida nivida added 2.x 2.0 related issues Bug Addressing a bug labels Jul 17, 2019
@nivida nivida merged commit e95e99b into web3:2.x Jul 17, 2019
@nivida nivida mentioned this pull request Aug 5, 2019
11 tasks
@michaelsbradleyjr michaelsbradleyjr deleted the build/fsevents-1.2.9 branch August 15, 2019 18:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.x 2.0 related issues Bug Addressing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants