-
Notifications
You must be signed in to change notification settings - Fork 0
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
Peer dependency compatibility with Gatsby 4.0 #199
Comments
is there an update on a new version for this? |
Anyone working on this? |
Also waiting for this! 👀 |
Also would love this! |
I can confirm that it breaks with gatsby
gatsby-plugin-advanced-sitemap/package.json Lines 50 to 56 in 5a7efa1
Not entirely sure how it was working until now, but it isn't anymore. |
@simon-abbott Could you please speficy in what way it exactly breaks in your case? I have currently brought a project up to 4.5.2 and despite the compability warning, the plugin still seems to correctly generate the sitemaps in my case. |
@Hahlh , I have same issue. It doesnt work with gatsby 4.2. |
|
There is a new package: Haven't tried it yet, but there's a migration guide from gatsby-plugin-advanced-sitemap |
Fixed in release v2.1.0: #178 |
Issue Summary
Gatsby 4.0 is out but gatsby-plugin-advanced-sitemap restricts the peer dependency to 3.0. This blocks running npm audit fix, amongst other projects. Is there a plan to update? Looks like renovate is trying to at #198
To Reproduce
See https://github.com/TryGhost/gatsby-plugin-advanced-sitemap/blob/master/package.json#L32
npm audit fix
(using node 16)Technical details:
The text was updated successfully, but these errors were encountered: