Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
357 stars 44 forks source link

fix: optimize deps with nested config #498

Open m0nch1 opened 3 months ago

m0nch1 commented 3 months ago

The following WARN is displayed after pnpm install

image

Here is the PR to resolve this

And putting this fix in may also resolve issue: https://github.com/Diizzayy/nuxt-graphql-client/issues/473

reference

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 42.29%. Comparing base (479fbb2) to head (2061c38). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #498 +/- ## ========================================== - Coverage 42.31% 42.29% -0.02% ========================================== Files 26 26 Lines 1385 1388 +3 Branches 139 147 +8 ========================================== + Hits 586 587 +1 - Misses 779 781 +2 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

m0nch1 commented 2 months ago

@Diizzayy I would appreciate it if you could review it when you have time!!