Skip to content

Commit a868230

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.24.4
1 parent ab502c3 commit a868230

File tree

2 files changed

+72
-33
lines changed

2 files changed

+72
-33
lines changed

package.json

+2-2
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.24.3",
81-
"@babel/preset-env": "7.24.3",
80+
"@babel/core": "7.24.4",
81+
"@babel/preset-env": "7.24.4",
8282
"@commitlint/cli": "19.2.1",
8383
"@iterable-iterator/sorted": "1.0.0",
8484
"@js-library/commitlint-config": "0.0.4",

yarn.lock

+70-31
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,23 @@
6868
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
6969
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
7070

71-
"@babel/compat-data@^7.24.1":
72-
version "7.24.1"
73-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
74-
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
71+
"@babel/compat-data@^7.24.4":
72+
version "7.24.4"
73+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
74+
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
7575

76-
"@babel/[email protected].3":
77-
version "7.24.3"
78-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
79-
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
76+
"@babel/[email protected].4":
77+
version "7.24.4"
78+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
79+
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
8080
dependencies:
8181
"@ampproject/remapping" "^2.2.0"
8282
"@babel/code-frame" "^7.24.2"
83-
"@babel/generator" "^7.24.1"
83+
"@babel/generator" "^7.24.4"
8484
"@babel/helper-compilation-targets" "^7.23.6"
8585
"@babel/helper-module-transforms" "^7.23.3"
86-
"@babel/helpers" "^7.24.1"
87-
"@babel/parser" "^7.24.1"
86+
"@babel/helpers" "^7.24.4"
87+
"@babel/parser" "^7.24.4"
8888
"@babel/template" "^7.24.0"
8989
"@babel/traverse" "^7.24.1"
9090
"@babel/types" "^7.24.0"
@@ -144,6 +144,16 @@
144144
"@jridgewell/trace-mapping" "^0.3.25"
145145
jsesc "^2.5.1"
146146

147+
"@babel/generator@^7.24.4":
148+
version "7.24.4"
149+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
150+
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
151+
dependencies:
152+
"@babel/types" "^7.24.0"
153+
"@jridgewell/gen-mapping" "^0.3.5"
154+
"@jridgewell/trace-mapping" "^0.3.25"
155+
jsesc "^2.5.1"
156+
147157
"@babel/helper-annotate-as-pure@^7.16.0":
148158
version "7.16.0"
149159
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -240,6 +250,21 @@
240250
"@babel/helper-split-export-declaration" "^7.22.6"
241251
semver "^6.3.1"
242252

253+
"@babel/helper-create-class-features-plugin@^7.24.4":
254+
version "7.24.4"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3"
256+
integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==
257+
dependencies:
258+
"@babel/helper-annotate-as-pure" "^7.22.5"
259+
"@babel/helper-environment-visitor" "^7.22.20"
260+
"@babel/helper-function-name" "^7.23.0"
261+
"@babel/helper-member-expression-to-functions" "^7.23.0"
262+
"@babel/helper-optimise-call-expression" "^7.22.5"
263+
"@babel/helper-replace-supers" "^7.24.1"
264+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
265+
"@babel/helper-split-export-declaration" "^7.22.6"
266+
semver "^6.3.1"
267+
243268
"@babel/helper-create-regexp-features-plugin@^7.16.0":
244269
version "7.16.0"
245270
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz#06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff"
@@ -621,10 +646,10 @@
621646
"@babel/traverse" "^7.16.5"
622647
"@babel/types" "^7.16.0"
623648

624-
"@babel/helpers@^7.24.1":
625-
version "7.24.1"
626-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
627-
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
649+
"@babel/helpers@^7.24.4":
650+
version "7.24.4"
651+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
652+
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
628653
dependencies:
629654
"@babel/template" "^7.24.0"
630655
"@babel/traverse" "^7.24.1"
@@ -701,6 +726,19 @@
701726
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
702727
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
703728

729+
"@babel/parser@^7.24.4":
730+
version "7.24.4"
731+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
732+
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
733+
734+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
735+
version "7.24.4"
736+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
737+
integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==
738+
dependencies:
739+
"@babel/helper-environment-visitor" "^7.22.20"
740+
"@babel/helper-plugin-utils" "^7.24.0"
741+
704742
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
705743
version "7.16.2"
706744
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
@@ -1086,10 +1124,10 @@
10861124
dependencies:
10871125
"@babel/helper-plugin-utils" "^7.16.5"
10881126

1089-
"@babel/plugin-transform-block-scoping@^7.24.1":
1090-
version "7.24.1"
1091-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f"
1092-
integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==
1127+
"@babel/plugin-transform-block-scoping@^7.24.4":
1128+
version "7.24.4"
1129+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012"
1130+
integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==
10931131
dependencies:
10941132
"@babel/helper-plugin-utils" "^7.24.0"
10951133

@@ -1101,12 +1139,12 @@
11011139
"@babel/helper-create-class-features-plugin" "^7.24.1"
11021140
"@babel/helper-plugin-utils" "^7.24.0"
11031141

1104-
"@babel/plugin-transform-class-static-block@^7.24.1":
1105-
version "7.24.1"
1106-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6"
1107-
integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==
1142+
"@babel/plugin-transform-class-static-block@^7.24.4":
1143+
version "7.24.4"
1144+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
1145+
integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
11081146
dependencies:
1109-
"@babel/helper-create-class-features-plugin" "^7.24.1"
1147+
"@babel/helper-create-class-features-plugin" "^7.24.4"
11101148
"@babel/helper-plugin-utils" "^7.24.0"
11111149
"@babel/plugin-syntax-class-static-block" "^7.14.5"
11121150

@@ -1700,15 +1738,16 @@
17001738
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
17011739
"@babel/helper-plugin-utils" "^7.24.0"
17021740

1703-
"@babel/[email protected].3":
1704-
version "7.24.3"
1705-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3"
1706-
integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==
1741+
"@babel/[email protected].4":
1742+
version "7.24.4"
1743+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b"
1744+
integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==
17071745
dependencies:
1708-
"@babel/compat-data" "^7.24.1"
1746+
"@babel/compat-data" "^7.24.4"
17091747
"@babel/helper-compilation-targets" "^7.23.6"
17101748
"@babel/helper-plugin-utils" "^7.24.0"
17111749
"@babel/helper-validator-option" "^7.23.5"
1750+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4"
17121751
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
17131752
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
17141753
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
@@ -1735,9 +1774,9 @@
17351774
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
17361775
"@babel/plugin-transform-async-to-generator" "^7.24.1"
17371776
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
1738-
"@babel/plugin-transform-block-scoping" "^7.24.1"
1777+
"@babel/plugin-transform-block-scoping" "^7.24.4"
17391778
"@babel/plugin-transform-class-properties" "^7.24.1"
1740-
"@babel/plugin-transform-class-static-block" "^7.24.1"
1779+
"@babel/plugin-transform-class-static-block" "^7.24.4"
17411780
"@babel/plugin-transform-classes" "^7.24.1"
17421781
"@babel/plugin-transform-computed-properties" "^7.24.1"
17431782
"@babel/plugin-transform-destructuring" "^7.24.1"

0 commit comments

Comments
 (0)