Skip to content

Commit a906833

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.15.8
1 parent 23ffcf2 commit a906833

File tree

2 files changed

+89
-54
lines changed

2 files changed

+89
-54
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@
7272
"babel-core": "7.0.0-bridge.0"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "7.15.5",
75+
"@babel/core": "7.15.8",
7676
"@babel/plugin-proposal-class-properties": "7.14.5",
77-
"@babel/plugin-proposal-decorators": "7.15.4",
77+
"@babel/plugin-proposal-decorators": "7.15.8",
7878
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
7979
"@babel/plugin-proposal-function-sent": "7.14.5",
8080
"@babel/plugin-proposal-json-strings": "7.14.5",
8181
"@babel/plugin-proposal-numeric-separator": "7.14.5",
8282
"@babel/plugin-proposal-throw-expressions": "7.14.5",
8383
"@babel/plugin-syntax-dynamic-import": "7.8.3",
8484
"@babel/plugin-syntax-import-meta": "7.10.4",
85-
"@babel/plugin-transform-runtime": "7.15.0",
86-
"@babel/preset-env": "7.15.6",
85+
"@babel/plugin-transform-runtime": "7.15.8",
86+
"@babel/preset-env": "7.15.8",
8787
"babel-preset-react-optimize": "1.0.1",
8888
"@babel/preset-react": "7.14.5",
8989
"@babel/register": "7.15.3",

yarn.lock

Lines changed: 85 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
dependencies:
2424
"@babel/highlight" "^7.14.5"
2525

26+
"@babel/code-frame@^7.15.8":
27+
version "7.15.8"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
29+
integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
30+
dependencies:
31+
"@babel/highlight" "^7.14.5"
32+
2633
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4":
2734
version "7.14.4"
2835
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
@@ -33,20 +40,20 @@
3340
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
3441
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
3542

36-
"@babel/core@7.15.5":
37-
version "7.15.5"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
39-
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
43+
"@babel/core@7.15.8":
44+
version "7.15.8"
45+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
46+
integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
4047
dependencies:
41-
"@babel/code-frame" "^7.14.5"
42-
"@babel/generator" "^7.15.4"
48+
"@babel/code-frame" "^7.15.8"
49+
"@babel/generator" "^7.15.8"
4350
"@babel/helper-compilation-targets" "^7.15.4"
44-
"@babel/helper-module-transforms" "^7.15.4"
51+
"@babel/helper-module-transforms" "^7.15.8"
4552
"@babel/helpers" "^7.15.4"
46-
"@babel/parser" "^7.15.5"
53+
"@babel/parser" "^7.15.8"
4754
"@babel/template" "^7.15.4"
4855
"@babel/traverse" "^7.15.4"
49-
"@babel/types" "^7.15.4"
56+
"@babel/types" "^7.15.6"
5057
convert-source-map "^1.7.0"
5158
debug "^4.1.0"
5259
gensync "^1.0.0-beta.2"
@@ -102,6 +109,15 @@
102109
jsesc "^2.5.1"
103110
source-map "^0.5.0"
104111

112+
"@babel/generator@^7.15.8":
113+
version "7.15.8"
114+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
115+
integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
116+
dependencies:
117+
"@babel/types" "^7.15.6"
118+
jsesc "^2.5.1"
119+
source-map "^0.5.0"
120+
105121
"@babel/helper-annotate-as-pure@^7.12.13":
106122
version "7.12.13"
107123
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -366,6 +382,20 @@
366382
"@babel/traverse" "^7.15.4"
367383
"@babel/types" "^7.15.4"
368384

385+
"@babel/helper-module-transforms@^7.15.8":
386+
version "7.15.8"
387+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
388+
integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==
389+
dependencies:
390+
"@babel/helper-module-imports" "^7.15.4"
391+
"@babel/helper-replace-supers" "^7.15.4"
392+
"@babel/helper-simple-access" "^7.15.4"
393+
"@babel/helper-split-export-declaration" "^7.15.4"
394+
"@babel/helper-validator-identifier" "^7.15.7"
395+
"@babel/template" "^7.15.4"
396+
"@babel/traverse" "^7.15.4"
397+
"@babel/types" "^7.15.6"
398+
369399
"@babel/helper-optimise-call-expression@^7.12.13":
370400
version "7.12.13"
371401
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -516,6 +546,11 @@
516546
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
517547
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
518548

549+
"@babel/helper-validator-identifier@^7.15.7":
550+
version "7.15.7"
551+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
552+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
553+
519554
"@babel/helper-validator-option@^7.12.17":
520555
version "7.12.17"
521556
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -597,10 +632,10 @@
597632
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
598633
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
599634

600-
"@babel/parser@^7.15.5":
601-
version "7.15.5"
602-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
603-
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
635+
"@babel/parser@^7.15.8":
636+
version "7.15.8"
637+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
638+
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
604639

605640
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
606641
version "7.15.4"
@@ -611,10 +646,10 @@
611646
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
612647
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
613648

614-
"@babel/plugin-proposal-async-generator-functions@^7.15.4":
615-
version "7.15.4"
616-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e"
617-
integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==
649+
"@babel/plugin-proposal-async-generator-functions@^7.15.8":
650+
version "7.15.8"
651+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403"
652+
integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==
618653
dependencies:
619654
"@babel/helper-plugin-utils" "^7.14.5"
620655
"@babel/helper-remap-async-to-generator" "^7.15.4"
@@ -637,10 +672,10 @@
637672
"@babel/helper-plugin-utils" "^7.14.5"
638673
"@babel/plugin-syntax-class-static-block" "^7.14.5"
639674

640-
"@babel/plugin-proposal-decorators@7.15.4":
641-
version "7.15.4"
642-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.15.4.tgz#fb55442bc83ab4d45dda76b91949706bf22881d2"
643-
integrity sha512-WNER+YLs7avvRukEddhu5PSfSaMMimX2xBFgLQS7Bw16yrUxJGWidO9nQp+yLy9MVybg5Ba3BlhAw+BkdhpDmg==
675+
"@babel/plugin-proposal-decorators@7.15.8":
676+
version "7.15.8"
677+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.15.8.tgz#eb2969abf8993f15289f09fed762bb1df1521bd5"
678+
integrity sha512-5n8+xGK7YDrXF+WAORg3P7LlCCdiaAyKLZi22eP2BwTy4kJ0kFUMMDCj4nQ8YrKyNZgjhU/9eRVqONnjB3us8g==
644679
dependencies:
645680
"@babel/helper-create-class-features-plugin" "^7.15.4"
646681
"@babel/helper-plugin-utils" "^7.14.5"
@@ -1166,15 +1201,15 @@
11661201
dependencies:
11671202
"@babel/helper-plugin-utils" "^7.14.5"
11681203

1169-
"@babel/plugin-transform-runtime@7.15.0":
1170-
version "7.15.0"
1171-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3"
1172-
integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==
1204+
"@babel/plugin-transform-runtime@7.15.8":
1205+
version "7.15.8"
1206+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz#9d15b1e94e1c7f6344f65a8d573597d93c6cd886"
1207+
integrity sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw==
11731208
dependencies:
1174-
"@babel/helper-module-imports" "^7.14.5"
1209+
"@babel/helper-module-imports" "^7.15.4"
11751210
"@babel/helper-plugin-utils" "^7.14.5"
11761211
babel-plugin-polyfill-corejs2 "^0.2.2"
1177-
babel-plugin-polyfill-corejs3 "^0.2.2"
1212+
babel-plugin-polyfill-corejs3 "^0.2.5"
11781213
babel-plugin-polyfill-regenerator "^0.2.2"
11791214
semver "^6.3.0"
11801215

@@ -1185,13 +1220,13 @@
11851220
dependencies:
11861221
"@babel/helper-plugin-utils" "^7.14.5"
11871222

1188-
"@babel/plugin-transform-spread@^7.14.6":
1189-
version "7.14.6"
1190-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
1191-
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
1223+
"@babel/plugin-transform-spread@^7.15.8":
1224+
version "7.15.8"
1225+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468"
1226+
integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==
11921227
dependencies:
11931228
"@babel/helper-plugin-utils" "^7.14.5"
1194-
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
1229+
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
11951230

