Skip to content

Commit 687119a

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.25.2.
1 parent 26a927b commit 687119a

File tree

2 files changed

+84
-71
lines changed

2 files changed

+84
-71
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"@failure-abstraction/error": "^6.0.1"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.24.9",
75-
"@babel/preset-env": "7.25.0",
74+
"@babel/core": "7.25.2",
75+
"@babel/preset-env": "7.25.2",
7676
"@commitlint/cli": "19.3.0",
7777
"@iterable-iterator/zip": "1.0.1",
7878
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 82 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,26 @@
4646
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
4747
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
4848

49-
"@babel/compat-data@^7.25.0":
50-
version "7.25.0"
51-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
52-
integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
49+
"@babel/compat-data@^7.25.2":
50+
version "7.25.2"
51+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
52+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
5353

54-
"@babel/core@7.24.9":
55-
version "7.24.9"
56-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
57-
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
54+
"@babel/core@7.25.2":
55+
version "7.25.2"
56+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
57+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
5858
dependencies:
5959
"@ampproject/remapping" "^2.2.0"
6060
"@babel/code-frame" "^7.24.7"
61-
"@babel/generator" "^7.24.9"
62-
"@babel/helper-compilation-targets" "^7.24.8"
63-
"@babel/helper-module-transforms" "^7.24.9"
64-
"@babel/helpers" "^7.24.8"
65-
"@babel/parser" "^7.24.8"
66-
"@babel/template" "^7.24.7"
67-
"@babel/traverse" "^7.24.8"
68-
"@babel/types" "^7.24.9"
61+
"@babel/generator" "^7.25.0"
62+
"@babel/helper-compilation-targets" "^7.25.2"
63+
"@babel/helper-module-transforms" "^7.25.2"
64+
"@babel/helpers" "^7.25.0"
65+
"@babel/parser" "^7.25.0"
66+
"@babel/template" "^7.25.0"
67+
"@babel/traverse" "^7.25.2"
68+
"@babel/types" "^7.25.2"
6969
convert-source-map "^2.0.0"
7070
debug "^4.1.0"
7171
gensync "^1.0.0-beta.2"
@@ -123,16 +123,6 @@
123123
"@jridgewell/trace-mapping" "^0.3.25"
124124
jsesc "^2.5.1"
125125

126-
"@babel/generator@^7.24.9":
127-
version "7.24.9"
128-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12"
129-
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A==
130-
dependencies:
131-
"@babel/types" "^7.24.9"
132-
"@jridgewell/gen-mapping" "^0.3.5"
133-
"@jridgewell/trace-mapping" "^0.3.25"
134-
jsesc "^2.5.1"
135-
136126
"@babel/generator@^7.25.0":
137127
version "7.25.0"
138128
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
@@ -205,6 +195,17 @@
205195
lru-cache "^5.1.1"
206196
semver "^6.3.1"
207197

198+
"@babel/helper-compilation-targets@^7.25.2":
199+
version "7.25.2"
200+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
201+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
202+
dependencies:
203+
"@babel/compat-data" "^7.25.2"
204+
"@babel/helper-validator-option" "^7.24.8"
205+
browserslist "^4.23.1"
206+
lru-cache "^5.1.1"
207+
semver "^6.3.1"
208+
208209
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.22.15":
209210
version "7.24.0"
210211
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz#fc7554141bdbfa2d17f7b4b80153b9b090e5d158"
@@ -408,17 +409,6 @@
408409
"@babel/helper-split-export-declaration" "^7.24.7"
409410
"@babel/helper-validator-identifier" "^7.24.7"
410411

411-
"@babel/helper-module-transforms@^7.24.9":
412-
version "7.24.9"
413-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
414-
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
415-
dependencies:
416-
"@babel/helper-environment-visitor" "^7.24.7"
417-
"@babel/helper-module-imports" "^7.24.7"
418-
"@babel/helper-simple-access" "^7.24.7"
419-
"@babel/helper-split-export-declaration" "^7.24.7"
420-
"@babel/helper-validator-identifier" "^7.24.7"
421-
422412
"@babel/helper-module-transforms@^7.25.0":
423413
version "7.25.0"
424414
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz#3ffc23c473a2769a7e40d3274495bd559fdd2ecc"
@@ -429,6 +419,16 @@
429419
"@babel/helper-validator-identifier" "^7.24.7"
430420
"@babel/traverse" "^7.25.0"
431421

422+
"@babel/helper-module-transforms@^7.25.2":
423+
version "7.25.2"
424+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
425+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
426+
dependencies:
427+
"@babel/helper-module-imports" "^7.24.7"
428+
"@babel/helper-simple-access" "^7.24.7"
429+
"@babel/helper-validator-identifier" "^7.24.7"
430+
"@babel/traverse" "^7.25.2"
431+
432432
"@babel/helper-optimise-call-expression@^7.22.5":
433433
version "7.22.5"
434434
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
@@ -633,13 +633,13 @@
633633
"@babel/traverse" "^7.24.0"
634634
"@babel/types" "^7.24.0"
635635

