datasource-rest icon indicating copy to clipboard operation
datasource-rest copied to clipboard

feat!: use Web API's fetch

Open slagiewka opened this issue 8 months ago • 0 comments

Currently not working due to no possible way to set the url prop of Response in cases where the lib tries to fake it once retrieved from cache.

Included:

  • drop node-fetch@v2
  • update nock to v14
  • raise minimal node version to 20 (as 18 is almost EoL)
  • raise ES target to match node 20

Closes #393

slagiewka avatar Feb 03 '25 20:02 slagiewka