Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2540,9 +2540,9 @@ graceful-fs@^4.1.15, graceful-fs@^4.2.4:
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==

graphql@*:
version "16.14.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.14.2.tgz#83faf25869e3df727cc855161db5da85b0e5b2c0"
integrity sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==
version "17.0.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep graphql locked to a Node 18-compatible release

graphql@17.0.1 publishes engines.node as ^22.0.0 || ^24.0.0 || ^25.0.0 || >=26.0.0, while this repo still supports Node >=18 <27 and CI aliases include Node 18/20. Locking the root graphql@* dev dependency to v17 makes supported Node 18/20 checkouts resolve an engine-incompatible package, so installs/tests under those supported versions either fail with package managers that enforce engines or run an unsupported GraphQL build; please keep this on v16 or gate the bump behind a Node 22+ floor.

Useful? React with 👍 / 👎.

resolved "https://registry.yarnpkg.com/graphql/-/graphql-17.0.1.tgz#43dbd7b152944c31dab264212f102894886e5f9f"
integrity sha512-8eWbg5Zcv/8o20nzEjHUGPTj20MLFJjc5kagbIPxbaeGxvFwpitJhemEC/k17n5+UD4M/9ea5rTuce78mELujQ==

has-bigints@^1.0.2:
version "1.1.0"
Expand Down
Loading