Skip to content

Commit a0411e5

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update babel monorepo to v7.15.0
1 parent a5388a7 commit a0411e5

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
@@ -18,8 +18,8 @@
1818
"author": "Mike North <[email protected]> (https://mike.works)",
1919
"dependencies": {
2020
"@babel/cli": "7.14.8",
21-
"@babel/core": "7.14.8",
22-
"@babel/preset-env": "7.14.9",
21+
"@babel/core": "7.15.0",
22+
"@babel/preset-env": "7.15.0",
2323
"@babel/preset-react": "7.14.5",
2424
"@babel/preset-stage-2": "7.8.3",
2525
"@mike-works/js-lib-renovate-config": "2.0.0",

yarn.lock

Lines changed: 96 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,25 @@
6666
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
6767
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
6868

69-
"@babel/compat-data@^7.14.9":
70-
version "7.14.9"
71-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
72-
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
69+
"@babel/compat-data@^7.15.0":
70+
version "7.15.0"
71+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
72+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
7373

74-
"@babel/core@7.14.8":
75-
version "7.14.8"
76-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
77-
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
74+
"@babel/core@7.15.0":
75+
version "7.15.0"
76+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
77+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
7878
dependencies:
7979
"@babel/code-frame" "^7.14.5"
80-
"@babel/generator" "^7.14.8"
81-
"@babel/helper-compilation-targets" "^7.14.5"
82-
"@babel/helper-module-transforms" "^7.14.8"
80+
"@babel/generator" "^7.15.0"
81+
"@babel/helper-compilation-targets" "^7.15.0"
82+
"@babel/helper-module-transforms" "^7.15.0"
8383
"@babel/helpers" "^7.14.8"
84-
"@babel/parser" "^7.14.8"
84+
"@babel/parser" "^7.15.0"
8585
"@babel/template" "^7.14.5"
86-
"@babel/traverse" "^7.14.8"
87-
"@babel/types" "^7.14.8"
86+
"@babel/traverse" "^7.15.0"
87+
"@babel/types" "^7.15.0"
8888
convert-source-map "^1.7.0"
8989
debug "^4.1.0"
9090
gensync "^1.0.0-beta.2"
@@ -202,6 +202,15 @@
202202
jsesc "^2.5.1"
203203
source-map "^0.5.0"
204204

205+
"@babel/generator@^7.15.0":
206+
version "7.15.0"
207+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
208+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
209+
dependencies:
210+
"@babel/types" "^7.15.0"
211+
jsesc "^2.5.1"
212+
source-map "^0.5.0"
213+
205214
"@babel/generator@^7.2.2":
206215
version "7.2.2"
207216
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc"
@@ -319,6 +328,16 @@
319328
browserslist "^4.16.6"
320329
semver "^6.3.0"
321330

331+
"@babel/helper-compilation-targets@^7.15.0":
332+
version "7.15.0"
333+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
334+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
335+
dependencies:
336+
"@babel/compat-data" "^7.15.0"
337+
"@babel/helper-validator-option" "^7.14.5"
338+
browserslist "^4.16.6"
339+
semver "^6.3.0"
340+
322341
"@babel/helper-create-class-features-plugin@^7.14.5":
323342
version "7.14.5"
324343
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef"
@@ -495,6 +514,13 @@
495514
dependencies:
496515
"@babel/types" "^7.14.5"
497516

517+
"@babel/helper-member-expression-to-functions@^7.15.0":
518+
version "7.15.0"
519+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
520+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
521+
dependencies:
522+
"@babel/types" "^7.15.0"
523+
498524
"@babel/helper-member-expression-to-functions@^7.8.3":
499525
version "7.8.3"
500526
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
@@ -549,19 +575,19 @@
549575
"@babel/traverse" "^7.14.5"
550576
"@babel/types" "^7.14.5"
551577

552-
"@babel/helper-module-transforms@^7.14.8":
553-
version "7.14.8"
554-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
555-
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
578+
"@babel/helper-module-transforms@^7.15.0":
579+
version "7.15.0"
580+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
581+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
556582
dependencies:
557583
"@babel/helper-module-imports" "^7.14.5"
558-
"@babel/helper-replace-supers" "^7.14.5"
584+
"@babel/helper-replace-supers" "^7.15.0"
559585
"@babel/helper-simple-access" "^7.14.8"
560586
"@babel/helper-split-export-declaration" "^7.14.5"
561-
"@babel/helper-validator-identifier" "^7.14.8"
587+
"@babel/helper-validator-identifier" "^7.14.9"
562588
"@babel/template" "^7.14.5"
563-
"@babel/traverse" "^7.14.8"
564-
"@babel/types" "^7.14.8"
589+
"@babel/traverse" "^7.15.0"
590+
"@babel/types" "^7.15.0"
565591

566592
"@babel/helper-optimise-call-expression@^7.0.0":
567593
version "7.0.0"
@@ -673,6 +699,16 @@
673699
"@babel/traverse" "^7.14.5"
674700
"@babel/types" "^7.14.5"
675701

702+
"@babel/helper-replace-supers@^7.15.0":
703+
version "7.15.0"
704+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
705+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
706+
dependencies:
707+
"@babel/helper-member-expression-to-functions" "^7.15.0"
708+
"@babel/helper-optimise-call-expression" "^7.14.5"
709+
"@babel/traverse" "^7.15.0"
710+
"@babel/types" "^7.15.0"
711+
676712
"@babel/helper-replace-supers@^7.8.6":
677713
version "7.8.6"
678714
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
@@ -907,6 +943,11 @@
907943
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
908944
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
909945

946+
"@babel/parser@^7.15.0":
947+
version "7.15.0"
948+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
949+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
950+
910951
"@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
911952
version "7.2.3"
912953
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
@@ -1552,14 +1593,14 @@
15521593
"@babel/helper-plugin-utils" "^7.0.0"
15531594
"@babel/helper-simple-access" "^7.1.0"
15541595

1555-
"@babel/plugin-transform-modules-commonjs@^7.14.5":
1556-
version "7.14.5"
1557-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
1558-
integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==
1596+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
1597+
version "7.15.0"
1598+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
1599+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
15591600
dependencies:
1560-
"@babel/helper-module-transforms" "^7.14.5"
1601+
"@babel/helper-module-transforms" "^7.15.0"
15611602
"@babel/helper-plugin-utils" "^7.14.5"
1562-
"@babel/helper-simple-access" "^7.14.5"
1603+
"@babel/helper-simple-access" "^7.14.8"
15631604
babel-plugin-dynamic-import-node "^2.3.3"
15641605

15651606
"@babel/plugin-transform-modules-systemjs@^7.0.0":
@@ -1816,13 +1857,13 @@
18161857
core-js "^2.5.7"
18171858
regenerator-runtime "^0.11.1"
18181859

1819-
"@babel/preset-env@7.14.9":
1820-
version "7.14.9"
1821-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1822-
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
1860+
"@babel/preset-env@7.15.0":
1861+
version "7.15.0"
1862+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
1863+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
18231864
dependencies:
1824-
"@babel/compat-data" "^7.14.9"
1825-
"@babel/helper-compilation-targets" "^7.14.5"
1865+
"@babel/compat-data" "^7.15.0"
1866+
"@babel/helper-compilation-targets" "^7.15.0"
18261867
"@babel/helper-plugin-utils" "^7.14.5"
18271868
"@babel/helper-validator-option" "^7.14.5"
18281869
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
@@ -1870,7 +1911,7 @@
18701911
"@babel/plugin-transform-literals" "^7.14.5"
18711912
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
18721913
"@babel/plugin-transform-modules-amd" "^7.14.5"
1873-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1914+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
18741915
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
18751916
"@babel/plugin-transform-modules-umd" "^7.14.5"
18761917
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
@@ -1888,7 +1929,7 @@
18881929
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
18891930
"@babel/plugin-transform-unicode-regex" "^7.14.5"
18901931
"@babel/preset-modules" "^0.1.4"
1891-
"@babel/types" "^7.14.9"
1932+
"@babel/types" "^7.15.0"
18921933
babel-plugin-polyfill-corejs2 "^0.2.2"
18931934
babel-plugin-polyfill-corejs3 "^0.2.2"
18941935
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -2111,6 +2152,21 @@
21112152
debug "^4.1.0"
21122153
globals "^11.1.0"
21132154

2155+
"@babel/traverse@^7.15.0":
2156+
version "7.15.0"
2157+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
2158+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
2159+
dependencies:
2160+
"@babel/code-frame" "^7.14.5"
2161+
"@babel/generator" "^7.15.0"
2162+
"@babel/helper-function-name" "^7.14.5"
2163+
"@babel/helper-hoist-variables" "^7.14.5"
2164+
"@babel/helper-split-export-declaration" "^7.14.5"
2165+
"@babel/parser" "^7.15.0"
2166+
"@babel/types" "^7.15.0"
2167+
debug "^4.1.0"
2168+
globals "^11.1.0"
2169+
21142170
"@babel/traverse@^7.2.2":
21152171
version "7.2.3"
21162172
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
@@ -2214,10 +2270,10 @@
22142270
"@babel/helper-validator-identifier" "^7.14.8"
22152271
to-fast-properties "^2.0.0"
22162272

2217-
"@babel/types@^7.14.9":
2218-
version "7.14.9"
2219-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
2220-
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
2273+
"@babel/types@^7.15.0":
2274+
version "7.15.0"
2275+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
2276+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
22212277
dependencies:
22222278
"@babel/helper-validator-identifier" "^7.14.9"
22232279
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)