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

Update dependencies for Node.js (2017-12-03) #5876

Merged
merged 16 commits into from Dec 3, 2017
Merged

Update dependencies for Node.js (2017-12-03) #5876

merged 16 commits into from Dec 3, 2017

Conversation

ykzts
Copy link
Sponsor Member

@ykzts ykzts commented Dec 3, 2017

before

$ yarn outdated
yarn outdated v1.3.2
info Color legend : 
 "<red>"    : Major Update backward-incompatible updates 
 "<yellow>" : Minor Update backward-compatible features 
 "<green>"  : Patch Update backward-compatible bug fixes
Package                 Current Wanted Latest Package Type         URL                                                         
axios                   0.16.2  0.16.2 0.17.1 dependencies         https://github.com/axios/axios                              
babel-eslint            7.2.3   7.2.3  8.0.3  devDependencies      https://github.com/babel/babel-eslint                       
babel-plugin-lodash     3.2.11  3.3.2  3.3.2  dependencies         https://github.com/lodash/babel-plugin-lodash#readme        
babel-plugin-preval     1.6.1   1.6.2  1.6.2  dependencies         https://github.com/kentcdodds/babel-plugin-preval#readme    
emoji-mart              2.1.4   exotic exotic dependencies         Gargron/emoji-mart#build                                    
enzyme                  3.1.0   3.2.0  3.2.0  devDependencies      http://airbnb.io/enzyme/                                    
enzyme-adapter-react-16 1.0.2   1.1.0  1.1.0  devDependencies      http://airbnb.io/enzyme/                                    
eslint                  3.19.0  3.19.0 4.12.1 devDependencies      https://eslint.org                                          
eslint-plugin-jsx-a11y  4.0.0   4.0.0  6.0.2  devDependencies      https://github.com/evcohen/eslint-plugin-jsx-a11y#readme    
eslint-plugin-react     6.10.3  6.10.3 7.5.1  devDependencies      https://github.com/yannickcr/eslint-plugin-react            
file-loader             0.11.2  0.11.2 1.1.5  dependencies         https://github.com/webpack/file-loader                      
fsevents                1.1.2   1.1.3  1.1.3  optionalDependencies https://github.com/strongloop/fsevents                      
intersection-observer   0.4.2   0.4.3  0.5.0  dependencies         https://github.com/w3c/IntersectionObserver#readme          
intl-messageformat      2.1.0   2.2.0  2.2.0  dependencies         https://github.com/yahoo/intl-messageformat                 
node-sass               4.5.3   4.7.2  4.7.2  dependencies         https://github.com/sass/node-sass                           
pg                      6.4.2   6.4.2  7.4.0  dependencies         http://github.com/brianc/node-postgres                      
postcss-loader          2.0.8   2.0.9  2.0.9  dependencies         https://github.com/postcss/postcss-loader#readme            
react                   16.0.0  16.2.0 16.2.0 dependencies         https://reactjs.org/                                        
react-dom               16.0.0  16.2.0 16.2.0 dependencies         https://reactjs.org/                                        
react-redux-loading-bar 2.9.3   2.9.3  3.0.0  dependencies         https://github.com/mironov/react-redux-loading-bar          
react-test-renderer     16.0.0  16.2.0 16.2.0 devDependencies      https://reactjs.org/                                        
react-textarea-autosize 5.1.0   5.2.1  5.2.1  dependencies         https://github.com/andreypopp/react-textarea-autosize#readme
stringz                 0.2.3   0.2.3  0.3.0  dependencies         https://github.com/sallar/stringz#readme                    
uws                     8.14.1  8.14.1 9.14.0 dependencies         https://github.com/uWebSockets/uWebSockets                  
webpack                 3.8.1   3.9.1  3.9.1  dependencies         https://github.com/webpack/webpack                          
webpack-bundle-analyzer 2.9.0   2.9.1  2.9.1  dependencies         https://github.com/webpack-contrib/webpack-bundle-analyzer  
webpack-dev-server      2.9.3   2.9.5  2.9.5  devDependencies      https://github.com/webpack/webpack-dev-server               
webpack-merge           4.1.0   4.1.1  4.1.1  dependencies         https://github.com/survivejs/webpack-merge                  
yargs                   8.0.2   8.0.2  10.0.3 devDependencies      http://yargs.js.org/                                        
Done in 1.89s.

after

$ yarn outdated
yarn outdated v1.3.2
info Color legend : 
 "<red>"    : Major Update backward-incompatible updates 
 "<yellow>" : Minor Update backward-compatible features 
 "<green>"  : Patch Update backward-compatible bug fixes
Package                 Current Wanted Latest Package Type    URL                                                     
axios                   0.16.2  0.16.2 0.17.1 dependencies    https://github.com/axios/axios                          
babel-eslint            7.2.3   7.2.3  8.0.3  devDependencies https://github.com/babel/babel-eslint                   
emoji-mart              2.1.4   exotic exotic dependencies         Gargron/emoji-mart#build                                    
eslint                  3.19.0  3.19.0 4.12.1 devDependencies https://eslint.org                                      
eslint-plugin-jsx-a11y  4.0.0   4.0.0  6.0.2  devDependencies https://github.com/evcohen/eslint-plugin-jsx-a11y#readme
eslint-plugin-react     6.10.3  6.10.3 7.5.1  devDependencies https://github.com/yannickcr/eslint-plugin-react        
file-loader             0.11.2  0.11.2 1.1.5  dependencies    https://github.com/webpack/file-loader                  
pg                      6.4.2   6.4.2  7.4.0  dependencies    http://github.com/brianc/node-postgres                  
react-redux-loading-bar 2.9.3   2.9.3  3.0.0  dependencies    https://github.com/mironov/react-redux-loading-bar      
uws                     8.14.1  8.14.1 9.14.0 dependencies    https://github.com/uWebSockets/uWebSockets              
yargs                   8.0.2   8.0.2  10.0.3 devDependencies http://yargs.js.org/                                    
Done in 3.23s.

package.json Outdated
@@ -44,7 +44,7 @@
"css-loader": "^0.28.4",
"detect-passive-events": "^1.0.2",
"dotenv": "^4.0.0",
"emoji-mart": "Gargron/emoji-mart#build",
"emoji-mart": "^2.2.1",
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Gargron Gargron merged commit ac17309 into mastodon:master Dec 3, 2017
@ykzts ykzts deleted the yarn-upgrade-20171203 branch December 3, 2017 15:56
cobodo pushed a commit to cobodo/mastodon that referenced this pull request Dec 6, 2017
* Update babel-plugin-lodash to version 3.3.2

* Update enzyme to version 3.2.0

* Update enzyme-adapter-react-16 to version 1.1.0

* Update intersection-observer to version 0.5.0

* Update intl-messageformat to version 2.2.0

* Update node-sass to version 4.7.2

* Update postcss-loader to version 2.0.9

* Update React to version 16.2.0

* Update react-textarea-autosize to version 5.2.1

* Update stringz to version 0.3.0

* Update webpack to version 3.9.1

* Update webpack-bundle-analyzer to version 2.9.1

* Update webpack-dev-server to version 2.9.5

* Update webpack-merge to version 4.1.1

* Update fsevents to version 1.1.3

* yarn upgrade
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

Successfully merging this pull request may close these issues.

None yet

2 participants