-
Notifications
You must be signed in to change notification settings - Fork 573
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
Drop .pnpmfile.cjs and disable NestJS Apollo Federation Compatibility action #2622
Conversation
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
💻 Website PreviewThe latest changes are available as preview in: https://f7ad16bb.graphql-yoga.pages.dev |
❌ Benchmark FailedPerformance regression detected: it seems like your Pull Request adds some extra latency to GraphQL Yoga
|
Because
.pnpmfile.cjs
is causing issues with renovate. For example in #2618 (and any other renovate PR at this point in time).pnpm doesn't support this out-of-the box: pnpm/pnpm#2713. 😑