Skip to content

Commit fed066e

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.14.8
1 parent 71b2233 commit fed066e

File tree

2 files changed

+176
-4
lines changed

2 files changed

+176
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
},
6767
"dependencies": {},
6868
"devDependencies": {
69-
"@babel/core": "7.14.6",
70-
"@babel/preset-env": "7.14.7",
69+
"@babel/core": "7.14.8",
70+
"@babel/preset-env": "7.14.8",
7171
"@babel/register": "7.14.5",
7272
"@commitlint/cli": "12.1.4",
7373
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 174 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,28 @@
5555
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
5656
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
5757

58-
"@babel/[email protected]", "@babel/core@^7.12.10":
58+
59+
version "7.14.8"
60+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
61+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
62+
dependencies:
63+
"@babel/code-frame" "^7.14.5"
64+
"@babel/generator" "^7.14.8"
65+
"@babel/helper-compilation-targets" "^7.14.5"
66+
"@babel/helper-module-transforms" "^7.14.8"
67+
"@babel/helpers" "^7.14.8"
68+
"@babel/parser" "^7.14.8"
69+
"@babel/template" "^7.14.5"
70+
"@babel/traverse" "^7.14.8"
71+
"@babel/types" "^7.14.8"
72+
convert-source-map "^1.7.0"
73+
debug "^4.1.0"
74+
gensync "^1.0.0-beta.2"
75+
json5 "^2.1.2"
76+
semver "^6.3.0"
77+
source-map "^0.5.0"
78+
79+
"@babel/core@^7.12.10":
5980
version "7.14.6"
6081
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
6182
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
@@ -142,6 +163,15 @@
142163
jsesc "^2.5.1"
143164
source-map "^0.5.0"
144165

166+
"@babel/generator@^7.14.8":
167+
version "7.14.8"
168+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
169+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
170+
dependencies:
171+
"@babel/types" "^7.14.8"
172+
jsesc "^2.5.1"
173+
source-map "^0.5.0"
174+
145175
"@babel/helper-annotate-as-pure@^7.10.4":
146176
version "7.12.10"
147177
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
@@ -357,6 +387,20 @@
357387
"@babel/traverse" "^7.14.5"
358388
"@babel/types" "^7.14.5"
359389

390+
"@babel/helper-module-transforms@^7.14.8":
391+
version "7.14.8"
392+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
393+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
394+
dependencies:
395+
"@babel/helper-module-imports" "^7.14.5"
396+
"@babel/helper-replace-supers" "^7.14.5"
397+
"@babel/helper-simple-access" "^7.14.8"
398+
"@babel/helper-split-export-declaration" "^7.14.5"
399+
"@babel/helper-validator-identifier" "^7.14.8"
400+
"@babel/template" "^7.14.5"
401+
"@babel/traverse" "^7.14.8"
402+
"@babel/types" "^7.14.8"
403+
360404
"@babel/helper-optimise-call-expression@^7.12.13":
361405
version "7.12.13"
362406
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -434,6 +478,13 @@
434478
dependencies:
435479
"@babel/types" "^7.14.5"
436480

481+
"@babel/helper-simple-access@^7.14.8":
482+
version "7.14.8"
483+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
484+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
485+
dependencies:
486+
"@babel/types" "^7.14.8"
487+
437488
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
438489
version "7.14.5"
439490
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -470,6 +521,11 @@
470521
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
471522
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
472523

524+
"@babel/helper-validator-identifier@^7.14.8":
525+
version "7.14.8"
526+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
527+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
528+
473529
"@babel/helper-validator-option@^7.12.17":
474530
version "7.12.17"
475531
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -508,6 +564,15 @@
508564
"@babel/traverse" "^7.14.5"
509565
"@babel/types" "^7.14.5"
510566

567+
"@babel/helpers@^7.14.8":
568+
version "7.14.8"
569+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
570+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
571+
dependencies:
572+
"@babel/template" "^7.14.5"
573+
"@babel/traverse" "^7.14.8"
574+
"@babel/types" "^7.14.8"
575+
511576
"@babel/highlight@^7.10.4":
512577
version "7.10.4"
513578
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
@@ -565,6 +630,11 @@
565630
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
566631
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
567632

633+
"@babel/parser@^7.14.8":
634+
version "7.14.8"
635+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
636+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
637+
568638
"@babel/parser@^7.3.3":
569639
version "7.14.7"
570640
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
@@ -1139,7 +1209,86 @@
11391209
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
11401210
"@babel/helper-plugin-utils" "^7.14.5"
11411211

1142-
"@babel/[email protected]", "@babel/preset-env@^7.12.11":
1212+
1213+
version "7.14.8"
1214+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1215+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
1216+
dependencies:
1217+
"@babel/compat-data" "^7.14.7"
1218+
"@babel/helper-compilation-targets" "^7.14.5"
1219+
"@babel/helper-plugin-utils" "^7.14.5"
1220+
"@babel/helper-validator-option" "^7.14.5"
1221+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
1222+
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
1223+
"@babel/plugin-proposal-class-properties" "^7.14.5"
1224+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
1225+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
1226+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
1227+
"@babel/plugin-proposal-json-strings" "^7.14.5"
1228+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
1229+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1230+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1231+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
1232+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
1233+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
1234+
"@babel/plugin-proposal-private-methods" "^7.14.5"
1235+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
1236+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
1237+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1238+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1239+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1240+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1241+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1242+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1243+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1244+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1245+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1246+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1247+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1248+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1249+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1250+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1251+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
1252+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
1253+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
1254+
"@babel/plugin-transform-block-scoping" "^7.14.5"
1255+
"@babel/plugin-transform-classes" "^7.14.5"
1256+
"@babel/plugin-transform-computed-properties" "^7.14.5"
1257+
"@babel/plugin-transform-destructuring" "^7.14.7"
1258+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
1259+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
1260+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
1261+
"@babel/plugin-transform-for-of" "^7.14.5"
1262+
"@babel/plugin-transform-function-name" "^7.14.5"
1263+
"@babel/plugin-transform-literals" "^7.14.5"
1264+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
1265+
"@babel/plugin-transform-modules-amd" "^7.14.5"
1266+
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1267+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
1268+
"@babel/plugin-transform-modules-umd" "^7.14.5"
1269+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
1270+
"@babel/plugin-transform-new-target" "^7.14.5"
1271+
"@babel/plugin-transform-object-super" "^7.14.5"
1272+
"@babel/plugin-transform-parameters" "^7.14.5"
1273+
"@babel/plugin-transform-property-literals" "^7.14.5"
1274+
"@babel/plugin-transform-regenerator" "^7.14.5"
1275+
"@babel/plugin-transform-reserved-words" "^7.14.5"
1276+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
1277+
"@babel/plugin-transform-spread" "^7.14.6"
1278+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
1279+
"@babel/plugin-transform-template-literals" "^7.14.5"
1280+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
1281+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
1282+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
1283+
"@babel/preset-modules" "^0.1.4"
1284+
"@babel/types" "^7.14.8"
1285+
babel-plugin-polyfill-corejs2 "^0.2.2"
1286+
babel-plugin-polyfill-corejs3 "^0.2.2"
1287+
babel-plugin-polyfill-regenerator "^0.2.2"
1288+
core-js-compat "^3.15.0"
1289+
semver "^6.3.0"
1290+
1291+
"@babel/preset-env@^7.12.11":
11431292
version "7.14.7"
11441293
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
11451294
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
@@ -1337,6 +1486,21 @@
13371486
debug "^4.1.0"
13381487
globals "^11.1.0"
13391488

1489+
"@babel/traverse@^7.14.8":
1490+
version "7.14.8"
1491+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1492+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
1493+
dependencies:
1494+
"@babel/code-frame" "^7.14.5"
1495+
"@babel/generator" "^7.14.8"
1496+
"@babel/helper-function-name" "^7.14.5"
1497+
"@babel/helper-hoist-variables" "^7.14.5"
1498+
"@babel/helper-split-export-declaration" "^7.14.5"
1499+
"@babel/parser" "^7.14.8"
1500+
"@babel/types" "^7.14.8"
1501+
debug "^4.1.0"
1502+
globals "^11.1.0"
1503+
13401504
"@babel/types@^7.12.10", "@babel/types@^7.4.4":
13411505
version "7.12.10"
13421506
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
@@ -1381,6 +1545,14 @@
13811545
"@babel/helper-validator-identifier" "^7.14.5"
13821546
to-fast-properties "^2.0.0"
13831547

1548+
"@babel/types@^7.14.8":
1549+
version "7.14.8"
1550+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1551+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
1552+
dependencies:
1553+
"@babel/helper-validator-identifier" "^7.14.8"
1554+
to-fast-properties "^2.0.0"
1555+
13841556
"@bcoe/v8-coverage@^0.2.3":
13851557
version "0.2.3"
13861558
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)