firebase-shorten-url icon indicating copy to clipboard operation
firebase-shorten-url copied to clipboard

Update gatsby monorepo

Open renovate[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Change Age Confidence
gatsby (source, changelog) 5.13.7 -> 5.15.0 age confidence
gatsby-plugin-google-gtag (source) 5.13.1 -> 5.15.0 age confidence
gatsby-plugin-manifest (source) 5.13.1 -> 5.15.0 age confidence
gatsby-plugin-offline (source) 6.13.3 -> 6.15.0 age confidence
gatsby-plugin-react-helmet (source) 6.13.1 -> 6.15.0 age confidence
gatsby-plugin-sharp (source) 5.13.1 -> 5.15.0 age confidence
gatsby-source-filesystem (source) 5.13.1 -> 5.15.0 age confidence
gatsby-transformer-sharp (source) 5.13.1 -> 5.15.0 age confidence

Release Notes

gatsbyjs/gatsby (gatsby)

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/[email protected]@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 [email protected]: The engine "node" is incompatible with this module. Expected version "20 || >=22". Got "18.6.0"

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.6

v5.14.5

Compare Source

2025-06-19

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.5

v5.14.4

Compare Source

2025-06-06

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.4

v5.14.3

Compare Source

2025-04-09

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.3

v5.14.2

Compare Source

2025-04-07

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@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

gatsbyjs/gatsby (gatsby-plugin-google-gtag)

v5.15.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-gtag

v5.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-gtag

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-google-gtag

gatsbyjs/gatsby (gatsby-plugin-manifest)

v5.15.0

Compare Source

🧾 Release notes

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

v5.14.0

Compare Source

🧾 Release notes

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

5.13.1 (2024-01-23)

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

gatsbyjs/gatsby (gatsby-plugin-offline)

v6.15.0

Compare Source

🧾 Release notes

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

v6.14.0

Compare Source

🧾 Release notes

Bug Fixes
6.13.3 (2024-08-26)
Bug Fixes
6.13.2 (2024-04-10)
Bug Fixes
6.13.1 (2024-01-23)

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

gatsbyjs/gatsby (gatsby-plugin-react-helmet)

v6.15.0

Compare Source

🧾 Release notes

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

v6.14.0

Compare Source

🧾 Release notes

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

6.13.1 (2024-01-23)

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

gatsbyjs/gatsby (gatsby-plugin-sharp)

v5.15.0

Compare Source

🧾 Release notes

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

v5.14.0

Compare Source

🧾 Release notes

Bug Fixes
5.13.1 (2024-01-23)

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

gatsbyjs/gatsby (gatsby-source-filesystem)

v5.15.0

Compare Source

🧾 Release notes

Bug Fixes

v5.14.0

Compare Source

🧾 Release notes

Bug Fixes
5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-source-filesystem

gatsbyjs/gatsby (gatsby-transformer-sharp)

v5.15.0

Compare Source

🧾 Release notes

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

v5.14.0

Compare Source

🧾 Release notes

Bug Fixes
5.13.1 (2024-01-23)

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: Enabled.

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.

renovate[bot] avatar Nov 06 '24 22:11 renovate[bot]

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: hosting/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint-plugin-react-hooks
npm ERR!   dev eslint-plugin-react-hooks@"5.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-react-hooks@"^4.3.0" from [email protected]
npm ERR! node_modules/eslint-config-airbnb
npm ERR!   dev eslint-config-airbnb@"19.0.4" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint-plugin-react-hooks
npm ERR!   peer eslint-plugin-react-hooks@"^4.3.0" from [email protected]
npm ERR!   node_modules/eslint-config-airbnb
npm ERR!     dev eslint-config-airbnb@"19.0.4" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-12-03T20_02_51_140Z-debug-0.log

renovate[bot] avatar Nov 06 '24 22:11 renovate[bot]

Reviewer's Guide by Sourcery

This PR updates multiple Gatsby-related packages from their current versions to version 5.14.0/6.14.0. The changes are implemented through direct version updates in the package.json file and corresponding updates in the yarn.lock file.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update core Gatsby package to latest version
  • Upgrade from version 5.13.7 to 5.14.0
hosting/package.json
hosting/yarn.lock
Update Gatsby plugin dependencies to their latest versions
  • Upgrade gatsby-plugin-google-gtag from 5.13.1 to 5.14.0
  • Upgrade gatsby-plugin-manifest from 5.13.1 to 5.14.0
  • Upgrade gatsby-plugin-offline from 6.13.3 to 6.14.0
  • Upgrade gatsby-plugin-react-helmet from 6.13.1 to 6.14.0
  • Upgrade gatsby-plugin-sharp from 5.13.1 to 5.14.0
  • Upgrade gatsby-source-filesystem from 5.13.1 to 5.14.0
  • Upgrade gatsby-transformer-sharp from 5.13.1 to 5.14.0
hosting/package.json
hosting/yarn.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in the pull request body to generate a PR summary at any time. You can also use this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

  • Contact our support team for questions or feedback.
  • Visit our documentation for detailed guides and information.
  • Keep in touch with the Sourcery team by following us on X/Twitter, LinkedIn or GitHub.

sourcery-ai[bot] avatar Nov 06 '24 22:11 sourcery-ai[bot]