Skip to content

Commit 26fae69

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

File tree

2 files changed

+98
-42
lines changed

2 files changed

+98
-42
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
},
6161
"dependencies": {},
6262
"devDependencies": {
63-
"@babel/core": "7.14.8",
64-
"@babel/preset-env": "7.14.9",
63+
"@babel/core": "7.15.0",
64+
"@babel/preset-env": "7.15.0",
6565
"@babel/register": "7.14.5",
6666
"@commitlint/cli": "13.1.0",
6767
"@functional-abstraction/measure": "3.0.0",

yarn.lock

Lines changed: 96 additions & 40 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"
@@ -121,6 +121,15 @@
121121
jsesc "^2.5.1"
122122
source-map "^0.5.0"
123123

124+
"@babel/generator@^7.15.0":
125+
version "7.15.0"
126+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
127+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
128+
dependencies:
129+
"@babel/types" "^7.15.0"
130+
jsesc "^2.5.1"
131+
source-map "^0.5.0"
132+
124133
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
125134
version "7.12.13"
126135
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -171,6 +180,16 @@
171180
browserslist "^4.16.6"
172181
semver "^6.3.0"
173182

183+
"@babel/helper-compilation-targets@^7.15.0":
184+
version "7.15.0"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
186+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
187+
dependencies:
188+
"@babel/compat-data" "^7.15.0"
189+
"@babel/helper-validator-option" "^7.14.5"
190+
browserslist "^4.16.6"
191+
semver "^6.3.0"
192+
174193
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.3":
175194
version "7.14.3"
176195
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.3.tgz#832111bcf4f57ca57a4c5b1a000fc125abc6554a"
@@ -300,6 +319,13 @@
300319
dependencies:
301320
"@babel/types" "^7.14.5"
302321

322+
"@babel/helper-member-expression-to-functions@^7.15.0":
323+
version "7.15.0"
324+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
325+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
326+
dependencies:
327+
"@babel/types" "^7.15.0"
328+
303329
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12":
304330
version "7.13.12"
305331
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
@@ -342,19 +368,19 @@
342368
"@babel/traverse" "^7.14.5"
343369
"@babel/types" "^7.14.5"
344370

345-
"@babel/helper-module-transforms@^7.14.8":
346-
version "7.14.8"
347-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
348-
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
371+
"@babel/helper-module-transforms@^7.15.0":
372+
version "7.15.0"
373+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
374+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
349375
dependencies:
350376
"@babel/helper-module-imports" "^7.14.5"
351-
"@babel/helper-replace-supers" "^7.14.5"
377+
"@babel/helper-replace-supers" "^7.15.0"
352378
"@babel/helper-simple-access" "^7.14.8"
353379
"@babel/helper-split-export-declaration" "^7.14.5"
354-
"@babel/helper-validator-identifier" "^7.14.8"
380+
"@babel/helper-validator-identifier" "^7.14.9"
355381
"@babel/template" "^7.14.5"
356-
"@babel/traverse" "^7.14.8"
357-
"@babel/types" "^7.14.8"
382+
"@babel/traverse" "^7.15.0"
383+
"@babel/types" "^7.15.0"
358384

359385
"@babel/helper-optimise-call-expression@^7.12.13":
360386
version "7.12.13"
@@ -418,6 +444,16 @@
418444
"@babel/traverse" "^7.14.5"
419445
"@babel/types" "^7.14.5"
420446

447+
"@babel/helper-replace-supers@^7.15.0":
448+
version "7.15.0"
449+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
450+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
451+
dependencies:
452+
"@babel/helper-member-expression-to-functions" "^7.15.0"
453+
"@babel/helper-optimise-call-expression" "^7.14.5"
454+
"@babel/traverse" "^7.15.0"
455+
"@babel/types" "^7.15.0"
456+
421457
"@babel/helper-simple-access@^7.13.12":
422458
version "7.13.12"
423459
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -568,6 +604,11 @@
568604
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
569605
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
570606

607+
"@babel/parser@^7.15.0":
608+
version "7.15.0"
609+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
610+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
611+
571612
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
572613
version "7.13.12"
573614
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"
@@ -1244,14 +1285,14 @@
12441285
"@babel/helper-simple-access" "^7.13.12"
12451286
babel-plugin-dynamic-import-node "^2.3.3"
12461287

1247-
"@babel/plugin-transform-modules-commonjs@^7.14.5":
1248-
version "7.14.5"
1249-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
1250-
integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==
1288+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
1289+
version "7.15.0"
1290+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
1291+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
12511292
dependencies:
1252-
"@babel/helper-module-transforms" "^7.14.5"
1293+
"@babel/helper-module-transforms" "^7.15.0"
12531294
"@babel/helper-plugin-utils" "^7.14.5"
1254-
"@babel/helper-simple-access" "^7.14.5"
1295+
"@babel/helper-simple-access" "^7.14.8"
12551296
babel-plugin-dynamic-import-node "^2.3.3"
12561297

12571298
"@babel/plugin-transform-modules-systemjs@^7.13.8":
@@ -1527,13 +1568,13 @@
15271568
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
15281569
"@babel/helper-plugin-utils" "^7.14.5"
15291570

1530-
"@babel/preset-env@7.14.9":
1531-
version "7.14.9"
1532-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1533-
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
1571+
"@babel/preset-env@7.15.0":
1572+
version "7.15.0"
1573+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
1574+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
15341575
dependencies:
1535-
"@babel/compat-data" "^7.14.9"
1536-
"@babel/helper-compilation-targets" "^7.14.5"
1576+
"@babel/compat-data" "^7.15.0"
1577+
"@babel/helper-compilation-targets" "^7.15.0"
15371578
"@babel/helper-plugin-utils" "^7.14.5"
15381579
"@babel/helper-validator-option" "^7.14.5"
15391580
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
@@ -1581,7 +1622,7 @@
15811622
"@babel/plugin-transform-literals" "^7.14.5"
15821623
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
15831624
"@babel/plugin-transform-modules-amd" "^7.14.5"
1584-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1625+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
15851626
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
15861627
"@babel/plugin-transform-modules-umd" "^7.14.5"
15871628
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
@@ -1599,7 +1640,7 @@
15991640
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
16001641
"@babel/plugin-transform-unicode-regex" "^7.14.5"
16011642
"@babel/preset-modules" "^0.1.4"
1602-
"@babel/types" "^7.14.9"
1643+
"@babel/types" "^7.15.0"
16031644
babel-plugin-polyfill-corejs2 "^0.2.2"
16041645
babel-plugin-polyfill-corejs3 "^0.2.2"
16051646
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1797,6 +1838,21 @@
17971838
debug "^4.1.0"
17981839
globals "^11.1.0"
17991840

1841+
"@babel/traverse@^7.15.0":
1842+
version "7.15.0"
1843+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1844+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1845+
dependencies:
1846+
"@babel/code-frame" "^7.14.5"
1847+
"@babel/generator" "^7.15.0"
1848+
"@babel/helper-function-name" "^7.14.5"
1849+
"@babel/helper-hoist-variables" "^7.14.5"
1850+
"@babel/helper-split-export-declaration" "^7.14.5"
1851+
"@babel/parser" "^7.15.0"
1852+
"@babel/types" "^7.15.0"
1853+
debug "^4.1.0"
1854+
globals "^11.1.0"
1855+
18001856
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
18011857
version "7.14.2"
18021858
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
@@ -1821,10 +1877,10 @@
18211877
"@babel/helper-validator-identifier" "^7.14.8"
18221878
to-fast-properties "^2.0.0"
18231879

1824-
"@babel/types@^7.14.9":
1825-
version "7.14.9"
1826-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1827-
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1880+
"@babel/types@^7.15.0":
1881+
version "7.15.0"
1882+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1883+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
18281884
dependencies:
18291885
"@babel/helper-validator-identifier" "^7.14.9"
18301886
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)