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

Re-vert to Node.js v4 #286

Merged
merged 3 commits into from
Mar 24, 2018
Merged

Re-vert to Node.js v4 #286

merged 3 commits into from
Mar 24, 2018

Conversation

futagoza
Copy link
Contributor

Fixes #236, Closes #285

@futagoza
Copy link
Contributor Author

futagoza commented Mar 24, 2018

@tleunen The commit I did for my babel-preset (futagoza/babel-preset-futagozaryuu@64645b6) passed on Travis (Node.js v4, v6 and v8) using these changes, so I'm not sure why appveyor is complaining, but it seems to be throwing the same error as #236. Any suggestions/solution?

@tleunen
Copy link
Owner

tleunen commented Mar 24, 2018

The problem is some dependencies (like Jest) don't support Node 4 in their most recent version (v22) because of jsdom. But we shouldn't really use jsdom in the first place. So try to set the testEnvironment option to node to see if node 4 passes.

We would also need to run node 4 on circle-ci (See config.yml)

But you mark a point. Since Node 4 is still in LTS until April 2018, we should definitely make sure we're still compatible with it.

@codecov
Copy link

codecov bot commented Mar 24, 2018

Codecov Report

Merging #286 into master will not change coverage.
The diff coverage is n/a.

@futagoza
Copy link
Contributor Author

Set testEnviroment in package.json and updated .circleci/config.yml

Since Node 4 is still in LTS until April 2018, we should definitely make sure we're still compatible with it.

The fact that April is just a week away kind of makes this PR useless 😆, but even though LTS ends in April 2018, Node.js v4 will still be around for a while (at least I intend to support it in my projects for another year).

@tleunen
Copy link
Owner

tleunen commented Mar 24, 2018

Yeah.. It's never easy to really find out when removing support for a specific version. Knowing that Node 6 and 8 are in LTS should eventually force everybody to upgrade. Using an unsupported version is definitely not ideal. But we'll continue to support Node 4 for some time until we really need to remove it (for performance/security reasons for example) and people still using it won't be able to upgrade to newer versions of this plugin then.

Anyway. Thanks for the PR!

@futagoza
Copy link
Contributor Author

You're welcome 😄

@tleunen tleunen merged commit 2d5bf09 into tleunen:master Mar 24, 2018
@futagoza futagoza deleted the issue-236 branch March 24, 2018 19:05
amosyuen pushed a commit to amosyuen/babel-plugin-module-resolver that referenced this pull request Jul 11, 2018
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