Skip to content

Commit 55583a4

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.26.0.
1 parent 6db1cbf commit 55583a4

File tree

2 files changed

+95
-37
lines changed

2 files changed

+95
-37
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
},
7474
"dependencies": {},
7575
"devDependencies": {
76-
"@babel/core": "7.25.9",
77-
"@babel/preset-env": "7.25.9",
76+
"@babel/core": "7.26.0",
77+
"@babel/preset-env": "7.26.0",
7878
"@commitlint/cli": "19.5.0",
7979
"@iterable-iterator/list": "1.0.1",
8080
"@iterable-iterator/range": "2.1.0",

yarn.lock

Lines changed: 93 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
"@babel/highlight" "^7.25.9"
4646
picocolors "^1.0.0"
4747

48+
"@babel/code-frame@^7.26.0":
49+
version "7.26.0"
50+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
51+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
52+
dependencies:
53+
"@babel/helper-validator-identifier" "^7.25.9"
54+
js-tokens "^4.0.0"
55+
picocolors "^1.0.0"
56+
4857
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0":
4958
version "7.17.0"
5059
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
@@ -60,21 +69,26 @@
6069
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
6170
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
6271

63-
64-
version "7.25.9"
65-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434"
66-
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==
72+
"@babel/compat-data@^7.26.0":
73+
version "7.26.0"
74+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
75+
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
76+
77+
78+
version "7.26.0"
79+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
80+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
6781
dependencies:
6882
"@ampproject/remapping" "^2.2.0"
69-
"@babel/code-frame" "^7.25.9"
70-
"@babel/generator" "^7.25.9"
83+
"@babel/code-frame" "^7.26.0"
84+
"@babel/generator" "^7.26.0"
7185
"@babel/helper-compilation-targets" "^7.25.9"
72-
"@babel/helper-module-transforms" "^7.25.9"
73-
"@babel/helpers" "^7.25.9"
74-
"@babel/parser" "^7.25.9"
86+
"@babel/helper-module-transforms" "^7.26.0"
87+
"@babel/helpers" "^7.26.0"
88+
"@babel/parser" "^7.26.0"
7589
"@babel/template" "^7.25.9"
7690
"@babel/traverse" "^7.25.9"
77-
"@babel/types" "^7.25.9"
91+
"@babel/types" "^7.26.0"
7892
convert-source-map "^2.0.0"
7993
debug "^4.1.0"
8094
gensync "^1.0.0-beta.2"
@@ -121,6 +135,17 @@
121135
"@jridgewell/trace-mapping" "^0.3.25"
122136
jsesc "^3.0.2"
123137

138+
"@babel/generator@^7.26.0":
139+
version "7.26.0"
140+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
141+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
142+
dependencies:
143+
"@babel/parser" "^7.26.0"
144+
"@babel/types" "^7.26.0"
145+
"@jridgewell/gen-mapping" "^0.3.5"
146+
"@jridgewell/trace-mapping" "^0.3.25"
147+
jsesc "^3.0.2"
148+
124149
"@babel/helper-annotate-as-pure@^7.16.7":
125150
version "7.16.7"
126151
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -368,6 +393,15 @@
368393
"@babel/helper-validator-identifier" "^7.25.9"
369394
"@babel/traverse" "^7.25.9"
370395

396+
"@babel/helper-module-transforms@^7.26.0":
397+
version "7.26.0"
398+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
399+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
400+
dependencies:
401+
"@babel/helper-module-imports" "^7.25.9"
402+
"@babel/helper-validator-identifier" "^7.25.9"
403+
"@babel/traverse" "^7.25.9"
404+
371405
"@babel/helper-optimise-call-expression@^7.16.7":
372406
version "7.16.7"
373407
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
@@ -550,13 +584,13 @@
550584
"@babel/traverse" "^7.17.0"
551585
"@babel/types" "^7.17.0"
552586

553-
"@babel/helpers@^7.25.9":
554-
version "7.25.9"
555-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
556-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
587+
"@babel/helpers@^7.26.0":
588+
version "7.26.0"
589+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
590+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
557591
dependencies:
558592
"@babel/template" "^7.25.9"
559-
"@babel/types" "^7.25.9"
593+
"@babel/types" "^7.26.0"
560594

561595
"@babel/highlight@^7.16.7":
562596
version "7.16.10"
@@ -598,6 +632,13 @@
598632
dependencies:
599633
"@babel/types" "^7.25.9"
600634

635+
"@babel/parser@^7.26.0":
636+
version "7.26.1"
637+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
638+
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
639+
dependencies:
640+
"@babel/types" "^7.26.0"
641+
601642
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
602643
version "7.25.9"
603644
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"
@@ -836,17 +877,17 @@
836877
dependencies:
837878
"@babel/helper-plugin-utils" "^7.16.7"
838879

839-
"@babel/plugin-syntax-import-assertions@^7.25.9":
840-
version "7.25.9"
841-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a"
842-
integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg==
880+
"@babel/plugin-syntax-import-assertions@^7.26.0":
881+
version "7.26.0"
882+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f"
883+
integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==
843884
dependencies:
844885
"@babel/helper-plugin-utils" "^7.25.9"
845886

846-
"@babel/plugin-syntax-import-attributes@^7.25.9":
847-
version "7.25.9"
848-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78"
849-
integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg==
887+
"@babel/plugin-syntax-import-attributes@^7.26.0":
888+
version "7.26.0"
889+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7"
890+
integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==
850891
dependencies:
851892
"@babel/helper-plugin-utils" "^7.25.9"
852893

@@ -1012,10 +1053,10 @@
10121053
"@babel/helper-create-class-features-plugin" "^7.25.9"
10131054
"@babel/helper-plugin-utils" "^7.25.9"
10141055

1015-
"@babel/plugin-transform-class-static-block@^7.25.9":
1016-
version "7.25.9"
1017-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c"
1018-
integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg==
1056+
"@babel/plugin-transform-class-static-block@^7.26.0":
1057+
version "7.26.0"
1058+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0"
1059+
integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==
10191060
dependencies:
10201061
"@babel/helper-create-class-features-plugin" "^7.25.9"
10211062
"@babel/helper-plugin-utils" "^7.25.9"
@@ -1475,6 +1516,14 @@
14751516
"@babel/helper-plugin-utils" "^7.25.9"
14761517
regenerator-transform "^0.15.2"
14771518

1519+
"@babel/plugin-transform-regexp-modifiers@^7.26.0":
1520+
version "7.26.0"
1521+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850"
1522+
integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==
1523+
dependencies:
1524+
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
1525+
"@babel/helper-plugin-utils" "^7.25.9"
1526+
14781527
"@babel/plugin-transform-reserved-words@^7.16.7":
14791528
version "7.16.7"
14801529
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586"
@@ -1607,12 +1656,12 @@
16071656
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16081657
"@babel/helper-plugin-utils" "^7.25.9"
16091658

1610-
"@babel/preset-env@7.25.9":
1611-
version "7.25.9"
1612-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9"
1613-
integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==
1659+
"@babel/preset-env@7.26.0":
1660+
version "7.26.0"
1661+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1662+
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
16141663
dependencies:
1615-
"@babel/compat-data" "^7.25.9"
1664+
"@babel/compat-data" "^7.26.0"
16161665
"@babel/helper-compilation-targets" "^7.25.9"
16171666
"@babel/helper-plugin-utils" "^7.25.9"
16181667
"@babel/helper-validator-option" "^7.25.9"
@@ -1622,16 +1671,16 @@
16221671
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
16231672
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
16241673
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1625-
"@babel/plugin-syntax-import-assertions" "^7.25.9"
1626-
"@babel/plugin-syntax-import-attributes" "^7.25.9"
1674+
"@babel/plugin-syntax-import-assertions" "^7.26.0"
1675+
"@babel/plugin-syntax-import-attributes" "^7.26.0"
16271676
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
16281677
"@babel/plugin-transform-arrow-functions" "^7.25.9"
16291678
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
16301679
"@babel/plugin-transform-async-to-generator" "^7.25.9"
16311680
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
16321681
"@babel/plugin-transform-block-scoping" "^7.25.9"
16331682
"@babel/plugin-transform-class-properties" "^7.25.9"
1634-
"@babel/plugin-transform-class-static-block" "^7.25.9"
1683+
"@babel/plugin-transform-class-static-block" "^7.26.0"
16351684
"@babel/plugin-transform-classes" "^7.25.9"
16361685
"@babel/plugin-transform-computed-properties" "^7.25.9"
16371686
"@babel/plugin-transform-destructuring" "^7.25.9"
@@ -1664,6 +1713,7 @@
16641713
"@babel/plugin-transform-private-property-in-object" "^7.25.9"
16651714
"@babel/plugin-transform-property-literals" "^7.25.9"
16661715
"@babel/plugin-transform-regenerator" "^7.25.9"
1716+
"@babel/plugin-transform-regexp-modifiers" "^7.26.0"
16671717
"@babel/plugin-transform-reserved-words" "^7.25.9"
16681718
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
16691719
"@babel/plugin-transform-spread" "^7.25.9"
@@ -1880,6 +1930,14 @@
18801930
"@babel/helper-string-parser" "^7.25.9"
18811931
"@babel/helper-validator-identifier" "^7.25.9"
18821932

1933+
"@babel/types@^7.26.0":
1934+
version "7.26.0"
1935+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1936+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1937+
dependencies:
1938+
"@babel/helper-string-parser" "^7.25.9"
1939+
"@babel/helper-validator-identifier" "^7.25.9"
1940+
18831941
"@bcoe/v8-coverage@^0.2.3":
18841942
version "0.2.3"
18851943
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)