Summary
npm warn deprecated gatsby-image@2.11.0 appears on install. The package is a direct dependency in package.json (gatsby-image@2.11.0) but is not imported anywhere under src/ (no gatsby-image, GatsbyImage, or StaticImage usage).
Upstream guidance: migrate to gatsby-plugin-image — but for this repo the simplest fix is to remove the unused dependency.
Parent inventory: #445 (Cluster B quick win).
Acceptance criteria
Notes
If image components are reintroduced later under Gatsby, use gatsby-plugin-image (or Next.js Image after #415).
Summary
npm warn deprecated gatsby-image@2.11.0appears on install. The package is a direct dependency inpackage.json(gatsby-image@2.11.0) but is not imported anywhere undersrc/(nogatsby-image,GatsbyImage, orStaticImageusage).Upstream guidance: migrate to
gatsby-plugin-image— but for this repo the simplest fix is to remove the unused dependency.Parent inventory: #445 (Cluster B quick win).
Acceptance criteria
gatsby-imagefrompackage.json/ lockfilenpm install --legacy-peer-depsno longer warns aboutgatsby-imageNotes
If image components are reintroduced later under Gatsby, use
gatsby-plugin-image(or Next.jsImageafter #415).