Skip to content

Commit cded96b

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

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
@@ -63,8 +63,8 @@
6363
"dependencies": {},
6464
"devDependencies": {
6565
"@aureooms/js-itertools": "5.1.1",
66-
"@babel/core": "7.14.6",
67-
"@babel/preset-env": "7.14.7",
66+
"@babel/core": "7.14.8",
67+
"@babel/preset-env": "7.14.8",
6868
"@babel/register": "7.14.5",
6969
"@commitlint/cli": "12.1.4",
7070
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

78-
"@babel/[email protected].6":
79-
version "7.14.6"
80-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
81-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
78+
"@babel/[email protected].8":
79+
version "7.14.8"
80+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
81+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
8282
dependencies:
8383
"@babel/code-frame" "^7.14.5"
84-
"@babel/generator" "^7.14.5"
84+
"@babel/generator" "^7.14.8"
8585
"@babel/helper-compilation-targets" "^7.14.5"
86-
"@babel/helper-module-transforms" "^7.14.5"
87-
"@babel/helpers" "^7.14.6"
88-
"@babel/parser" "^7.14.6"
86+
"@babel/helper-module-transforms" "^7.14.8"
87+
"@babel/helpers" "^7.14.8"
88+
"@babel/parser" "^7.14.8"
8989
"@babel/template" "^7.14.5"
90-
"@babel/traverse" "^7.14.5"
91-
"@babel/types" "^7.14.5"
90+
"@babel/traverse" "^7.14.8"
91+
"@babel/types" "^7.14.8"
9292
convert-source-map "^1.7.0"
9393
debug "^4.1.0"
9494
gensync "^1.0.0-beta.2"
@@ -171,6 +171,15 @@
171171
jsesc "^2.5.1"
172172
source-map "^0.5.0"
173173

174+
"@babel/generator@^7.14.8":
175+
version "7.14.8"
176+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
177+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
178+
dependencies:
179+
"@babel/types" "^7.14.8"
180+
jsesc "^2.5.1"
181+
source-map "^0.5.0"
182+
174183
"@babel/helper-annotate-as-pure@^7.10.4":
175184
version "7.10.4"
176185
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -488,6 +497,20 @@
488497
"@babel/traverse" "^7.14.5"
489498
"@babel/types" "^7.14.5"
490499

500+
"@babel/helper-module-transforms@^7.14.8":
501+
version "7.14.8"
502+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
503+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
504+
dependencies:
505+
"@babel/helper-module-imports" "^7.14.5"
506+
"@babel/helper-replace-supers" "^7.14.5"
507+
"@babel/helper-simple-access" "^7.14.8"
508+
"@babel/helper-split-export-declaration" "^7.14.5"
509+
"@babel/helper-validator-identifier" "^7.14.8"
510+
"@babel/template" "^7.14.5"
511+
"@babel/traverse" "^7.14.8"
512+
"@babel/types" "^7.14.8"
513+
491514
"@babel/helper-optimise-call-expression@^7.12.13":
492515
version "7.12.13"
493516
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -608,6 +631,13 @@
608631
dependencies:
609632
"@babel/types" "^7.14.5"
610633

634+
"@babel/helper-simple-access@^7.14.8":
635+
version "7.14.8"
636+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
637+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
638+
dependencies:
639+
"@babel/types" "^7.14.8"
640+
611641
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
612642
version "7.12.1"
613643
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -651,6 +681,11 @@
651681
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
652682
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
653683

684+
"@babel/helper-validator-identifier@^7.14.8":
685+
version "7.14.8"
686+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
687+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
688+
654689
"@babel/helper-validator-option@^7.12.17":
655690
version "7.12.17"
656691
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -690,14 +725,14 @@
690725
"@babel/traverse" "^7.13.0"
691726
"@babel/types" "^7.13.0"
692727

693-
"@babel/helpers@^7.14.6":
694-
version "7.14.6"
695-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
696-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
728+
"@babel/helpers@^7.14.8":
729+
version "7.14.8"
730+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
731+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
697732
dependencies:
698733
"@babel/template" "^7.14.5"
699-
"@babel/traverse" "^7.14.5"
700-
"@babel/types" "^7.14.5"
734+
"@babel/traverse" "^7.14.8"
735+
"@babel/types" "^7.14.8"
701736

702737
"@babel/highlight@^7.10.4":
703738
version "7.10.4"
@@ -751,10 +786,10 @@
751786
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
752787
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
753788

754-
"@babel/parser@^7.14.6":
755-
version "7.14.6"
756-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
757-
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
789+
"@babel/parser@^7.14.8":
790+
version "7.14.8"
791+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
792+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
758793

759794
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
760795
version "7.13.12"
@@ -1698,10 +1733,10 @@
16981733
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
16991734
"@babel/helper-plugin-utils" "^7.14.5"
17001735

1701-
"@babel/[email protected].7":
1702-
version "7.14.7"
1703-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
1704-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
1736+
"@babel/[email protected].8":
1737+
version "7.14.8"
1738+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1739+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
17051740
dependencies:
17061741
"@babel/compat-data" "^7.14.7"
17071742
"@babel/helper-compilation-targets" "^7.14.5"
@@ -1770,7 +1805,7 @@
17701805
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
17711806
"@babel/plugin-transform-unicode-regex" "^7.14.5"
17721807
"@babel/preset-modules" "^0.1.4"
1773-
"@babel/types" "^7.14.5"
1808+
"@babel/types" "^7.14.8"
17741809
babel-plugin-polyfill-corejs2 "^0.2.2"
17751810
babel-plugin-polyfill-corejs3 "^0.2.2"
17761811
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1986,6 +2021,21 @@
19862021
debug "^4.1.0"
19872022
globals "^11.1.0"
19882023

2024+
"@babel/traverse@^7.14.8":
2025+
version "7.14.8"
2026+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
2027+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
2028+
dependencies:
2029+
"@babel/code-frame" "^7.14.5"
2030+
"@babel/generator" "^7.14.8"
2031+
"@babel/helper-function-name" "^7.14.5"
2032+
"@babel/helper-hoist-variables" "^7.14.5"
2033+
"@babel/helper-split-export-declaration" "^7.14.5"
2034+
"@babel/parser" "^7.14.8"
2035+
"@babel/types" "^7.14.8"
2036+
debug "^4.1.0"
2037+
globals "^11.1.0"
2038+
19892039
"@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.4.4":
19902040
version "7.12.6"
19912041
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
@@ -2030,6 +2080,14 @@
20302080
"@babel/helper-validator-identifier" "^7.14.5"
20312081
to-fast-properties "^2.0.0"
20322082

2083+
"@babel/types@^7.14.8":
2084+
version "7.14.8"
2085+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
2086+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
2087+
dependencies:
2088+
"@babel/helper-validator-identifier" "^7.14.8"
2089+
to-fast-properties "^2.0.0"
2090+
20332091
"@bcoe/v8-coverage@^0.2.3":
20342092
version "0.2.3"
20352093
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)