Skip to content

Bump the gatsby group with 20 updates#167

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/gatsby-a5ef86f5b8
Open

Bump the gatsby group with 20 updates#167
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/gatsby-a5ef86f5b8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the gatsby group with 20 updates:

Package From To
gatsby 5.14.1 5.15.0
gatsby-core-utils 4.14.0 4.15.0
gatsby-plugin-catch-links 5.14.0 5.15.0
gatsby-plugin-feed 5.14.0 5.15.0
gatsby-plugin-image 3.14.0 3.15.0
gatsby-plugin-layout 4.14.0 4.15.0
gatsby-plugin-manifest 5.14.0 5.15.0
gatsby-plugin-offline 6.14.0 6.15.0
gatsby-plugin-react-helmet 6.14.0 6.15.0
gatsby-plugin-sharp 5.14.0 5.15.0
gatsby-plugin-sitemap 6.14.0 6.15.0
gatsby-plugin-styled-jsx 6.14.0 6.15.0
gatsby-remark-copy-linked-files 6.14.0 6.15.0
gatsby-remark-images 7.14.0 7.15.0
gatsby-remark-prismjs 7.14.0 7.15.0
gatsby-remark-responsive-iframe 6.14.0 6.15.0
gatsby-remark-smartypants 6.14.0 6.15.0
gatsby-source-filesystem 5.14.0 5.15.0
gatsby-transformer-remark 6.14.0 6.15.0
gatsby-transformer-sharp 5.14.0 5.15.0

Updates gatsby from 5.14.1 to 5.15.0

Release notes

Sourced from gatsby's releases.

gatsby@5.15.0

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 gatsbyjs/gatsby#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

gatsby@5.14.6

2025-08-06

