Skip to content

Commit 7bb069f

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.26.0.
1 parent 2a12a36 commit 7bb069f

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
@@ -77,8 +77,8 @@
7777
"@total-order/primitive": "^1.0.1"
7878
},
7979
"devDependencies": {
80-
"@babel/core": "7.25.9",
81-
"@babel/preset-env": "7.25.9",
80+
"@babel/core": "7.26.0",
81+
"@babel/preset-env": "7.26.0",
8282
"@commitlint/cli": "19.5.0",
8383
"@iterable-iterator/sorted": "1.0.0",
8484
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

49+
"@babel/code-frame@^7.26.0":
50+
version "7.26.0"
51+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
52+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
53+
dependencies:
54+
"@babel/helper-validator-identifier" "^7.25.9"
55+
js-tokens "^4.0.0"
56+
picocolors "^1.0.0"
57+
4958
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4":
5059
version "7.16.4"
5160
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
@@ -61,21 +70,26 @@
6170
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
6271
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
6372

64-
65-
version "7.25.9"
66-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434"
67-
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==
73+
"@babel/compat-data@^7.26.0":
74+
version "7.26.0"
75+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
76+
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
77+
78+
79+
version "7.26.0"
80+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
81+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
6882
dependencies:
6983
"@ampproject/remapping" "^2.2.0"
70-
"@babel/code-frame" "^7.25.9"
71-
"@babel/generator" "^7.25.9"
84+
"@babel/code-frame" "^7.26.0"
85+
"@babel/generator" "^7.26.0"
7286
"@babel/helper-compilation-targets" "^7.25.9"
73-
"@babel/helper-module-transforms" "^7.25.9"
74-
"@babel/helpers" "^7.25.9"
75-
"@babel/parser" "^7.25.9"
87+
"@babel/helper-module-transforms" "^7.26.0"
88+
"@babel/helpers" "^7.26.0"
89+
"@babel/parser" "^7.26.0"
7690
"@babel/template" "^7.25.9"
7791
"@babel/traverse" "^7.25.9"
78-
"@babel/types" "^7.25.9"
92+
"@babel/types" "^7.26.0"
7993
convert-source-map "^2.0.0"
8094
debug "^4.1.0"
8195
gensync "^1.0.0-beta.2"
@@ -132,6 +146,17 @@
132146
"@jridgewell/trace-mapping" "^0.3.25"
133147
jsesc "^3.0.2"
134148

149+
"@babel/generator@^7.26.0":
150+
version "7.26.0"
151+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
152+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
153+
dependencies:
154+
"@babel/parser" "^7.26.0"
155+
"@babel/types" "^7.26.0"
156+
"@jridgewell/gen-mapping" "^0.3.5"
157+
"@jridgewell/trace-mapping" "^0.3.25"
158+
jsesc "^3.0.2"
159+
135160
"@babel/helper-annotate-as-pure@^7.16.0":
136161
version "7.16.0"
137162
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -399,6 +424,15 @@
399424
"@babel/helper-validator-identifier" "^7.25.9"
400425
"@babel/traverse" "^7.25.9"
401426

427+
"@babel/helper-module-transforms@^7.26.0":
428+
version "7.26.0"
429+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
430+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
431+
dependencies:
432+
"@babel/helper-module-imports" "^7.25.9"
433+
"@babel/helper-validator-identifier" "^7.25.9"
434+
"@babel/traverse" "^7.25.9"
435+
402436
"@babel/helper-optimise-call-expression@^7.16.0":
403437
version "7.16.0"
404438
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -608,13 +642,13 @@
608642
"@babel/traverse" "^7.16.5"
609643
"@babel/types" "^7.16.0"
610644

611-
"@babel/helpers@^7.25.9":
612-
version "7.25.9"
613-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
614-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
645+
"@babel/helpers@^7.26.0":
646+
version "7.26.0"
647+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
648+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
615649
dependencies:
616650
"@babel/template" "^7.25.9"
617-
"@babel/types" "^7.25.9"
651+
"@babel/types" "^7.26.0"
618652

619653
"@babel/highlight@^7.16.0":
620654
version "7.16.0"
@@ -675,6 +709,13 @@
675709
dependencies:
676710
"@babel/types" "^7.25.9"
677711

712+
"@babel/parser@^7.26.0":
713+
version "7.26.0"
714+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
715+
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
716+
dependencies:
717+
"@babel/types" "^7.26.0"
718+
678719
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
679720
version "7.25.9"
680721
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"
@@ -913,17 +954,17 @@
913954
dependencies:
914955
"@babel/helper-plugin-utils" "^7.16.5"
915956

916-
"@babel/plugin-syntax-import-assertions@^7.25.9":
917-
version "7.25.9"
918-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a"
919-
integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg==
957+
"@babel/plugin-syntax-import-assertions@^7.26.0":
958+
version "7.26.0"
959+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f"
960+
integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==
920961
dependencies:
921962
"@babel/helper-plugin-utils" "^7.25.9"
922963

923-
"@babel/plugin-syntax-import-attributes@^7.25.9":
924-
version "7.25.9"
925-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78"
926-
integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg==
964+
"@babel/plugin-syntax-import-attributes@^7.26.0":
965+
version "7.26.0"
966+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7"
967+
integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==
927968
dependencies:
928969
"@babel/helper-plugin-utils" "^7.25.9"
929970

@@ -1089,10 +1130,10 @@
10891130
"@babel/helper-create-class-features-plugin" "^7.25.9"
10901131
"@babel/helper-plugin-utils" "^7.25.9"
10911132

1092-
"@babel/plugin-transform-class-static-block@^7.25.9":
1093-
version "7.25.9"
1094-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c"
1095-
integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg==
1133+
"@babel/plugin-transform-class-static-block@^7.26.0":
1134+
version "7.26.0"
1135+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0"
1136+
integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==
10961137
dependencies:
10971138
"@babel/helper-create-class-features-plugin" "^7.25.9"
10981139
"@babel/helper-plugin-utils" "^7.25.9"
@@ -1551,6 +1592,14 @@
15511592
"@babel/helper-plugin-utils" "^7.25.9"
15521593
regenerator-transform "^0.15.2"
15531594

1595+
"@babel/plugin-transform-regexp-modifiers@^7.26.0":
1596+
version "7.26.0"
1597+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850"
1598+
integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==
1599+
dependencies:
1600+
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
1601+
"@babel/helper-plugin-utils" "^7.25.9"
1602+
15541603
"@babel/plugin-transform-reserved-words@^7.16.5":
15551604
version "7.16.5"
15561605
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.5.tgz#db95e98799675e193dc2b47d3e72a7c0651d0c30"
@@ -1683,12 +1732,12 @@
16831732
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16841733
"@babel/helper-plugin-utils" "^7.25.9"
16851734

1686-
"@babel/preset-env@7.25.9":
1687-
version "7.25.9"
1688-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9"
1689-
integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==
1735+
"@babel/preset-env@7.26.0":
1736+
version "7.26.0"
1737+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1738+
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
16901739
dependencies:
1691-
"@babel/compat-data" "^7.25.9"
1740+
"@babel/compat-data" "^7.26.0"
16921741
"@babel/helper-compilation-targets" "^7.25.9"
16931742
"@babel/helper-plugin-utils" "^7.25.9"
16941743
"@babel/helper-validator-option" "^7.25.9"
@@ -1698,16 +1747,16 @@
16981747
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
16991748
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
17001749
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1701-
"@babel/plugin-syntax-import-assertions" "^7.25.9"
1702-
"@babel/plugin-syntax-import-attributes" "^7.25.9"
1750+
"@babel/plugin-syntax-import-assertions" "^7.26.0"
1751+
"@babel/plugin-syntax-import-attributes" "^7.26.0"
17031752
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
17041753
"@babel/plugin-transform-arrow-functions" "^7.25.9"
17051754
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
17061755
"@babel/plugin-transform-async-to-generator" "^7.25.9"
17071756
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
17081757
"@babel/plugin-transform-block-scoping" "^7.25.9"
17091758
"@babel/plugin-transform-class-properties" "^7.25.9"
1710-
"@babel/plugin-transform-class-static-block" "^7.25.9"
1759+
"@babel/plugin-transform-class-static-block" "^7.26.0"
17111760
"@babel/plugin-transform-classes" "^7.25.9"
17121761
"@babel/plugin-transform-computed-properties" "^7.25.9"
17131762
"@babel/plugin-transform-destructuring" "^7.25.9"
@@ -1740,6 +1789,7 @@
17401789
"@babel/plugin-transform-private-property-in-object" "^7.25.9"
17411790
"@babel/plugin-transform-property-literals" "^7.25.9"
17421791
"@babel/plugin-transform-regenerator" "^7.25.9"
1792+
"@babel/plugin-transform-regexp-modifiers" "^7.26.0"
17431793
"@babel/plugin-transform-reserved-words" "^7.25.9"
17441794
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
17451795
"@babel/plugin-transform-spread" "^7.25.9"
@@ -2010,6 +2060,14 @@
20102060
"@babel/helper-string-parser" "^7.25.9"
20112061
"@babel/helper-validator-identifier" "^7.25.9"
20122062

2063+
"@babel/types@^7.26.0":
2064+
version "7.26.0"
2065+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
2066+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
2067+
dependencies:
2068+
"@babel/helper-string-parser" "^7.25.9"
2069+
"@babel/helper-validator-identifier" "^7.25.9"
2070+
20132071
"@bcoe/v8-coverage@^0.2.3":
20142072
version "0.2.3"
20152073
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)