636-
"@babel/helpers@^7.24.8":
637-
version "7.24.8"
638-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
639-
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
636+
"@babel/helpers@^7.25.0":
637+
version "7.25.0"
638+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
639+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
640640
dependencies:
641-
"@babel/template" "^7.24.7"
642-
"@babel/types" "^7.24.8"
641+
"@babel/template" "^7.25.0"
642+
"@babel/types" "^7.25.0"
643643

644644
"@babel/highlight@^7.23.4":
645645
version "7.23.4"
@@ -1200,14 +1200,14 @@
12001200
"@babel/helper-function-name" "^7.23.0"
12011201
"@babel/helper-plugin-utils" "^7.22.5"
12021202

1203-
"@babel/plugin-transform-function-name@^7.25.0":
1204-
version "7.25.0"
1205-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.0.tgz#d17890029ceefb45189ea203b404a496263a8412"
1206-
integrity sha512-CQmfSnK14eYu82fu6GlCwRciHB7mp7oLN+DeyGDDwUr9cMwuSVviJKPXw/YcRYZdB1TdlLJWHHwXwnwD1WnCmQ==
1203+
"@babel/plugin-transform-function-name@^7.25.1":
1204+
version "7.25.1"
1205+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
1206+
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
12071207
dependencies:
12081208
"@babel/helper-compilation-targets" "^7.24.8"
12091209
"@babel/helper-plugin-utils" "^7.24.8"
1210-
"@babel/traverse" "^7.25.0"
1210+
"@babel/traverse" "^7.25.1"
12111211

12121212
"@babel/plugin-transform-json-strings@^7.23.4":
12131213
version "7.23.4"
@@ -1232,12 +1232,12 @@
12321232
dependencies:
12331233
"@babel/helper-plugin-utils" "^7.22.5"
12341234

1235-
"@babel/plugin-transform-literals@^7.24.7":
1236-
version "7.24.7"
1237-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
1238-
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
1235+
"@babel/plugin-transform-literals@^7.25.2":
1236+
version "7.25.2"
1237+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
1238+
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
12391239
dependencies:
1240-
"@babel/helper-plugin-utils" "^7.24.7"
1240+
"@babel/helper-plugin-utils" "^7.24.8"
12411241

12421242
"@babel/plugin-transform-logical-assignment-operators@^7.23.4":
12431243
version "7.23.4"
@@ -1742,13 +1742,13 @@
17421742
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
17431743
"@babel/helper-plugin-utils" "^7.24.7"
17441744

1745-
"@babel/[email protected].0":
1746-
version "7.25.0"
1747-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479"
1748-
integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==
1745+
"@babel/[email protected].2":
1746+
version "7.25.2"
1747+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1748+
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
17491749
dependencies:
1750-
"@babel/compat-data" "^7.25.0"
1751-
"@babel/helper-compilation-targets" "^7.24.8"
1750+
"@babel/compat-data" "^7.25.2"
1751+
"@babel/helper-compilation-targets" "^7.25.2"
17521752
"@babel/helper-plugin-utils" "^7.24.8"
17531753
"@babel/helper-validator-option" "^7.24.8"
17541754
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
@@ -1792,9 +1792,9 @@
17921792
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
17931793
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
17941794
"@babel/plugin-transform-for-of" "^7.24.7"
1795-
"@babel/plugin-transform-function-name" "^7.25.0"
1795+
"@babel/plugin-transform-function-name" "^7.25.1"
17961796
"@babel/plugin-transform-json-strings" "^7.24.7"
1797-
"@babel/plugin-transform-literals" "^7.24.7"
1797+
"@babel/plugin-transform-literals" "^7.25.2"
17981798
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
17991799
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
18001800
"@babel/plugin-transform-modules-amd" "^7.24.7"
@@ -2047,6 +2047,19 @@
20472047
debug "^4.3.1"
20482048
globals "^11.1.0"
20492049

2050+
"@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2":
2051+
version "7.25.2"
2052+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae"
2053+
integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==
2054+
dependencies:
2055+
"@babel/code-frame" "^7.24.7"
2056+
"@babel/generator" "^7.25.0"
2057+
"@babel/parser" "^7.25.0"
2058+
"@babel/template" "^7.25.0"
2059+
"@babel/types" "^7.25.2"
2060+
debug "^4.3.1"
2061+
globals "^11.1.0"
2062+
20502063
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.4.4":
20512064
version "7.24.0"
20522065
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
@@ -2074,19 +2087,19 @@
20742087
"@babel/helper-validator-identifier" "^7.24.7"
20752088
to-fast-properties "^2.0.0"
20762089

2077-
"@babel/types@^7.24.9":
2078-
version "7.24.9"
2079-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
2080-
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
2090+
"@babel/types@^7.25.0":
2091+
version "7.25.0"
2092+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
2093+
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
20812094
dependencies:
20822095
"@babel/helper-string-parser" "^7.24.8"
20832096
"@babel/helper-validator-identifier" "^7.24.7"
20842097
to-fast-properties "^2.0.0"
20852098

2086-
"@babel/types@^7.25.0":
2087-
version "7.25.0"
2088-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
2089-
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
2099+
"@babel/types@^7.25.2":
2100+
version "7.25.2"
2101+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
2102+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
20902103
dependencies:
20912104
"@babel/helper-string-parser" "^7.24.8"
20922105
"@babel/helper-validator-identifier" "^7.24.7"

0 commit comments

Comments
 (0)