Skip to content

Commit 5ef1e03

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update babel monorepo to v7.18.2
1 parent c382228 commit 5ef1e03

File tree

2 files changed

+91
-36
lines changed

2 files changed

+91
-36
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"repository": "algolia/react-element-to-jsx-string",
3838
"devDependencies": {
3939
"@babel/cli": "7.17.10",
40-
"@babel/core": "7.18.0",
41-
"@babel/preset-env": "7.18.0",
40+
"@babel/core": "7.18.2",
41+
"@babel/preset-env": "7.18.2",
4242
"@babel/preset-flow": "7.17.12",
4343
"@babel/preset-react": "7.17.12",
4444
"@commitlint/cli": "8.3.6",

yarn.lock

Lines changed: 89 additions & 34 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/[email protected].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/[email protected].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"
@@ -98,6 +98,15 @@
9898
"@jridgewell/gen-mapping" "^0.3.0"
9999
jsesc "^2.5.1"
100100

101+
"@babel/generator@^7.18.2":
102+
version "7.18.2"
103+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
104+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
105+
dependencies:
106+
"@babel/types" "^7.18.2"
107+
"@jridgewell/gen-mapping" "^0.3.0"
108+
jsesc "^2.5.1"
109+
101110
"@babel/helper-annotate-as-pure@^7.16.7":
102111
version "7.16.7"
103112
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -123,6 +132,16 @@
123132
browserslist "^4.20.2"
124133
semver "^6.3.0"
125134

135+
"@babel/helper-compilation-targets@^7.18.2":
136+
version "7.18.2"
137+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
138+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
139+
dependencies:
140+
"@babel/compat-data" "^7.17.10"
141+
"@babel/helper-validator-option" "^7.16.7"
142+
browserslist "^4.20.2"
143+
semver "^6.3.0"
144+
126145
"@babel/helper-create-class-features-plugin@^7.17.12":
127146
version "7.17.12"
128147
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.12.tgz#d4f8393fc4838cbff6b7c199af5229aee16d07cf"
@@ -178,6 +197,11 @@
178197
dependencies:
179198
"@babel/types" "^7.16.7"
180199

200+
"@babel/helper-environment-visitor@^7.18.2":
201+
version "7.18.2"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
203+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
204+
181205
"@babel/helper-explode-assignable-expression@^7.16.7":
182206
version "7.16.7"
183207
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -281,6 +305,13 @@
281305
dependencies:
282306
"@babel/types" "^7.17.0"
283307

308+
"@babel/helper-simple-access@^7.18.2":
309+
version "7.18.2"
310+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
311+
integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==
312+
dependencies:
313+
"@babel/types" "^7.18.2"
314+
284315
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
285316
version "7.16.0"
286317
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -324,14 +355,14 @@
324355
"@babel/traverse" "^7.17.9"
325356
"@babel/types" "^7.17.0"
326357

327-
"@babel/helpers@^7.18.0":
328-
version "7.18.0"
329-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
330-
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
358+
"@babel/helpers@^7.18.2":
359+
version "7.18.2"
360+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
361+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
331362
dependencies:
332363
"@babel/template" "^7.16.7"
333-
"@babel/traverse" "^7.18.0"
334-
"@babel/types" "^7.18.0"
364+
"@babel/traverse" "^7.18.2"
365+
"@babel/types" "^7.18.2"
335366

336367
"@babel/highlight@^7.16.7":
337368
version "7.17.12"
@@ -725,7 +756,7 @@
725756
"@babel/helper-plugin-utils" "^7.17.12"
726757
"@babel/plugin-syntax-flow" "^7.17.12"
727758

728-
"@babel/plugin-transform-for-of@^7.17.12":
759+
"@babel/plugin-transform-for-of@^7.18.1":
729760
version "7.18.1"
730761
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036"
731762
integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==
@@ -764,14 +795,14 @@
764795
"@babel/helper-plugin-utils" "^7.17.12"
765796
babel-plugin-dynamic-import-node "^2.3.3"
766797

767-
"@babel/plugin-transform-modules-commonjs@^7.18.0":
768-
version "7.18.0"
769-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db"
770-
integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==
798+
"@babel/plugin-transform-modules-commonjs@^7.18.2":
799+
version "7.18.2"
800+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e"
801+
integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==
771802
dependencies:
772803
"@babel/helper-module-transforms" "^7.18.0"
773804
"@babel/helper-plugin-utils" "^7.17.12"
774-
"@babel/helper-simple-access" "^7.17.7"
805+
"@babel/helper-simple-access" "^7.18.2"
775806
babel-plugin-dynamic-import-node "^2.3.3"
776807

777808
"@babel/plugin-transform-modules-systemjs@^7.18.0":
@@ -900,10 +931,10 @@
900931
dependencies:
901932
"@babel/helper-plugin-utils" "^7.16.7"
902933

903-
"@babel/plugin-transform-template-literals@^7.17.12":
904-
version "7.17.12"
905-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e"
906-
integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==
934+
"@babel/plugin-transform-template-literals@^7.18.2":
935+
version "7.18.2"
936+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28"
937+
integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==
907938
dependencies:
908939
"@babel/helper-plugin-utils" "^7.17.12"
909940

@@ -929,13 +960,13 @@
929960
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
930961
"@babel/helper-plugin-utils" "^7.16.7"
931962

932-
"@babel/[email protected].0":
933-
version "7.18.0"
934-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d"
935-
integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==
963+
"@babel/[email protected].2":
964+
version "7.18.2"
965+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a"
966+
integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==
936967
dependencies:
937968
"@babel/compat-data" "^7.17.10"
938-
"@babel/helper-compilation-targets" "^7.17.10"
969+
"@babel/helper-compilation-targets" "^7.18.2"
939970
"@babel/helper-plugin-utils" "^7.17.12"
940971
"@babel/helper-validator-option" "^7.16.7"
941972
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12"
@@ -980,12 +1011,12 @@
9801011
"@babel/plugin-transform-dotall-regex" "^7.16.7"
9811012
"@babel/plugin-transform-duplicate-keys" "^7.17.12"
9821013
"@babel/plugin-transform-exponentiation-operator" "^7.16.7"
983-
"@babel/plugin-transform-for-of" "^7.17.12"
1014+
"@babel/plugin-transform-for-of" "^7.18.1"
9841015
"@babel/plugin-transform-function-name" "^7.16.7"
9851016
"@babel/plugin-transform-literals" "^7.17.12"
9861017
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
9871018
"@babel/plugin-transform-modules-amd" "^7.18.0"
988-
"@babel/plugin-transform-modules-commonjs" "^7.18.0"
1019+
"@babel/plugin-transform-modules-commonjs" "^7.18.2"
9891020
"@babel/plugin-transform-modules-systemjs" "^7.18.0"
9901021
"@babel/plugin-transform-modules-umd" "^7.18.0"
9911022
"@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12"
@@ -998,12 +1029,12 @@
9981029
"@babel/plugin-transform-shorthand-properties" "^7.16.7"
9991030
"@babel/plugin-transform-spread" "^7.17.12"
10001031
"@babel/plugin-transform-sticky-regex" "^7.16.7"
1001-
"@babel/plugin-transform-template-literals" "^7.17.12"
1032+
"@babel/plugin-transform-template-literals" "^7.18.2"
10021033
"@babel/plugin-transform-typeof-symbol" "^7.17.12"
10031034
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
10041035
"@babel/plugin-transform-unicode-regex" "^7.16.7"
10051036
"@babel/preset-modules" "^0.1.5"
1006-
"@babel/types" "^7.18.0"
1037+
"@babel/types" "^7.18.2"
10071038
babel-plugin-polyfill-corejs2 "^0.3.0"
10081039
babel-plugin-polyfill-corejs3 "^0.5.0"
10091040
babel-plugin-polyfill-regenerator "^0.3.0"
@@ -1090,6 +1121,22 @@
10901121
debug "^4.1.0"
10911122
globals "^11.1.0"
10921123

1124+
"@babel/traverse@^7.18.2":
1125+
version "7.18.2"
1126+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
1127+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
1128+
dependencies:
1129+
"@babel/code-frame" "^7.16.7"
1130+
"@babel/generator" "^7.18.2"
1131+
"@babel/helper-environment-visitor" "^7.18.2"
1132+
"@babel/helper-function-name" "^7.17.9"
1133+
"@babel/helper-hoist-variables" "^7.16.7"
1134+
"@babel/helper-split-export-declaration" "^7.16.7"
1135+
"@babel/parser" "^7.18.0"
1136+
"@babel/types" "^7.18.2"
1137+
debug "^4.1.0"
1138+
globals "^11.1.0"
1139+
10931140
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
10941141
version "7.17.12"
10951142
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
@@ -1106,6 +1153,14 @@
11061153
"@babel/helper-validator-identifier" "^7.16.7"
11071154
to-fast-properties "^2.0.0"
11081155

1156+
"@babel/types@^7.18.2":
1157+
version "7.18.2"
1158+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.2.tgz#191abfed79ebe6f4242f643a9a5cbaa36b10b091"
1159+
integrity sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==
1160+
dependencies:
1161+
"@babel/helper-validator-identifier" "^7.16.7"
1162+
to-fast-properties "^2.0.0"
1163+
11091164
11101165
version "1.0.2"
11111166
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"

0 commit comments

Comments
 (0)