Skip to content

Commit 6085d66

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.13.15
1 parent bebd79c commit 6085d66

File tree

2 files changed

+186
-4
lines changed

2 files changed

+186
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"@aureooms/js-memory": "4.0.0",
7272
"@aureooms/js-red-black-tree": "9.0.0",
7373
"@aureooms/js-type": "1.0.4",
74-
"@babel/core": "7.13.14",
75-
"@babel/preset-env": "7.13.12",
74+
"@babel/core": "7.13.15",
75+
"@babel/preset-env": "7.13.15",
7676
"@babel/register": "7.13.14",
7777
"@commitlint/cli": "12.1.1",
7878
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 184 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
7979
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
8080

81+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
82+
version "7.13.15"
83+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
84+
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
85+
8186
"@babel/compat-data@^7.13.12":
8287
version "7.13.12"
8388
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
@@ -88,7 +93,28 @@
8893
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
8994
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
9095

91-
"@babel/[email protected]", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
96+
97+
version "7.13.15"
98+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
99+
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
100+
dependencies:
101+
"@babel/code-frame" "^7.12.13"
102+
"@babel/generator" "^7.13.9"
103+
"@babel/helper-compilation-targets" "^7.13.13"
104+
"@babel/helper-module-transforms" "^7.13.14"
105+
"@babel/helpers" "^7.13.10"
106+
"@babel/parser" "^7.13.15"
107+
"@babel/template" "^7.12.13"
108+
"@babel/traverse" "^7.13.15"
109+
"@babel/types" "^7.13.14"
110+
convert-source-map "^1.7.0"
111+
debug "^4.1.0"
112+
gensync "^1.0.0-beta.2"
113+
json5 "^2.1.2"
114+
semver "^6.3.0"
115+
source-map "^0.5.0"
116+
117+
"@babel/core@^7.12.10", "@babel/core@^7.12.16":
92118
version "7.13.14"
93119
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
94120
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
@@ -268,6 +294,20 @@
268294
resolve "^1.14.2"
269295
semver "^6.1.2"
270296

297+
"@babel/helper-define-polyfill-provider@^0.2.0":
298+
version "0.2.0"
299+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.0.tgz#a640051772045fedaaecc6f0c6c69f02bdd34bf1"
300+
integrity sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==
301+
dependencies:
302+
"@babel/helper-compilation-targets" "^7.13.0"
303+
"@babel/helper-module-imports" "^7.12.13"
304+
"@babel/helper-plugin-utils" "^7.13.0"
305+
"@babel/traverse" "^7.13.0"
306+
debug "^4.1.1"
307+
lodash.debounce "^4.0.8"
308+
resolve "^1.14.2"
309+
semver "^6.1.2"
310+
271311
"@babel/helper-explode-assignable-expression@^7.12.13":
272312
version "7.12.13"
273313
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz#0e46990da9e271502f77507efa4c9918d3d8634a"
@@ -524,6 +564,11 @@
524564
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
525565
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
526566

567+
"@babel/parser@^7.13.15":
568+
version "7.13.15"
569+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
570+
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
571+
527572
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
528573
version "7.13.12"
529574
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -533,6 +578,15 @@
533578
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
534579
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
535580

581+
"@babel/plugin-proposal-async-generator-functions@^7.13.15":
582+
version "7.13.15"
583+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b"
584+
integrity sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==
585+
dependencies:
586+
"@babel/helper-plugin-utils" "^7.13.0"
587+
"@babel/helper-remap-async-to-generator" "^7.13.0"
588+
"@babel/plugin-syntax-async-generators" "^7.8.4"
589+
536590
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
537591
version "7.13.8"
538592
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -1002,6 +1056,13 @@
10021056
dependencies:
10031057
regenerator-transform "^0.14.2"
10041058

1059+
"@babel/plugin-transform-regenerator@^7.13.15":
1060+
version "7.13.15"
1061+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39"
1062+
integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==
1063+
dependencies:
1064+
regenerator-transform "^0.14.2"
1065+
10051066
"@babel/plugin-transform-reserved-words@^7.12.13":
10061067
version "7.12.13"
10071068
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695"
@@ -1060,7 +1121,82 @@
10601121
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
10611122
"@babel/helper-plugin-utils" "^7.12.13"
10621123

1063-
"@babel/[email protected]", "@babel/preset-env@^7.12.11":
1124+
1125+
version "7.13.15"
1126+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.15.tgz#c8a6eb584f96ecba183d3d414a83553a599f478f"
1127+
integrity sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==
1128+
dependencies:
1129+
"@babel/compat-data" "^7.13.15"
1130+
"@babel/helper-compilation-targets" "^7.13.13"
1131+
"@babel/helper-plugin-utils" "^7.13.0"
1132+
"@babel/helper-validator-option" "^7.12.17"
1133+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
1134+
"@babel/plugin-proposal-async-generator-functions" "^7.13.15"
1135+
"@babel/plugin-proposal-class-properties" "^7.13.0"
1136+
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
1137+
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
1138+
"@babel/plugin-proposal-json-strings" "^7.13.8"
1139+
"@babel/plugin-proposal-logical-assignment-operators" "^7.13.8"
1140+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8"
1141+
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
1142+
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
1143+
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
1144+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
1145+
"@babel/plugin-proposal-private-methods" "^7.13.0"
1146+
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
1147+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1148+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1149+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1150+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1151+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1152+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1153+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1154+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1155+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1156+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1157+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1158+
"@babel/plugin-syntax-top-level-await" "^7.12.13"
1159+
"@babel/plugin-transform-arrow-functions" "^7.13.0"
1160+
"@babel/plugin-transform-async-to-generator" "^7.13.0"
1161+
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
1162+
"@babel/plugin-transform-block-scoping" "^7.12.13"
1163+
"@babel/plugin-transform-classes" "^7.13.0"
1164+
"@babel/plugin-transform-computed-properties" "^7.13.0"
1165+
"@babel/plugin-transform-destructuring" "^7.13.0"
1166+
"@babel/plugin-transform-dotall-regex" "^7.12.13"
1167+
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
1168+
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
1169+
"@babel/plugin-transform-for-of" "^7.13.0"
1170+
"@babel/plugin-transform-function-name" "^7.12.13"
1171+
"@babel/plugin-transform-literals" "^7.12.13"
1172+
"@babel/plugin-transform-member-expression-literals" "^7.12.13"
1173+
"@babel/plugin-transform-modules-amd" "^7.13.0"
1174+
"@babel/plugin-transform-modules-commonjs" "^7.13.8"
1175+
"@babel/plugin-transform-modules-systemjs" "^7.13.8"
1176+
"@babel/plugin-transform-modules-umd" "^7.13.0"
1177+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13"
1178+
"@babel/plugin-transform-new-target" "^7.12.13"
1179+
"@babel/plugin-transform-object-super" "^7.12.13"
1180+
"@babel/plugin-transform-parameters" "^7.13.0"
1181+
"@babel/plugin-transform-property-literals" "^7.12.13"
1182+
"@babel/plugin-transform-regenerator" "^7.13.15"
1183+
"@babel/plugin-transform-reserved-words" "^7.12.13"
1184+
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
1185+
"@babel/plugin-transform-spread" "^7.13.0"
1186+
"@babel/plugin-transform-sticky-regex" "^7.12.13"
1187+
"@babel/plugin-transform-template-literals" "^7.13.0"
1188+
"@babel/plugin-transform-typeof-symbol" "^7.12.13"
1189+
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
1190+
"@babel/plugin-transform-unicode-regex" "^7.12.13"
1191+
"@babel/preset-modules" "^0.1.4"
1192+
"@babel/types" "^7.13.14"
1193+
babel-plugin-polyfill-corejs2 "^0.2.0"
1194+
babel-plugin-polyfill-corejs3 "^0.2.0"
1195+
babel-plugin-polyfill-regenerator "^0.2.0"
1196+
core-js-compat "^3.9.0"
1197+
semver "^6.3.0"
1198+
1199+
"@babel/preset-env@^7.12.11":
10641200
version "7.13.12"
10651201
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
10661202
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
@@ -1245,6 +1381,20 @@
12451381
debug "^4.1.0"
12461382
globals "^11.1.0"
12471383

