Meteor-Community-Packages / meteor-mocha

A Mocha test driver package for Meteor 1.3+. This package reports server AND client test results in the server console and can be used for running tests on a CI server or locally.
https://packosphere.com/meteortesting/mocha
MIT License
67 stars 39 forks source link

The meteor http package is deprecated #148

Open Pakleni opened 1 year ago

Pakleni commented 1 year ago

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

github-actions[bot] commented 1 year ago

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

danopia commented 11 months ago

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.

dokithonon commented 3 months ago

Any news about upgrading from http to fetch ? Thanks