firebase-shorten-url
firebase-shorten-url copied to clipboard
Update gatsby monorepo
This PR contains the following updates:
Release Notes
gatsbyjs/gatsby (gatsby)
v5.15.0
What's Changed
- fix: support node 22 by @serhalp in #39349
- fix(gatsby): update socket.io to address vulnerable subdeps by @serhalp in #39352
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!
- @pajosieg made their first contribution in #39169
- @johnmurphy01 made their first contribution in #39324
- @shrisoundharyaa made their first contribution in #39286
Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.15.0
v5.14.6
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"
- This fixes npm install errors/warnings with Node.js 18 that look like
Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.6
v5.14.5
2025-06-19
What's Changed
- fix: ensure rendering engine has vendored libvips (#39317) by @gatsbybot in #39320
Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.5
v5.14.4
2025-06-06
What's Changed
- fix(deps): upgrade multer to resolve 3 security vulnerabilities (#39307) by @gatsbybot in #39308
Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.4
v5.14.3
2025-04-09
What's Changed
- fix: Align types of rootNodeMap during root node tracking (#39262) by @gatsbybot in #39270
Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.3
v5.14.2
2025-04-07
What's Changed
- fix: pin
isNonNullType is not definedwithwebpack>=5.99.0(#39264) by @gatsbybot in #39265
Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.2
v5.14.1
v5.14.0: v5.14.0
This release focused on performance improvements and security fixes.
What's Changed
- minor docs improvements: #38816, #39052, #39133, #39060
- security fixes:
- bump gh-pages: #39089
- bump underscore: #39092
- bump thenify: #39095
- bump axios: #39101 #39118
- bump ejs: #39093
- bump set-getter: #39091
- bump express: #39099
- bump express: #39098
- bump css-what: #39107
- bump rollup: #39112 #39115
- bump body-parser: #39097 #39132
- bump webpack-dev-middleware: #39106
- bump path-to-regexp: #39096
- [
gatsby,create-gatsby,gatsby-cli,gatsby-dev-cli,gatsby-plugin-gatsby-cloud,gatsby-plugin-page-creator] perf: disable telemetry reporting #39137
gatsbyjs/gatsby (gatsby-plugin-google-gtag)
v5.15.0
Note: Version bump only for package gatsby-plugin-google-gtag
v5.14.0
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
Note: Version bump only for package gatsby-plugin-manifest
v5.14.0
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
Note: Version bump only for package gatsby-plugin-offline
v6.14.0
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
Note: Version bump only for package gatsby-plugin-react-helmet
v6.14.0
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
Note: Version bump only for package gatsby-plugin-sharp
v5.14.0
Bug Fixes
- update dependency fs-extra to ^11.2.0 #38727 (cb33fe5)
- update dependency async to ^3.2.5 for gatsby-plugin-sharp #38721 (a30811a)
5.13.1 (2024-01-23)
Note: Version bump only for package gatsby-plugin-sharp
gatsbyjs/gatsby (gatsby-source-filesystem)
v5.15.0
Bug Fixes
v5.14.0
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
Note: Version bump only for package gatsby-transformer-sharp
v5.14.0
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.
⚠️ 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
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 |
|
hosting/package.jsonhosting/yarn.lock |
| Update Gatsby plugin dependencies to their latest versions |
|
hosting/package.jsonhosting/yarn.lock |
Tips and commands
Interacting with Sourcery
- Trigger a new review: Comment
@sourcery-ai reviewon 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-aianywhere in the pull request title to generate a title at any time. - Generate a pull request summary: Write
@sourcery-ai summaryanywhere 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.