Skip to content

Commit 352eb72

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.26.0.
1 parent 22f1a8f commit 352eb72

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
@@ -71,8 +71,8 @@
7171
"@data-structure-algebra/circularly-linked-list": "^3.0.0"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.25.9",
75-
"@babel/preset-env": "7.25.9",
74+
"@babel/core": "7.26.0",
75+
"@babel/preset-env": "7.26.0",
7676
"@commitlint/cli": "19.5.0",
7777
"@heap-data-structure/specification": "16.0.1",
7878
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 93 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
"@babel/highlight" "^7.25.9"
3232
picocolors "^1.0.0"
3333

34+
"@babel/code-frame@^7.26.0":
35+
version "7.26.0"
36+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
37+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
38+
dependencies:
39+
"@babel/helper-validator-identifier" "^7.25.9"
40+
js-tokens "^4.0.0"
41+
picocolors "^1.0.0"
42+
3443
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
3544
version "7.23.5"
3645
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
@@ -41,21 +50,26 @@
4150
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
4251
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
4352

44-
45-
version "7.25.9"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434"
47-
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==
53+
"@babel/compat-data@^7.26.0":
54+
version "7.26.0"
55+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
56+
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
57+
58+
59+
version "7.26.0"
60+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
61+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
4862
dependencies:
4963
"@ampproject/remapping" "^2.2.0"
50-
"@babel/code-frame" "^7.25.9"
51-
"@babel/generator" "^7.25.9"
64+
"@babel/code-frame" "^7.26.0"
65+
"@babel/generator" "^7.26.0"
5266
"@babel/helper-compilation-targets" "^7.25.9"
53-
"@babel/helper-module-transforms" "^7.25.9"
54-
"@babel/helpers" "^7.25.9"
55-
"@babel/parser" "^7.25.9"
67+
"@babel/helper-module-transforms" "^7.26.0"
68+
"@babel/helpers" "^7.26.0"
69+
"@babel/parser" "^7.26.0"
5670
"@babel/template" "^7.25.9"
5771
"@babel/traverse" "^7.25.9"
58-
"@babel/types" "^7.25.9"
72+
"@babel/types" "^7.26.0"
5973
convert-source-map "^2.0.0"
6074
debug "^4.1.0"
6175
gensync "^1.0.0-beta.2"
@@ -103,6 +117,17 @@
103117
"@jridgewell/trace-mapping" "^0.3.25"
104118
jsesc "^3.0.2"
105119

120+
"@babel/generator@^7.26.0":
121+
version "7.26.0"
122+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
123+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
124+
dependencies:
125+
"@babel/parser" "^7.26.0"
126+
"@babel/types" "^7.26.0"
127+
"@jridgewell/gen-mapping" "^0.3.5"
128+
"@jridgewell/trace-mapping" "^0.3.25"
129+
jsesc "^3.0.2"
130+
106131
"@babel/helper-annotate-as-pure@^7.22.5":
107132
version "7.22.5"
108133
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -304,6 +329,15 @@
304329
"@babel/helper-validator-identifier" "^7.25.9"
305330
"@babel/traverse" "^7.25.9"
306331

332+
"@babel/helper-module-transforms@^7.26.0":
333+
version "7.26.0"
334+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
335+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
336+
dependencies:
337+
"@babel/helper-module-imports" "^7.25.9"
338+
"@babel/helper-validator-identifier" "^7.25.9"
339+
"@babel/traverse" "^7.25.9"
340+
307341
"@babel/helper-optimise-call-expression@^7.22.5":
308342
version "7.22.5"
309343
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
@@ -463,13 +497,13 @@
463497
"@babel/traverse" "^7.23.9"
464498
"@babel/types" "^7.23.9"
465499

466-
"@babel/helpers@^7.25.9":
467-
version "7.25.9"
468-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
469-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
500+
"@babel/helpers@^7.26.0":
501+
version "7.26.0"
502+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
503+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
470504
dependencies:
471505
"@babel/template" "^7.25.9"
472-
"@babel/types" "^7.25.9"
506+
"@babel/types" "^7.26.0"
473507

474508
"@babel/highlight@^7.23.4":
475509
version "7.23.4"
@@ -502,6 +536,13 @@
502536
dependencies:
503537
"@babel/types" "^7.25.9"
504538

539+
"@babel/parser@^7.26.0":
540+
version "7.26.0"
541+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
542+
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
543+
dependencies:
544+
"@babel/types" "^7.26.0"
545+
505546
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
506547
version "7.25.9"
507548
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"
@@ -627,10 +668,10 @@
627668
dependencies:
628669
"@babel/helper-plugin-utils" "^7.22.5"
629670

630-
"@babel/plugin-syntax-import-assertions@^7.25.9":
631-
version "7.25.9"
632-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a"
633-
integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg==
671+
"@babel/plugin-syntax-import-assertions@^7.26.0":
672+
version "7.26.0"
673+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f"
674+
integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==
634675
dependencies:
635676
"@babel/helper-plugin-utils" "^7.25.9"
636677

@@ -641,10 +682,10 @@
641682
dependencies:
642683
"@babel/helper-plugin-utils" "^7.22.5"
643684

644-
"@babel/plugin-syntax-import-attributes@^7.25.9":
645-
version "7.25.9"
646-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78"
647-
integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg==
685+
"@babel/plugin-syntax-import-attributes@^7.26.0":
686+
version "7.26.0"
687+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7"
688+
integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==
648689
dependencies:
649690
"@babel/helper-plugin-utils" "^7.25.9"
650691

@@ -837,10 +878,10 @@
837878
"@babel/helper-plugin-utils" "^7.22.5"
838879
"@babel/plugin-syntax-class-static-block" "^7.14.5"
839880

840-
"@babel/plugin-transform-class-static-block@^7.25.9":
841-
version "7.25.9"
842-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c"
843-
integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg==
881+
"@babel/plugin-transform-class-static-block@^7.26.0":
882+
version "7.26.0"
883+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0"
884+
integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==
844885
dependencies:
845886
"@babel/helper-create-class-features-plugin" "^7.25.9"
846887
"@babel/helper-plugin-utils" "^7.25.9"
@@ -1395,6 +1436,14 @@
13951436
"@babel/helper-plugin-utils" "^7.25.9"
13961437
regenerator-transform "^0.15.2"
13971438

1439+
"@babel/plugin-transform-regexp-modifiers@^7.26.0":
1440+
version "7.26.0"
1441+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850"
1442+
integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==
1443+
dependencies:
1444+
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
1445+
"@babel/helper-plugin-utils" "^7.25.9"
1446+
13981447
"@babel/plugin-transform-reserved-words@^7.23.3":
13991448
version "7.23.3"
14001449
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz#4130dcee12bd3dd5705c587947eb715da12efac8"
@@ -1543,12 +1592,12 @@
15431592
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
15441593
"@babel/helper-plugin-utils" "^7.25.9"
15451594

1546-
"@babel/preset-env@7.25.9":
1547-
version "7.25.9"
1548-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9"
1549-
integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==
1595+
"@babel/preset-env@7.26.0":
1596+
version "7.26.0"
1597+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1598+
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
15501599
dependencies:
1551-
"@babel/compat-data" "^7.25.9"
1600+
"@babel/compat-data" "^7.26.0"
15521601
"@babel/helper-compilation-targets" "^7.25.9"
15531602
"@babel/helper-plugin-utils" "^7.25.9"
15541603
"@babel/helper-validator-option" "^7.25.9"
@@ -1558,16 +1607,16 @@
15581607
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
15591608
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
15601609
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1561-
"@babel/plugin-syntax-import-assertions" "^7.25.9"
1562-
"@babel/plugin-syntax-import-attributes" "^7.25.9"
1610+
"@babel/plugin-syntax-import-assertions" "^7.26.0"
1611+
"@babel/plugin-syntax-import-attributes" "^7.26.0"
15631612
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
15641613
"@babel/plugin-transform-arrow-functions" "^7.25.9"
15651614
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
15661615
"@babel/plugin-transform-async-to-generator" "^7.25.9"
15671616
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
15681617
"@babel/plugin-transform-block-scoping" "^7.25.9"
15691618
"@babel/plugin-transform-class-properties" "^7.25.9"
1570-
"@babel/plugin-transform-class-static-block" "^7.25.9"
1619+
"@babel/plugin-transform-class-static-block" "^7.26.0"
15711620
"@babel/plugin-transform-classes" "^7.25.9"
15721621
"@babel/plugin-transform-computed-properties" "^7.25.9"
15731622
"@babel/plugin-transform-destructuring" "^7.25.9"
@@ -1600,6 +1649,7 @@
16001649
"@babel/plugin-transform-private-property-in-object" "^7.25.9"
16011650
"@babel/plugin-transform-property-literals" "^7.25.9"
16021651
"@babel/plugin-transform-regenerator" "^7.25.9"
1652+
"@babel/plugin-transform-regexp-modifiers" "^7.26.0"
16031653
"@babel/plugin-transform-reserved-words" "^7.25.9"
16041654
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
16051655
"@babel/plugin-transform-spread" "^7.25.9"
@@ -1809,6 +1859,14 @@
18091859
"@babel/helper-string-parser" "^7.25.9"
18101860
"@babel/helper-validator-identifier" "^7.25.9"
18111861

1862+
"@babel/types@^7.26.0":
1863+
version "7.26.0"
1864+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1865+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1866+
dependencies:
1867+
"@babel/helper-string-parser" "^7.25.9"
1868+
"@babel/helper-validator-identifier" "^7.25.9"
1869+
18121870
"@bcoe/v8-coverage@^0.2.3":
18131871
version "0.2.3"
18141872
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)