Skip to content

Commit 6ec0b8d

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

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
@@ -80,10 +80,10 @@
8080
},
8181
"devDependencies": {
8282
"@array-like/alloc": "0.0.1",
83-
"@babel/core": "7.26.8",
83+
"@babel/core": "7.26.9",
8484
"@babel/plugin-transform-destructuring": "7.25.9",
85-
"@babel/plugin-transform-for-of": "7.25.9",
86-
"@babel/preset-env": "7.26.8",
85+
"@babel/plugin-transform-for-of": "7.26.9",
86+
"@babel/preset-env": "7.26.9",
8787
"@codec-bytes/ascii": "3.0.0",
8888
"@commitlint/cli": "19.7.1",
8989
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

95-
"@babel/[email protected].8":
96-
version "7.26.8"
97-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
98-
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
95+
"@babel/[email protected].9":
96+
version "7.26.9"
97+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
98+
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
9999
dependencies:
100100
"@ampproject/remapping" "^2.2.0"
101101
"@babel/code-frame" "^7.26.2"
102-
"@babel/generator" "^7.26.8"
102+
"@babel/generator" "^7.26.9"
103103
"@babel/helper-compilation-targets" "^7.26.5"
104104
"@babel/helper-module-transforms" "^7.26.0"
105-
"@babel/helpers" "^7.26.7"
106-
"@babel/parser" "^7.26.8"
107-
"@babel/template" "^7.26.8"
108-
"@babel/traverse" "^7.26.8"
109-
"@babel/types" "^7.26.8"
110-
"@types/gensync" "^1.0.0"
105+
"@babel/helpers" "^7.26.9"
106+
"@babel/parser" "^7.26.9"
107+
"@babel/template" "^7.26.9"
108+
"@babel/traverse" "^7.26.9"
109+
"@babel/types" "^7.26.9"
111110
convert-source-map "^2.0.0"
112111
debug "^4.1.0"
113112
gensync "^1.0.0-beta.2"
@@ -165,6 +164,17 @@
165164
"@jridgewell/trace-mapping" "^0.3.25"
166165
jsesc "^3.0.2"
167166

167+
"@babel/generator@^7.26.9":
168+
version "7.26.9"
169+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
170+
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
171+
dependencies:
172+
"@babel/parser" "^7.26.9"
173+
"@babel/types" "^7.26.9"
174+
"@jridgewell/gen-mapping" "^0.3.5"
175+
"@jridgewell/trace-mapping" "^0.3.25"
176+
jsesc "^3.0.2"
177+
168178
"@babel/helper-annotate-as-pure@^7.18.6":
169179
version "7.18.6"
170180
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -575,13 +585,13 @@
575585
"@babel/traverse" "^7.19.4"
576586
"@babel/types" "^7.19.4"
577587

578-
"@babel/helpers@^7.26.7":
579-
version "7.26.7"
580-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
581-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
588+
"@babel/helpers@^7.26.9":
589+
version "7.26.9"
590+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
591+
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
582592
dependencies:
583-
"@babel/template" "^7.25.9"
584-
"@babel/types" "^7.26.7"
593+
"@babel/template" "^7.26.9"
594+
"@babel/types" "^7.26.9"
585595

586596
"@babel/highlight@^7.18.6":
587597
version "7.18.6"
@@ -630,6 +640,13 @@
630640
dependencies:
631641
"@babel/types" "^7.26.8"
632642

643+
"@babel/parser@^7.26.9":
644+
version "7.26.9"
645+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
646+
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
647+
dependencies:
648+
"@babel/types" "^7.26.9"
649+
633650
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
634651
version "7.25.9"
635652
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"
@@ -1191,12 +1208,12 @@
11911208
"@babel/helper-plugin-utils" "^7.19.0"
11921209
"@babel/plugin-syntax-flow" "^7.18.6"
11931210

1194-
"@babel/plugin-transform-for-of@7.25.9", "@babel/plugin-transform-for-of@^7.25.9":
1195-
version "7.25.9"
1196-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
1197-
integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
1211+
"@babel/plugin-transform-for-of@7.26.9", "@babel/plugin-transform-for-of@^7.26.9":
1212+
version "7.26.9"
1213+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56"
1214+
integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==
11981215
dependencies:
1199-
"@babel/helper-plugin-utils" "^7.25.9"
1216+
"@babel/helper-plugin-utils" "^7.26.5"
12001217
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
12011218

12021219
"@babel/plugin-transform-for-of@^7.18.8":
@@ -1656,10 +1673,10 @@
16561673
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16571674
"@babel/helper-plugin-utils" "^7.25.9"
16581675

1659-
"@babel/[email protected].8":
1660-
version "7.26.8"
1661-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
1662-
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
1676+
"@babel/[email protected].9":
1677+
version "7.26.9"
1678+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
1679+
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
16631680
dependencies:
16641681
"@babel/compat-data" "^7.26.8"
16651682
"@babel/helper-compilation-targets" "^7.26.5"
@@ -1690,7 +1707,7 @@
16901707
"@babel/plugin-transform-dynamic-import" "^7.25.9"
16911708
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
16921709
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
1693-
"@babel/plugin-transform-for-of" "^7.25.9"
1710+
"@babel/plugin-transform-for-of" "^7.26.9"
16941711
"@babel/plugin-transform-function-name" "^7.25.9"
16951712
"@babel/plugin-transform-json-strings" "^7.25.9"
16961713
"@babel/plugin-transform-literals" "^7.25.9"
@@ -1887,6 +1904,15 @@
18871904
"@babel/parser" "^7.26.8"
18881905
"@babel/types" "^7.26.8"
18891906

1907+
"@babel/template@^7.26.9":
1908+
version "7.26.9"
1909+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1910+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1911+
dependencies:
1912+
"@babel/code-frame" "^7.26.2"
1913+
"@babel/parser" "^7.26.9"
1914+
"@babel/types" "^7.26.9"
1915+
18901916
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4":
18911917
version "7.19.4"
18921918
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8"
@@ -1929,6 +1955,19 @@
19291955
debug "^4.3.1"
19301956
globals "^11.1.0"
19311957

1958+
"@babel/traverse@^7.26.9":
1959+
version "7.26.9"
1960+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1961+
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1962+
dependencies:
1963+
"@babel/code-frame" "^7.26.2"
1964+
"@babel/generator" "^7.26.9"
1965+
"@babel/parser" "^7.26.9"
1966+
"@babel/template" "^7.26.9"
1967+
"@babel/types" "^7.26.9"
1968+
debug "^4.3.1"
1969+
globals "^11.1.0"
1970+
19321971
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
19331972
version "7.19.4"
19341973
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
@@ -1946,14 +1985,6 @@
19461985
"@babel/helper-string-parser" "^7.25.9"
19471986
"@babel/helper-validator-identifier" "^7.25.9"
19481987

1949-
"@babel/types@^7.26.7":
1950-
version "7.26.7"
1951-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1952-
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
1953-
dependencies:
1954-
"@babel/helper-string-parser" "^7.25.9"
1955-
"@babel/helper-validator-identifier" "^7.25.9"
1956-
19571988
"@babel/types@^7.26.8":
19581989
version "7.26.8"
19591990
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
@@ -1962,6 +1993,14 @@
19621993
"@babel/helper-string-parser" "^7.25.9"
19631994
"@babel/helper-validator-identifier" "^7.25.9"
19641995

1996+
"@babel/types@^7.26.9":
1997+
version "7.26.9"
1998+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
1999+
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
2000+
dependencies:
2001+
"@babel/helper-string-parser" "^7.25.9"
2002+
"@babel/helper-validator-identifier" "^7.25.9"
2003+
19652004
"@bcoe/v8-coverage@^1.0.1":
19662005
version "1.0.1"
19672006
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
@@ -2727,11 +2766,6 @@
27272766
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
27282767
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
27292768

2730-
"@types/gensync@^1.0.0":
2731-
version "1.0.4"
2732-
resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b"
2733-
integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==
2734-
27352769
"@types/istanbul-lib-coverage@^2.0.1":
27362770
version "2.0.4"
27372771
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44"

0 commit comments

Comments
 (0)