Skip to content

fix(deps): update gatsby monorepo#668

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gatsby-monorepo
Open

fix(deps): update gatsby monorepo#668
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gatsby-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2025

This PR contains the following updates:

Package Change Age Confidence
gatsby (source, changelog) 5.14.45.16.1 age confidence
gatsby-plugin-image (source) 3.14.03.16.0 age confidence
gatsby-plugin-manifest (source) 5.14.05.16.0 age confidence
gatsby-plugin-no-sourcemaps (source) 5.14.05.16.0 age confidence
gatsby-plugin-sharp (source) 5.14.05.16.0 age confidence
gatsby-plugin-sitemap (source) 6.14.06.16.0 age confidence
gatsby-plugin-styled-jsx (source) 6.14.06.16.0 age confidence
gatsby-remark-copy-linked-files (source) 6.14.06.16.0 age confidence
gatsby-remark-images (source) 7.14.07.16.0 age confidence
gatsby-remark-prismjs (source) 7.14.07.16.0 age confidence
gatsby-source-filesystem (source) 5.14.05.16.0 age confidence
gatsby-transformer-remark (source) 6.14.06.16.0 age confidence
gatsby-transformer-sharp (source) 5.14.05.16.0 age confidence

Release Notes

gatsbyjs/gatsby (gatsby)

v5.16.1

Compare Source

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby@5.16.0...gatsby@5.16.1

v5.16.0

Compare Source

What's Changed

React 19

[!NOTE]
🔐 As of January 26 2026, none of the React 19 security vulnerabilities affect Gatsby.

🚀 React 19 is here!

React 19 is now officially supported by Gatsby and all gatsby- packages maintained by the Gatsby team.

This is not a breaking change. You can safely upgrade to this release while staying on React 18.

All packages' peer dependencies on react and react-dom have been extended from ^18.0.0 to ^18.0.0 || ^19.0.0.

All existing stable Gatsby functionality is intended to now work with React 19.

PR: #​39306

Upgrade Guide

[!WARNING]
Community plugins may not have been updated yet to support React 19, so please check their repository for the current status. All plugins managed by the Gatsby team (in the gatsbyjs/gatsby repository) have been updated.

To upgrade to React 19, first upgrade gatsby and all your dependencies that start with gatsby- to the latest version. (Check out this guide if you need help with that.)

[!TIP]
If you use npm 7 or higher you’ll want to use the --legacy-peer-deps option. For example, if you use gatsby and gatsby-plugin-postcss:

npm install --legacy-peer-deps gatsby@latest gatsby-plugin-postcss@latest

Then, follow the React 19 upgrade guide. No other changes are required.

Please note:

  • Some new React 19 features may not be available yet via Gatsby.
  • Gatsby Partial Hydration, an experimental feature for three years now, is known to be incompatible with React 19 at this time. If you rely on this feature, do not upgrade to React 19.
New features

Gatsby now supports React 19's new root error callbacks.

Users can export onCaughtError and onUncaughtError from their gatsby-browser.js to handle errors caught by error boundaries and uncaught errors respectively:

// gatsby-browser.js

export const onCaughtError = ({ error, errorInfo }) => {
  // e.g. send to an error tracking service
  myErrorTracker.reportError(error, { extra: errorInfo })
}

export const onUncaughtError = ({ error, errorInfo }) => {
  // e.g. send to an error tracking service
  myErrorTracker.captureException(error, { extra: errorInfo })
}

In development, these errors also appear in Gatsby's Fast Refresh error overlay. These callbacks are only invoked in React 19.

Node.js 24

Node.js 24 is now officially supported by Gatsby.

PR: #​39380 and #​39398

Notable bugfixes & improvements

  • gatsby, gatsby-source-drupal:
  • chore: remove misc. outdated, invalid, or misleading contributor instructions by @​serhalp in #​39363

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby@5.15.0...gatsby@5.16.0

v5.15.0

Compare Source

What's Changed

Node.js 22

This release formally introduces Node.js 22 support, which is officially tested and supported going forward.

If you wish to use Node.js 22 with Gatsby, we highly recommend using the latest 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.

⚠️ Known Issue: gatsby develop fails with Node.js 22.7.0, 22.8.0, and 22.9.0

There is a critical bug in Node.js (nodejs/node#55145?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes gatsby develop to fail with the error reported in #​39068.

👉🏼 To avoid this, use Node.js 22.10.0 or later. (You can also use 22.6.0 or earlier.)

⚠️ Known Issue: Page loads may hang in dev with experimental DEV_SSR enabled and Node.js ≥22.14.0 (or ≥20.19.0)

This will not affect most users.

A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the gatsby develop dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental DEV_SSR flag.

👉🏼 To avoid this, disable the experimental DEV_SSR flag. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)

New Contributors

Thank you!

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0

v5.14.6

Compare Source

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"

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6

v5.14.5

Compare Source

2025-06-19

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.4...gatsby@5.14.5

gatsbyjs/gatsby (gatsby-plugin-image)

v3.16.0

Compare Source

🧾 Release notes

Features
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v3.15.0

Compare Source

🧾 Release notes

Bug Fixes
gatsbyjs/gatsby (gatsby-plugin-manifest)

v5.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v5.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

gatsbyjs/gatsby (gatsby-plugin-no-sourcemaps)

v5.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v5.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-no-sourcemaps

gatsbyjs/gatsby (gatsby-plugin-sharp)

v5.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v5.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sharp

gatsbyjs/gatsby (gatsby-plugin-sitemap)

v6.16.0

Compare Source

🧾 Release notes

Features
Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v6.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sitemap

gatsbyjs/gatsby (gatsby-plugin-styled-jsx)

v6.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v6.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-jsx

gatsbyjs/gatsby (gatsby-remark-copy-linked-files)

v6.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v6.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-remark-copy-linked-files

gatsbyjs/gatsby (gatsby-remark-images)

v7.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v7.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-remark-images

gatsbyjs/gatsby (gatsby-remark-prismjs)

v7.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v7.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-remark-prismjs

gatsbyjs/gatsby (gatsby-source-filesystem)

v5.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v5.15.0

Compare Source

🧾 Release notes

Bug Fixes
gatsbyjs/gatsby (gatsby-transformer-remark)

v6.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v6.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-transformer-remark

gatsbyjs/gatsby (gatsby-transformer-sharp)

v5.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)

v5.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-transformer-sharp


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jun 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
neontribe-www Ready Ready Preview, Comment Jan 26, 2026 9:36pm

Request Review

@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from 7b6bcc7 to 6e1acdb Compare June 30, 2025 15:19
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from 6e1acdb to bb933e1 Compare June 30, 2025 16:08
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from bb933e1 to 91afe13 Compare August 7, 2025 11:24
@renovate renovate bot changed the title fix(deps): update dependency gatsby to v5.14.5 fix(deps): update dependency gatsby to v5.14.6 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from 91afe13 to 6884b76 Compare August 27, 2025 21:32
@renovate renovate bot changed the title fix(deps): update dependency gatsby to v5.14.6 fix(deps): update gatsby monorepo Aug 27, 2025
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from 6884b76 to fb76181 Compare October 21, 2025 13:56
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from fb76181 to c227f2d Compare November 18, 2025 19:54
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from c227f2d to 6f861d0 Compare December 31, 2025 15:49
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from 6f861d0 to 7aa5542 Compare January 8, 2026 17:33
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from 7aa5542 to da945a0 Compare January 26, 2026 21:34
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from da945a0 to 606f0a0 Compare February 10, 2026 19:04
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from 606f0a0 to ac02e87 Compare February 12, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants