Skip to content

Commit 0634330

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.15.0
1 parent b92a448 commit 0634330

File tree

2 files changed

+197
-4
lines changed

2 files changed

+197
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
},
6464
"dependencies": {},
6565
"devDependencies": {
66-
"@babel/core": "7.14.8",
67-
"@babel/preset-env": "7.14.9",
66+
"@babel/core": "7.15.0",
67+
"@babel/preset-env": "7.15.0",
6868
"@babel/register": "7.14.5",
6969
"@commitlint/cli": "13.1.0",
7070
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 195 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,33 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
2222
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
2323

24-
"@babel/[email protected]", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
24+
"@babel/compat-data@^7.15.0":
25+
version "7.15.0"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
27+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
28+
29+
30+
version "7.15.0"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
32+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
33+
dependencies:
34+
"@babel/code-frame" "^7.14.5"
35+
"@babel/generator" "^7.15.0"
36+
"@babel/helper-compilation-targets" "^7.15.0"
37+
"@babel/helper-module-transforms" "^7.15.0"
38+
"@babel/helpers" "^7.14.8"
39+
"@babel/parser" "^7.15.0"
40+
"@babel/template" "^7.14.5"
41+
"@babel/traverse" "^7.15.0"
42+
"@babel/types" "^7.15.0"
43+
convert-source-map "^1.7.0"
44+
debug "^4.1.0"
45+
gensync "^1.0.0-beta.2"
46+
json5 "^2.1.2"
47+
semver "^6.3.0"
48+
source-map "^0.5.0"
49+
50+
"@babel/core@^7.12.10", "@babel/core@^7.12.16":
2551
version "7.14.8"
2652
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
2753
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
@@ -60,6 +86,15 @@
6086
jsesc "^2.5.1"
6187
source-map "^0.5.0"
6288

89+
"@babel/generator@^7.15.0":
90+
version "7.15.0"
91+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
92+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
93+
dependencies:
94+
"@babel/types" "^7.15.0"
95+
jsesc "^2.5.1"
96+
source-map "^0.5.0"
97+
6398
"@babel/helper-annotate-as-pure@^7.14.5":
6499
version "7.14.5"
65100
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -85,6 +120,16 @@
85120
browserslist "^4.16.6"
86121
semver "^6.3.0"
87122

123+
"@babel/helper-compilation-targets@^7.15.0":
124+
version "7.15.0"
125+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
126+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
127+
dependencies:
128+
"@babel/compat-data" "^7.15.0"
129+
"@babel/helper-validator-option" "^7.14.5"
130+
browserslist "^4.16.6"
131+
semver "^6.3.0"
132+
88133
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
89134
version "7.14.8"
90135
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
@@ -156,6 +201,13 @@
156201
dependencies:
157202
"@babel/types" "^7.14.5"
158203

204+
"@babel/helper-member-expression-to-functions@^7.15.0":
205+
version "7.15.0"
206+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
207+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
208+
dependencies:
209+
"@babel/types" "^7.15.0"
210+
159211
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
160212
version "7.14.5"
161213
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -177,6 +229,20 @@
177229
"@babel/traverse" "^7.14.8"
178230
"@babel/types" "^7.14.8"
179231

232+
"@babel/helper-module-transforms@^7.15.0":
233+
version "7.15.0"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
235+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
236+
dependencies:
237+
"@babel/helper-module-imports" "^7.14.5"
238+
"@babel/helper-replace-supers" "^7.15.0"
239+
"@babel/helper-simple-access" "^7.14.8"
240+
"@babel/helper-split-export-declaration" "^7.14.5"
241+
"@babel/helper-validator-identifier" "^7.14.9"
242+
"@babel/template" "^7.14.5"
243+
"@babel/traverse" "^7.15.0"
244+
"@babel/types" "^7.15.0"
245+
180246
"@babel/helper-optimise-call-expression@^7.14.5":
181247
version "7.14.5"
182248
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -208,6 +274,16 @@
208274
"@babel/traverse" "^7.14.5"
209275
"@babel/types" "^7.14.5"
210276

277+
"@babel/helper-replace-supers@^7.15.0":
278+
version "7.15.0"
279+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
280+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
281+
dependencies:
282+
"@babel/helper-member-expression-to-functions" "^7.15.0"
283+
"@babel/helper-optimise-call-expression" "^7.14.5"
284+
"@babel/traverse" "^7.15.0"
285+
"@babel/types" "^7.15.0"
286+
211287
"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
212288
version "7.14.8"
213289
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
@@ -272,6 +348,11 @@
272348
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4"
273349
integrity sha512-RdUTOseXJ8POjjOeEBEvNMIZU/nm4yu2rufRkcibzkkg7DmQvXU8v3M4Xk9G7uuI86CDGkKcuDWgioqZm+mScQ==
274350

351+
"@babel/parser@^7.15.0":
352+
version "7.15.0"
353+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
354+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
355+
275356
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
276357
version "7.14.5"
277358
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -672,6 +753,16 @@
672753
"@babel/helper-simple-access" "^7.14.5"
673754
babel-plugin-dynamic-import-node "^2.3.3"
674755

756+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
757+
version "7.15.0"
758+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
759+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
760+
dependencies:
761+
"@babel/helper-module-transforms" "^7.15.0"
762+
"@babel/helper-plugin-utils" "^7.14.5"
763+
"@babel/helper-simple-access" "^7.14.8"
764+
babel-plugin-dynamic-import-node "^2.3.3"
765+
675766
"@babel/plugin-transform-modules-systemjs@^7.14.5":
676767
version "7.14.5"
677768
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
@@ -825,7 +916,86 @@
825916
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
826917
"@babel/helper-plugin-utils" "^7.14.5"
827918

828-
"@babel/[email protected]", "@babel/preset-env@^7.12.11":
919+
920+
version "7.15.0"
921+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
922+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
923+
dependencies:
924+
"@babel/compat-data" "^7.15.0"
925+
"@babel/helper-compilation-targets" "^7.15.0"
926+
"@babel/helper-plugin-utils" "^7.14.5"
927+
"@babel/helper-validator-option" "^7.14.5"
928+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
929+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
930+
"@babel/plugin-proposal-class-properties" "^7.14.5"
931+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
932+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
933+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
934+
"@babel/plugin-proposal-json-strings" "^7.14.5"
935+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
936+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
937+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
938+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
939+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
940+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
941+
"@babel/plugin-proposal-private-methods" "^7.14.5"
942+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
943+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
944+
"@babel/plugin-syntax-async-generators" "^7.8.4"
945+
"@babel/plugin-syntax-class-properties" "^7.12.13"
946+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
947+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
948+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
949+
"@babel/plugin-syntax-json-strings" "^7.8.3"
950+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
951+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
952+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
953+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
954+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
955+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
956+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
957+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
958+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
959+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
960+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
961+
"@babel/plugin-transform-block-scoping" "^7.14.5"
962+
"@babel/plugin-transform-classes" "^7.14.9"
963+
"@babel/plugin-transform-computed-properties" "^7.14.5"
964+
"@babel/plugin-transform-destructuring" "^7.14.7"
965+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
966+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
967+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
968+
"@babel/plugin-transform-for-of" "^7.14.5"
969+
"@babel/plugin-transform-function-name" "^7.14.5"
970+
"@babel/plugin-transform-literals" "^7.14.5"
971+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
972+
"@babel/plugin-transform-modules-amd" "^7.14.5"
973+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
974+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
975+
"@babel/plugin-transform-modules-umd" "^7.14.5"
976+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
977+
"@babel/plugin-transform-new-target" "^7.14.5"
978+
"@babel/plugin-transform-object-super" "^7.14.5"
979+
"@babel/plugin-transform-parameters" "^7.14.5"
980+
"@babel/plugin-transform-property-literals" "^7.14.5"
981+
"@babel/plugin-transform-regenerator" "^7.14.5"
982+
"@babel/plugin-transform-reserved-words" "^7.14.5"
983+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
984+
"@babel/plugin-transform-spread" "^7.14.6"
985+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
986+
"@babel/plugin-transform-template-literals" "^7.14.5"
987+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
988+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
989+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
990+
"@babel/preset-modules" "^0.1.4"
991+
"@babel/types" "^7.15.0"
992+
babel-plugin-polyfill-corejs2 "^0.2.2"
993+
babel-plugin-polyfill-corejs3 "^0.2.2"
994+
babel-plugin-polyfill-regenerator "^0.2.2"
995+
core-js-compat "^3.16.0"
996+
semver "^6.3.0"
997+
998+
"@babel/preset-env@^7.12.11":
829999
version "7.14.9"
8301000
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
8311001
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
@@ -978,6 +1148,21 @@
9781148
debug "^4.1.0"
9791149
globals "^11.1.0"
9801150

1151+
"@babel/traverse@^7.15.0":
1152+
version "7.15.0"
1153+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1154+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1155+
dependencies:
1156+
"@babel/code-frame" "^7.14.5"
1157+
"@babel/generator" "^7.15.0"
1158+
"@babel/helper-function-name" "^7.14.5"
1159+
"@babel/helper-hoist-variables" "^7.14.5"
1160+
"@babel/helper-split-export-declaration" "^7.14.5"
1161+
"@babel/parser" "^7.15.0"
1162+
"@babel/types" "^7.15.0"
1163+
debug "^4.1.0"
1164+
globals "^11.1.0"
1165+
9811166
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
9821167
version "7.14.9"
9831168
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -986,6 +1171,14 @@
9861171
"@babel/helper-validator-identifier" "^7.14.9"
9871172
to-fast-properties "^2.0.0"
9881173

1174+
"@babel/types@^7.15.0":
1175+
version "7.15.0"
1176+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1177+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
1178+
dependencies:
1179+
"@babel/helper-validator-identifier" "^7.14.9"
1180+
to-fast-properties "^2.0.0"
1181+
9891182
"@bcoe/v8-coverage@^0.2.3":
9901183
version "0.2.3"
9911184
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)