Skip to content

Commit b47ea1c

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

File tree

2 files changed

+102
-36
lines changed

2 files changed

+102
-36
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
},
6767
"dependencies": {},
6868
"devDependencies": {
69-
"@babel/core": "7.14.8",
70-
"@babel/preset-env": "7.14.9",
69+
"@babel/core": "7.15.0",
70+
"@babel/preset-env": "7.15.0",
7171
"@babel/register": "7.14.5",
7272
"@commitlint/cli": "13.1.0",
7373
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 100 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@
5555
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
5656
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
5757

58-
"@babel/compat-data@^7.14.9":
59-
version "7.14.9"
60-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
61-
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
58+
"@babel/compat-data@^7.15.0":
59+
version "7.15.0"
60+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
61+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
6262

63-
"@babel/core@7.14.8":
64-
version "7.14.8"
65-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
66-
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
63+
"@babel/core@7.15.0":
64+
version "7.15.0"
65+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
66+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
6767
dependencies:
6868
"@babel/code-frame" "^7.14.5"
69-
"@babel/generator" "^7.14.8"
70-
"@babel/helper-compilation-targets" "^7.14.5"
71-
"@babel/helper-module-transforms" "^7.14.8"
69+
"@babel/generator" "^7.15.0"
70+
"@babel/helper-compilation-targets" "^7.15.0"
71+
"@babel/helper-module-transforms" "^7.15.0"
7272
"@babel/helpers" "^7.14.8"
73-
"@babel/parser" "^7.14.8"
73+
"@babel/parser" "^7.15.0"
7474
"@babel/template" "^7.14.5"
75-
"@babel/traverse" "^7.14.8"
76-
"@babel/types" "^7.14.8"
75+
"@babel/traverse" "^7.15.0"
76+
"@babel/types" "^7.15.0"
7777
convert-source-map "^1.7.0"
7878
debug "^4.1.0"
7979
gensync "^1.0.0-beta.2"
@@ -177,6 +177,15 @@
177177
jsesc "^2.5.1"
178178
source-map "^0.5.0"
179179

180+
"@babel/generator@^7.15.0":
181+
version "7.15.0"
182+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
183+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
184+
dependencies:
185+
"@babel/types" "^7.15.0"
186+
jsesc "^2.5.1"
187+
source-map "^0.5.0"
188+
180189
"@babel/helper-annotate-as-pure@^7.10.4":
181190
version "7.12.10"
182191
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
@@ -229,6 +238,16 @@
229238
browserslist "^4.16.6"
230239
semver "^6.3.0"
231240

241+
"@babel/helper-compilation-targets@^7.15.0":
242+
version "7.15.0"
243+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
244+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
245+
dependencies:
246+
"@babel/compat-data" "^7.15.0"
247+
"@babel/helper-validator-option" "^7.14.5"
248+
browserslist "^4.16.6"
249+
semver "^6.3.0"
250+
232251
"@babel/helper-create-class-features-plugin@^7.12.1":
233252
version "7.14.6"
234253
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542"
@@ -343,6 +362,13 @@
343362
dependencies:
344363
"@babel/types" "^7.14.5"
345364

365+
"@babel/helper-member-expression-to-functions@^7.15.0":
366+
version "7.15.0"
367+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
368+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
369+
dependencies:
370+
"@babel/types" "^7.15.0"
371+
346372
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.14.5":
347373
version "7.14.5"
348374
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -392,19 +418,19 @@
392418
"@babel/traverse" "^7.14.5"
393419
"@babel/types" "^7.14.5"
394420

395-
"@babel/helper-module-transforms@^7.14.8":
396-
version "7.14.8"
397-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
398-
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
421+
"@babel/helper-module-transforms@^7.15.0":
422+
version "7.15.0"
423+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
424+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
399425
dependencies:
400426
"@babel/helper-module-imports" "^7.14.5"
401-
"@babel/helper-replace-supers" "^7.14.5"
427+
"@babel/helper-replace-supers" "^7.15.0"
402428
"@babel/helper-simple-access" "^7.14.8"
403429
"@babel/helper-split-export-declaration" "^7.14.5"
404-
"@babel/helper-validator-identifier" "^7.14.8"
430+
"@babel/helper-validator-identifier" "^7.14.9"
405431
"@babel/template" "^7.14.5"
406-
"@babel/traverse" "^7.14.8"
407-
"@babel/types" "^7.14.8"
432+
"@babel/traverse" "^7.15.0"
433+
"@babel/types" "^7.15.0"
408434

409435
"@babel/helper-optimise-call-expression@^7.12.13":
410436
version "7.12.13"
@@ -469,6 +495,16 @@
469495
"@babel/traverse" "^7.14.5"
470496
"@babel/types" "^7.14.5"
471497

498+
"@babel/helper-replace-supers@^7.15.0":
499+
version "7.15.0"
500+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
501+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
502+
dependencies:
503+
"@babel/helper-member-expression-to-functions" "^7.15.0"
504+
"@babel/helper-optimise-call-expression" "^7.14.5"
505+
"@babel/traverse" "^7.15.0"
506+
"@babel/types" "^7.15.0"
507+
472508
"@babel/helper-simple-access@^7.13.12":
473509
version "7.13.12"
474510
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -645,6 +681,11 @@
645681
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
646682
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
647683

684+
"@babel/parser@^7.15.0":
685+
version "7.15.0"
686+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
687+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
688+
648689
"@babel/parser@^7.3.3":
649690
version "7.14.7"
650691
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
@@ -1088,6 +1129,16 @@
10881129
"@babel/helper-simple-access" "^7.14.5"
10891130
babel-plugin-dynamic-import-node "^2.3.3"
10901131

1132+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
1133+
version "7.15.0"
1134+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
1135+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
1136+
dependencies:
1137+
"@babel/helper-module-transforms" "^7.15.0"
1138+
"@babel/helper-plugin-utils" "^7.14.5"
1139+
"@babel/helper-simple-access" "^7.14.8"
1140+
babel-plugin-dynamic-import-node "^2.3.3"
1141+
10911142
"@babel/plugin-transform-modules-systemjs@^7.14.5":
10921143
version "7.14.5"
10931144
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
@@ -1248,13 +1299,13 @@
12481299
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
12491300
"@babel/helper-plugin-utils" "^7.14.5"
12501301

1251-
"@babel/preset-env@7.14.9":
1252-
version "7.14.9"
1253-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1254-
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
1302+
"@babel/preset-env@7.15.0":
1303+
version "7.15.0"
1304+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
1305+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
12551306
dependencies:
1256-
"@babel/compat-data" "^7.14.9"
1257-
"@babel/helper-compilation-targets" "^7.14.5"
1307+
"@babel/compat-data" "^7.15.0"
1308+
"@babel/helper-compilation-targets" "^7.15.0"
12581309
"@babel/helper-plugin-utils" "^7.14.5"
12591310
"@babel/helper-validator-option" "^7.14.5"
12601311
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
@@ -1302,7 +1353,7 @@
13021353
"@babel/plugin-transform-literals" "^7.14.5"
13031354
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
13041355
"@babel/plugin-transform-modules-amd" "^7.14.5"
1305-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1356+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
13061357
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
13071358
"@babel/plugin-transform-modules-umd" "^7.14.5"
13081359
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
@@ -1320,7 +1371,7 @@
13201371
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
13211372
"@babel/plugin-transform-unicode-regex" "^7.14.5"
13221373
"@babel/preset-modules" "^0.1.4"
1323-
"@babel/types" "^7.14.9"
1374+
"@babel/types" "^7.15.0"
13241375
babel-plugin-polyfill-corejs2 "^0.2.2"
13251376
babel-plugin-polyfill-corejs3 "^0.2.2"
13261377
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1540,6 +1591,21 @@
15401591
debug "^4.1.0"
15411592
globals "^11.1.0"
15421593

1594+
"@babel/traverse@^7.15.0":
1595+
version "7.15.0"
1596+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1597+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1598+
dependencies:
1599+
"@babel/code-frame" "^7.14.5"
1600+
"@babel/generator" "^7.15.0"
1601+
"@babel/helper-function-name" "^7.14.5"
1602+
"@babel/helper-hoist-variables" "^7.14.5"
1603+
"@babel/helper-split-export-declaration" "^7.14.5"
1604+
"@babel/parser" "^7.15.0"
1605+
"@babel/types" "^7.15.0"
1606+
debug "^4.1.0"
1607+
globals "^11.1.0"
1608+
15431609
"@babel/types@^7.12.10", "@babel/types@^7.4.4":
15441610
version "7.12.10"
15451611
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
@@ -1592,10 +1658,10 @@
15921658
"@babel/helper-validator-identifier" "^7.14.8"
15931659
to-fast-properties "^2.0.0"
15941660

1595-
"@babel/types@^7.14.9":
1596-
version "7.14.9"
1597-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1598-
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1661+
"@babel/types@^7.15.0":
1662+
version "7.15.0"
1663+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1664+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
15991665
dependencies:
16001666
"@babel/helper-validator-identifier" "^7.14.9"
16011667
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)