meteor-mocha
meteor-mocha copied to clipboard
The meteor http package is deprecated
In meteor docs we can find that the http package is deprecated, you could switch to jkuester:http, or just straight up implement fetch.
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
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.
Any news about upgrading from http to fetch ? Thanks
I'm adding this to this PR #157