Skip to content

Commit e8661b8

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

File tree

2 files changed

+91
-52
lines changed

2 files changed

+91
-52
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.7",
42-
"@babel/preset-env": "7.26.7",
41+
"@babel/core": "7.26.8",
42+
"@babel/preset-env": "7.26.8",
4343
"@babel/preset-flow": "7.25.9",
4444
"@babel/preset-react": "7.26.3",
4545
"@commitlint/cli": "8.3.6",

Diff for: yarn.lock

+89-50
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,27 @@
6262
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
6363
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
6464

65-
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==
65+
"@babel/compat-data@^7.26.8":
66+
version "7.26.8"
67+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
68+
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
69+
70+
71+
version "7.26.8"
72+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
73+
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
6974
dependencies:
7075
"@ampproject/remapping" "^2.2.0"
7176
"@babel/code-frame" "^7.26.2"
72-
"@babel/generator" "^7.26.5"
77+
"@babel/generator" "^7.26.8"
7378
"@babel/helper-compilation-targets" "^7.26.5"
7479
"@babel/helper-module-transforms" "^7.26.0"
7580
"@babel/helpers" "^7.26.7"
76-
"@babel/parser" "^7.26.7"
77-
"@babel/template" "^7.25.9"
78-
"@babel/traverse" "^7.26.7"
79-
"@babel/types" "^7.26.7"
81+
"@babel/parser" "^7.26.8"
82+
"@babel/template" "^7.26.8"
83+
"@babel/traverse" "^7.26.8"
84+
"@babel/types" "^7.26.8"
85+
"@types/gensync" "^1.0.0"
8086
convert-source-map "^2.0.0"
8187
debug "^4.1.0"
8288
gensync "^1.0.0-beta.2"
@@ -124,6 +130,17 @@
124130
"@jridgewell/trace-mapping" "^0.3.25"
125131
jsesc "^3.0.2"
126132

133+
"@babel/generator@^7.26.8":
134+
version "7.26.8"
135+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
136+
integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==
137+
dependencies:
138+
"@babel/parser" "^7.26.8"
139+
"@babel/types" "^7.26.8"
140+
"@jridgewell/gen-mapping" "^0.3.5"
141+
"@jridgewell/trace-mapping" "^0.3.25"
142+
jsesc "^3.0.2"
143+
127144
"@babel/helper-annotate-as-pure@^7.18.6":
128145
version "7.18.6"
129146
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -211,7 +228,7 @@
211228
lodash.debounce "^4.0.8"
212229
resolve "^1.14.2"
213230

214-
"@babel/helper-define-polyfill-provider@^0.6.2":
231+
"@babel/helper-define-polyfill-provider@^0.6.3":
215232
version "0.6.3"
216233
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz#f4f2792fae2ef382074bc2d713522cf24e6ddb21"
217234
integrity sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==
@@ -439,12 +456,12 @@
439456
dependencies:
440457
"@babel/types" "^7.26.5"
441458

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==
459+
"@babel/parser@^7.26.8":
460+
version "7.26.8"
461+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
462+
integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==
446463
dependencies:
447-
"@babel/types" "^7.26.7"
464+
"@babel/types" "^7.26.8"
448465

449466
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
450467
version "7.25.9"
@@ -624,14 +641,14 @@
624641
dependencies:
625642
"@babel/helper-plugin-utils" "^7.25.9"
626643

627-
"@babel/plugin-transform-async-generator-functions@^7.25.9":
628-
version "7.25.9"
629-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz#1b18530b077d18a407c494eb3d1d72da505283a2"
630-
integrity sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==
644+
"@babel/plugin-transform-async-generator-functions@^7.26.8":
645+
version "7.26.8"
646+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz#5e3991135e3b9c6eaaf5eff56d1ae5a11df45ff8"
647+
integrity sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==
631648
dependencies:
632-
"@babel/helper-plugin-utils" "^7.25.9"
649+
"@babel/helper-plugin-utils" "^7.26.5"
633650
"@babel/helper-remap-async-to-generator" "^7.25.9"
634-
"@babel/traverse" "^7.25.9"
651+
"@babel/traverse" "^7.26.8"
635652

636653
"@babel/plugin-transform-async-to-generator@^7.25.9":
637654
version "7.25.9"
@@ -1000,12 +1017,12 @@
10001017
dependencies:
10011018
"@babel/helper-plugin-utils" "^7.25.9"
10021019

1003-
"@babel/plugin-transform-template-literals@^7.25.9":
1004-
version "7.25.9"
1005-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz#6dbd4a24e8fad024df76d1fac6a03cf413f60fe1"
1006-
integrity sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==
1020+
"@babel/plugin-transform-template-literals@^7.26.8":
1021+
version "7.26.8"
1022+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz#966b15d153a991172a540a69ad5e1845ced990b5"
1023+
integrity sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==
10071024
dependencies:
1008-
"@babel/helper-plugin-utils" "^7.25.9"
1025+
"@babel/helper-plugin-utils" "^7.26.5"
10091026

10101027
"@babel/plugin-transform-typeof-symbol@^7.26.7":
10111028
version "7.26.7"
@@ -1045,12 +1062,12 @@
10451062
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
10461063
"@babel/helper-plugin-utils" "^7.25.9"
10471064

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==
1065+
"@babel/[email protected].8":
1066+
version "7.26.8"
1067+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
1068+
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
10521069
dependencies:
1053-
"@babel/compat-data" "^7.26.5"
1070+
"@babel/compat-data" "^7.26.8"
10541071
"@babel/helper-compilation-targets" "^7.26.5"
10551072
"@babel/helper-plugin-utils" "^7.26.5"
10561073
"@babel/helper-validator-option" "^7.25.9"
@@ -1064,7 +1081,7 @@
10641081
"@babel/plugin-syntax-import-attributes" "^7.26.0"
10651082
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
10661083
"@babel/plugin-transform-arrow-functions" "^7.25.9"
1067-
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
1084+
"@babel/plugin-transform-async-generator-functions" "^7.26.8"
10681085
"@babel/plugin-transform-async-to-generator" "^7.25.9"
10691086
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
10701087
"@babel/plugin-transform-block-scoping" "^7.25.9"
@@ -1107,17 +1124,17 @@
11071124
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
11081125
"@babel/plugin-transform-spread" "^7.25.9"
11091126
"@babel/plugin-transform-sticky-regex" "^7.25.9"
1110-
"@babel/plugin-transform-template-literals" "^7.25.9"
1127+
"@babel/plugin-transform-template-literals" "^7.26.8"
11111128
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
11121129
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
11131130
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
11141131
"@babel/plugin-transform-unicode-regex" "^7.25.9"
11151132
"@babel/plugin-transform-unicode-sets-regex" "^7.25.9"
11161133
"@babel/preset-modules" "0.1.6-no-external-plugins"
11171134
babel-plugin-polyfill-corejs2 "^0.4.10"
1118-
babel-plugin-polyfill-corejs3 "^0.10.6"
1135+
babel-plugin-polyfill-corejs3 "^0.11.0"
11191136
babel-plugin-polyfill-regenerator "^0.6.1"
1120-
core-js-compat "^3.38.1"
1137+
core-js-compat "^3.40.0"
11211138
semver "^6.3.1"
11221139

11231140
@@ -1175,6 +1192,15 @@
11751192
"@babel/parser" "^7.25.9"
11761193
"@babel/types" "^7.25.9"
11771194

1195+
"@babel/template@^7.26.8":
1196+
version "7.26.8"
1197+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19"
1198+
integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==
1199+
dependencies:
1200+
"@babel/code-frame" "^7.26.2"
1201+
"@babel/parser" "^7.26.8"
1202+
"@babel/types" "^7.26.8"
1203+
11781204
"@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
11791205
version "7.17.12"
11801206
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
@@ -1204,16 +1230,16 @@
12041230
debug "^4.3.1"
12051231
globals "^11.1.0"
12061232

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==
1233+
"@babel/traverse@^7.26.8":
1234+
version "7.26.8"
1235+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
1236+
integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==
12111237
dependencies:
12121238
"@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"
1239+
"@babel/generator" "^7.26.8"
1240+
"@babel/parser" "^7.26.8"
1241+
"@babel/template" "^7.26.8"
1242+
"@babel/types" "^7.26.8"
12171243
debug "^4.3.1"
12181244
globals "^11.1.0"
12191245

@@ -1249,6 +1275,14 @@
12491275
"@babel/helper-string-parser" "^7.25.9"
12501276
"@babel/helper-validator-identifier" "^7.25.9"
12511277

1278+
"@babel/types@^7.26.8":
1279+
version "7.26.8"
1280+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
1281+
integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==
1282+
dependencies:
1283+
"@babel/helper-string-parser" "^7.25.9"
1284+
"@babel/helper-validator-identifier" "^7.25.9"
1285+
12521286
12531287
version "1.0.2"
12541288
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
@@ -1887,6 +1921,11 @@
18871921
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
18881922
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
18891923

1924+
"@types/gensync@^1.0.0":
1925+
version "1.0.4"
1926+
resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b"
1927+
integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==
1928+
18901929
"@types/graceful-fs@^4.1.2":
18911930
version "4.1.5"
18921931
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
@@ -2537,13 +2576,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
25372576
"@babel/helper-define-polyfill-provider" "^0.6.1"
25382577
semver "^6.3.1"
25392578

2540-
babel-plugin-polyfill-corejs3@^0.10.6:
2541-
version "0.10.6"
2542-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
2543-
integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
2579+
babel-plugin-polyfill-corejs3@^0.11.0:
2580+
version "0.11.1"
2581+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz#4e4e182f1bb37c7ba62e2af81d8dd09df31344f6"
2582+
integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==
25442583
dependencies:
2545-
"@babel/helper-define-polyfill-provider" "^0.6.2"
2546-
core-js-compat "^3.38.0"
2584+
"@babel/helper-define-polyfill-provider" "^0.6.3"
2585+
core-js-compat "^3.40.0"
25472586

25482587
babel-plugin-polyfill-regenerator@^0.6.1:
25492588
version "0.6.1"
@@ -3555,7 +3594,7 @@ copy-descriptor@^0.1.0:
35553594
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
35563595
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
35573596

3558-
core-js-compat@^3.38.0, core-js-compat@^3.38.1:
3597+
core-js-compat@^3.40.0:
35593598
version "3.40.0"
35603599
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.40.0.tgz#7485912a5a4a4315c2fdb2cbdc623e6881c88b38"
35613600
integrity sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==

0 commit comments

Comments
 (0)