Skip to content

chore(deps): update gatsby monorepo#408

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/gatsby-monorepo
Apr 20, 2026
Merged

chore(deps): update gatsby monorepo#408
renovate[bot] merged 1 commit intomainfrom
renovate/gatsby-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Confidence
babel-preset-gatsby-package (source) 3.15.03.16.0 age confidence
gatsby (source, changelog) 5.15.05.16.1 age confidence
gatsby-core-utils (source) 4.15.04.16.0 age confidence
gatsby-plugin-utils (source) 4.15.04.16.0 age confidence

Release Notes

gatsbyjs/gatsby (babel-preset-gatsby-package)

v3.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)
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

gatsbyjs/gatsby (gatsby-core-utils)

v4.16.0

Compare Source

🧾 Release notes

Bug Fixes
Other Changes
  • Revert "chore(release): Publish next pre-minor" (3539ec8)
gatsbyjs/gatsby (gatsby-plugin-utils)

v4.16.0

Compare Source

🧾 Release notes

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate Bot requested a review from a team as a code owner April 20, 2026 02:39
@renovate renovate Bot enabled auto-merge (squash) April 20, 2026 02:39
@github-actions github-actions Bot added the type: chore work needed to keep the product and development running smoothly label Apr 20, 2026
@renovate renovate Bot merged commit 3d2e4cd into main Apr 20, 2026
10 checks passed
@renovate renovate Bot deleted the renovate/gatsby-monorepo branch April 20, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript type: chore work needed to keep the product and development running smoothly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants