Commit e018210
authored
(deps): upgrade several deps' majors; require Node 10+ (#678)
- officially drop support for Node <10 since many deps don't support
it anymore
- it has been EoL since Dec 31, 2019 and many deps are using newer,
ES2017 language features now too
- previously we deprecated it and semi-officially dropped, this time
is fully official with engines requirement
- and makes `--target node` target Node v10 instead of v8
- and will be released as a breaking change
- camelcase, chalk, execa, and fs-extra all dropped Node <10
- so did prettier v2 and rollup v2 which we will update to in the
near future
- ora and rollup-plugin-sourcemaps dropped Node <8 in breaking bumps
- so could've upgraded before, but for some reason some past
Greenkeeper PRs were closed
- and pascal-case upgrade didn't change any Node version support
- Jest 25, which we will update to in the same breaking release, also
dropped support for Node <8
- rollup-plugin-sourcemaps v0.5 is now written in TS and ships its own
types, so no need for its @types/ counterpart anymore
- pascal-case changed to use named export instead of a default export1 parent 349f299 commit e018210
4 files changed
Lines changed: 169 additions & 102 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | | - | |
67 | | - | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
78 | | - | |
79 | | - | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
84 | | - | |
85 | | - | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | | - | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
107 | | - | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments