2025-08-06
What's Changed
- fix: don't treat timestamps as dynamic paths (#39340) by @gatsbybot in #39341
- fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (#39343) by @gatsbybot in #39345
- This fixes npm install errors/warnings with Node.js 18 that look like
error glob@11.0.3: The engine "node" is incompatible with this module. Expected version "20 || >=22". Got "18.6.0"
- This fixes npm install errors/warnings with Node.js 18 that look like
Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6