erikras / erikras/react-redux-universal-hot-example

Several deprecated packages

Open
#1,019 6 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12.1k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

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 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 https://github.com/shama/gaze/issues/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 https://github.com/mochajs/mocha/issues/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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.