Skip to content

Commit 7b1eca6

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.14.8
1 parent 381c047 commit 7b1eca6

File tree

2 files changed

+85
-27
lines changed

2 files changed

+85
-27
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
},
6565
"dependencies": {},
6666
"devDependencies": {
67-
"@babel/core": "7.14.6",
68-
"@babel/preset-env": "7.14.7",
67+
"@babel/core": "7.14.8",
68+
"@babel/preset-env": "7.14.8",
6969
"@babel/register": "7.14.5",
7070
"@commitlint/cli": "12.1.4",
7171
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 83 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
3939
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
4040

41-
"@babel/core@7.14.6":
42-
version "7.14.6"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
44-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
41+
"@babel/core@7.14.8":
42+
version "7.14.8"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
44+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
4545
dependencies:
4646
"@babel/code-frame" "^7.14.5"
47-
"@babel/generator" "^7.14.5"
47+
"@babel/generator" "^7.14.8"
4848
"@babel/helper-compilation-targets" "^7.14.5"
49-
"@babel/helper-module-transforms" "^7.14.5"
50-
"@babel/helpers" "^7.14.6"
51-
"@babel/parser" "^7.14.6"
49+
"@babel/helper-module-transforms" "^7.14.8"
50+
"@babel/helpers" "^7.14.8"
51+
"@babel/parser" "^7.14.8"
5252
"@babel/template" "^7.14.5"
53-
"@babel/traverse" "^7.14.5"
54-
"@babel/types" "^7.14.5"
53+
"@babel/traverse" "^7.14.8"
54+
"@babel/types" "^7.14.8"
5555
convert-source-map "^1.7.0"
5656
debug "^4.1.0"
5757
gensync "^1.0.0-beta.2"
@@ -107,6 +107,15 @@
107107
jsesc "^2.5.1"
108108
source-map "^0.5.0"
109109

110+
"@babel/generator@^7.14.8":
111+
version "7.14.8"
112+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
113+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
114+
dependencies:
115+
"@babel/types" "^7.14.8"
116+
jsesc "^2.5.1"
117+
source-map "^0.5.0"
118+
110119
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
111120
version "7.12.13"
112121
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -342,6 +351,20 @@
342351
"@babel/traverse" "^7.14.5"
343352
"@babel/types" "^7.14.5"
344353

354+
"@babel/helper-module-transforms@^7.14.8":
355+
version "7.14.8"
356+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
357+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
358+
dependencies:
359+
"@babel/helper-module-imports" "^7.14.5"
360+
"@babel/helper-replace-supers" "^7.14.5"
361+
"@babel/helper-simple-access" "^7.14.8"
362+
"@babel/helper-split-export-declaration" "^7.14.5"
363+
"@babel/helper-validator-identifier" "^7.14.8"
364+
"@babel/template" "^7.14.5"
365+
"@babel/traverse" "^7.14.8"
366+
"@babel/types" "^7.14.8"
367+
345368
"@babel/helper-optimise-call-expression@^7.12.13":
346369
version "7.12.13"
347370
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -418,6 +441,13 @@
418441
dependencies:
419442
"@babel/types" "^7.14.5"
420443

444+
"@babel/helper-simple-access@^7.14.8":
445+
version "7.14.8"
446+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
447+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
448+
dependencies:
449+
"@babel/types" "^7.14.8"
450+
421451
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
422452
version "7.12.1"
423453
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -456,6 +486,11 @@
456486
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
457487
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
458488

489+
"@babel/helper-validator-identifier@^7.14.8":
490+
version "7.14.8"
491+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
492+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
493+
459494
"@babel/helper-validator-option@^7.12.17":
460495
version "7.12.17"
461496
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -495,14 +530,14 @@
495530
"@babel/traverse" "^7.14.0"
496531
"@babel/types" "^7.14.0"
497532

498-
"@babel/helpers@^7.14.6":
499-
version "7.14.6"
500-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
501-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
533+
"@babel/helpers@^7.14.8":
534+
version "7.14.8"
535+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
536+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
502537
dependencies:
503538
"@babel/template" "^7.14.5"
504-
"@babel/traverse" "^7.14.5"
505-
"@babel/types" "^7.14.5"
539+
"@babel/traverse" "^7.14.8"
540+
"@babel/types" "^7.14.8"
506541

507542
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
508543
version "7.14.0"
@@ -532,10 +567,10 @@
532567
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
533568
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
534569

535-
"@babel/parser@^7.14.6":
536-
version "7.14.6"
537-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
538-
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
570+
"@babel/parser@^7.14.8":
571+
version "7.14.8"
572+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
573+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
539574

540575
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
541576
version "7.13.12"
@@ -1495,10 +1530,10 @@
14951530
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
14961531
"@babel/helper-plugin-utils" "^7.14.5"
14971532

1498-
"@babel/preset-env@7.14.7":
1499-
version "7.14.7"
1500-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
1501-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
1533+
"@babel/preset-env@7.14.8":
1534+
version "7.14.8"
1535+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1536+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
15021537
dependencies:
15031538
"@babel/compat-data" "^7.14.7"
15041539
"@babel/helper-compilation-targets" "^7.14.5"
@@ -1567,7 +1602,7 @@
15671602
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
15681603
"@babel/plugin-transform-unicode-regex" "^7.14.5"
15691604
"@babel/preset-modules" "^0.1.4"
1570-
"@babel/types" "^7.14.5"
1605+
"@babel/types" "^7.14.8"
15711606
babel-plugin-polyfill-corejs2 "^0.2.2"
15721607
babel-plugin-polyfill-corejs3 "^0.2.2"
15731608
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1750,6 +1785,21 @@
17501785
debug "^4.1.0"
17511786
globals "^11.1.0"
17521787

1788+
"@babel/traverse@^7.14.8":
1789+
version "7.14.8"
1790+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1791+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
1792+
dependencies:
1793+
"@babel/code-frame" "^7.14.5"
1794+
"@babel/generator" "^7.14.8"
1795+
"@babel/helper-function-name" "^7.14.5"
1796+
"@babel/helper-hoist-variables" "^7.14.5"
1797+
"@babel/helper-split-export-declaration" "^7.14.5"
1798+
"@babel/parser" "^7.14.8"
1799+
"@babel/types" "^7.14.8"
1800+
debug "^4.1.0"
1801+
globals "^11.1.0"
1802+
17531803
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.4.4":
17541804
version "7.14.1"
17551805
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
@@ -1766,6 +1816,14 @@
17661816
"@babel/helper-validator-identifier" "^7.14.5"
17671817
to-fast-properties "^2.0.0"
17681818

1819+
"@babel/types@^7.14.8":
1820+
version "7.14.8"
1821+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1822+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
1823+
dependencies:
1824+
"@babel/helper-validator-identifier" "^7.14.8"
1825+
to-fast-properties "^2.0.0"
1826+
17691827
"@bcoe/v8-coverage@^0.2.3":
17701828
version "0.2.3"
17711829
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)