Skip to content

Commit 6c18156

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.26.0.
1 parent b5c35a8 commit 6c18156

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
@@ -78,8 +78,8 @@
7878
"@iterable-iterator/slice": "^1.0.1"
7979
},
8080
"devDependencies": {
81-
"@babel/core": "7.25.9",
82-
"@babel/preset-env": "7.25.9",
81+
"@babel/core": "7.26.0",
82+
"@babel/preset-env": "7.26.0",
8383
"@commitlint/cli": "19.5.0",
8484
"@iterable-iterator/list": "1.0.1",
8585
"@iterable-iterator/map": "1.0.1",

yarn.lock

Lines changed: 93 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@
3838
"@babel/highlight" "^7.25.9"
3939
picocolors "^1.0.0"
4040

41+
"@babel/code-frame@^7.26.0":
42+
version "7.26.0"
43+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
44+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
45+
dependencies:
46+
"@babel/helper-validator-identifier" "^7.25.9"
47+
js-tokens "^4.0.0"
48+
picocolors "^1.0.0"
49+
4150
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9":
4251
version "7.14.9"
4352
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
@@ -53,21 +62,26 @@
5362
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
5463
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
5564

56-
57-
version "7.25.9"
58-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434"
59-
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==
65+
"@babel/compat-data@^7.26.0":
66+
version "7.26.0"
67+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
68+
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
69+
70+
71+
version "7.26.0"
72+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
73+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
6074
dependencies:
6175
"@ampproject/remapping" "^2.2.0"
62-
"@babel/code-frame" "^7.25.9"
63-
"@babel/generator" "^7.25.9"
76+
"@babel/code-frame" "^7.26.0"
77+
"@babel/generator" "^7.26.0"
6478
"@babel/helper-compilation-targets" "^7.25.9"
65-
"@babel/helper-module-transforms" "^7.25.9"
66-
"@babel/helpers" "^7.25.9"
67-
"@babel/parser" "^7.25.9"
79+
"@babel/helper-module-transforms" "^7.26.0"
80+
"@babel/helpers" "^7.26.0"
81+
"@babel/parser" "^7.26.0"
6882
"@babel/template" "^7.25.9"
6983
"@babel/traverse" "^7.25.9"
70-
"@babel/types" "^7.25.9"
84+
"@babel/types" "^7.26.0"
7185
convert-source-map "^2.0.0"
7286
debug "^4.1.0"
7387
gensync "^1.0.0-beta.2"
@@ -114,6 +128,17 @@
114128
"@jridgewell/trace-mapping" "^0.3.25"
115129
jsesc "^3.0.2"
116130

131+
"@babel/generator@^7.26.0":
132+
version "7.26.0"
133+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
134+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
135+
dependencies:
136+
"@babel/parser" "^7.26.0"
137+
"@babel/types" "^7.26.0"
138+
"@jridgewell/gen-mapping" "^0.3.5"
139+
"@jridgewell/trace-mapping" "^0.3.25"
140+
jsesc "^3.0.2"
141+
117142
"@babel/helper-annotate-as-pure@^7.14.5":
118143
version "7.14.5"
119144
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -353,6 +378,15 @@
353378
"@babel/helper-validator-identifier" "^7.25.9"
354379
"@babel/traverse" "^7.25.9"
355380

381+
"@babel/helper-module-transforms@^7.26.0":
382+
version "7.26.0"
383+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
384+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
385+
dependencies:
386+
"@babel/helper-module-imports" "^7.25.9"
387+
"@babel/helper-validator-identifier" "^7.25.9"
388+
"@babel/traverse" "^7.25.9"
389+
356390
"@babel/helper-optimise-call-expression@^7.14.5":
357391
version "7.14.5"
358392
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -534,13 +568,13 @@
534568
"@babel/traverse" "^7.14.8"
535569
"@babel/types" "^7.14.8"
536570

537-
"@babel/helpers@^7.25.9":
538-
version "7.25.9"
539-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
540-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
571+
"@babel/helpers@^7.26.0":
572+
version "7.26.0"
573+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
574+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
541575
dependencies:
542576
"@babel/template" "^7.25.9"
543-
"@babel/types" "^7.25.9"
577+
"@babel/types" "^7.26.0"
544578

545579
"@babel/highlight@^7.14.5":
546580
version "7.14.5"
@@ -582,6 +616,13 @@
582616
dependencies:
583617
"@babel/types" "^7.25.9"
584618

619+
"@babel/parser@^7.26.0":
620+
version "7.26.1"
621+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
622+
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
623+
dependencies:
624+
"@babel/types" "^7.26.0"
625+
585626
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
586627
version "7.25.9"
587628
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"
@@ -813,17 +854,17 @@
813854
dependencies:
814855
"@babel/helper-plugin-utils" "^7.14.5"
815856

816-
"@babel/plugin-syntax-import-assertions@^7.25.9":
817-
version "7.25.9"
818-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a"
819-
integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg==
857+
"@babel/plugin-syntax-import-assertions@^7.26.0":
858+
version "7.26.0"
859+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f"
860+
integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==
820861
dependencies:
821862
"@babel/helper-plugin-utils" "^7.25.9"
822863

823-
"@babel/plugin-syntax-import-attributes@^7.25.9":
824-
version "7.25.9"
825-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78"
826-
integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg==
864+
"@babel/plugin-syntax-import-attributes@^7.26.0":
865+
version "7.26.0"
866+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7"
867+
integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==
827868
dependencies:
828869
"@babel/helper-plugin-utils" "^7.25.9"
829870

@@ -989,10 +1030,10 @@
9891030
"@babel/helper-create-class-features-plugin" "^7.25.9"
9901031
"@babel/helper-plugin-utils" "^7.25.9"
9911032

992-
"@babel/plugin-transform-class-static-block@^7.25.9":
993-
version "7.25.9"
994-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c"
995-
integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg==
1033+
"@babel/plugin-transform-class-static-block@^7.26.0":
1034+
version "7.26.0"
1035+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0"
1036+
integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==
9961037
dependencies:
9971038
"@babel/helper-create-class-features-plugin" "^7.25.9"
9981039
"@babel/helper-plugin-utils" "^7.25.9"
@@ -1450,6 +1491,14 @@
14501491
"@babel/helper-plugin-utils" "^7.25.9"
14511492
regenerator-transform "^0.15.2"
14521493

1494+
"@babel/plugin-transform-regexp-modifiers@^7.26.0":
1495+
version "7.26.0"
1496+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850"
1497+
integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==
1498+
dependencies:
1499+
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
1500+
"@babel/helper-plugin-utils" "^7.25.9"
1501+
14531502
"@babel/plugin-transform-reserved-words@^7.14.5":
14541503
version "7.14.5"
14551504
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304"
@@ -1582,12 +1631,12 @@
15821631
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
15831632
"@babel/helper-plugin-utils" "^7.25.9"
15841633

1585-
"@babel/preset-env@7.25.9":
1586-
version "7.25.9"
1587-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9"
1588-
integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==
1634+
"@babel/preset-env@7.26.0":
1635+
version "7.26.0"
1636+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1637+
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
15891638
dependencies:
1590-
"@babel/compat-data" "^7.25.9"
1639+
"@babel/compat-data" "^7.26.0"
15911640
"@babel/helper-compilation-targets" "^7.25.9"
15921641
"@babel/helper-plugin-utils" "^7.25.9"
15931642
"@babel/helper-validator-option" "^7.25.9"
@@ -1597,16 +1646,16 @@
15971646
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
15981647
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
15991648
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1600-
"@babel/plugin-syntax-import-assertions" "^7.25.9"
1601-
"@babel/plugin-syntax-import-attributes" "^7.25.9"
1649+
"@babel/plugin-syntax-import-assertions" "^7.26.0"
1650+
"@babel/plugin-syntax-import-attributes" "^7.26.0"
16021651
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
16031652
"@babel/plugin-transform-arrow-functions" "^7.25.9"
16041653
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
16051654
"@babel/plugin-transform-async-to-generator" "^7.25.9"
16061655
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
16071656
"@babel/plugin-transform-block-scoping" "^7.25.9"
16081657
"@babel/plugin-transform-class-properties" "^7.25.9"
1609-
"@babel/plugin-transform-class-static-block" "^7.25.9"
1658+
"@babel/plugin-transform-class-static-block" "^7.26.0"
16101659
"@babel/plugin-transform-classes" "^7.25.9"
16111660
"@babel/plugin-transform-computed-properties" "^7.25.9"
16121661
"@babel/plugin-transform-destructuring" "^7.25.9"
@@ -1639,6 +1688,7 @@
16391688
"@babel/plugin-transform-private-property-in-object" "^7.25.9"
16401689
"@babel/plugin-transform-property-literals" "^7.25.9"
16411690
"@babel/plugin-transform-regenerator" "^7.25.9"
1691+
"@babel/plugin-transform-regexp-modifiers" "^7.26.0"
16421692
"@babel/plugin-transform-reserved-words" "^7.25.9"
16431693
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
16441694
"@babel/plugin-transform-spread" "^7.25.9"
@@ -1853,6 +1903,14 @@
18531903
"@babel/helper-string-parser" "^7.25.9"
18541904
"@babel/helper-validator-identifier" "^7.25.9"
18551905

1906+
"@babel/types@^7.26.0":
1907+
version "7.26.0"
1908+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1909+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1910+
dependencies:
1911+
"@babel/helper-string-parser" "^7.25.9"
1912+
"@babel/helper-validator-identifier" "^7.25.9"
1913+
18561914
"@bcoe/v8-coverage@^0.2.3":
18571915
version "0.2.3"
18581916
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)