What's Changed

  • fix: don't treat timestamps as dynamic paths (#39340) by @​gatsbybot in gatsbyjs/gatsby#39341
  • fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (#39343) by @​gatsbybot in gatsbyjs/gatsby#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

gatsby@5.14.5

2025-06-19

... (truncated)

Commits

Updates gatsby-core-utils from 4.14.0 to 4.15.0

Release notes

Sourced from gatsby-core-utils's releases.

v4.15

Welcome to gatsby@4.15.0 release (May 2022 #2)

Key highlights of this release:

Also check out notable bugfixes.

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][full-changelog]

Changelog

Sourced from gatsby-core-utils's changelog.

4.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-core-utils

Commits

Updates gatsby-plugin-catch-links from 5.14.0 to 5.15.0

Release notes

Sourced from gatsby-plugin-catch-links's releases.

gatsby@5.15.0

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 gatsbyjs/gatsby#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

gatsby@5.14.6

2025-08-06

What's Changed

  • fix: don't treat timestamps as dynamic paths (#39340) by @​gatsbybot in gatsbyjs/gatsby#39341
  • fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (#39343) by @​gatsbybot in gatsbyjs/gatsby#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

gatsby@5.14.5

2025-06-19

... (truncated)

Changelog

Sourced from gatsby-plugin-catch-links's changelog.

5.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-catch-links

Commits

Updates gatsby-plugin-feed from 5.14.0 to 5.15.0

Release notes

Sourced from gatsby-plugin-feed's releases.

gatsby@5.15.0

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 gatsbyjs/gatsby#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

gatsby@5.14.6

2025-08-06

What's Changed

  • fix: don't treat timestamps as dynamic paths (#39340) by @​gatsbybot in gatsbyjs/gatsby#39341
  • fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (#39343) by @​gatsbybot in gatsbyjs/gatsby#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

gatsby@5.14.5

2025-06-19

... (truncated)

Changelog

Sourced from gatsby-plugin-feed's changelog.

5.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-plugin-image from 3.14.0 to 3.15.0

Changelog

Sourced from gatsby-plugin-image's changelog.

3.15.0 (2025-08-27)

🧾 Release notes

Bug Fixes

Commits

Updates gatsby-plugin-layout from 4.14.0 to 4.15.0

Release notes

Sourced from gatsby-plugin-layout's releases.

v4.15

Welcome to gatsby@4.15.0 release (May 2022 #2)

Key highlights of this release:

Also check out notable bugfixes.

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][full-changelog]

Changelog

Sourced from gatsby-plugin-layout's changelog.

4.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-plugin-manifest from 5.14.0 to 5.15.0

Release notes

Sourced from gatsby-plugin-manifest's releases.

gatsby@5.15.0

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 gatsbyjs/gatsby#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

gatsby@5.14.6

2025-08-06

What's Changed

  • fix: don't treat timestamps as dynamic paths (#39340) by @​gatsbybot in gatsbyjs/gatsby#39341
  • fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (#39343) by @​gatsbybot in gatsbyjs/gatsby#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

gatsby@5.14.5

2025-06-19

... (truncated)

Changelog

Sourced from gatsby-plugin-manifest's changelog.

5.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-plugin-offline from 6.14.0 to 6.15.0

Release notes

Sourced from gatsby-plugin-offline's releases.

gatsby-source-wordpress@7.13.5 and 6 more...

2024-08-26

Updated packages

  • gatsby-source-wordpress@7.13.5
  • gatsby-remark-responsive-iframe@6.13.2
  • gatsby-remark-prismjs@7.13.2
  • gatsby-remark-images@7.13.2
  • gatsby-remark-images@6.13.2
  • gatsby-remark-graphviz@5.13.2
  • gatsby-remark-copy-linked-files@6.13.2
  • gatsby-plugin-offline@6.13.3

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-plugin-offline's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-plugin-react-helmet from 6.14.0 to 6.15.0

Release notes

Sourced from gatsby-plugin-react-helmet's releases.

gatsby-source-wordpress@7.13.5 and 6 more...

2024-08-26

Updated packages

  • gatsby-source-wordpress@7.13.5
  • gatsby-remark-responsive-iframe@6.13.2
  • gatsby-remark-prismjs@7.13.2
  • gatsby-remark-images@7.13.2
  • gatsby-remark-images@6.13.2
  • gatsby-remark-graphviz@5.13.2
  • gatsby-remark-copy-linked-files@6.13.2
  • gatsby-plugin-offline@6.13.3

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-plugin-react-helmet's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

Commits

Updates gatsby-plugin-sharp from 5.14.0 to 5.15.0

Release notes

Sourced from gatsby-plugin-sharp's releases.

gatsby@5.15.0

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 gatsbyjs/gatsby#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

gatsby@5.14.6

2025-08-06

What's Changed

  • fix: don't treat timestamps as dynamic paths (#39340) by @​gatsbybot in gatsbyjs/gatsby#39341
  • fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (#39343) by @​gatsbybot in gatsbyjs/gatsby#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

gatsby@5.14.5

2025-06-19

... (truncated)

Changelog

Sourced from gatsby-plugin-sharp's changelog.

5.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-plugin-sitemap from 6.14.0 to 6.15.0

Release notes

Sourced from gatsby-plugin-sitemap's releases.

gatsby-source-wordpress@7.13.5 and 6 more...

2024-08-26

Updated packages

  • gatsby-source-wordpress@7.13.5
  • gatsby-remark-responsive-iframe@6.13.2
  • gatsby-remark-prismjs@7.13.2
  • gatsby-remark-images@7.13.2
  • gatsby-remark-images@6.13.2
  • gatsby-remark-graphviz@5.13.2
  • gatsby-remark-copy-linked-files@6.13.2
  • gatsby-plugin-offline@6.13.3

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-plugin-sitemap's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-plugin-styled-jsx from 6.14.0 to 6.15.0

Release notes

Sourced from gatsby-plugin-styled-jsx's releases.

gatsby-source-wordpress@7.13.5 and 6 more...

2024-08-26

Updated packages

  • gatsby-source-wordpress@7.13.5
  • gatsby-remark-responsive-iframe@6.13.2
  • gatsby-remark-prismjs@7.13.2
  • gatsby-remark-images@7.13.2
  • gatsby-remark-images@6.13.2
  • gatsby-remark-graphviz@5.13.2
  • gatsby-remark-copy-linked-files@6.13.2
  • gatsby-plugin-offline@6.13.3

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-plugin-styled-jsx's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-remark-copy-linked-files from 6.14.0 to 6.15.0

Release notes

Sourced from gatsby-remark-copy-linked-files's releases.

gatsby-source-wordpress@7.13.5 and 6 more...

2024-08-26

Updated packages

  • gatsby-source-wordpress@7.13.5
  • gatsby-remark-responsive-iframe@6.13.2
  • gatsby-remark-prismjs@7.13.2
  • gatsby-remark-images@7.13.2
  • gatsby-remark-images@6.13.2
  • gatsby-remark-graphviz@5.13.2
  • gatsby-remark-copy-linked-files@6.13.2
  • gatsby-plugin-offline@6.13.3

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-remark-copy-linked-files's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-remark-images from 7.14.0 to 7.15.0

Release notes

Sourced from gatsby-remark-images's releases.

gatsby-source-wordpress@7.15.0

2025-04-09

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@7.14.0...gatsby-source-wordpress@7.15.0

Changelog

Sourced from gatsby-remark-images's changelog.

7.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-remark-prismjs from 7.14.0 to 7.15.0

Release notes

Sourced from gatsby-remark-prismjs's releases.

gatsby-source-wordpress@7.15.0

2025-04-09

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@7.14.0...gatsby-source-wordpress@7.15.0

Changelog

Sourced from gatsby-remark-prismjs's changelog.

7.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-remark-responsive-iframe from 6.14.0 to 6.15.0

Release notes

Sourced from gatsby-remark-responsive-iframe's releases.

gatsby-source-wordpress@7.13.5 and 6 more...

2024-08-26

Updated packages

  • gatsby-source-wordpress@7.13.5
  • gatsby-remark-responsive-iframe@6.13.2
  • gatsby-remark-prismjs@7.13.2
  • gatsby-remark-images@7.13.2
  • gatsby-remark-images@6.13.2
  • gatsby-remark-graphviz@5.13.2
  • gatsby-remark-copy-linked-files@6.13.2
  • gatsby-plugin-offline@6.13.3

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-remark-responsive-iframe's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-remark-responsive-iframe

Commits

Updates gatsby-remark-smartypants from 6.14.0 to 6.15.0

Release notes

Sourced from gatsby-remark-smartypants's releases.

gatsby-source-wordpress@7.13.5 and 6 more...

2024-08-26

Updated packages

  • gatsby-source-wordpress@7.13.5
  • gatsby-remark-responsive-iframe@6.13.2
  • gatsby-remark-prismjs@7.13.2
  • gatsby-remark-images@7.13.2
  • gatsby-remark-images@6.13.2
  • gatsby-remark-graphviz@5.13.2
  • gatsby-remark-copy-linked-files@6.13.2
  • gatsby-plugin-offline@6.13.3

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-remark-smartypants's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

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

Commits

Updates gatsby-source-filesystem from 5.14.0 to 5.15.0

Release notes

Sourced from gatsby-source-filesystem's releases.

gatsby@5.15.0

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 gatsbyjs/gatsby#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!

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gatsby-a5ef86f5b8 branch from 18a79a2 to 752e612 Compare September 8, 2025 19:31
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gatsby-a5ef86f5b8 branch from 752e612 to 836f3b9 Compare September 29, 2025 19:10
Bumps the gatsby group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [gatsby](https://github.com/gatsbyjs/gatsby) | `5.14.1` | `5.15.0` |
| [gatsby-core-utils](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-core-utils) | `4.14.0` | `4.15.0` |
| [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) | `5.14.0` | `5.15.0` |
| [gatsby-plugin-feed](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-feed) | `5.14.0` | `5.15.0` |
| [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) | `3.14.0` | `3.15.0` |
| [gatsby-plugin-layout](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-layout) | `4.14.0` | `4.15.0` |
| [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) | `5.14.0` | `5.15.0` |
| [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) | `6.14.0` | `6.15.0` |
| [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) | `6.14.0` | `6.15.0` |
| [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) | `5.14.0` | `5.15.0` |
| [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) | `6.14.0` | `6.15.0` |
| [gatsby-plugin-styled-jsx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-jsx) | `6.14.0` | `6.15.0` |
| [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) | `6.14.0` | `6.15.0` |
| [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) | `7.14.0` | `7.15.0` |
| [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) | `7.14.0` | `7.15.0` |
| [gatsby-remark-responsive-iframe](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-responsive-iframe) | `6.14.0` | `6.15.0` |
| [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) | `6.14.0` | `6.15.0` |
| [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) | `5.14.0` | `5.15.0` |
| [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) | `6.14.0` | `6.15.0` |
| [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp) | `5.14.0` | `5.15.0` |


Updates `gatsby` from 5.14.1 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.1...gatsby@5.15.0)

Updates `gatsby-core-utils` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-core-utils/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.15.0/packages/gatsby-core-utils)

Updates `gatsby-plugin-catch-links` from 5.14.0 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.15.0/packages/gatsby-plugin-catch-links)

Updates `gatsby-plugin-feed` from 5.14.0 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-feed/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.15.0/packages/gatsby-plugin-feed)

Updates `gatsby-plugin-image` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.15.0/packages/gatsby-plugin-image)

Updates `gatsby-plugin-layout` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-layout/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@4.15.0/packages/gatsby-plugin-layout)

Updates `gatsby-plugin-manifest` from 5.14.0 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.15.0/packages/gatsby-plugin-manifest)

Updates `gatsby-plugin-offline` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@6.15.0/packages/gatsby-plugin-offline)

Updates `gatsby-plugin-react-helmet` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.15.0/packages/gatsby-plugin-react-helmet)

Updates `gatsby-plugin-sharp` from 5.14.0 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.15.0/packages/gatsby-plugin-sharp)

Updates `gatsby-plugin-sitemap` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.15.0/packages/gatsby-plugin-sitemap)

Updates `gatsby-plugin-styled-jsx` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-jsx/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@6.15.0/packages/gatsby-plugin-styled-jsx)

Updates `gatsby-remark-copy-linked-files` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-copy-linked-files/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.15.0/packages/gatsby-remark-copy-linked-files)

Updates `gatsby-remark-images` from 7.14.0 to 7.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.15.0/packages/gatsby-remark-images)

Updates `gatsby-remark-prismjs` from 7.14.0 to 7.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@7.15.0/packages/gatsby-remark-prismjs)

Updates `gatsby-remark-responsive-iframe` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-responsive-iframe/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@6.15.0/packages/gatsby-remark-responsive-iframe)

Updates `gatsby-remark-smartypants` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-smartypants/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@6.15.0/packages/gatsby-remark-smartypants)

Updates `gatsby-source-filesystem` from 5.14.0 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.15.0/packages/gatsby-source-filesystem)

Updates `gatsby-transformer-remark` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.15.0/packages/gatsby-transformer-remark)

Updates `gatsby-transformer-sharp` from 5.14.0 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.15.0/packages/gatsby-transformer-sharp)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-core-utils
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-catch-links
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-feed
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-image
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-layout
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-manifest
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-offline
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-react-helmet
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-sharp
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-sitemap
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-plugin-styled-jsx
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-remark-copy-linked-files
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-remark-images
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-remark-prismjs
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-remark-responsive-iframe
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-remark-smartypants
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-source-filesystem
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-transformer-remark
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
- dependency-name: gatsby-transformer-sharp
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gatsby
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gatsby-a5ef86f5b8 branch from 836f3b9 to adb45e5 Compare November 17, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants