Skip to content

Commit b543989

Browse files
build: update babel monorepo to ~7.15.0 (#573)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent a0a94dc commit b543989

2 files changed

Lines changed: 197 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"@babel/cli": "~7.14.0",
37-
"@babel/core": "~7.14.0",
38-
"@babel/preset-env": "~7.14.0",
37+
"@babel/core": "~7.15.0",
38+
"@babel/preset-env": "~7.15.0",
3939
"@rollup/plugin-babel": "~5.3.0",
4040
"axios": "~0.21.1",
4141
"axios-mock-adapter": "~1.19.0",

yarn.lock

Lines changed: 195 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
3838
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
3939

40+
"@babel/compat-data@^7.15.0":
41+
version "7.15.0"
42+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
43+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
44+
4045
"@babel/core@7.12.3":
4146
version "7.12.3"
4247
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
@@ -59,7 +64,7 @@
5964
semver "^5.4.1"
6065
source-map "^0.5.0"
6166

62-
"@babel/core@^7.1.0", "@babel/core@^7.14.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@~7.14.0":
67+
"@babel/core@^7.1.0", "@babel/core@^7.14.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
6368
version "7.14.8"
6469
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
6570
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
@@ -80,6 +85,27 @@
8085
semver "^6.3.0"
8186
source-map "^0.5.0"
8287

88+
"@babel/core@~7.15.0":
89+
version "7.15.0"
90+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
91+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
92+
dependencies:
93+
"@babel/code-frame" "^7.14.5"
94+
"@babel/generator" "^7.15.0"
95+
"@babel/helper-compilation-targets" "^7.15.0"
96+
"@babel/helper-module-transforms" "^7.15.0"
97+
"@babel/helpers" "^7.14.8"
98+
"@babel/parser" "^7.15.0"
99+
"@babel/template" "^7.14.5"
100+
"@babel/traverse" "^7.15.0"
101+
"@babel/types" "^7.15.0"
102+
convert-source-map "^1.7.0"
103+
debug "^4.1.0"
104+
gensync "^1.0.0-beta.2"
105+
json5 "^2.1.2"
106+
semver "^6.3.0"
107+
source-map "^0.5.0"
108+
83109
"@babel/eslint-parser@^7.13.0":
84110
version "7.14.9"
85111
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.9.tgz#b2cfaf67cc7f7a9b475d3ee9b166755ffd44e086"
@@ -107,6 +133,15 @@
107133
jsesc "^2.5.1"
108134
source-map "^0.5.0"
109135

136+
"@babel/generator@^7.15.0":
137+
version "7.15.0"
138+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
139+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
140+
dependencies:
141+
"@babel/types" "^7.15.0"
142+
jsesc "^2.5.1"
143+
source-map "^0.5.0"
144+
110145
"@babel/helper-annotate-as-pure@^7.14.5":
111146
version "7.14.5"
112147
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -132,6 +167,16 @@
132167
browserslist "^4.16.6"
133168
semver "^6.3.0"
134169

170+
"@babel/helper-compilation-targets@^7.15.0":
171+
version "7.15.0"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
173+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
174+
dependencies:
175+
"@babel/compat-data" "^7.15.0"
176+
"@babel/helper-validator-option" "^7.14.5"
177+
browserslist "^4.16.6"
178+
semver "^6.3.0"
179+
135180
"@babel/helper-create-class-features-plugin@^7.14.5":
136181
version "7.14.8"
137182
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
@@ -203,6 +248,13 @@
203248
dependencies:
204249
"@babel/types" "^7.14.5"
205250

251+
"@babel/helper-member-expression-to-functions@^7.15.0":
252+
version "7.15.0"
253+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
254+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
255+
dependencies:
256+
"@babel/types" "^7.15.0"
257+
206258
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
207259
version "7.14.5"
208260
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -224,6 +276,20 @@
224276
"@babel/traverse" "^7.14.8"
225277
"@babel/types" "^7.14.8"
226278

279+
"@babel/helper-module-transforms@^7.15.0":
280+
version "7.15.0"
281+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
282+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
283+
dependencies:
284+
"@babel/helper-module-imports" "^7.14.5"
285+
"@babel/helper-replace-supers" "^7.15.0"
286+
"@babel/helper-simple-access" "^7.14.8"
287+
"@babel/helper-split-export-declaration" "^7.14.5"
288+
"@babel/helper-validator-identifier" "^7.14.9"
289+
"@babel/template" "^7.14.5"
290+
"@babel/traverse" "^7.15.0"
291+
"@babel/types" "^7.15.0"
292+
227293
"@babel/helper-optimise-call-expression@^7.14.5":
228294
version "7.14.5"
229295
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -255,6 +321,16 @@
255321
"@babel/traverse" "^7.14.5"
256322
"@babel/types" "^7.14.5"
257323

324+
"@babel/helper-replace-supers@^7.15.0":
325+
version "7.15.0"
326+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
327+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
328+
dependencies:
329+
"@babel/helper-member-expression-to-functions" "^7.15.0"
330+
"@babel/helper-optimise-call-expression" "^7.14.5"
331+
"@babel/traverse" "^7.15.0"
332+
"@babel/types" "^7.15.0"
333+
258334
"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
259335
version "7.14.8"
260336
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
@@ -324,6 +400,11 @@
324400
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4"
325401
integrity sha512-RdUTOseXJ8POjjOeEBEvNMIZU/nm4yu2rufRkcibzkkg7DmQvXU8v3M4Xk9G7uuI86CDGkKcuDWgioqZm+mScQ==
326402

403+
"@babel/parser@^7.15.0":
404+
version "7.15.0"
405+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
406+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
407+
327408
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
328409
version "7.14.5"
329410
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"
@@ -708,6 +789,16 @@
708789
"@babel/helper-simple-access" "^7.14.5"
709790
babel-plugin-dynamic-import-node "^2.3.3"
710791

792+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
793+
version "7.15.0"
794+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
795+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
796+
dependencies:
797+
"@babel/helper-module-transforms" "^7.15.0"
798+
"@babel/helper-plugin-utils" "^7.14.5"
799+
"@babel/helper-simple-access" "^7.14.8"
800+
babel-plugin-dynamic-import-node "^2.3.3"
801+
711802
"@babel/plugin-transform-modules-systemjs@^7.14.5":
712803
version "7.14.5"
713804
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
@@ -828,7 +919,7 @@
828919
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
829920
"@babel/helper-plugin-utils" "^7.14.5"
830921

831-
"@babel/preset-env@^7.14.0", "@babel/preset-env@~7.14.0":
922+
"@babel/preset-env@^7.14.0":
832923
version "7.14.9"
833924
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
834925
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
@@ -907,6 +998,85 @@
907998
core-js-compat "^3.16.0"
908999
semver "^6.3.0"
9091000

1001+
"@babel/preset-env@~7.15.0":
1002+
version "7.15.0"
1003+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
1004+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
1005+
dependencies:
1006+
"@babel/compat-data" "^7.15.0"
1007+
"@babel/helper-compilation-targets" "^7.15.0"
1008+
"@babel/helper-plugin-utils" "^7.14.5"
1009+
"@babel/helper-validator-option" "^7.14.5"
1010+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
1011+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
1012+
"@babel/plugin-proposal-class-properties" "^7.14.5"
1013+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
1014+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
1015+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
1016+
"@babel/plugin-proposal-json-strings" "^7.14.5"
1017+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
1018+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1019+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1020+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
1021+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
1022+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
1023+
"@babel/plugin-proposal-private-methods" "^7.14.5"
1024+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
1025+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
1026+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1027+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1028+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1029+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1030+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1031+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1032+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1033+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1034+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1035+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1036+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1037+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1038+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1039+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1040+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
1041+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
1042+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
1043+
"@babel/plugin-transform-block-scoping" "^7.14.5"
1044+
"@babel/plugin-transform-classes" "^7.14.9"
1045+
"@babel/plugin-transform-computed-properties" "^7.14.5"
1046+
"@babel/plugin-transform-destructuring" "^7.14.7"
1047+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
1048+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
1049+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
1050+
"@babel/plugin-transform-for-of" "^7.14.5"
1051+
"@babel/plugin-transform-function-name" "^7.14.5"
1052+
"@babel/plugin-transform-literals" "^7.14.5"
1053+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
1054+
"@babel/plugin-transform-modules-amd" "^7.14.5"
1055+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
1056+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
1057+
"@babel/plugin-transform-modules-umd" "^7.14.5"
1058+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
1059+
"@babel/plugin-transform-new-target" "^7.14.5"
1060+
"@babel/plugin-transform-object-super" "^7.14.5"
1061+
"@babel/plugin-transform-parameters" "^7.14.5"
1062+
"@babel/plugin-transform-property-literals" "^7.14.5"
1063+
"@babel/plugin-transform-regenerator" "^7.14.5"
1064+
"@babel/plugin-transform-reserved-words" "^7.14.5"
1065+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
1066+
"@babel/plugin-transform-spread" "^7.14.6"
1067+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
1068+
"@babel/plugin-transform-template-literals" "^7.14.5"
1069+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
1070+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
1071+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
1072+
"@babel/preset-modules" "^0.1.4"
1073+
"@babel/types" "^7.15.0"
1074+
babel-plugin-polyfill-corejs2 "^0.2.2"
1075+
babel-plugin-polyfill-corejs3 "^0.2.2"
1076+
babel-plugin-polyfill-regenerator "^0.2.2"
1077+
core-js-compat "^3.16.0"
1078+
semver "^6.3.0"
1079+
9101080
"@babel/preset-modules@^0.1.4":
9111081
version "0.1.4"
9121082
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e"
@@ -949,6 +1119,21 @@
9491119
debug "^4.1.0"
9501120
globals "^11.1.0"
9511121

1122+
"@babel/traverse@^7.15.0":
1123+
version "7.15.0"
1124+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1125+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1126+
dependencies:
1127+
"@babel/code-frame" "^7.14.5"
1128+
"@babel/generator" "^7.15.0"
1129+
"@babel/helper-function-name" "^7.14.5"
1130+
"@babel/helper-hoist-variables" "^7.14.5"
1131+
"@babel/helper-split-export-declaration" "^7.14.5"
1132+
"@babel/parser" "^7.15.0"
1133+
"@babel/types" "^7.15.0"
1134+
debug "^4.1.0"
1135+
globals "^11.1.0"
1136+
9521137
"@babel/types@^7.0.0", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.13.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":
9531138
version "7.14.9"
9541139
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -957,6 +1142,14 @@
9571142
"@babel/helper-validator-identifier" "^7.14.9"
9581143
to-fast-properties "^2.0.0"
9591144

1145+
"@babel/types@^7.15.0":
1146+
version "7.15.0"
1147+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1148+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
1149+
dependencies:
1150+
"@babel/helper-validator-identifier" "^7.14.9"
1151+
to-fast-properties "^2.0.0"
1152+
9601153
"@bcoe/v8-coverage@^0.2.3":
9611154
version "0.2.3"
9621155
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)