-
Notifications
You must be signed in to change notification settings - Fork 672
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
chore: More explicit Gatsby peer dep #1640
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/systemui/theme-ui/9SyjwtchrRrxU8zw2kk9dP6vQDA6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds great, thank you!
On the CHANGELOG, I believe you can just add that heading to the top of the document. Thanks! |
Done 👍 |
Just FYI folks, you don't need to edit the changelog anymore. I've set up auto which should take care of this before release (and even if it breaks we can run |
🚀 PR was released in |
Hello , Gatsby maintainer here 👋
While looking at the plugins I noticed that the
peerDependency
ongatsby
is set incorrectly. In 55dab22 it was changed to>=2
. We're in the process of providing more helpful information on the/plugins
page of our website and for that we need plugins to set theirpeerDependencies
correctly/more specific.At the moment you say that any version (v3, v4, v5, v6, etc.) will work with this even when in between we'd introduce breaking changes.
Making it more explicit is the safer choice (in the future you'll be able to mark breaking changes with explicit version ranges) and will allow us to display the plugin as compatible to versions X, Y, Z.
Thanks!
P.S.: Please let me know where I should change the
CHANGELOG
? I don't see aUNRELEASED
bulletpoint anymore :)