Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several deprecated packages #1019

Open
richb-hanover opened this issue Mar 12, 2016 · 6 comments
Open

Several deprecated packages #1019

richb-hanover opened this issue Mar 12, 2016 · 6 comments

Comments

@richb-hanover
Copy link

I see that there are several deprecated packages in the current d89cbbe repo. Are there plans to change to less deprecated versions? Thanks.

bash-3.2$ npm install
npm WARN deprecated autoprefixer-loader@3.2.0: Please use postcss-loader instead of autoprefixer-loader
npm WARN deprecated bootstrap-sass-loader@1.0.10: Replaced by bootstrap-loader. Please upgrade.
npm WARN deprecated css-list@0.1.3: Deprecated.
npm WARN deprecated graceful-fs@2.0.3: 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 npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: 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 npmconf@2.1.1: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN prefer global node-gyp@3.3.1 should be installed with -g

Update: I know that gaze@0.5.2 (required by node-sass@3.4.2) pulls in lodash@1.0.2 and graceful-fs@1.2.3. There's an issue filed at shama/gaze#212

Update: mocha@2.4.5 (latest) requires glob@3.2.3 which requires a deprecated version of graceful-fs as well. Looks like there's a regression problem with upgrading mocha's glob mochajs/mocha#2121

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

  • autoprefixer-loader@3.2.0
  • bootstrap-sass-loader@1.0.10
  • css-list@0.1.3
  • npmconf@2.1.2

Many thanks!

@tearsofphoenix
Copy link

+1. any warning is annoying.
@erikras

@jaraquistain
Copy link

+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.

@richb-hanover
Copy link
Author

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.

@chapati23
Copy link

this PR fixes the autoprefixer-loader warning #939

@JerryCai
Copy link

JerryCai commented Feb 6, 2017

+1 also

@bertho-zero
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants