Skip to content

Commit 02c733f

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.18.2
1 parent 23ba50b commit 02c733f

File tree

2 files changed

+94
-39
lines changed

2 files changed

+94
-39
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"@iterable-iterator/slice": "^1.0.1"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.18.0",
75-
"@babel/preset-env": "7.18.0",
74+
"@babel/core": "7.18.2",
75+
"@babel/preset-env": "7.18.2",
7676
"@babel/register": "7.17.7",
7777
"@commitlint/cli": "17.0.0",
7878
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 92 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
3939
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
4040

41-
"@babel/core@7.18.0":
42-
version "7.18.0"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
44-
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
41+
"@babel/core@7.18.2":
42+
version "7.18.2"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
44+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
4545
dependencies:
4646
"@ampproject/remapping" "^2.1.0"
4747
"@babel/code-frame" "^7.16.7"
48-
"@babel/generator" "^7.18.0"
49-
"@babel/helper-compilation-targets" "^7.17.10"
48+
"@babel/generator" "^7.18.2"
49+
"@babel/helper-compilation-targets" "^7.18.2"
5050
"@babel/helper-module-transforms" "^7.18.0"
51-
"@babel/helpers" "^7.18.0"
51+
"@babel/helpers" "^7.18.2"
5252
"@babel/parser" "^7.18.0"
5353
"@babel/template" "^7.16.7"
54-
"@babel/traverse" "^7.18.0"
55-
"@babel/types" "^7.18.0"
54+
"@babel/traverse" "^7.18.2"
55+
"@babel/types" "^7.18.2"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
@@ -116,6 +116,15 @@
116116
"@jridgewell/gen-mapping" "^0.3.0"
117117
jsesc "^2.5.1"
118118

119+
"@babel/generator@^7.18.2":
120+
version "7.18.2"
121+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
122+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
123+
dependencies:
124+
"@babel/types" "^7.18.2"
125+
"@jridgewell/gen-mapping" "^0.3.0"
126+
jsesc "^2.5.1"
127+
119128
"@babel/helper-annotate-as-pure@^7.14.5":
120129
version "7.14.5"
121130
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -176,6 +185,16 @@
176185
browserslist "^4.20.2"
177186
semver "^6.3.0"
178187

188+
"@babel/helper-compilation-targets@^7.18.2":
189+
version "7.18.2"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
191+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
192+
dependencies:
193+
"@babel/compat-data" "^7.17.10"
194+
"@babel/helper-validator-option" "^7.16.7"
195+
browserslist "^4.20.2"
196+
semver "^6.3.0"
197+
179198
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
180199
version "7.14.8"
181200
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
@@ -273,6 +292,11 @@
273292
dependencies:
274293
"@babel/types" "^7.16.7"
275294

295+
"@babel/helper-environment-visitor@^7.18.2":
296+
version "7.18.2"
297+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
298+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
299+
276300
"@babel/helper-explode-assignable-expression@^7.14.5":
277301
version "7.14.5"
278302
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz#8aa72e708205c7bb643e45c73b4386cdf2a1f645"
@@ -486,6 +510,13 @@
486510
dependencies:
487511
"@babel/types" "^7.17.0"
488512

513+
"@babel/helper-simple-access@^7.18.2":
514+
version "7.18.2"
515+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
516+
integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==
517+
dependencies:
518+
"@babel/types" "^7.18.2"
519+
489520
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
490521
version "7.14.5"
491522
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -568,14 +599,14 @@
568599
"@babel/traverse" "^7.14.8"
569600
"@babel/types" "^7.14.8"
570601

571-
"@babel/helpers@^7.18.0":
572-
version "7.18.0"
573-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
574-
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
602+
"@babel/helpers@^7.18.2":
603+
version "7.18.2"
604+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
605+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
575606
dependencies:
576607
"@babel/template" "^7.16.7"
577-
"@babel/traverse" "^7.18.0"
578-
"@babel/types" "^7.18.0"
608+
"@babel/traverse" "^7.18.2"
609+
"@babel/types" "^7.18.2"
579610

580611
"@babel/highlight@^7.14.5":
581612
version "7.14.5"
@@ -1206,10 +1237,10 @@
12061237
dependencies:
12071238
"@babel/helper-plugin-utils" "^7.14.5"
12081239

1209-
"@babel/plugin-transform-for-of@^7.17.12":
1210-
version "7.17.12"
1211-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.17.12.tgz#5397c22554ec737a27918e7e7e0e7b679b05f5ec"
1212-
integrity sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==
1240+
"@babel/plugin-transform-for-of@^7.18.1":
1241+
version "7.18.1"
1242+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036"
1243+
integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==
12131244
dependencies:
12141245
"@babel/helper-plugin-utils" "^7.17.12"
12151246

@@ -1286,14 +1317,14 @@
12861317
"@babel/helper-simple-access" "^7.14.5"
12871318
babel-plugin-dynamic-import-node "^2.3.3"
12881319

1289-
"@babel/plugin-transform-modules-commonjs@^7.18.0":
1290-
version "7.18.0"
1291-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db"
1292-
integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==
1320+
"@babel/plugin-transform-modules-commonjs@^7.18.2":
1321+
version "7.18.2"
1322+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e"
1323+
integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==
12931324
dependencies:
12941325
"@babel/helper-module-transforms" "^7.18.0"
12951326
"@babel/helper-plugin-utils" "^7.17.12"
1296-
"@babel/helper-simple-access" "^7.17.7"
1327+
"@babel/helper-simple-access" "^7.18.2"
12971328
babel-plugin-dynamic-import-node "^2.3.3"
12981329

12991330
"@babel/plugin-transform-modules-systemjs@^7.14.5":
@@ -1520,10 +1551,10 @@
15201551
dependencies:
15211552
"@babel/helper-plugin-utils" "^7.14.5"
15221553

1523-
"@babel/plugin-transform-template-literals@^7.17.12":
1524-
version "7.17.12"
1525-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e"
1526-
integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==
1554+
"@babel/plugin-transform-template-literals@^7.18.2":
1555+
version "7.18.2"
1556+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28"
1557+
integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==
15271558
dependencies:
15281559
"@babel/helper-plugin-utils" "^7.17.12"
15291560

@@ -1571,13 +1602,13 @@
15711602
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
15721603
"@babel/helper-plugin-utils" "^7.16.7"
15731604

1574-
"@babel/preset-env@7.18.0":
1575-
version "7.18.0"
1576-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d"
1577-
integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==
1605+
"@babel/preset-env@7.18.2":
1606+
version "7.18.2"
1607+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a"
1608+
integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==
15781609
dependencies:
15791610
"@babel/compat-data" "^7.17.10"
1580-
"@babel/helper-compilation-targets" "^7.17.10"
1611+
"@babel/helper-compilation-targets" "^7.18.2"
15811612
"@babel/helper-plugin-utils" "^7.17.12"
15821613
"@babel/helper-validator-option" "^7.16.7"
15831614
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12"
@@ -1622,12 +1653,12 @@
16221653
"@babel/plugin-transform-dotall-regex" "^7.16.7"
16231654
"@babel/plugin-transform-duplicate-keys" "^7.17.12"
16241655
"@babel/plugin-transform-exponentiation-operator" "^7.16.7"
1625-
"@babel/plugin-transform-for-of" "^7.17.12"
1656+
"@babel/plugin-transform-for-of" "^7.18.1"
16261657
"@babel/plugin-transform-function-name" "^7.16.7"
16271658
"@babel/plugin-transform-literals" "^7.17.12"
16281659
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
16291660
"@babel/plugin-transform-modules-amd" "^7.18.0"
1630-
"@babel/plugin-transform-modules-commonjs" "^7.18.0"
1661+
"@babel/plugin-transform-modules-commonjs" "^7.18.2"
16311662
"@babel/plugin-transform-modules-systemjs" "^7.18.0"
16321663
"@babel/plugin-transform-modules-umd" "^7.18.0"
16331664
"@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12"
@@ -1640,12 +1671,12 @@
16401671
"@babel/plugin-transform-shorthand-properties" "^7.16.7"
16411672
"@babel/plugin-transform-spread" "^7.17.12"
16421673
"@babel/plugin-transform-sticky-regex" "^7.16.7"
1643-
"@babel/plugin-transform-template-literals" "^7.17.12"
1674+
"@babel/plugin-transform-template-literals" "^7.18.2"
16441675
"@babel/plugin-transform-typeof-symbol" "^7.17.12"
16451676
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
16461677
"@babel/plugin-transform-unicode-regex" "^7.16.7"
16471678
"@babel/preset-modules" "^0.1.5"
1648-
"@babel/types" "^7.18.0"
1679+
"@babel/types" "^7.18.2"
16491680
babel-plugin-polyfill-corejs2 "^0.3.0"
16501681
babel-plugin-polyfill-corejs3 "^0.5.0"
16511682
babel-plugin-polyfill-regenerator "^0.3.0"
@@ -1873,6 +1904,22 @@
18731904
debug "^4.1.0"
18741905
globals "^11.1.0"
18751906

1907+
"@babel/traverse@^7.18.2":
1908+
version "7.18.2"
1909+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
1910+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
1911+
dependencies:
1912+
"@babel/code-frame" "^7.16.7"
1913+
"@babel/generator" "^7.18.2"
1914+
"@babel/helper-environment-visitor" "^7.18.2"
1915+
"@babel/helper-function-name" "^7.17.9"
1916+
"@babel/helper-hoist-variables" "^7.16.7"
1917+
"@babel/helper-split-export-declaration" "^7.16.7"
1918+
"@babel/parser" "^7.18.0"
1919+
"@babel/types" "^7.18.2"
1920+
debug "^4.1.0"
1921+
globals "^11.1.0"
1922+
18761923
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
18771924
version "7.14.9"
18781925
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -1921,6 +1968,14 @@
19211968
"@babel/helper-validator-identifier" "^7.16.7"
19221969
to-fast-properties "^2.0.0"
19231970

1971+
"@babel/types@^7.18.2":
1972+
version "7.18.2"
1973+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.2.tgz#191abfed79ebe6f4242f643a9a5cbaa36b10b091"
1974+
integrity sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==
1975+
dependencies:
1976+
"@babel/helper-validator-identifier" "^7.16.7"
1977+
to-fast-properties "^2.0.0"
1978+
19241979
"@bcoe/v8-coverage@^0.2.3":
19251980
version "0.2.3"
19261981
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)