Skip to content

Commit 267702c

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.26.0.
1 parent 67f30bb commit 267702c

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
@@ -70,8 +70,8 @@
7070
},
7171
"dependencies": {},
7272
"devDependencies": {
73-
"@babel/core": "7.25.9",
74-
"@babel/preset-env": "7.25.9",
73+
"@babel/core": "7.26.0",
74+
"@babel/preset-env": "7.26.0",
7575
"@commitlint/cli": "19.5.0",
7676
"@entropy-source/pseudo-random": "4.0.0",
7777
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

46+
"@babel/code-frame@^7.26.0":
47+
version "7.26.0"
48+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
49+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
50+
dependencies:
51+
"@babel/helper-validator-identifier" "^7.25.9"
52+
js-tokens "^4.0.0"
53+
picocolors "^1.0.0"
54+
4655
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
4756
version "7.18.5"
4857
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.5.tgz#acac0c839e317038c73137fbb6ef71a1d6238471"
@@ -58,21 +67,26 @@
5867
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
5968
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
6069

61-
"@babel/core@7.25.9":
62-
version "7.25.9"
63-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434"
64-
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==
70+
"@babel/compat-data@^7.26.0":
71+
version "7.26.0"
72+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
73+
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
74+
75+
"@babel/core@7.26.0":
76+
version "7.26.0"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
78+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
6579
dependencies:
6680
"@ampproject/remapping" "^2.2.0"
67-
"@babel/code-frame" "^7.25.9"
68-
"@babel/generator" "^7.25.9"
81+
"@babel/code-frame" "^7.26.0"
82+
"@babel/generator" "^7.26.0"
6983
"@babel/helper-compilation-targets" "^7.25.9"
70-
"@babel/helper-module-transforms" "^7.25.9"
71-
"@babel/helpers" "^7.25.9"
72-
"@babel/parser" "^7.25.9"
84+
"@babel/helper-module-transforms" "^7.26.0"
85+
"@babel/helpers" "^7.26.0"
86+
"@babel/parser" "^7.26.0"
7387
"@babel/template" "^7.25.9"
7488
"@babel/traverse" "^7.25.9"
75-
"@babel/types" "^7.25.9"
89+
"@babel/types" "^7.26.0"
7690
convert-source-map "^2.0.0"
7791
debug "^4.1.0"
7892
gensync "^1.0.0-beta.2"
@@ -119,6 +133,17 @@
119133
"@jridgewell/trace-mapping" "^0.3.25"
120134
jsesc "^3.0.2"
121135

136+
"@babel/generator@^7.26.0":
137+
version "7.26.0"
138+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
139+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
140+
dependencies:
141+
"@babel/parser" "^7.26.0"
142+
"@babel/types" "^7.26.0"
143+
"@jridgewell/gen-mapping" "^0.3.5"
144+
"@jridgewell/trace-mapping" "^0.3.25"
145+
jsesc "^3.0.2"
146+
122147
"@babel/helper-annotate-as-pure@^7.16.7":
123148
version "7.16.7"
124149
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -356,6 +381,15 @@
356381
"@babel/helper-validator-identifier" "^7.25.9"
357382
"@babel/traverse" "^7.25.9"
358383

384+
"@babel/helper-module-transforms@^7.26.0":
385+
version "7.26.0"
386+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
387+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
388+
dependencies:
389+
"@babel/helper-module-imports" "^7.25.9"
390+
"@babel/helper-validator-identifier" "^7.25.9"
391+
"@babel/traverse" "^7.25.9"
392+
359393
"@babel/helper-optimise-call-expression@^7.16.7":
360394
version "7.16.7"
361395
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
@@ -538,13 +572,13 @@
538572
"@babel/traverse" "^7.18.2"
539573
"@babel/types" "^7.18.2"
540574

541-
"@babel/helpers@^7.25.9":
542-
version "7.25.9"
543-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
544-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
575+
"@babel/helpers@^7.26.0":
576+
version "7.26.0"
577+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
578+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
545579
dependencies:
546580
"@babel/template" "^7.25.9"
547-
"@babel/types" "^7.25.9"
581+
"@babel/types" "^7.26.0"
548582

549583
"@babel/highlight@^7.16.7":
550584
version "7.17.12"
@@ -586,6 +620,13 @@
586620
dependencies:
587621
"@babel/types" "^7.25.9"
588622

623+
"@babel/parser@^7.26.0":
624+
version "7.26.0"
625+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
626+
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
627+
dependencies:
628+
"@babel/types" "^7.26.0"
629+
589630
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
590631
version "7.25.9"
591632
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"
@@ -831,17 +872,17 @@
831872
dependencies:
832873
"@babel/helper-plugin-utils" "^7.17.12"
833874

834-
"@babel/plugin-syntax-import-assertions@^7.25.9":
835-
version "7.25.9"
836-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a"
837-
integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg==
875+
"@babel/plugin-syntax-import-assertions@^7.26.0":
876+
version "7.26.0"
877+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f"
878+
integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==
838879
dependencies:
839880
"@babel/helper-plugin-utils" "^7.25.9"
840881

841-
"@babel/plugin-syntax-import-attributes@^7.25.9":
842-
version "7.25.9"
843-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78"
844-
integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg==
882+
"@babel/plugin-syntax-import-attributes@^7.26.0":
883+
version "7.26.0"
884+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7"
885+
integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==
845886
dependencies:
846887
"@babel/helper-plugin-utils" "^7.25.9"
847888

@@ -1007,10 +1048,10 @@
10071048
"@babel/helper-create-class-features-plugin" "^7.25.9"
10081049
"@babel/helper-plugin-utils" "^7.25.9"
10091050

1010-
"@babel/plugin-transform-class-static-block@^7.25.9":
1011-
version "7.25.9"
1012-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c"
1013-
integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg==
1051+
"@babel/plugin-transform-class-static-block@^7.26.0":
1052+
version "7.26.0"
1053+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0"
1054+
integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==
10141055
dependencies:
10151056
"@babel/helper-create-class-features-plugin" "^7.25.9"
10161057
"@babel/helper-plugin-utils" "^7.25.9"
@@ -1472,6 +1513,14 @@
14721513
"@babel/helper-plugin-utils" "^7.25.9"
14731514
regenerator-transform "^0.15.2"
14741515

1516+
"@babel/plugin-transform-regexp-modifiers@^7.26.0":
1517+
version "7.26.0"
1518+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850"
1519+
integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==
1520+
dependencies:
1521+
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
1522+
"@babel/helper-plugin-utils" "^7.25.9"
1523+
14751524
"@babel/plugin-transform-reserved-words@^7.17.12":
14761525
version "7.17.12"
14771526
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.17.12.tgz#7dbd349f3cdffba751e817cf40ca1386732f652f"
@@ -1604,12 +1653,12 @@
16041653
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16051654
"@babel/helper-plugin-utils" "^7.25.9"
16061655

1607-
"@babel/preset-env@7.25.9":
1608-
version "7.25.9"
1609-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9"
1610-
integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==
1656+
"@babel/preset-env@7.26.0":
1657+
version "7.26.0"
1658+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1659+
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
16111660
dependencies:
1612-
"@babel/compat-data" "^7.25.9"
1661+
"@babel/compat-data" "^7.26.0"
16131662
"@babel/helper-compilation-targets" "^7.25.9"
16141663
"@babel/helper-plugin-utils" "^7.25.9"
16151664
"@babel/helper-validator-option" "^7.25.9"
@@ -1619,16 +1668,16 @@
16191668
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
16201669
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
16211670
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1622-
"@babel/plugin-syntax-import-assertions" "^7.25.9"
1623-
"@babel/plugin-syntax-import-attributes" "^7.25.9"
1671+
"@babel/plugin-syntax-import-assertions" "^7.26.0"
1672+
"@babel/plugin-syntax-import-attributes" "^7.26.0"
16241673
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
16251674
"@babel/plugin-transform-arrow-functions" "^7.25.9"
16261675
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
16271676
"@babel/plugin-transform-async-to-generator" "^7.25.9"
16281677
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
16291678
"@babel/plugin-transform-block-scoping" "^7.25.9"
16301679
"@babel/plugin-transform-class-properties" "^7.25.9"
1631-
"@babel/plugin-transform-class-static-block" "^7.25.9"
1680+
"@babel/plugin-transform-class-static-block" "^7.26.0"
16321681
"@babel/plugin-transform-classes" "^7.25.9"
16331682
"@babel/plugin-transform-computed-properties" "^7.25.9"
16341683
"@babel/plugin-transform-destructuring" "^7.25.9"
@@ -1661,6 +1710,7 @@
16611710
"@babel/plugin-transform-private-property-in-object" "^7.25.9"
16621711
"@babel/plugin-transform-property-literals" "^7.25.9"
16631712
"@babel/plugin-transform-regenerator" "^7.25.9"
1713+
"@babel/plugin-transform-regexp-modifiers" "^7.26.0"
16641714
"@babel/plugin-transform-reserved-words" "^7.25.9"
16651715
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
16661716
"@babel/plugin-transform-spread" "^7.25.9"
@@ -1878,6 +1928,14 @@
18781928
"@babel/helper-string-parser" "^7.25.9"
18791929
"@babel/helper-validator-identifier" "^7.25.9"
18801930

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

0 commit comments

Comments
 (0)