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

Refactor/update deps #37 #41

Merged

Conversation

pilarArr
Copy link
Contributor

@pilarArr pilarArr commented Sep 6, 2017

This will be the packages that have been updated

npm dependencies

  • @cleverbeagle/dates: 0.4.0 -> 0.5.1
  • @cleverbeagle/seeder: 1.1.3 -> 1.2.0
  • babel-runtime: 6.20.0 -> 6.26.0
  • bcrypt: 1.0.2 -> 1.0.3
  • commonmark: 0.27.0 -> 0.28.1
  • core-js: 2.5.0 -> 2.5.1
  • jquery-validation: 1.16.0 -> 1.17.0
  • meteor-node-stubs: 0.2.4 -> 0.2.11
  • react: 15.5.4 -> 15.6.1
  • react-addons-pure-render-mixin: 15.5.2 -> 15.6.0
  • react-bootstrap: 0.31.0 -> 0.31.2
  • react-dom: 15.5.4 -> 15.6.1
  • react-router-bootstrap: 0.24.2 -> 0.24.3
  • react-router-dom: 4.1.1 -> 4.2.2
  • simpl-schema: 0.3.0 -> 0.3.2

For these packages jquery could not be updated to v3 because the twbs:bootstrap meteor package has a jquery v2 restriction since it uses bootstrap v3.3.6, on that note the twbs:bootstrap from atmosphere will no longer be updated issue#20389.

npm dev-dependencies

  • enzyme: 2.8.2 -> 2.9.1
  • eslint: 3.19.0 -> 4.6.0
  • eslint-config-airbnb: 15.0.1 -> 15.1.0
  • eslint-plugin-import: 2.2.0 -> 2.7.0
  • eslint-plugin-jsx-a11y: 5.0.3 -> 5.1.1
  • eslint-plugin-meteor: 4.0.1 -> 4.1.4
  • eslint-plugin-react: 7.0.1 -> 7.3.0
  • jest: 20.0.3 -> 20.0.4

For the dev dependencies the only package that could not be updated due to restrictions is eslint-plugin-jsx-a11y, for which v6 is available but eslint-config-airbnb is not compatible with it airbnb/javascript#1474, eslint-config-airbnb peer dependencies.

meteor dependencies

These direct dependencies where updated:

  • standard-minifier-js: 2.1.0 -> 2.1.1
  • ecmascript: 0.8.0 -> 0.8.2
  • shell-server: 0.2.3 -> 0.2.4
  • accounts-password: 1.3.6 -> 1.3.7
  • accounts-facebook: 1.2.0 -> 1.2.1
  • aldeed:collection2-core: 2.0.0 -> 2.0.1

For there there is accounts-password@1.4.0 and accounts-base@1.3.1 available but on updating they request alpha versions for other packages, I image these will update when updating meteor.

Indirect dependencies updates are documented in the commits. This PR fixes #37

@cleverbeagle
Copy link
Owner

All sounds good to me. Going to close this out and merge it.

@cleverbeagle cleverbeagle merged commit 3c7edb0 into cleverbeagle:master Sep 8, 2017
@pilarArr pilarArr deleted the refactor/update_deps_#37 branch September 8, 2017 07:34
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.

Bump Meteor and NPM dependencies
2 participants