react-redux-universal-hot-example icon indicating copy to clipboard operation
react-redux-universal-hot-example copied to clipboard

Several deprecated packages

Open richb-hanover opened this issue 8 years ago • 6 comments

I see that there are several deprecated packages in the current https://github.com/erikras/react-redux-universal-hot-example/commit/d89cbbe3f15ba79c1e13a4fa0b305f2011c2ebfa repo. Are there plans to change to less deprecated versions? Thanks.

bash-3.2$ npm install
npm WARN deprecated [email protected]: Please use postcss-loader instead of autoprefixer-loader
npm WARN deprecated [email protected]: Replaced by bootstrap-loader. Please upgrade.
npm WARN deprecated [email protected]: Deprecated.
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN prefer global [email protected] should be installed with -g

Update: I know that [email protected] (required by [email protected]) pulls in [email protected] and [email protected]. There's an issue filed at https://github.com/shama/gaze/issues/212

Update: [email protected] (latest) requires [email protected] which requires a deprecated version of graceful-fs as well. Looks like there's a regression problem with upgrading mocha's glob https://github.com/mochajs/mocha/issues/2121

But what are the plans for the other packages that generate warnings including:

Many thanks!

richb-hanover avatar Mar 12 '16 04:03 richb-hanover

+1. any warning is annoying. @erikras

tearsofphoenix avatar Mar 12 '16 05:03 tearsofphoenix

+1 also. I know there are some PRs out to migrate away from bootstrap-sass-loader and I think also autoprefixer-loader, which should take care of those. The only ones I haven't managed to get rid of myself are the npmconf, lodash and graceful-fs.

jaraquistain avatar Mar 12 '16 19:03 jaraquistain

Partially fixed. www.github.com/shama/gaze updated to version 1.0.0. Updating the package.json to this version and re-running npm install gets a couple of these warnings.

richb-hanover avatar Mar 15 '16 06:03 richb-hanover

this PR fixes the autoprefixer-loader warning https://github.com/erikras/react-redux-universal-hot-example/pull/939

chapati23 avatar Mar 15 '16 14:03 chapati23

+1 also

JerryCai avatar Feb 06 '17 09:02 JerryCai

Waiting, you can try my fork here: https://github.com/bertho-zero/react-redux-universal-hot-example/

bertho-zero avatar Feb 06 '17 12:02 bertho-zero