lukechilds / browser-env

Simulates a global browser environment using jsdom
MIT License
175 stars 14 forks source link

This project has been marked as deprecated and is not recommended for use anymore. #35

Closed 9renpoto closed 7 years ago

9renpoto commented 7 years ago

browser-env package is deprecated ? Currently troubled by warning from https://dependencyci.com .

lukechilds commented 7 years ago

Hmmn, I'm not quire sure why it's showing up as deprecated, I haven't deprecated it.

Thanks for bringing it to my attention, I'm looking in to it now.

lukechilds commented 7 years ago

I've just manually un-deprecated by deprecating with an empty string:

npm deprecate browser-env ""

Even though I'm pretty sure it wasn't deprecated. I've also just published a new patch version to make sure. If I install I don't get any deprecations warnings in the terminal.

I have a hunch this may actually be a bug with libraries.io/dependencyci.com. I have deprecated specific versions in the past with known bugs. It looks like this is possibly being interpreted as the entire package being deprecated which is incorrect. I'll wait until libraries.io picks up the new version and see what it says.

9renpoto commented 7 years ago

Thank you for your investigation ! I'm waiting for good results.

lukechilds commented 7 years ago

Yeah, libraries.io are still saying the latest version is deprecated :/

I've notified both libraries.io and dependencyci.com. Lets see what they say :)

https://github.com/librariesio/libraries.io/issues/1247 https://github.com/dependencyci/support/issues/81

andrew commented 7 years ago

I've fixed that for you, thanks for letting me know

lukechilds commented 7 years ago

@9renpoto Should be all good now.

9renpoto commented 7 years ago

Perfect ! Thank you ! 🙆