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

feat: bump Node.js version dependency to at least 10.13.0 #747

Merged
merged 3 commits into from Dec 3, 2019

Conversation

iiroj
Copy link
Member

@iiroj iiroj commented Dec 2, 2019

This PR bumps the Node.js version requirement enforced by please-upgrade-node to at least v10.13.0, which is the first Dubnium-titled new LTS version. Node.js v8 will reach EOL status on 2019-12-31.

It also replaces v8 from the test matrix with v13.

As pointed out by #746, this breaking change would be a good fit to v10.

Fixes #746

BREAKING CHANGE: Node.js v8 is no longer supported because it will reach EOL on 2019-12-31
@codecov
Copy link

codecov bot commented Dec 2, 2019

Codecov Report

Merging #747 into beta will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             beta     #747   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files          13       13           
  Lines         388      388           
  Branches       81       81           
=======================================
  Hits          385      385           
  Misses          3        3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0eedacd...4dfccec. Read the comment docs.

@iiroj iiroj requested a review from okonet December 2, 2019 14:11
@iiroj iiroj added this to the v10 milestone Dec 3, 2019
@iiroj
Copy link
Member Author

iiroj commented Dec 3, 2019

Thoughts, @okonet? I think this could be the last bit to v10 before release.

package.json Outdated Show resolved Hide resolved
Copy link
Collaborator

@okonet okonet left a comment

Choose a reason for hiding this comment

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

I'm fine with dropping it from the CI matrix but I don't think it should be enforced via package.json. If needed, let's stay on previous please-upgrade-node version.

@iiroj iiroj merged commit 6fef51c into beta Dec 3, 2019
@iiroj iiroj deleted the bump-node-version branch December 3, 2019 09:54
iiroj added a commit that referenced this pull request Dec 4, 2019
BREAKING CHANGE: Node.js v8 is no longer supported because it will reach EOL on 2019-12-31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants