Breaking: drop node 8 support - #235
Open
JLHwung wants to merge 4 commits into
Open
Conversation
JLHwung
force-pushed
the
drop-node-8-support
branch
2 times, most recently
from
July 8, 2026 13:39
b6b0bc6 to
9c99739
Compare
JLHwung
force-pushed
the
drop-node-8-support
branch
from
July 21, 2026 18:39
9c99739 to
23c8758
Compare
Member
|
This is a breaking change. |
Contributor
Author
The intention of this PR is to bump the dependencies to the versions which are also used by gulp.js 5. As for whether we should drop Babel 7 support, I don't feel an immediate urgency to do so, given that Babel 7 will still receive security updates for at least an year. |
liuxingbaoyu
approved these changes
Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR we drop support for Node.js 8 and below. The new node.js requirement
>= 10.13.0aligns to the requirement from gulp 5 and our dependencies affiliated with gulp.We also migrate the test framework from mocha to the builtin Node.js test runner.