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

[breaking][deps] Update all dependencies and drop support for node < 6 #219

Merged
merged 3 commits into from
Aug 7, 2019

Conversation

noratarano
Copy link
Collaborator

@noratarano noratarano commented Aug 7, 2019

Summary

Update all dependencies. We also drop support for node versions 4 and 5 since babel dropped support for them in babel@7.

Note: This is step 1 in a list of TODOs that I have for refactoring this library to not use singletons. While these updates are not necessary, they keep the repo modernized.

Testing

  • Ran npm run build and npm run test using node@8.9.1 and npm@6.9.0 with success
  • CI tests all the other versions of node and npm that we support

@brucewpaul @goatslacker
@ljharb @lencioni

@lencioni
Copy link
Member

lencioni commented Aug 7, 2019

I had started this here, not sure if there's anything helpful for you there: #212

package.json Outdated
"@babel/register": "^7.5.5",
"airbnb-js-shims": "^2.2.0",
"babel-plugin-transform-replace-object-assign": "^2.0.0",
"babel-preset-airbnb": "^3.3.2",
Copy link
Collaborator Author

@noratarano noratarano Aug 7, 2019

Choose a reason for hiding this comment

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

Oooh! There's a version 4!

https://github.com/airbnb/react-with-styles/pull/212/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R54

Suggested change
"babel-preset-airbnb": "^3.3.2",
"babel-preset-airbnb": "^4.0.0"

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