Skip to content

Commit 0ae2b7c

Browse files
⬆️ deps: Upgrade babel monorepo. to v7.26.9. (#231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7524952 commit 0ae2b7c

File tree

2 files changed

+77
-43
lines changed

2 files changed

+77
-43
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
"@iterable-iterator/zip": "^1.0.1"
7676
},
7777
"devDependencies": {
78-
"@babel/core": "7.26.8",
78+
"@babel/core": "7.26.9",
7979
"@babel/plugin-transform-destructuring": "7.25.9",
80-
"@babel/plugin-transform-for-of": "7.25.9",
81-
"@babel/preset-env": "7.26.8",
80+
"@babel/plugin-transform-for-of": "7.26.9",
81+
"@babel/preset-env": "7.26.9",
8282
"@commitlint/cli": "19.7.1",
8383
"@iterable-iterator/consume": "^1.0.1",
8484
"@iterable-iterator/iter": "^1.0.1",

yarn.lock

Lines changed: 74 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,21 @@
7272
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
7373
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
7474

75-
"@babel/core@7.26.8":
76-
version "7.26.8"
77-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
78-
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
75+
"@babel/core@7.26.9":
76+
version "7.26.9"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
78+
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
7979
dependencies:
8080
"@ampproject/remapping" "^2.2.0"
8181
"@babel/code-frame" "^7.26.2"
82-
"@babel/generator" "^7.26.8"
82+
"@babel/generator" "^7.26.9"
8383
"@babel/helper-compilation-targets" "^7.26.5"
8484
"@babel/helper-module-transforms" "^7.26.0"
85-
"@babel/helpers" "^7.26.7"
86-
"@babel/parser" "^7.26.8"
87-
"@babel/template" "^7.26.8"
88-
"@babel/traverse" "^7.26.8"
89-
"@babel/types" "^7.26.8"
90-
"@types/gensync" "^1.0.0"
85+
"@babel/helpers" "^7.26.9"
86+
"@babel/parser" "^7.26.9"
87+
"@babel/template" "^7.26.9"
88+
"@babel/traverse" "^7.26.9"
89+
"@babel/types" "^7.26.9"
9190
convert-source-map "^2.0.0"
9291
debug "^4.1.0"
9392
gensync "^1.0.0-beta.2"
@@ -145,6 +144,17 @@
145144
"@jridgewell/trace-mapping" "^0.3.25"
146145
jsesc "^3.0.2"
147146

147+
"@babel/generator@^7.26.9":
148+
version "7.26.9"
149+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
150+
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
151+
dependencies:
152+
"@babel/parser" "^7.26.9"
153+
"@babel/types" "^7.26.9"
154+
"@jridgewell/gen-mapping" "^0.3.5"
155+
"@jridgewell/trace-mapping" "^0.3.25"
156+
jsesc "^3.0.2"
157+
148158
"@babel/helper-annotate-as-pure@^7.18.6":
149159
version "7.18.6"
150160
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -555,13 +565,13 @@
555565
"@babel/traverse" "^7.20.0"
556566
"@babel/types" "^7.20.0"
557567

558-
"@babel/helpers@^7.26.7":
559-
version "7.26.7"
560-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
561-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
568+
"@babel/helpers@^7.26.9":
569+
version "7.26.9"
570+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
571+
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
562572
dependencies:
563-
"@babel/template" "^7.25.9"
564-
"@babel/types" "^7.26.7"
573+
"@babel/template" "^7.26.9"
574+
"@babel/types" "^7.26.9"
565575

566576
"@babel/highlight@^7.18.6":
567577
version "7.18.6"
@@ -610,6 +620,13 @@
610620
dependencies:
611621
"@babel/types" "^7.26.8"
612622

623+
"@babel/parser@^7.26.9":
624+
version "7.26.9"
625+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
626+
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
627+
dependencies:
628+
"@babel/types" "^7.26.9"
629+
613630
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
614631
version "7.25.9"
615632
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"
@@ -1171,12 +1188,12 @@
11711188
"@babel/helper-plugin-utils" "^7.19.0"
11721189
"@babel/plugin-syntax-flow" "^7.18.6"
11731190

1174-
"@babel/plugin-transform-for-of@7.25.9", "@babel/plugin-transform-for-of@^7.25.9":
1175-
version "7.25.9"
1176-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
1177-
integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
1191+
"@babel/plugin-transform-for-of@7.26.9", "@babel/plugin-transform-for-of@^7.26.9":
1192+
version "7.26.9"
1193+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56"
1194+
integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==
11781195
dependencies:
1179-
"@babel/helper-plugin-utils" "^7.25.9"
1196+
"@babel/helper-plugin-utils" "^7.26.5"
11801197
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
11811198

11821199
"@babel/plugin-transform-for-of@^7.18.8":
@@ -1633,10 +1650,10 @@
16331650
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16341651
"@babel/helper-plugin-utils" "^7.25.9"
16351652

1636-
"@babel/preset-env@7.26.8":
1637-
version "7.26.8"
1638-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
1639-
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
1653+
"@babel/preset-env@7.26.9":
1654+
version "7.26.9"
1655+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
1656+
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
16401657
dependencies:
16411658
"@babel/compat-data" "^7.26.8"
16421659
"@babel/helper-compilation-targets" "^7.26.5"
@@ -1667,7 +1684,7 @@
16671684
"@babel/plugin-transform-dynamic-import" "^7.25.9"
16681685
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
16691686
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
1670-
"@babel/plugin-transform-for-of" "^7.25.9"
1687+
"@babel/plugin-transform-for-of" "^7.26.9"
16711688
"@babel/plugin-transform-function-name" "^7.25.9"
16721689
"@babel/plugin-transform-json-strings" "^7.25.9"
16731690
"@babel/plugin-transform-literals" "^7.25.9"
@@ -1864,6 +1881,15 @@
18641881
"@babel/parser" "^7.26.8"
18651882
"@babel/types" "^7.26.8"
18661883

1884+
"@babel/template@^7.26.9":
1885+
version "7.26.9"
1886+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1887+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1888+
dependencies:
1889+
"@babel/code-frame" "^7.26.2"
1890+
"@babel/parser" "^7.26.9"
1891+
"@babel/types" "^7.26.9"
1892+
18671893
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.6", "@babel/traverse@^7.20.0":
18681894
version "7.20.0"
18691895
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.0.tgz#538c4c6ce6255f5666eba02252a7b59fc2d5ed98"
@@ -1906,6 +1932,19 @@
19061932
debug "^4.3.1"
19071933
globals "^11.1.0"
19081934

1935+
"@babel/traverse@^7.26.9":
1936+
version "7.26.9"
1937+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1938+
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1939+
dependencies:
1940+
"@babel/code-frame" "^7.26.2"
1941+
"@babel/generator" "^7.26.9"
1942+
"@babel/parser" "^7.26.9"
1943+
"@babel/template" "^7.26.9"
1944+
"@babel/types" "^7.26.9"
1945+
debug "^4.3.1"
1946+
globals "^11.1.0"
1947+
19091948
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.0", "@babel/types@^7.4.4":
19101949
version "7.20.0"
19111950
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479"
@@ -1923,14 +1962,6 @@
19231962
"@babel/helper-string-parser" "^7.25.9"
19241963
"@babel/helper-validator-identifier" "^7.25.9"
19251964

1926-
"@babel/types@^7.26.7":
1927-
version "7.26.7"
1928-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1929-
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
1930-
dependencies:
1931-
"@babel/helper-string-parser" "^7.25.9"
1932-
"@babel/helper-validator-identifier" "^7.25.9"
1933-
19341965
"@babel/types@^7.26.8":
19351966
version "7.26.8"
19361967
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
@@ -1939,6 +1970,14 @@
19391970
"@babel/helper-string-parser" "^7.25.9"
19401971
"@babel/helper-validator-identifier" "^7.25.9"
19411972

1973+
"@babel/types@^7.26.9":
1974+
version "7.26.9"
1975+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
1976+
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
1977+
dependencies:
1978+
"@babel/helper-string-parser" "^7.25.9"
1979+
"@babel/helper-validator-identifier" "^7.25.9"
1980+
19421981
"@bcoe/v8-coverage@^1.0.1":
19431982
version "1.0.1"
19441983
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
@@ -2724,11 +2763,6 @@
27242763
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
27252764
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
27262765

2727-
"@types/gensync@^1.0.0":
2728-
version "1.0.4"
2729-
resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b"
2730-
integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==
2731-
27322766
"@types/istanbul-lib-coverage@^2.0.1":
27332767
version "2.0.4"
27342768
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44"

0 commit comments

Comments
 (0)