Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"gatsby-plugin-offline": "3.2.37",
"gatsby-plugin-prefetch-google-fonts": "1.4.3",
"gatsby-plugin-react-helmet": "3.3.14",
"gatsby-plugin-sharp": "2.6.43",
"gatsby-plugin-sharp": "4.25.1",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I am not applying this package-only bump as-is: gatsby-plugin-sharp@4.x belongs to the Gatsby 4 plugin family while this repo is still on Gatsby 2.x. This needs to be handled together with the Gatsby major upgrade path (see #421), not as an isolated plugin bump.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. The lockfile is stale on the original Renovate branch. I am leaving this blocked rather than regenerating a lockfile for an incompatible Gatsby 4 plugin against the current Gatsby 2 stack.

"gatsby-plugin-sitemap": "2.4.17",
"gatsby-source-filesystem": "2.3.35",
"gatsby-transformer-sharp": "2.5.19",
Expand Down
Loading