request.js icon indicating copy to clipboard operation
request.js copied to clipboard

fix(deps): update dependency node-fetch to v3

Open renovate[bot] opened this issue 4 years ago • 4 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-fetch ^2.6.7 -> ^3.0.0 age adoption passing confidence

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: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Aug 31 '21 16:08 renovate[bot]

Just thought I'd say that without this dependency update, modern versions of node are emitting deprecation notices due to node-fetch 2.x's use of a whatwg-url from 2017 that uses new Buffer().

mscdex avatar Nov 12 '21 03:11 mscdex

This PR is needed to fix https://github.com/actions/github-script/issues/202

CumpsD avatar Jan 28 '22 15:01 CumpsD

That is not possible at this time. v3 of node-fetch switches to ESM, as discussed in previous comments, and the review comment.

Unfortunately the JS octokit libraries no longer have an active maintainer.

You can read about it in this discussion, subscribe to it for further updates.

wolfy1339 avatar Jan 28 '22 21:01 wolfy1339

That is not possible at this time. v3 of node-fetch switches to ESM, as discussed in previous comments, and the review comment.

Unfortunately the JS octokit libraries no longer have an active maintainer.

You can read about it in this discussion, subscribe to it for further updates.

Oh, such a shame they stopped support :(

Thanks

CumpsD avatar Jan 30 '22 13:01 CumpsD