Skip to content

build(dev-deps): replace fsevents with forked version#218

Draft
dsanders11 wants to merge 1 commit intomainfrom
build/replace-fsevents-fork
Draft

build(dev-deps): replace fsevents with forked version#218
dsanders11 wants to merge 1 commit intomainfrom
build/replace-fsevents-fork

Conversation

@dsanders11
Copy link
Member

Due to a fun edge case/bug in Yarn v4 and the npm registry, node-gyp is getting injected as a dependency of fsevents even though it's not needed as the package ships a prebuilt .node and there's no binding.gyp.

I'm able to work around this issue by forking fsevents and scrubbing references to node-gyp.

The benefit here is we get to drop a lot of transitive dependencies from our lockfile which are currently hammering us with Dependabot security alerts.

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.

1 participant