graphql-tools icon indicating copy to clipboard operation
graphql-tools copied to clipboard

Node <20 support broken for `url-loaders@>8.0.25`

Open julianwilkinson opened this issue 6 months ago • 0 comments
trafficstars

Issue workflow progress

Progress of the issue based on the Contributor Workflow

  • [x] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox

    Make sure to fork this template and run yarn generate in the terminal.

    Please make sure the GraphQL Tools package versions under package.json matches yours.

  • [ ] 2. A failing test has been provided
  • [ ] 3. A local solution has been provided
  • [ ] 4. A pull request is pending review

Describe the bug

[email protected] upgraded @graphql-tools/executor-graphql-ws from ^1.3.2 to ^2.0.1 which breaks node 18 support. Node 18 is still supported in the package.json

To Reproduce Steps to reproduce the behavior:

Try and install [email protected] on node 18.

Expected behavior

It should work on node 16 and above

Environment:

  • OS: Mac
  • @graphql-tools/url-loaders: 8.0.25
  • NodeJS: 18

Additional context

julianwilkinson avatar Apr 30 '25 21:04 julianwilkinson