Skip to content

Commit 101a58e

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

File tree

2 files changed

+90
-32
lines changed

2 files changed

+90
-32
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
"dependencies": {},
7070
"devDependencies": {
7171
"@aureooms/js-itertools": "5.1.1",
72-
"@babel/cli": "7.14.5",
73-
"@babel/core": "7.14.6",
74-
"@babel/preset-env": "7.14.7",
72+
"@babel/cli": "7.14.8",
73+
"@babel/core": "7.14.8",
74+
"@babel/preset-env": "7.14.8",
7575
"@babel/register": "7.14.5",
7676
"@commitlint/cli": "12.1.4",
7777
"@js-library/commitlint-config": "0.0.4",

yarn.lock

+87-29
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@aureooms/js-collections-deque" "^7.0.0"
2323
"@aureooms/js-error" "^5.0.3"
2424

25-
"@babel/[email protected].5":
26-
version "7.14.5"
27-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.5.tgz#9551b194f02360729de6060785bbdcce52c69f0a"
28-
integrity sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==
25+
"@babel/[email protected].8":
26+
version "7.14.8"
27+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933"
28+
integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==
2929
dependencies:
3030
commander "^4.0.1"
3131
convert-source-map "^1.1.0"
@@ -74,20 +74,20 @@
7474
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
7575
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
7676

77-
"@babel/[email protected].6":
78-
version "7.14.6"
79-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
80-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
77+
"@babel/[email protected].8":
78+
version "7.14.8"
79+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
80+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
8181
dependencies:
8282
"@babel/code-frame" "^7.14.5"
83-
"@babel/generator" "^7.14.5"
83+
"@babel/generator" "^7.14.8"
8484
"@babel/helper-compilation-targets" "^7.14.5"
85-
"@babel/helper-module-transforms" "^7.14.5"
86-
"@babel/helpers" "^7.14.6"
87-
"@babel/parser" "^7.14.6"
85+
"@babel/helper-module-transforms" "^7.14.8"
86+
"@babel/helpers" "^7.14.8"
87+
"@babel/parser" "^7.14.8"
8888
"@babel/template" "^7.14.5"
89-
"@babel/traverse" "^7.14.5"
90-
"@babel/types" "^7.14.5"
89+
"@babel/traverse" "^7.14.8"
90+
"@babel/types" "^7.14.8"
9191
convert-source-map "^1.7.0"
9292
debug "^4.1.0"
9393
gensync "^1.0.0-beta.2"
@@ -143,6 +143,15 @@
143143
jsesc "^2.5.1"
144144
source-map "^0.5.0"
145145

146+
"@babel/generator@^7.14.8":
147+
version "7.14.8"
148+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
149+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
150+
dependencies:
151+
"@babel/types" "^7.14.8"
152+
jsesc "^2.5.1"
153+
source-map "^0.5.0"
154+
146155
"@babel/helper-annotate-as-pure@^7.12.13":
147156
version "7.12.13"
148157
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -329,6 +338,20 @@
329338
"@babel/traverse" "^7.14.5"
330339
"@babel/types" "^7.14.5"
331340

341+
"@babel/helper-module-transforms@^7.14.8":
342+
version "7.14.8"
343+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
344+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
345+
dependencies:
346+
"@babel/helper-module-imports" "^7.14.5"
347+
"@babel/helper-replace-supers" "^7.14.5"
348+
"@babel/helper-simple-access" "^7.14.8"
349+
"@babel/helper-split-export-declaration" "^7.14.5"
350+
"@babel/helper-validator-identifier" "^7.14.8"
351+
"@babel/template" "^7.14.5"
352+
"@babel/traverse" "^7.14.8"
353+
"@babel/types" "^7.14.8"
354+
332355
"@babel/helper-optimise-call-expression@^7.12.13":
333356
version "7.12.13"
334357
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -396,6 +419,13 @@
396419
dependencies:
397420
"@babel/types" "^7.14.5"
398421

422+
"@babel/helper-simple-access@^7.14.8":
423+
version "7.14.8"
424+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
425+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
426+
dependencies:
427+
"@babel/types" "^7.14.8"
428+
399429
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
400430
version "7.14.5"
401431
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -427,6 +457,11 @@
427457
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
428458
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
429459

460+
"@babel/helper-validator-identifier@^7.14.8":
461+
version "7.14.8"
462+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
463+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
464+
430465
"@babel/helper-validator-option@^7.12.17":
431466
version "7.12.17"
432467
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -456,14 +491,14 @@
456491
"@babel/traverse" "^7.13.0"
457492
"@babel/types" "^7.13.0"
458493

459-
"@babel/helpers@^7.14.6":
460-
version "7.14.6"
461-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
462-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
494+
"@babel/helpers@^7.14.8":
495+
version "7.14.8"
496+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
497+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
463498
dependencies:
464499
"@babel/template" "^7.14.5"
465-
"@babel/traverse" "^7.14.5"
466-
"@babel/types" "^7.14.5"
500+
"@babel/traverse" "^7.14.8"
501+
"@babel/types" "^7.14.8"
467502

468503
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
469504
version "7.13.10"
@@ -493,10 +528,10 @@
493528
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
494529
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
495530

496-
"@babel/parser@^7.14.6":
497-
version "7.14.6"
498-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
499-
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
531+
"@babel/parser@^7.14.8":
532+
version "7.14.8"
533+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
534+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
500535

501536
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
502537
version "7.14.5"
@@ -997,10 +1032,10 @@
9971032
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
9981033
"@babel/helper-plugin-utils" "^7.14.5"
9991034

1000-
"@babel/[email protected].7":
1001-
version "7.14.7"
1002-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
1003-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
1035+
"@babel/[email protected].8":
1036+
version "7.14.8"
1037+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1038+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
10041039
dependencies:
10051040
"@babel/compat-data" "^7.14.7"
10061041
"@babel/helper-compilation-targets" "^7.14.5"
@@ -1069,7 +1104,7 @@
10691104
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
10701105
"@babel/plugin-transform-unicode-regex" "^7.14.5"
10711106
"@babel/preset-modules" "^0.1.4"
1072-
"@babel/types" "^7.14.5"
1107+
"@babel/types" "^7.14.8"
10731108
babel-plugin-polyfill-corejs2 "^0.2.2"
10741109
babel-plugin-polyfill-corejs3 "^0.2.2"
10751110
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1152,6 +1187,21 @@
11521187
debug "^4.1.0"
11531188
globals "^11.1.0"
11541189

1190+
"@babel/traverse@^7.14.8":
1191+
version "7.14.8"
1192+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1193+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
1194+
dependencies:
1195+
"@babel/code-frame" "^7.14.5"
1196+
"@babel/generator" "^7.14.8"
1197+
"@babel/helper-function-name" "^7.14.5"
1198+
"@babel/helper-hoist-variables" "^7.14.5"
1199+
"@babel/helper-split-export-declaration" "^7.14.5"
1200+
"@babel/parser" "^7.14.8"
1201+
"@babel/types" "^7.14.8"
1202+
debug "^4.1.0"
1203+
globals "^11.1.0"
1204+
11551205
"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.4.4":
11561206
version "7.13.14"
11571207
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
@@ -1169,6 +1219,14 @@
11691219
"@babel/helper-validator-identifier" "^7.14.5"
11701220
to-fast-properties "^2.0.0"
11711221

1222+
"@babel/types@^7.14.8":
1223+
version "7.14.8"
1224+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1225+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
1226+
dependencies:
1227+
"@babel/helper-validator-identifier" "^7.14.8"
1228+
to-fast-properties "^2.0.0"
1229+
11721230
"@bcoe/v8-coverage@^0.2.3":
11731231
version "0.2.3"
11741232
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)