Skip to content

Commit 1954f87

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.13.15
1 parent 6cef68b commit 1954f87

File tree

2 files changed

+186
-4
lines changed

2 files changed

+186
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@aureooms/js-itertools": "5.1.0",
6464
"@aureooms/js-pseudo-random": "2.0.0",
6565
"@aureooms/js-random": "3.3.0",
66-
"@babel/core": "7.13.14",
67-
"@babel/preset-env": "7.13.12",
66+
"@babel/core": "7.13.15",
67+
"@babel/preset-env": "7.13.15",
6868
"@babel/register": "7.13.14",
6969
"@commitlint/cli": "12.1.1",
7070
"@js-library/commitlint-config": "0.0.4",

yarn.lock

+184-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,33 @@
6363
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
6464
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
6565

66-
"@babel/[email protected]", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
66+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
67+
version "7.13.15"
68+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
69+
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
70+
71+
72+
version "7.13.15"
73+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
74+
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
75+
dependencies:
76+
"@babel/code-frame" "^7.12.13"
77+
"@babel/generator" "^7.13.9"
78+
"@babel/helper-compilation-targets" "^7.13.13"
79+
"@babel/helper-module-transforms" "^7.13.14"
80+
"@babel/helpers" "^7.13.10"
81+
"@babel/parser" "^7.13.15"
82+
"@babel/template" "^7.12.13"
83+
"@babel/traverse" "^7.13.15"
84+
"@babel/types" "^7.13.14"
85+
convert-source-map "^1.7.0"
86+
debug "^4.1.0"
87+
gensync "^1.0.0-beta.2"
88+
json5 "^2.1.2"
89+
semver "^6.3.0"
90+
source-map "^0.5.0"
91+
92+
"@babel/core@^7.12.10", "@babel/core@^7.12.16":
6793
version "7.13.14"
6894
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
6995
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
@@ -160,6 +186,20 @@
160186
resolve "^1.14.2"
161187
semver "^6.1.2"
162188

189+
"@babel/helper-define-polyfill-provider@^0.2.0":
190+
version "0.2.0"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.0.tgz#a640051772045fedaaecc6f0c6c69f02bdd34bf1"
192+
integrity sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==
193+
dependencies:
194+
"@babel/helper-compilation-targets" "^7.13.0"
195+
"@babel/helper-module-imports" "^7.12.13"
196+
"@babel/helper-plugin-utils" "^7.13.0"
197+
"@babel/traverse" "^7.13.0"
198+
debug "^4.1.1"
199+
lodash.debounce "^4.0.8"
200+
resolve "^1.14.2"
201+
semver "^6.1.2"
202+
163203
"@babel/helper-explode-assignable-expression@^7.12.13":
164204
version "7.13.0"
165205
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f"
@@ -314,6 +354,11 @@
314354
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
315355
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
316356

357+
"@babel/parser@^7.13.15":
358+
version "7.13.15"
359+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
360+
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
361+
317362
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
318363
version "7.13.12"
319364
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"
@@ -323,6 +368,15 @@
323368
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
324369
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
325370

371+
"@babel/plugin-proposal-async-generator-functions@^7.13.15":
372+
version "7.13.15"
373+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b"
374+
integrity sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==
375+
dependencies:
376+
"@babel/helper-plugin-utils" "^7.13.0"
377+
"@babel/helper-remap-async-to-generator" "^7.13.0"
378+
"@babel/plugin-syntax-async-generators" "^7.8.4"
379+
326380
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
327381
version "7.13.8"
328382
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -776,6 +830,13 @@
776830
dependencies:
777831
regenerator-transform "^0.14.2"
778832

833+
"@babel/plugin-transform-regenerator@^7.13.15":
834+
version "7.13.15"
835+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39"
836+
integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==
837+
dependencies:
838+
regenerator-transform "^0.14.2"
839+
779840
"@babel/plugin-transform-reserved-words@^7.12.13":
780841
version "7.12.13"
781842
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695"
@@ -834,7 +895,82 @@
834895
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
835896
"@babel/helper-plugin-utils" "^7.12.13"
836897

837-
"@babel/[email protected]", "@babel/preset-env@^7.12.11":
898+
899+
version "7.13.15"
900+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.15.tgz#c8a6eb584f96ecba183d3d414a83553a599f478f"
901+
integrity sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==
902+
dependencies:
903+
"@babel/compat-data" "^7.13.15"
904+
"@babel/helper-compilation-targets" "^7.13.13"
905+
"@babel/helper-plugin-utils" "^7.13.0"
906+
"@babel/helper-validator-option" "^7.12.17"
907+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
908+
"@babel/plugin-proposal-async-generator-functions" "^7.13.15"
909+
"@babel/plugin-proposal-class-properties" "^7.13.0"
910+
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
911+
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
912+
"@babel/plugin-proposal-json-strings" "^7.13.8"
913+
"@babel/plugin-proposal-logical-assignment-operators" "^7.13.8"
914+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8"
915+
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
916+
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
917+
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
918+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
919+
"@babel/plugin-proposal-private-methods" "^7.13.0"
920+
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
921+
"@babel/plugin-syntax-async-generators" "^7.8.4"
922+
"@babel/plugin-syntax-class-properties" "^7.12.13"
923+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
924+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
925+
"@babel/plugin-syntax-json-strings" "^7.8.3"
926+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
927+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
928+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
929+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
930+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
931+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
932+
"@babel/plugin-syntax-top-level-await" "^7.12.13"
933+
"@babel/plugin-transform-arrow-functions" "^7.13.0"
934+
"@babel/plugin-transform-async-to-generator" "^7.13.0"
935+
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
936+
"@babel/plugin-transform-block-scoping" "^7.12.13"
937+
"@babel/plugin-transform-classes" "^7.13.0"
938+
"@babel/plugin-transform-computed-properties" "^7.13.0"
939+
"@babel/plugin-transform-destructuring" "^7.13.0"
940+
"@babel/plugin-transform-dotall-regex" "^7.12.13"
941+
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
942+
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
943+
"@babel/plugin-transform-for-of" "^7.13.0"
944+
"@babel/plugin-transform-function-name" "^7.12.13"
945+
"@babel/plugin-transform-literals" "^7.12.13"
946+
"@babel/plugin-transform-member-expression-literals" "^7.12.13"
947+
"@babel/plugin-transform-modules-amd" "^7.13.0"
948+
"@babel/plugin-transform-modules-commonjs" "^7.13.8"
949+
"@babel/plugin-transform-modules-systemjs" "^7.13.8"
950+
"@babel/plugin-transform-modules-umd" "^7.13.0"
951+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13"
952+
"@babel/plugin-transform-new-target" "^7.12.13"
953+
"@babel/plugin-transform-object-super" "^7.12.13"
954+
"@babel/plugin-transform-parameters" "^7.13.0"
955+
"@babel/plugin-transform-property-literals" "^7.12.13"
956+
"@babel/plugin-transform-regenerator" "^7.13.15"
957+
"@babel/plugin-transform-reserved-words" "^7.12.13"
958+
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
959+
"@babel/plugin-transform-spread" "^7.13.0"
960+
"@babel/plugin-transform-sticky-regex" "^7.12.13"
961+
"@babel/plugin-transform-template-literals" "^7.13.0"
962+
"@babel/plugin-transform-typeof-symbol" "^7.12.13"
963+
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
964+
"@babel/plugin-transform-unicode-regex" "^7.12.13"
965+
"@babel/preset-modules" "^0.1.4"
966+
"@babel/types" "^7.13.14"
967+
babel-plugin-polyfill-corejs2 "^0.2.0"
968+
babel-plugin-polyfill-corejs3 "^0.2.0"
969+
babel-plugin-polyfill-regenerator "^0.2.0"
970+
core-js-compat "^3.9.0"
971+
semver "^6.3.0"
972+
973+
"@babel/preset-env@^7.12.11":
838974
version "7.13.12"
839975
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
840976
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
@@ -982,6 +1118,20 @@
9821118
debug "^4.1.0"
9831119
globals "^11.1.0"
9841120

