Skip to content

fix(deps): update gatsby monorepo (major)#643

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-gatsby-monorepo
Open

fix(deps): update gatsby monorepo (major)#643
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-gatsby-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 3, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
gatsby (source, changelog) ^4.24.8^5.0.0 age confidence
gatsby-plugin-image (source) ^2.25.0^3.0.0 age confidence
gatsby-source-filesystem (source) ^4.24.0^5.0.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

v5.14.4

Compare Source

2025-06-06

What's Changed

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

v5.14.3

Compare Source

2025-04-09

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.2...gatsby@5.14.3

v5.14.2

Compare Source

2025-04-07

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.1...gatsby@5.14.2

v5.14.1

Compare Source

v5.14.0: v5.14.0

Compare Source

This release focused on performance improvements and security fixes.

What's Changed

See full release notes

v5.13.7: v5.13.7

Compare Source

2024-07-12

What's Changed

See full release notes: #​39046

v5.13.6: v5.13.6

Compare Source

2024-05-29

What's Changed

See full release notes: #​39004

v5.13.5: v5.13.5

Compare Source

2024-05-17

What's Changed

See full release notes: #​38984

v5.13.4: v5.13.4

Compare Source

2024-04-10

What's Changed

See full release notes: #​38969

v5.13.3: v5.13.3

Compare Source

2024-01-24

What's Changed

See full release notes: #​38834

v5.13.2: v5.13.2

Compare Source

2024-01-23

What's Changed

See full release notes: #​38821

v5.13.1: v5.13.1

Compare Source

2013-12-22

What's Changed

See full release notes: #​38796.

v5.13.0: v5.13.0

Compare Source

Welcome to gatsby@5.13.0 release (December 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

v5.12.12

Compare Source

v5.12.11

Compare Source

v5.12.10

Compare Source

v5.12.9

Compare Source

v5.12.8

Compare Source

v5.12.7

Compare Source

v5.12.6

Compare Source

v5.12.5

Compare Source

v5.12.4

Compare Source

v5.12.3

Compare Source

v5.12.2

Compare Source

v5.12.1

Compare Source

v5.12.0: v5.12.0

Compare Source

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

v5.11.0: v5.11.0

Compare Source

Welcome to gatsby@5.11.0 release (June 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.10.0: v5.10.0

Compare Source

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.9.1

Compare Source

v5.9.0: v5.9.0

Compare Source

Welcome to gatsby@5.9.0 release (April 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.8.1

Compare Source

v5.8.0

Compare Source

v5.7.0: v5.7.0

Compare Source

Welcome to gatsby@5.7.0 release (February 2023 #2)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.6.1

Compare Source

v5.6.0: v5.6.0

Compare Source

Welcome to gatsby@5.6.0 release (February 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.5.0: v5.5.0

Compare Source

Welcome to gatsby@5.5.0 release (January 2023 #2)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.4.2

Compare Source

v5.4.1

Compare Source

v5.4.0: v5.4.0

Compare Source

Welcome to gatsby@5.4.0 release (January 2023 #1)

The whole team took time off for a much deserved winter break and we hope you had relaxing holidays, too! Before the break we spent time doing maintenance work such as updating internal dependencies or fixing some smaller bugs here and there. In case you missed it, we shipped ES Modules (ESM) in Gatsby files in the last release.

So check out the notable bugfixes section to learn more.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.3.3

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0: v5.3.0

Compare Source

Welcome to gatsby@5.3.0 release (December 2022 #​1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.2.0: v5.2.0

Compare Source

Welcome to gatsby@5.2.0 release (November 2022 #3)

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0: v5.1.0

Compare Source

Welcome to gatsby@5.1.0 release (November 2022 #2)

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.1

Compare Source

v5.0.0: v5.0.0

Compare Source

Welcome to gatsby@5.0.0 release (November 2022 #1)

Key highlights of this release:

Major dependency updates:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

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

v3.14.0

Compare Source

🧾 Release notes

Bug Fixes
3.13.1 (2024-01-23)

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

v3.13.1

Compare Source

🧾 Release notes

Bug Fixes
3.13.1 (2024-01-23)

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

v3.13.0

Compare Source

🧾 Release notes

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

3.12.3 (2023-10-26)

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

3.12.2 (2023-10-20)

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

3.12.1 (2023-10-09)

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

v3.12.3

Compare Source

🧾 Release notes

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

3.12.3 (2023-10-26)

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

3.12.2 (2023-10-20)

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

3.12.1 (2023-10-09)

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

v3.12.2

Compare Source

🧾 Release notes

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

3.12.3 (2023-10-26)

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

3.12.2 (2023-10-20)

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

3.12.1 (2023-10-09)

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

v3.12.1

Compare Source

🧾 Release notes

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

3.12.3 (2023-10-26)

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

3.12.2 (2023-10-20)

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

3.12.1 (2023-10-09)

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

v3.12.0

Compare Source

🧾 Release notes

Features
Bug Fixes

v3.11.0

Compare Source

🧾 Release notes

Bug Fixes
Chores

v3.10.0

Compare Source

🧾 Release notes

Bug Fixes

v3.9.0

Compare Source

🧾 Release notes

Bug Fixes
Chores

v3.8.0

Compare Source

🧾 Release notes

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

v3.7.0

Compare Source

🧾 Release notes

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

v3.6.0

Compare Source

🧾 Release notes

Bug Fixes
Chores

v3.5.0

Compare Source

🧾 Release notes

Chores

v3.4.0

Compare Source

🧾 Release notes

Bug Fixes
Chores
3.3.2 (2022-12-14)
Bug Fixes
3.3.1 (2022-12-14)

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

v3.3.2

Compare Source

🧾 Release notes

Bug Fixes
Chores
3.3.2 (2022-12-14)
Bug Fixes
3.3.1 (2022-12-14)

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

v3.3.1

Compare Source

🧾 Release notes

Bug Fixes
Chores

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: Disabled by config. Please merge this manually once you are satisfied.

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 July 3, 2023 03:34
@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 3, 2023

Deploy Preview for netlify-plugin-gatsby-demo failed.

Name Link
🔨 Latest commit eec658b
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-gatsby-demo/deploys/6569e21b6b48ab00083876c6

@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 3, 2023

Deploy Preview for netlify-plugin-gatsby-demo-v5 ready!

Name Link
🔨 Latest commit df1c1b6
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo-v5/deploys/68d57ca5b122b10008b13d37
😎 Deploy Preview https://deploy-preview-643--netlify-plugin-gatsby-demo-v5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 98cfe90 to 9e24f76 Compare July 10, 2023 03:42
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 9e24f76 to eec658b Compare December 1, 2023 13:39
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from eec658b to 6c4f62c Compare January 20, 2025 16:31
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 20, 2025

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit 46bfffb
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-gatsby-demo/deploys/67d2d63601dc3100082d1d36

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 6c4f62c to 58fac66 Compare February 3, 2025 06:43
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 58fac66 to 09cfa8e Compare February 17, 2025 04:27
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch 2 times, most recently from 9718bca to b1514b6 Compare March 3, 2025 03:05
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from b1514b6 to 46bfffb Compare March 13, 2025 12:57
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 46bfffb to 151e760 Compare May 9, 2025 18:43
@netlify
Copy link
Copy Markdown

netlify Bot commented May 9, 2025

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit ebf6fa0
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-gatsby-demo/deploys/6821799695ac500008ae8ddc

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 151e760 to ebf6fa0 Compare May 12, 2025 04:31
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from ebf6fa0 to 6716b61 Compare May 28, 2025 13:26
@netlify
Copy link
Copy Markdown

netlify Bot commented May 28, 2025

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit 61f6e38
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo/deploys/68430dacd977f70007189efa

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch 2 times, most recently from 9a925fd to 61f6e38 Compare June 6, 2025 15:47
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 61f6e38 to 1b7d945 Compare July 14, 2025 08:33
@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 14, 2025

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit b05847a
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo/deploys/687dc784dfc97a000847db19

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch 2 times, most recently from 99d6291 to b05847a Compare July 21, 2025 04:52
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from b05847a to acc2dc9 Compare August 6, 2025 18:23
@netlify
Copy link
Copy Markdown

netlify Bot commented Aug 6, 2025

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit a3281c5
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo/deploys/68b43a36176ffd000897ae71

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch 2 times, most recently from df30856 to 237370f Compare August 13, 2025 12:58
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 237370f to d5dfbc0 Compare August 19, 2025 11:46
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch 2 times, most recently from 5877a75 to 82c9ef5 Compare December 8, 2025 03:24
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 82c9ef5 to 32b2bba Compare December 31, 2025 18:07
@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 31, 2025

Deploy Preview for netlify-plugin-gatsby-demo-v5 ready!

Name Link
🔨 Latest commit b52d4f9
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo-v5/deploys/69602452511ffe0007bc2125
😎 Deploy Preview https://deploy-preview-643--netlify-plugin-gatsby-demo-v5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 31, 2025

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit b52d4f9
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo/deploys/696024520d2d2800095fa6b3

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 32b2bba to b52d4f9 Compare January 8, 2026 21:40
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from b52d4f9 to 96071f8 Compare January 19, 2026 17:27
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 19, 2026

Deploy Preview for netlify-plugin-gatsby-demo-v5 ready!

Name Link
🔨 Latest commit 6cc8b35
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo-v5/deploys/6994bd9ffc97500009cfa624
😎 Deploy Preview https://deploy-preview-643--netlify-plugin-gatsby-demo-v5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 19, 2026

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit 6cc8b35
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo/deploys/6994bd9f14be150008d95f81

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch 2 times, most recently from 2d6edb2 to f8e5e7a Compare January 26, 2026 22:51
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from f8e5e7a to d013630 Compare February 2, 2026 17:29
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch 2 times, most recently from 4bf6e50 to 8026e09 Compare February 12, 2026 13:36
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 8026e09 to 6cc8b35 Compare February 17, 2026 19:12
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 6cc8b35 to d07b8a1 Compare March 5, 2026 17:26
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 5, 2026

Deploy Preview for netlify-plugin-gatsby-demo-v5 ready!

Name Link
🔨 Latest commit 4be8cc0
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo-v5/deploys/69dfda821ffe20000860dc46
😎 Deploy Preview https://deploy-preview-643--netlify-plugin-gatsby-demo-v5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 5, 2026

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit 4be8cc0
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo/deploys/69dfda82b4f8430008f12920

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from d07b8a1 to 452b0e4 Compare March 13, 2026 12:48
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch 2 times, most recently from 81f36c0 to 0bb4244 Compare April 1, 2026 16:47
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 0bb4244 to b396514 Compare April 8, 2026 16:52
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from b396514 to 4be8cc0 Compare April 15, 2026 18:35
@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 4be8cc0 to 1783e56 Compare April 29, 2026 19:12
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 29, 2026

Deploy Preview for netlify-plugin-gatsby-demo-v5 ready!

Name Link
🔨 Latest commit 1783e56
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo-v5/deploys/69f25829d60a490008a2d411
😎 Deploy Preview https://deploy-preview-643--netlify-plugin-gatsby-demo-v5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 29, 2026

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit 1783e56
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo/deploys/69f25829aaee0f0008add94f

@renovate renovate Bot force-pushed the renovate/major-gatsby-monorepo branch from 1783e56 to 49cf967 Compare May 12, 2026 14:58
@netlify
Copy link
Copy Markdown

netlify Bot commented May 12, 2026

Deploy Preview for netlify-plugin-gatsby-demo failed. Why did it fail? →

Name Link
🔨 Latest commit 49cf967
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo/deploys/6a034004f9ca1c0008672e72

@netlify
Copy link
Copy Markdown

netlify Bot commented May 12, 2026

Deploy Preview for netlify-plugin-gatsby-demo-v5 ready!

Name Link
🔨 Latest commit 49cf967
🔍 Latest deploy log https://app.netlify.com/projects/netlify-plugin-gatsby-demo-v5/deploys/6a03400424a7af00081a2daa
😎 Deploy Preview https://deploy-preview-643--netlify-plugin-gatsby-demo-v5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants