Skip to content

Commit 20c66e5

Browse files
chore(deps): update babel monorepo to v7.26.7 (#873)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a4786d commit 20c66e5

File tree

2 files changed

+73
-45
lines changed

2 files changed

+73
-45
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"repository": "algolia/react-element-to-jsx-string",
3939
"devDependencies": {
4040
"@babel/cli": "7.26.4",
41-
"@babel/core": "7.26.0",
42-
"@babel/preset-env": "7.26.0",
41+
"@babel/core": "7.26.7",
42+
"@babel/preset-env": "7.26.7",
4343
"@babel/preset-flow": "7.25.9",
4444
"@babel/preset-react": "7.26.3",
4545
"@commitlint/cli": "8.3.6",

Diff for: yarn.lock

+71-43
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
dependencies:
3939
"@babel/highlight" "^7.16.7"
4040

41-
"@babel/code-frame@^7.10.4", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
41+
"@babel/code-frame@^7.10.4", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
4242
version "7.26.2"
4343
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
4444
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -57,26 +57,26 @@
5757
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
5858
integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==
5959

60-
"@babel/compat-data@^7.26.0", "@babel/compat-data@^7.26.5":
60+
"@babel/compat-data@^7.26.5":
6161
version "7.26.5"
6262
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
6363
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
6464

65-
"@babel/[email protected].0":
66-
version "7.26.0"
67-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
68-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
65+
"@babel/[email protected].7":
66+
version "7.26.7"
67+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
68+
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
6969
dependencies:
7070
"@ampproject/remapping" "^2.2.0"
71-
"@babel/code-frame" "^7.26.0"
72-
"@babel/generator" "^7.26.0"
73-
"@babel/helper-compilation-targets" "^7.25.9"
71+
"@babel/code-frame" "^7.26.2"
72+
"@babel/generator" "^7.26.5"
73+
"@babel/helper-compilation-targets" "^7.26.5"
7474
"@babel/helper-module-transforms" "^7.26.0"
75-
"@babel/helpers" "^7.26.0"
76-
"@babel/parser" "^7.26.0"
75+
"@babel/helpers" "^7.26.7"
76+
"@babel/parser" "^7.26.7"
7777
"@babel/template" "^7.25.9"
78-
"@babel/traverse" "^7.25.9"
79-
"@babel/types" "^7.26.0"
78+
"@babel/traverse" "^7.26.7"
79+
"@babel/types" "^7.26.7"
8080
convert-source-map "^2.0.0"
8181
debug "^4.1.0"
8282
gensync "^1.0.0-beta.2"
@@ -113,7 +113,7 @@
113113
"@jridgewell/gen-mapping" "^0.3.0"
114114
jsesc "^2.5.1"
115115

116-
"@babel/generator@^7.26.0", "@babel/generator@^7.26.5":
116+
"@babel/generator@^7.26.5":
117117
version "7.26.5"
118118
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
119119
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
@@ -159,7 +159,7 @@
159159
browserslist "^4.21.9"
160160
lru-cache "^5.1.1"
161161

162-
"@babel/helper-compilation-targets@^7.25.9":
162+
"@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
163163
version "7.26.5"
164164
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
165165
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
@@ -410,13 +410,13 @@
410410
"@babel/traverse" "^7.17.9"
411411
"@babel/types" "^7.17.0"
412412

413-
"@babel/helpers@^7.26.0":
414-
version "7.26.0"
415-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
416-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
413+
"@babel/helpers@^7.26.7":
414+
version "7.26.7"
415+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
416+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
417417
dependencies:
418418
"@babel/template" "^7.25.9"
419-
"@babel/types" "^7.26.0"
419+
"@babel/types" "^7.26.7"
420420

421421
"@babel/highlight@^7.16.7":
422422
version "7.17.12"
@@ -432,13 +432,20 @@
432432
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
433433
integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==
434434

435-
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5":
435+
"@babel/parser@^7.25.9", "@babel/parser@^7.26.5":
436436
version "7.26.5"
437437
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.5.tgz#6fec9aebddef25ca57a935c86dbb915ae2da3e1f"
438438
integrity sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==
439439
dependencies:
440440
"@babel/types" "^7.26.5"
441441

442+
"@babel/parser@^7.26.7":
443+
version "7.26.7"
444+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
445+
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
446+
dependencies:
447+
"@babel/types" "^7.26.7"
448+
442449
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
443450
version "7.25.9"
444451
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -635,7 +642,7 @@
635642
"@babel/helper-plugin-utils" "^7.25.9"
636643
"@babel/helper-remap-async-to-generator" "^7.25.9"
637644

638-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
645+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
639646
version "7.26.5"
640647
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
641648
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
@@ -722,7 +729,7 @@
722729
dependencies:
723730
"@babel/helper-plugin-utils" "^7.25.9"
724731

725-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
732+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
726733
version "7.26.3"
727734
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
728735
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
@@ -797,7 +804,7 @@
797804
"@babel/helper-module-transforms" "^7.25.9"
798805
"@babel/helper-plugin-utils" "^7.25.9"
799806

800-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
807+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
801808
version "7.26.3"
802809
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
803810
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
@@ -838,7 +845,7 @@
838845
dependencies:
839846
"@babel/helper-plugin-utils" "^7.25.9"
840847

841-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
848+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
842849
version "7.26.6"
843850
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
844851
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
@@ -1000,12 +1007,12 @@
10001007
dependencies:
10011008
"@babel/helper-plugin-utils" "^7.25.9"
10021009

1003-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
1004-
version "7.25.9"
1005-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
1006-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
1010+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
1011+
version "7.26.7"
1012+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
1013+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
10071014
dependencies:
1008-
"@babel/helper-plugin-utils" "^7.25.9"
1015+
"@babel/helper-plugin-utils" "^7.26.5"
10091016

10101017
"@babel/plugin-transform-unicode-escapes@^7.25.9":
10111018
version "7.25.9"
@@ -1038,14 +1045,14 @@
10381045
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
10391046
"@babel/helper-plugin-utils" "^7.25.9"
10401047

1041-
"@babel/[email protected].0":
1042-
version "7.26.0"
1043-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1044-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
1048+
"@babel/[email protected].7":
1049+
version "7.26.7"
1050+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
1051+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
10451052
dependencies:
1046-
"@babel/compat-data" "^7.26.0"
1047-
"@babel/helper-compilation-targets" "^7.25.9"
1048-
"@babel/helper-plugin-utils" "^7.25.9"
1053+
"@babel/compat-data" "^7.26.5"
1054+
"@babel/helper-compilation-targets" "^7.26.5"
1055+
"@babel/helper-plugin-utils" "^7.26.5"
10491056
"@babel/helper-validator-option" "^7.25.9"
10501057
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
10511058
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -1059,7 +1066,7 @@
10591066
"@babel/plugin-transform-arrow-functions" "^7.25.9"
10601067
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
10611068
"@babel/plugin-transform-async-to-generator" "^7.25.9"
1062-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
1069+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
10631070
"@babel/plugin-transform-block-scoping" "^7.25.9"
10641071
"@babel/plugin-transform-class-properties" "^7.25.9"
10651072
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -1070,7 +1077,7 @@
10701077
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
10711078
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
10721079
"@babel/plugin-transform-dynamic-import" "^7.25.9"
1073-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
1080+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
10741081
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
10751082
"@babel/plugin-transform-for-of" "^7.25.9"
10761083
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -1079,12 +1086,12 @@
10791086
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
10801087
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
10811088
"@babel/plugin-transform-modules-amd" "^7.25.9"
1082-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1089+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
10831090
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
10841091
"@babel/plugin-transform-modules-umd" "^7.25.9"
10851092
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
10861093
"@babel/plugin-transform-new-target" "^7.25.9"
1087-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
1094+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
10881095
"@babel/plugin-transform-numeric-separator" "^7.25.9"
10891096
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
10901097
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -1101,7 +1108,7 @@
11011108
"@babel/plugin-transform-spread" "^7.25.9"
11021109
"@babel/plugin-transform-sticky-regex" "^7.25.9"
11031110
"@babel/plugin-transform-template-literals" "^7.25.9"
1104-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
1111+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
11051112
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
11061113
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
11071114
"@babel/plugin-transform-unicode-regex" "^7.25.9"
@@ -1197,6 +1204,19 @@
11971204
debug "^4.3.1"
11981205
globals "^11.1.0"
11991206

1207+
"@babel/traverse@^7.26.7":
1208+
version "7.26.7"
1209+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
1210+
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
1211+
dependencies:
1212+
"@babel/code-frame" "^7.26.2"
1213+
"@babel/generator" "^7.26.5"
1214+
"@babel/parser" "^7.26.7"
1215+
"@babel/template" "^7.25.9"
1216+
"@babel/types" "^7.26.7"
1217+
debug "^4.3.1"
1218+
globals "^11.1.0"
1219+
12001220
"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@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":
12011221
version "7.17.12"
12021222
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
@@ -1213,14 +1233,22 @@
12131233
"@babel/helper-validator-identifier" "^7.18.6"
12141234
to-fast-properties "^2.0.0"
12151235

1216-
"@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.5":
1236+
"@babel/types@^7.25.9", "@babel/types@^7.26.5":
12171237
version "7.26.5"
12181238
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
12191239
integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
12201240
dependencies:
12211241
"@babel/helper-string-parser" "^7.25.9"
12221242
"@babel/helper-validator-identifier" "^7.25.9"
12231243

1244+
"@babel/types@^7.26.7":
1245+
version "7.26.7"
1246+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1247+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
1248+
dependencies:
1249+
"@babel/helper-string-parser" "^7.25.9"
1250+
"@babel/helper-validator-identifier" "^7.25.9"
1251+
12241252
12251253
version "1.0.2"
12261254
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"

0 commit comments

Comments
 (0)