1121+
"@babel/traverse@^7.13.15":
1122+
version "7.13.15"
1123+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
1124+
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
1125+
dependencies:
1126+
"@babel/code-frame" "^7.12.13"
1127+
"@babel/generator" "^7.13.9"
1128+
"@babel/helper-function-name" "^7.12.13"
1129+
"@babel/helper-split-export-declaration" "^7.12.13"
1130+
"@babel/parser" "^7.13.15"
1131+
"@babel/types" "^7.13.14"
1132+
debug "^4.1.0"
1133+
globals "^11.1.0"
1134+
9851135
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14", "@babel/types@^7.4.4":
9861136
version "7.13.14"
9871137
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
@@ -1974,6 +2124,15 @@ babel-plugin-polyfill-corejs2@^0.1.4:
19742124
"@babel/helper-define-polyfill-provider" "^0.1.5"
19752125
semver "^6.1.1"
19762126

2127+
babel-plugin-polyfill-corejs2@^0.2.0:
2128+
version "0.2.0"
2129+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.0.tgz#686775bf9a5aa757e10520903675e3889caeedc4"
2130+
integrity sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==
2131+
dependencies:
2132+
"@babel/compat-data" "^7.13.11"
2133+
"@babel/helper-define-polyfill-provider" "^0.2.0"
2134+
semver "^6.1.1"
2135+
19772136
babel-plugin-polyfill-corejs3@^0.1.3:
19782137
version "0.1.7"
19792138
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz#80449d9d6f2274912e05d9e182b54816904befd0"
@@ -1982,13 +2141,28 @@ babel-plugin-polyfill-corejs3@^0.1.3:
19822141
"@babel/helper-define-polyfill-provider" "^0.1.5"
19832142
core-js-compat "^3.8.1"
19842143

2144+
babel-plugin-polyfill-corejs3@^0.2.0:
2145+
version "0.2.0"
2146+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.0.tgz#f4b4bb7b19329827df36ff56f6e6d367026cb7a2"
2147+
integrity sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==
2148+
dependencies:
2149+
"@babel/helper-define-polyfill-provider" "^0.2.0"
2150+
core-js-compat "^3.9.1"
2151+
19852152
babel-plugin-polyfill-regenerator@^0.1.2:
19862153
version "0.1.6"
19872154
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.6.tgz#0fe06a026fe0faa628ccc8ba3302da0a6ce02f3f"
19882155
integrity sha512-OUrYG9iKPKz8NxswXbRAdSwF0GhRdIEMTloQATJi4bDuFqrXaXcCUT/VGNrr8pBcjMh1RxZ7Xt9cytVJTJfvMg==
19892156
dependencies:
19902157
"@babel/helper-define-polyfill-provider" "^0.1.5"
19912158

2159+
babel-plugin-polyfill-regenerator@^0.2.0:
2160+
version "0.2.0"
2161+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.0.tgz#853f5f5716f4691d98c84f8069c7636ea8da7ab8"
2162+
integrity sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==
2163+
dependencies:
2164+
"@babel/helper-define-polyfill-provider" "^0.2.0"
2165+
19922166
babel-plugin-transform-async-to-promises@^0.8.15:
19932167
version "0.8.15"
19942168
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-promises/-/babel-plugin-transform-async-to-promises-0.8.15.tgz#13b6d8ef13676b4e3c576d3600b85344bb1ba346"
@@ -2922,6 +3096,14 @@ core-js-compat@^3.8.1, core-js-compat@^3.9.0:
29223096
browserslist "^4.16.3"
29233097
semver "7.0.0"
29243098

3099+
core-js-compat@^3.9.1:
3100+
version "3.10.1"
3101+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.1.tgz#62183a3a77ceeffcc420d907a3e6fc67d9b27f1c"
3102+
integrity sha512-ZHQTdTPkqvw2CeHiZC970NNJcnwzT6YIueDMASKt+p3WbZsLXOcoD392SkcWhkC0wBBHhlfhqGKKsNCQUozYtg==
3103+
dependencies:
3104+
browserslist "^4.16.3"
3105+
semver "7.0.0"
3106+
29253107
core-js@^2.0.0, core-js@^2.4.0:
29263108
version "2.6.12"
29273109
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"

0 commit comments

Comments
 (0)