Skip to content

Commit e0dad18

Browse files
committed
chore!: change minimum supported node version to 12
1 parent b32dea1 commit e0dad18

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
node: [10, 12]
18+
node: [12, 14]
1919

2020
steps:
2121
- uses: actions/setup-node@v1

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
"pre-commit": "lint-staged"
3232
}
3333
},
34-
"resolutions": {
35-
"rollup-plugin-esbuild": "2.3.0"
36-
},
3734
"dependencies": {
3835
"defu": "^3.2.2",
3936
"html-validate": "^4.3.0"
@@ -67,6 +64,6 @@
6764
"access": "public"
6865
},
6966
"volta": {
70-
"node": "10.22.1"
67+
"node": "12.20.1"
7168
}
7269
}

yarn.lock

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,14 @@
17021702
estree-walker "^1.0.1"
17031703
picomatch "^2.2.2"
17041704

1705+
"@rollup/pluginutils@^4.0.0":
1706+
version "4.1.0"
1707+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.1.0.tgz#0dcc61c780e39257554feb7f77207dceca13c838"
1708+
integrity sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ==
1709+
dependencies:
1710+
estree-walker "^2.0.1"
1711+
picomatch "^2.2.2"
1712+
17051713
"@sidvind/better-ajv-errors@^0.6.10":
17061714
version "0.6.10"
17071715
resolved "https://registry.yarnpkg.com/@sidvind/better-ajv-errors/-/better-ajv-errors-0.6.10.tgz#825aa57e601e3145df493742a73a5e70b5d910d8"
@@ -3179,7 +3187,7 @@ browserify-zlib@^0.2.0:
31793187
dependencies:
31803188
pako "~1.0.5"
31813189

3182-
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.0, browserslist@^4.16.1, browserslist@^4.6.4:
3190+
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.1, browserslist@^4.6.4:
31833191
version "4.16.1"
31843192
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.1.tgz#bf757a2da376b3447b800a16f0f1c96358138766"
31853193
integrity sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA==
@@ -3452,7 +3460,7 @@ caniuse-api@^3.0.0:
34523460
lodash.memoize "^4.1.2"
34533461
lodash.uniq "^4.5.0"
34543462

3455-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001165, caniuse-lite@^1.0.30001173, caniuse-lite@^1.0.30001178:
3463+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001173, caniuse-lite@^1.0.30001178:
34563464
version "1.0.30001179"
34573465
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001179.tgz#b0803883b4471a6c62066fb1752756f8afc699c8"
34583466
integrity sha512-blMmO0QQujuUWZKyVrD1msR4WNDAqb/UPO1Sw2WWsQ7deoM5bJiicKnWJ1Y0NS/aGINSnKPIWBMw5luX+NDUCA==
@@ -4854,7 +4862,7 @@ ejs@^2.6.1:
48544862
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
48554863
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
48564864

4857-
electron-to-chromium@^1.3.621, electron-to-chromium@^1.3.634:
4865+
electron-to-chromium@^1.3.634:
48584866
version "1.3.643"
48594867
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.643.tgz#fc196e17d01f4d874ef2307b009c0cd993ebe1c7"
48604868
integrity sha512-TGomM4gj8adt/uqRgPbu9F0yhUVAR1deww5X0fvbQgpGr9suSMjLgc4IwQ9YKGkp1t03cDbZum20OfAkiTYjAg==
@@ -7566,6 +7574,11 @@ jiti@^1.0.0, jiti@^1.2.0:
75667574
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.2.0.tgz#15187ac6c49fb5ee4e04700bc05c1d5caed58546"
75677575
integrity sha512-9YR5zusNf4qmOZAIMqja5pTeuojl5mG2sE4IGogwBoxyclX+Wm2yBZDo2nvuwkUOzUg/nmXwiI2Hz7d/d1UCyw==
75687576

7577+
joycon@^2.2.5:
7578+
version "2.2.5"
7579+
resolved "https://registry.yarnpkg.com/joycon/-/joycon-2.2.5.tgz#8d4cf4cbb2544d7b7583c216fcdfec19f6be1615"
7580+
integrity sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==
7581+
75697582
js-tokens@^4.0.0:
75707583
version "4.0.0"
75717584
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -8685,7 +8698,7 @@ node-object-hash@^1.2.0:
86858698
resolved "https://registry.yarnpkg.com/node-object-hash/-/node-object-hash-1.4.2.tgz#385833d85b229902b75826224f6077be969a9e94"
86868699
integrity sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==
86878700

8688-
node-releases@^1.1.67, node-releases@^1.1.69:
8701+
node-releases@^1.1.69:
86898702
version "1.1.70"
86908703
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.70.tgz#66e0ed0273aa65666d7fe78febe7634875426a08"
86918704
integrity sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw==
@@ -10825,12 +10838,14 @@ rollup-plugin-dts@^2.0.1:
1082510838
optionalDependencies:
1082610839
"@babel/code-frame" "^7.10.4"
1082710840

10828-
rollup-plugin-esbuild@2.3.0, rollup-plugin-esbuild@2.5.2:
10829-
version "2.3.0"
10830-
resolved "https://registry.yarnpkg.com/rollup-plugin-esbuild/-/rollup-plugin-esbuild-2.3.0.tgz#7c107d4508af80d30966a148b306cb7d5b36b258"
10831-
integrity sha512-lNbWDRaClwXauaIybuaiOBRWgxcp3GkZu0UUix9yH/OHFgVohKmzlU0NtNbvfbxAcfEooyuBRAv6YCaJl1Mbpw==
10841+
10842+
version "2.5.2"
10843+
resolved "https://registry.yarnpkg.com/rollup-plugin-esbuild/-/rollup-plugin-esbuild-2.5.2.tgz#fd7d4a88518898012a9d07e4c3ef8b4009c244d3"
10844+
integrity sha512-E4q3ac1AlMd0m0ZRYffdiorOt2eZcxfbdPaqBLs7JLnPE8krgIAihOD6cTUc54UJjoOMA9WcY63TR+JKWLzYNw==
1083210845
dependencies:
10833-
"@rollup/pluginutils" "^3.1.0"
10846+
"@rollup/pluginutils" "^4.0.0"
10847+
joycon "^2.2.5"
10848+
strip-json-comments "^3.1.1"
1083410849

1083510850
rollup@^2.36.2:
1083610851
version "2.38.0"

0 commit comments

Comments
 (0)