meteor-mocha icon indicating copy to clipboard operation
meteor-mocha copied to clipboard

The meteor http package is deprecated

Open Pakleni opened this issue 1 year ago • 3 comments

In meteor docs we can find that the http package is deprecated, you could switch to jkuester:http, or just straight up implement fetch.

Pakleni avatar Mar 15 '23 22:03 Pakleni

Thank you for submitting this issue!

We, the Members of Meteor Community Packages take every issue seriously. Our goal is to provide long-term lifecycles for packages and keep up with the newest changes in Meteor and the overall NodeJs/JavaScript ecosystem.

However, we contribute to these packages mostly in our free time. Therefore, we can't guarantee your issues to be solved within certain time.

If you think this issue is trivial to solve, don't hesitate to submit a pull request, too! We will accompany you in the process with reviews and hints on how to get development set up.

Please also consider sponsoring the maintainers of the package. If you don't know who is currently maintaining this package, just leave a comment and we'll let you know

github-actions[bot] avatar Mar 15 '23 22:03 github-actions[bot]

It looks like meteor/http is only imported in one file: https://github.com/Meteor-Community-Packages/meteor-mocha/blob/a6c7735cf4227c813b44762c15ea66ec58a7cc7d/package/server.handleCoverage.js#L1 and the usages are very minimal, so at first glance this looks like a good candidate for switching to fetch.

danopia avatar Aug 28 '23 09:08 danopia

Any news about upgrading from http to fetch ? Thanks

dokithonon avatar Apr 18 '24 14:04 dokithonon

I'm adding this to this PR #157

jankapunkt avatar Aug 07 '24 07:08 jankapunkt