-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update dependency gatsby to v5.15.0 #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/gatsby-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
08e3d71
to
5d86cee
Compare
5d86cee
to
cb4416a
Compare
c4d7295
to
b89ca29
Compare
b89ca29
to
0655197
Compare
0655197
to
a9d96ec
Compare
fb70af9
to
90b89e5
Compare
45e4272
to
102a92b
Compare
4d4b04c
to
b9dabe2
Compare
b9dabe2
to
ff79029
Compare
ff79029
to
7a3986c
Compare
7a3986c
to
d8274af
Compare
4ada9f4
to
46d0cb3
Compare
46d0cb3
to
5dd8990
Compare
5dd8990
to
8831080
Compare
8831080
to
9ac0787
Compare
58e4156
to
7a677ac
Compare
7a677ac
to
a5138d0
Compare
a5138d0
to
c73f6f1
Compare
c73f6f1
to
ef5fe24
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.13.6
->5.15.0
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.
gatsby develop
fails with Node.js 22.7.0, 22.8.0, and 22.9.0There 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.)
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 experimentalDEV_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
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
isNonNullType is not defined
withwebpack>=5.99.0
(#39264) by @gatsbybot in #39265Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.2
v5.14.1
Compare Source
v5.14.0
: v5.14.0Compare Source
This release focused on performance improvements and security fixes.
What's Changed
gatsby
,create-gatsby
,gatsby-cli
,gatsby-dev-cli
,gatsby-plugin-gatsby-cloud
,gatsby-plugin-page-creator
] perf: disable telemetry reporting #39137See full release notes
v5.13.7
: v5.13.7Compare Source
2024-07-12
What's Changed
See full release notes: #39046
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.