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

fix(cli-utils): Fix modules not being resolved correctly with pnpm-installed gql.tada #298

Merged
merged 1 commit into from
May 14, 2024

Conversation

kitten
Copy link
Member

@kitten kitten commented May 14, 2024

Resolves #289

Summary

The missing system.realpath method causes other file resolution processes to fail. Namely, this causes module resolution to act incorrectly with pnpm-installed dependencies and hence fails quite quickly since gql.tada depends on @0no-co/graphql.web

Set of changes

  • Add missing realpath method to createFSBackedSystem

@kitten kitten requested a review from JoviDeCroock May 14, 2024 10:32
Copy link

changeset-bot bot commented May 14, 2024

🦋 Changeset detected

Latest commit: 7aae714

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@kitten kitten merged commit 60f13e9 into main May 14, 2024
2 checks passed
@kitten kitten deleted the fix/pnpm-file-resolution branch May 14, 2024 11:02
@github-actions github-actions bot mentioned this pull request May 14, 2024
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.

turbo cache is not including fragments that are defined separately (like fragment colocation)
2 participants