You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hi! Coming here from mochajs/mocha#5070: hyperlink is very nifty and I'm glad to have learned about it today, thanks! 😄
Right now there's a dependency on request, which is deprecated per request/request#3142. The native fetch should be sufficient to replace the one call to request() in this package:
👋 Hi! Coming here from mochajs/mocha#5070:
hyperlink
is very nifty and I'm glad to have learned about it today, thanks! 😄Right now there's a dependency on
request
, which is deprecated per request/request#3142. The nativefetch
should be sufficient to replace the one call torequest()
in this package:hyperlink/lib/index.js
Line 205 in bfaa8dc
Would you accept a PR switching to
fetch
?The text was updated successfully, but these errors were encountered: