Skip to content

Commit 3a43b95

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

2 files changed

Lines changed: 102 additions & 36 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"@iterable-iterator/slice": "^1.0.0"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "7.14.8",
73-
"@babel/preset-env": "7.14.9",
72+
"@babel/core": "7.15.0",
73+
"@babel/preset-env": "7.15.0",
7474
"@babel/register": "7.14.5",
7575
"@commitlint/cli": "13.1.0",
7676
"@iterable-iterator/range": "2.1.0",

yarn.lock

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

41-
"@babel/compat-data@^7.14.9":
42-
version "7.14.9"
43-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
44-
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
41+
"@babel/compat-data@^7.15.0":
42+
version "7.15.0"
43+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
44+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
4545

46-
"@babel/core@7.14.8":
47-
version "7.14.8"
48-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
49-
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
46+
"@babel/core@7.15.0":
47+
version "7.15.0"
48+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
49+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
5050
dependencies:
5151
"@babel/code-frame" "^7.14.5"
52-
"@babel/generator" "^7.14.8"
53-
"@babel/helper-compilation-targets" "^7.14.5"
54-
"@babel/helper-module-transforms" "^7.14.8"
52+
"@babel/generator" "^7.15.0"
53+
"@babel/helper-compilation-targets" "^7.15.0"
54+
"@babel/helper-module-transforms" "^7.15.0"
5555
"@babel/helpers" "^7.14.8"
56-
"@babel/parser" "^7.14.8"
56+
"@babel/parser" "^7.15.0"
5757
"@babel/template" "^7.14.5"
58-
"@babel/traverse" "^7.14.8"
59-
"@babel/types" "^7.14.8"
58+
"@babel/traverse" "^7.15.0"
59+
"@babel/types" "^7.15.0"
6060
convert-source-map "^1.7.0"
6161
debug "^4.1.0"
6262
gensync "^1.0.0-beta.2"
@@ -142,6 +142,15 @@
142142
jsesc "^2.5.1"
143143
source-map "^0.5.0"
144144

145+
"@babel/generator@^7.15.0":
146+
version "7.15.0"
147+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
148+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
149+
dependencies:
150+
"@babel/types" "^7.15.0"
151+
jsesc "^2.5.1"
152+
source-map "^0.5.0"
153+
145154
"@babel/helper-annotate-as-pure@^7.12.13":
146155
version "7.12.13"
147156
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -184,6 +193,16 @@
184193
browserslist "^4.16.6"
185194
semver "^6.3.0"
186195

196+
"@babel/helper-compilation-targets@^7.15.0":
197+
version "7.15.0"
198+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
199+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
200+
dependencies:
201+
"@babel/compat-data" "^7.15.0"
202+
"@babel/helper-validator-option" "^7.14.5"
203+
browserslist "^4.16.6"
204+
semver "^6.3.0"
205+
187206
"@babel/helper-create-class-features-plugin@^7.12.1":
188207
version "7.14.6"
189208
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542"
@@ -298,6 +317,13 @@
298317
dependencies:
299318
"@babel/types" "^7.14.5"
300319

320+
"@babel/helper-member-expression-to-functions@^7.15.0":
321+
version "7.15.0"
322+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
323+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
324+
dependencies:
325+
"@babel/types" "^7.15.0"
326+
301327
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.14.5":
302328
version "7.14.5"
303329
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -340,19 +366,19 @@
340366
"@babel/traverse" "^7.14.5"
341367
"@babel/types" "^7.14.5"
342368

343-
"@babel/helper-module-transforms@^7.14.8":
344-
version "7.14.8"
345-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
346-
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
369+
"@babel/helper-module-transforms@^7.15.0":
370+
version "7.15.0"
371+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
372+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
347373
dependencies:
348374
"@babel/helper-module-imports" "^7.14.5"
349-
"@babel/helper-replace-supers" "^7.14.5"
375+
"@babel/helper-replace-supers" "^7.15.0"
350376
"@babel/helper-simple-access" "^7.14.8"
351377
"@babel/helper-split-export-declaration" "^7.14.5"
352-
"@babel/helper-validator-identifier" "^7.14.8"
378+
"@babel/helper-validator-identifier" "^7.14.9"
353379
"@babel/template" "^7.14.5"
354-
"@babel/traverse" "^7.14.8"
355-
"@babel/types" "^7.14.8"
380+
"@babel/traverse" "^7.15.0"
381+
"@babel/types" "^7.15.0"
356382

357383
"@babel/helper-optimise-call-expression@^7.12.13":
358384
version "7.12.13"
@@ -407,6 +433,16 @@
407433
"@babel/traverse" "^7.14.5"
408434
"@babel/types" "^7.14.5"
409435

436+
"@babel/helper-replace-supers@^7.15.0":
437+
version "7.15.0"
438+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
439+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
440+
dependencies:
441+
"@babel/helper-member-expression-to-functions" "^7.15.0"
442+
"@babel/helper-optimise-call-expression" "^7.14.5"
443+
"@babel/traverse" "^7.15.0"
444+
"@babel/types" "^7.15.0"
445+
410446
"@babel/helper-simple-access@^7.13.12":
411447
version "7.13.12"
412448
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -554,6 +590,11 @@
554590
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
555591
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
556592

593+
"@babel/parser@^7.15.0":
594+
version "7.15.0"
595+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
596+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
597+
557598
"@babel/parser@^7.3.3":
558599
version "7.14.7"
559600
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
@@ -997,6 +1038,16 @@
9971038
"@babel/helper-simple-access" "^7.14.5"
9981039
babel-plugin-dynamic-import-node "^2.3.3"
9991040

1041+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
1042+
version "7.15.0"
1043+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
1044+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
1045+
dependencies:
1046+
"@babel/helper-module-transforms" "^7.15.0"
1047+
"@babel/helper-plugin-utils" "^7.14.5"
1048+
"@babel/helper-simple-access" "^7.14.8"
1049+
babel-plugin-dynamic-import-node "^2.3.3"
1050+
10001051
"@babel/plugin-transform-modules-systemjs@^7.14.5":
10011052
version "7.14.5"
10021053
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
@@ -1157,13 +1208,13 @@
11571208
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
11581209
"@babel/helper-plugin-utils" "^7.14.5"
11591210

1160-
"@babel/preset-env@7.14.9":
1161-
version "7.14.9"
1162-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1163-
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
1211+
"@babel/preset-env@7.15.0":
1212+
version "7.15.0"
1213+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
1214+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
11641215
dependencies:
1165-
"@babel/compat-data" "^7.14.9"
1166-
"@babel/helper-compilation-targets" "^7.14.5"
1216+
"@babel/compat-data" "^7.15.0"
1217+
"@babel/helper-compilation-targets" "^7.15.0"
11671218
"@babel/helper-plugin-utils" "^7.14.5"
11681219
"@babel/helper-validator-option" "^7.14.5"
11691220
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
@@ -1211,7 +1262,7 @@
12111262
"@babel/plugin-transform-literals" "^7.14.5"
12121263
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
12131264
"@babel/plugin-transform-modules-amd" "^7.14.5"
1214-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1265+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
12151266
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
12161267
"@babel/plugin-transform-modules-umd" "^7.14.5"
12171268
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
@@ -1229,7 +1280,7 @@
12291280
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
12301281
"@babel/plugin-transform-unicode-regex" "^7.14.5"
12311282
"@babel/preset-modules" "^0.1.4"
1232-
"@babel/types" "^7.14.9"
1283+
"@babel/types" "^7.15.0"
12331284
babel-plugin-polyfill-corejs2 "^0.2.2"
12341285
babel-plugin-polyfill-corejs3 "^0.2.2"
12351286
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1434,6 +1485,21 @@
14341485
debug "^4.1.0"
14351486
globals "^11.1.0"
14361487

1488+
"@babel/traverse@^7.15.0":
1489+
version "7.15.0"
1490+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1491+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1492+
dependencies:
1493+
"@babel/code-frame" "^7.14.5"
1494+
"@babel/generator" "^7.15.0"
1495+
"@babel/helper-function-name" "^7.14.5"
1496+
"@babel/helper-hoist-variables" "^7.14.5"
1497+
"@babel/helper-split-export-declaration" "^7.14.5"
1498+
"@babel/parser" "^7.15.0"
1499+
"@babel/types" "^7.15.0"
1500+
debug "^4.1.0"
1501+
globals "^11.1.0"
1502+
14371503
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.4.4":
14381504
version "7.14.1"
14391505
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
@@ -1458,10 +1524,10 @@
14581524
"@babel/helper-validator-identifier" "^7.14.8"
14591525
to-fast-properties "^2.0.0"
14601526

1461-
"@babel/types@^7.14.9":
1462-
version "7.14.9"
1463-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1464-
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1527+
"@babel/types@^7.15.0":
1528+
version "7.15.0"
1529+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1530+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
14651531
dependencies:
14661532
"@babel/helper-validator-identifier" "^7.14.9"
14671533
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)