Skip to content

Commit 3f56a85

Browse files
chore(deps): update babel monorepo to v7.15.0 (#568)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 25acd86 commit 3f56a85

File tree

2 files changed

+147
-31
lines changed

2 files changed

+147
-31
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"prettier": "prettier --ignore-path .gitignore --write --list-different \"**/*.{ts,tsx,graphql,yml}\""
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.14.8",
29-
"@babel/preset-env": "7.14.9",
30-
"@babel/preset-typescript": "7.14.5",
28+
"@babel/core": "7.15.0",
29+
"@babel/preset-env": "7.15.0",
30+
"@babel/preset-typescript": "7.15.0",
3131
"@changesets/cli": "2.16.0",
3232
"@types/dedent": "0.7.0",
3333
"@types/jest": "26.0.24",

yarn.lock

Lines changed: 144 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,38 @@
2121
dependencies:
2222
"@babel/highlight" "^7.14.5"
2323

24-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9":
24+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
2525
version "7.14.9"
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
2727
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
2828

29-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
29+
"@babel/compat-data@^7.15.0":
30+
version "7.15.0"
31+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
32+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
33+
34+
35+
version "7.15.0"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
37+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
38+
dependencies:
39+
"@babel/code-frame" "^7.14.5"
40+
"@babel/generator" "^7.15.0"
41+
"@babel/helper-compilation-targets" "^7.15.0"
42+
"@babel/helper-module-transforms" "^7.15.0"
43+
"@babel/helpers" "^7.14.8"
44+
"@babel/parser" "^7.15.0"
45+
"@babel/template" "^7.14.5"
46+
"@babel/traverse" "^7.15.0"
47+
"@babel/types" "^7.15.0"
48+
convert-source-map "^1.7.0"
49+
debug "^4.1.0"
50+
gensync "^1.0.0-beta.2"
51+
json5 "^2.1.2"
52+
semver "^6.3.0"
53+
source-map "^0.5.0"
54+
55+
"@babel/core@^7.1.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
3056
version "7.14.8"
3157
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
3258
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
@@ -56,6 +82,15 @@
5682
jsesc "^2.5.1"
5783
source-map "^0.5.0"
5884

85+
"@babel/generator@^7.15.0":
86+
version "7.15.0"
87+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
88+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
89+
dependencies:
90+
"@babel/types" "^7.15.0"
91+
jsesc "^2.5.1"
92+
source-map "^0.5.0"
93+
5994
"@babel/helper-annotate-as-pure@^7.14.5":
6095
version "7.14.5"
6196
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -81,6 +116,16 @@
81116
browserslist "^4.16.6"
82117
semver "^6.3.0"
83118

119+
"@babel/helper-compilation-targets@^7.15.0":
120+
version "7.15.0"
121+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
122+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
123+
dependencies:
124+
"@babel/compat-data" "^7.15.0"
125+
"@babel/helper-validator-option" "^7.14.5"
126+
browserslist "^4.16.6"
127+
semver "^6.3.0"
128+
84129
"@babel/helper-create-class-features-plugin@^7.14.5":
85130
version "7.14.5"
86131
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef"
@@ -93,6 +138,18 @@
93138
"@babel/helper-replace-supers" "^7.14.5"
94139
"@babel/helper-split-export-declaration" "^7.14.5"
95140

141+
"@babel/helper-create-class-features-plugin@^7.15.0":
142+
version "7.15.0"
143+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
144+
integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==
145+
dependencies:
146+
"@babel/helper-annotate-as-pure" "^7.14.5"
147+
"@babel/helper-function-name" "^7.14.5"
148+
"@babel/helper-member-expression-to-functions" "^7.15.0"
149+
"@babel/helper-optimise-call-expression" "^7.14.5"
150+
"@babel/helper-replace-supers" "^7.15.0"
151+
"@babel/helper-split-export-declaration" "^7.14.5"
152+
96153
"@babel/helper-create-regexp-features-plugin@^7.14.5":
97154
version "7.14.5"
98155
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4"
@@ -152,6 +209,13 @@
152209
dependencies:
153210
"@babel/types" "^7.14.5"
154211

212+
"@babel/helper-member-expression-to-functions@^7.15.0":
213+
version "7.15.0"
214+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
215+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
216+
dependencies:
217+
"@babel/types" "^7.15.0"
218+
155219
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
156220
version "7.14.5"
157221
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -173,6 +237,20 @@
173237
"@babel/traverse" "^7.14.8"
174238
"@babel/types" "^7.14.8"
175239

240+
"@babel/helper-module-transforms@^7.15.0":
241+
version "7.15.0"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
243+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
244+
dependencies:
245+
"@babel/helper-module-imports" "^7.14.5"
246+
"@babel/helper-replace-supers" "^7.15.0"
247+
"@babel/helper-simple-access" "^7.14.8"
248+
"@babel/helper-split-export-declaration" "^7.14.5"
249+
"@babel/helper-validator-identifier" "^7.14.9"
250+
"@babel/template" "^7.14.5"
251+
"@babel/traverse" "^7.15.0"
252+
"@babel/types" "^7.15.0"
253+
176254
"@babel/helper-optimise-call-expression@^7.14.5":
177255
version "7.14.5"
178256
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -204,7 +282,17 @@
204282
"@babel/traverse" "^7.14.5"
205283
"@babel/types" "^7.14.5"
206284

207-
"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
285+
"@babel/helper-replace-supers@^7.15.0":
286+
version "7.15.0"
287+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
288+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
289+
dependencies:
290+
"@babel/helper-member-expression-to-functions" "^7.15.0"
291+
"@babel/helper-optimise-call-expression" "^7.14.5"
292+
"@babel/traverse" "^7.15.0"
293+
"@babel/types" "^7.15.0"
294+
295+
"@babel/helper-simple-access@^7.14.8":
208296
version "7.14.8"
209297
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
210298
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
@@ -268,6 +356,11 @@
268356
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
269357
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
270358

359+
"@babel/parser@^7.15.0":
360+
version "7.15.0"
361+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
362+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
363+
271364
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
272365
version "7.14.5"
273366
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"
@@ -642,14 +735,14 @@
642735
"@babel/helper-plugin-utils" "^7.14.5"
643736
babel-plugin-dynamic-import-node "^2.3.3"
644737

645-
"@babel/plugin-transform-modules-commonjs@^7.14.5":
646-
version "7.14.5"
647-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
648-
integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==
738+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
739+
version "7.15.0"
740+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
741+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
649742
dependencies:
650-
"@babel/helper-module-transforms" "^7.14.5"
743+
"@babel/helper-module-transforms" "^7.15.0"
651744
"@babel/helper-plugin-utils" "^7.14.5"
652-
"@babel/helper-simple-access" "^7.14.5"
745+
"@babel/helper-simple-access" "^7.14.8"
653746
babel-plugin-dynamic-import-node "^2.3.3"
654747

655748
"@babel/plugin-transform-modules-systemjs@^7.14.5":
@@ -757,12 +850,12 @@
757850
dependencies:
758851
"@babel/helper-plugin-utils" "^7.14.5"
759852

760-
"@babel/plugin-transform-typescript@^7.14.5":
761-
version "7.14.5"
762-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.5.tgz#5b41b59072f765bd1ec1d0b694e08c7df0f6f8a0"
763-
integrity sha512-cFD5PKp4b8/KkwQ7h71FdPXFvz1RgwTFF9akRZwFldb9G0AHf7CgoPx96c4Q/ZVjh6V81tqQwW5YiHws16OzPg==
853+
"@babel/plugin-transform-typescript@^7.15.0":
854+
version "7.15.0"
855+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz#553f230b9d5385018716586fc48db10dd228eb7e"
856+
integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w==
764857
dependencies:
765-
"@babel/helper-create-class-features-plugin" "^7.14.5"
858+
"@babel/helper-create-class-features-plugin" "^7.15.0"
766859
"@babel/helper-plugin-utils" "^7.14.5"
767860
"@babel/plugin-syntax-typescript" "^7.14.5"
768861

@@ -781,13 +874,13 @@
781874
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
782875
"@babel/helper-plugin-utils" "^7.14.5"
783876

784-
"@babel/preset-env@7.14.9":
785-
version "7.14.9"
786-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
787-
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
877+
"@babel/preset-env@7.15.0":
878+
version "7.15.0"
879+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
880+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
788881
dependencies:
789-
"@babel/compat-data" "^7.14.9"
790-
"@babel/helper-compilation-targets" "^7.14.5"
882+
"@babel/compat-data" "^7.15.0"
883+
"@babel/helper-compilation-targets" "^7.15.0"
791884
"@babel/helper-plugin-utils" "^7.14.5"
792885
"@babel/helper-validator-option" "^7.14.5"
793886
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
@@ -835,7 +928,7 @@
835928
"@babel/plugin-transform-literals" "^7.14.5"
836929
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
837930
"@babel/plugin-transform-modules-amd" "^7.14.5"
838-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
931+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
839932
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
840933
"@babel/plugin-transform-modules-umd" "^7.14.5"
841934
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
@@ -853,7 +946,7 @@
853946
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
854947
"@babel/plugin-transform-unicode-regex" "^7.14.5"
855948
"@babel/preset-modules" "^0.1.4"
856-
"@babel/types" "^7.14.9"
949+
"@babel/types" "^7.15.0"
857950
babel-plugin-polyfill-corejs2 "^0.2.2"
858951
babel-plugin-polyfill-corejs3 "^0.2.2"
859952
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -871,14 +964,14 @@
871964
"@babel/types" "^7.4.4"
872965
esutils "^2.0.2"
873966

874-
"@babel/preset-typescript@7.14.5":
875-
version "7.14.5"
876-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.14.5.tgz#aa98de119cf9852b79511f19e7f44a2d379bcce0"
877-
integrity sha512-u4zO6CdbRKbS9TypMqrlGH7sd2TAJppZwn3c/ZRLeO/wGsbddxgbPDUZVNrie3JWYLQ9vpineKlsrWFvO6Pwkw==
967+
"@babel/preset-typescript@7.15.0":
968+
version "7.15.0"
969+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945"
970+
integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==
878971
dependencies:
879972
"@babel/helper-plugin-utils" "^7.14.5"
880973
"@babel/helper-validator-option" "^7.14.5"
881-
"@babel/plugin-transform-typescript" "^7.14.5"
974+
"@babel/plugin-transform-typescript" "^7.15.0"
882975

883976
"@babel/runtime@^7.10.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
884977
version "7.14.0"
@@ -911,6 +1004,21 @@
9111004
debug "^4.1.0"
9121005
globals "^11.1.0"
9131006

1007+
"@babel/traverse@^7.15.0":
1008+
version "7.15.0"
1009+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1010+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1011+
dependencies:
1012+
"@babel/code-frame" "^7.14.5"
1013+
"@babel/generator" "^7.15.0"
1014+
"@babel/helper-function-name" "^7.14.5"
1015+
"@babel/helper-hoist-variables" "^7.14.5"
1016+
"@babel/helper-split-export-declaration" "^7.14.5"
1017+
"@babel/parser" "^7.15.0"
1018+
"@babel/types" "^7.15.0"
1019+
debug "^4.1.0"
1020+
globals "^11.1.0"
1021+
9141022
9151023
version "7.14.8"
9161024
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
@@ -919,14 +1027,22 @@
9191027
"@babel/helper-validator-identifier" "^7.14.8"
9201028
to-fast-properties "^2.0.0"
9211029

922-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1030+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
9231031
version "7.14.9"
9241032
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
9251033
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
9261034
dependencies:
9271035
"@babel/helper-validator-identifier" "^7.14.9"
9281036
to-fast-properties "^2.0.0"
9291037

1038+
"@babel/types@^7.15.0":
1039+
version "7.15.0"
1040+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1041+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
1042+
dependencies:
1043+
"@babel/helper-validator-identifier" "^7.14.9"
1044+
to-fast-properties "^2.0.0"
1045+
9301046
"@bcoe/v8-coverage@^0.2.3":
9311047
version "0.2.3"
9321048
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)