danielwaltz / vite-plugin-graphql-codegen

Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher
https://www.npmjs.com/package/vite-plugin-graphql-codegen
MIT License
83 stars 8 forks source link

Add @graphql-codegen/cli@^4.0.0 as peer dependency #20

Closed lachieh closed 1 year ago

lachieh commented 1 year ago

The @graphql-codegen/cli package got a major version but the changes don't affect the usage by this plugin. Tested locally, both with test-suite and symlinked dependency.

danielwaltz commented 1 year ago

Looks great! Thank you for doing this. Only thing we'd need before merging is to use the conventional commits spec for the commit message in order for it to be caught by the deploy process and issued as a release.

I think for this we can probably do a patch, so maybe this commit message instead!

fix: add @graphql-codegen/cli@^4.0.0 as peer dependency
lachieh commented 1 year ago

Got it, thanks!

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 3.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

lachieh commented 1 year ago

Thank you, @danielwaltz!