Skip to content

Commit

Permalink
chore(all): upgrade graceful-fs
Browse files Browse the repository at this point in the history
Ensures that the version of `graceful-fs` in use includes this fix: isaacs/node-graceful-fs#220. This was breaking `jest-resolve` for reasons I don't fully understand, making it unable to load tests for `res-to-ts`.

I wasn't able to figure out how to make `pnpm` update `graceful-fs` to the version I wanted as a transitive dependency. I tried `pnpm update graceful-fs@4.2.10` and similar, but none worked. Instead, I manually updated the lockfile to point to `graceful-fs: 4.2.10` and removed the `graceful-fs` entries, then ran `pnpm install` to make `pnpm` fix the broken lockfile.

Fixes #1716
  • Loading branch information
eventualbuddha committed Apr 21, 2022
1 parent b198d92 commit 42f4bbd
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42f4bbd

Please sign in to comment.