1384+
"@babel/traverse@^7.13.15":
1385+
version "7.13.15"
1386+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
1387+
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
1388+
dependencies:
1389+
"@babel/code-frame" "^7.12.13"
1390+
"@babel/generator" "^7.13.9"
1391+
"@babel/helper-function-name" "^7.12.13"
1392+
"@babel/helper-split-export-declaration" "^7.12.13"
1393+
"@babel/parser" "^7.13.15"
1394+
"@babel/types" "^7.13.14"
1395+
debug "^4.1.0"
1396+
globals "^11.1.0"
1397+
12481398
"@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.4.4":
12491399
version "7.12.10"
12501400
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
@@ -2271,6 +2421,15 @@ babel-plugin-polyfill-corejs2@^0.1.4:
22712421
"@babel/helper-define-polyfill-provider" "^0.1.2"
22722422
semver "^6.1.1"
22732423

2424+
babel-plugin-polyfill-corejs2@^0.2.0:
2425+
version "0.2.0"
2426+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.0.tgz#686775bf9a5aa757e10520903675e3889caeedc4"
2427+
integrity sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==
2428+
dependencies:
2429+
"@babel/compat-data" "^7.13.11"
2430+
"@babel/helper-define-polyfill-provider" "^0.2.0"
2431+
semver "^6.1.1"
2432+
22742433
babel-plugin-polyfill-corejs3@^0.1.3:
22752434
version "0.1.4"
22762435
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.4.tgz#2ae290200e953bade30907b7a3bebcb696e6c59d"
@@ -2279,13 +2438,28 @@ babel-plugin-polyfill-corejs3@^0.1.3:
22792438
"@babel/helper-define-polyfill-provider" "^0.1.2"
22802439
core-js-compat "^3.8.1"
22812440

2441+
babel-plugin-polyfill-corejs3@^0.2.0:
2442+
version "0.2.0"
2443+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.0.tgz#f4b4bb7b19329827df36ff56f6e6d367026cb7a2"
2444+
integrity sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==
2445+
dependencies:
2446+
"@babel/helper-define-polyfill-provider" "^0.2.0"
2447+
core-js-compat "^3.9.1"
2448+
22822449
babel-plugin-polyfill-regenerator@^0.1.2:
22832450
version "0.1.3"
22842451
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.3.tgz#350f857225fc640ae1ec78d1536afcbb457db841"
22852452
integrity sha512-hRjTJQiOYt/wBKEc+8V8p9OJ9799blAJcuKzn1JXh3pApHoWl1Emxh2BHc6MC7Qt6bbr3uDpNxaYQnATLIudEg==
22862453
dependencies:
22872454
"@babel/helper-define-polyfill-provider" "^0.1.2"
22882455

2456+
babel-plugin-polyfill-regenerator@^0.2.0:
2457+
version "0.2.0"
2458+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.0.tgz#853f5f5716f4691d98c84f8069c7636ea8da7ab8"
2459+
integrity sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==
2460+
dependencies:
2461+
"@babel/helper-define-polyfill-provider" "^0.2.0"
2462+
22892463
babel-plugin-transform-async-to-promises@^0.8.15:
22902464
version "0.8.15"
22912465
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-promises/-/babel-plugin-transform-async-to-promises-0.8.15.tgz#13b6d8ef13676b4e3c576d3600b85344bb1ba346"
@@ -3267,6 +3441,14 @@ core-js-compat@^3.8.1, core-js-compat@^3.9.0:
32673441
browserslist "^4.16.3"
32683442
semver "7.0.0"
32693443

3444+
core-js-compat@^3.9.1:
3445+
version "3.10.1"
3446+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.1.tgz#62183a3a77ceeffcc420d907a3e6fc67d9b27f1c"
3447+
integrity sha512-ZHQTdTPkqvw2CeHiZC970NNJcnwzT6YIueDMASKt+p3WbZsLXOcoD392SkcWhkC0wBBHhlfhqGKKsNCQUozYtg==
3448+
dependencies:
3449+
browserslist "^4.16.3"
3450+
semver "7.0.0"
3451+
32703452
core-js@^2.0.0, core-js@^2.4.0:
32713453
version "2.6.12"
32723454
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"

0 commit comments

Comments
 (0)