Closed sttk closed 11 months ago
I'll make a PR for using theming-log
after this PR.
@sttk why did you remove support for gulp 3.x? This package is supposed to support all versions of gulp we can.
@phated Since gulp-cli
is added dependencies of gulp
, gulp-cli
is not needed to install globally and we can think that new gulp-cli
is used in new gulp
.
In addition, it's difficult that we'll continue to support gulp
v3 on new node and new versions of dependencies.
So I think it's better to remove supporting gulp
v3.
@phated I've modified Liftoff.configFiles
as I wrote in liftoff#126.
@phated I've reverted the two commits about dropping old gulp supports and changing directory configuration. Please review this PR again.
@phated I've done except the matter regarding archy
, pretty-hrtime
, and merging config by mergeConfigToCliFlags
, mergeConfigToEnvFlags
. It will take a little more time for these remaining matter, so please wait for a while.
@phated All changes have been completed. Please review this PR again. :bow:
@phated I've modified what you pointed out. Please review again. :bow:
This PR updates this repository for the following points:
Upgrades dependencies and drops node <10.13 support
yargs
's version is 16, not latest, because the latest version 17 supports node >=12.marked-man
version is 0.7, because the latest version 1.3 is esm.eslint
,expect
, andmocha
upgrades to the last versions which supports node v10.Stops using
gulp-test-tools
Because
gulp-test-tools
was used for nodejs v0.10.Replaces
ansi-color
andcolor-suuport
tochalk
Because this package used
chalk
originally, andchalk
enables to drop the codes for--color/--no-color
flags.Drops
isobject
andarray-sort
By adding alternative codes.
Drops old gulp supports
This PR removes
^3.7.0
,^4.0.0-alpha.1
, and^4.0.0-alpha.2
directories.Change directory configuration.