antd-scss-theme-plugin icon indicating copy to clipboard operation
antd-scss-theme-plugin copied to clipboard

Major release checks

Open jufemaiz opened this issue 4 years ago • 0 comments

Use of ^ in dependencies locks major version. This means the following are outdated.

What's the strategy to manage this?

npm-check

babel-eslint                      😎  MAJOR UP  Major update available. https://github.com/babel/babel-eslint
                                               npm install --save-dev [email protected] to go from 8.2.6 to 10.0.3

babel-loader                      😎  MAJOR UP  Major update available. https://github.com/babel/babel-loader
                                               npm install --save-dev [email protected] to go from 7.1.5 to 8.0.6

babel-plugin-add-module-exports   😎  MAJOR UP  Major update available. https://github.com/59naga/babel-plugin-add-module-exports#readme
                                               npm install --save-dev [email protected] to go from 0.2.1 to 1.0.2

cross-env                         😎  MAJOR UP  Major update available. https://github.com/kentcdodds/cross-env#readme
                                               npm install --save-dev [email protected] to go from 5.2.1 to 6.0.3

eslint                            😎  MAJOR UP  Major update available. https://eslint.org
                                               npm install --save-dev [email protected] to go from 4.19.1 to 6.6.0

eslint-config-airbnb              😎  MAJOR UP  Major update available. https://github.com/airbnb/javascript
                                               npm install --save-dev [email protected] to go from 16.1.0 to 18.0.1

eslint-loader                     😎  MAJOR UP  Major update available. https://github.com/webpack-contrib/eslint-loader
                                               npm install --save-dev [email protected] to go from 1.9.0 to 3.0.2

less-loader                       😎  MAJOR UP  Major update available. https://github.com/webpack-contrib/less-loader
                                               npm install --save-dev [email protected] to go from 4.1.0 to 5.0.0

raw-loader                        😎  MAJOR UP  Major update available. https://github.com/webpack-contrib/raw-loader
                                               npm install --save-dev [email protected] to go from 0.5.1 to 3.1.0
                                  😕  NOTUSED?  Still using raw-loader?
                                               Depcheck did not find code similar to require('raw-loader') or import from 'raw-loader'.
                                               Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
                                               Use --skip-unused to skip this check.
                                               To remove this package: npm uninstall --save-dev raw-loader

rimraf                            😎  MAJOR UP  Major update available. https://github.com/isaacs/rimraf#readme
                                               npm install --save-dev [email protected] to go from 2.7.1 to 3.0.0

sass-loader                       😎  MAJOR UP  Major update available. https://github.com/webpack-contrib/sass-loader
                                               npm install --save-dev [email protected] to go from 7.3.1 to 8.0.0

webpack                           😎  MAJOR UP  Major update available. https://github.com/webpack/webpack
                                               npm install --save-dev [email protected] to go from 3.12.0 to 4.41.2

jufemaiz avatar Nov 07 '19 01:11 jufemaiz