11961231
"@babel/plugin-transform-sticky-regex@^7.14.5":
11971232
version "7.14.5"
@@ -1229,17 +1264,17 @@
12291264
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
12301265
"@babel/helper-plugin-utils" "^7.14.5"
12311266

1232-
"@babel/preset-env@7.15.6":
1233-
version "7.15.6"
1234-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659"
1235-
integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==
1267+
"@babel/preset-env@7.15.8":
1268+
version "7.15.8"
1269+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba"
1270+
integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==
12361271
dependencies:
12371272
"@babel/compat-data" "^7.15.0"
12381273
"@babel/helper-compilation-targets" "^7.15.4"
12391274
"@babel/helper-plugin-utils" "^7.14.5"
12401275
"@babel/helper-validator-option" "^7.14.5"
12411276
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
1242-
"@babel/plugin-proposal-async-generator-functions" "^7.15.4"
1277+
"@babel/plugin-proposal-async-generator-functions" "^7.15.8"
12431278
"@babel/plugin-proposal-class-properties" "^7.14.5"
12441279
"@babel/plugin-proposal-class-static-block" "^7.15.4"
12451280
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -1294,7 +1329,7 @@
12941329
"@babel/plugin-transform-regenerator" "^7.14.5"
12951330
"@babel/plugin-transform-reserved-words" "^7.14.5"
12961331
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
1297-
"@babel/plugin-transform-spread" "^7.14.6"
1332+
"@babel/plugin-transform-spread" "^7.15.8"
12981333
"@babel/plugin-transform-sticky-regex" "^7.14.5"
12991334
"@babel/plugin-transform-template-literals" "^7.14.5"
13001335
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
@@ -1303,7 +1338,7 @@
13031338
"@babel/preset-modules" "^0.1.4"
13041339
"@babel/types" "^7.15.6"
13051340
babel-plugin-polyfill-corejs2 "^0.2.2"
1306-
babel-plugin-polyfill-corejs3 "^0.2.2"
1341+
babel-plugin-polyfill-corejs3 "^0.2.5"
13071342
babel-plugin-polyfill-regenerator "^0.2.2"
13081343
core-js-compat "^3.16.0"
13091344
semver "^6.3.0"
@@ -2816,13 +2851,13 @@ babel-plugin-polyfill-corejs2@^0.2.2:
28162851
"@babel/helper-define-polyfill-provider" "^0.2.2"
28172852
semver "^6.1.1"
28182853

2819-
babel-plugin-polyfill-corejs3@^0.2.2:
2820-
version "0.2.2"
2821-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz#7424a1682ee44baec817327710b1b094e5f8f7f5"
2822-
integrity sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A==
2854+
babel-plugin-polyfill-corejs3@^0.2.5:
2855+
version "0.2.5"
2856+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92"
2857+
integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==
28232858
dependencies:
28242859
"@babel/helper-define-polyfill-provider" "^0.2.2"
2825-
core-js-compat "^3.9.1"
2860+
core-js-compat "^3.16.2"
28262861

28272862
babel-plugin-polyfill-regenerator@^0.2.2:
28282863
version "0.2.2"
@@ -3133,7 +3168,7 @@ browserify-zlib@^0.2.0:
31333168
dependencies:
31343169
pako "~1.0.5"
31353170

3136-
browserslist@4.17.3:
3171+
browserslist@4.17.3, browserslist@^4.17.3:
31373172
version "4.17.3"
31383173
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.3.tgz#2844cd6eebe14d12384b0122d217550160d2d624"
31393174
integrity sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ==
@@ -3788,12 +3823,12 @@ core-js-compat@^3.16.0:
37883823
browserslist "^4.16.6"
37893824
semver "7.0.0"
37903825

3791-
core-js-compat@^3.9.1:
3792-
version "3.14.0"
3793-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5"
3794-
integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==
3826+
core-js-compat@^3.16.2:
3827+
version "3.18.2"
3828+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.2.tgz#e40c266fbd613948dd8d2d2156345da8ac03c142"
3829+
integrity sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ==
37953830
dependencies:
3796-
browserslist "^4.16.6"
3831+
browserslist "^4.17.3"
37973832
semver "7.0.0"
37983833

37993834
core-js-pure@^3.0.0:

0 commit comments

Comments
 (0)