-
Notifications
You must be signed in to change notification settings - Fork 101
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
graphqurl 1.0.3 reported older punycode library is used and forcing to use older NodeJS versions #150
Comments
Thanks for opening the issue. Looking into this. |
@manasag Thanks for responding. Having the same issue here. |
I have spent some time looking into this issue. This requires a lot of work at this stage to make this fully work with latest nodejs. The primary blocker is coming from the embedded GraphiQL UI (which runs via |
Ok, so I am able to release 2.0.0 as described above. Here is the PR for reference. |
@manasag Sounds reasonable! Would work for me. Thank you! |
Problem Description:
graphqurl 1.0.3 and reports that punycode library used here is outdated and it forces them to use Node 19 (older version) where someone is using later versions of NodeJs
Proposal:
To update the repository to use latest Punycode library.
Output:
Output of
yarn why punycode -R
graphqurl@npm:1.0.3 (via npm:^1.0.3)
│ ├─ graphql-language-service-interface@npm:2.10.2 [36882] (via npm:^2.8.2 [36882])
│ │ ├─ graphql-config@npm:4.5.0 [d912b] (via npm:^4.1.0 [d912b])
│ │ │ └─ @graphql-tools/url-loader@npm:7.17.18 [422a5] (via npm:^7.9.7 [422a5])
│ │ │ ├─ @whatwg-node/fetch@npm:0.8.8 (via npm:^0.8.0)
│ │ │ │ └─ @whatwg-node/node-fetch@npm:0.3.6 (via npm:^0.3.6)
│ │ │ │ └─ fast-url-parser@npm:1.1.3 (via npm:^1.1.3)
│ │ │ │ └─ punycode@npm:1.4.1 (via npm:^1.3.2)
The text was updated successfully, but these errors were encountered: