Skip to content

Commit 0b94eca

Browse files
Bump @babel/preset-typescript from 7.23.3 to 7.28.5 (#31)
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.23.3 to 7.28.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76d6626 commit 0b94eca

2 files changed

Lines changed: 96 additions & 49 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/core": "^7.29.0",
2828
"@babel/node": "^7.22.19",
2929
"@babel/preset-env": "^7.23.7",
30-
"@babel/preset-typescript": "^7.23.3",
30+
"@babel/preset-typescript": "^7.28.5",
3131
"@ts-morph/bootstrap": "^0.22.0",
3232
"@types/jest": "^29.5.11",
3333
"@types/node": "^20.10.6",

yarn.lock

Lines changed: 95 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
dependencies:
8282
"@babel/types" "^7.22.5"
8383

84+
"@babel/helper-annotate-as-pure@^7.27.3":
85+
version "7.27.3"
86+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
87+
integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==
88+
dependencies:
89+
"@babel/types" "^7.27.3"
90+
8491
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
8592
version "7.22.15"
8693
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
@@ -99,7 +106,7 @@
99106
lru-cache "^5.1.1"
100107
semver "^6.3.1"
101108

102-
"@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.23.6":
109+
"@babel/helper-create-class-features-plugin@^7.22.15":
103110
version "7.23.7"
104111
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.7.tgz#b2e6826e0e20d337143655198b79d58fdc9bd43d"
105112
integrity sha512-xCoqR/8+BoNnXOY7RVSgv6X+o7pmT5q1d+gGcRlXYkI+9B31glE4jeejhKVpA04O1AtzOt7OSQ6VYKP5FcRl9g==
@@ -114,6 +121,19 @@
114121
"@babel/helper-split-export-declaration" "^7.22.6"
115122
semver "^6.3.1"
116123

124+
"@babel/helper-create-class-features-plugin@^7.28.6":
125+
version "7.28.6"
126+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb"
127+
integrity sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==
128+
dependencies:
129+
"@babel/helper-annotate-as-pure" "^7.27.3"
130+
"@babel/helper-member-expression-to-functions" "^7.28.5"
131+
"@babel/helper-optimise-call-expression" "^7.27.1"
132+
"@babel/helper-replace-supers" "^7.28.6"
133+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
134+
"@babel/traverse" "^7.28.6"
135+
semver "^6.3.1"
136+
117137
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
118138
version "7.22.15"
119139
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
@@ -166,6 +186,14 @@
166186
dependencies:
167187
"@babel/types" "^7.23.0"
168188

189+
"@babel/helper-member-expression-to-functions@^7.28.5":
190+
version "7.28.5"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
192+
integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==
193+
dependencies:
194+
"@babel/traverse" "^7.28.5"
195+
"@babel/types" "^7.28.5"
196+
169197
"@babel/helper-module-imports@^7.22.15":
170198
version "7.22.15"
171199
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
@@ -197,10 +225,17 @@
197225
dependencies:
198226
"@babel/types" "^7.22.5"
199227

200-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
201-
version "7.22.5"
202-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
203-
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
228+
"@babel/helper-optimise-call-expression@^7.27.1":
229+
version "7.27.1"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
231+
integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==
232+
dependencies:
233+
"@babel/types" "^7.27.1"
234+
235+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.28.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
236+
version "7.28.6"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
238+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
204239

205240
"@babel/helper-remap-async-to-generator@^7.22.20":
206241
version "7.22.20"
@@ -220,12 +255,14 @@
220255
"@babel/helper-member-expression-to-functions" "^7.22.15"
221256
"@babel/helper-optimise-call-expression" "^7.22.5"
222257

223-
"@babel/helper-simple-access@^7.22.5":
224-
version "7.22.5"
225-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
226-
integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
258+
"@babel/helper-replace-supers@^7.28.6":
259+
version "7.28.6"
260+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz#94aa9a1d7423a00aead3f204f78834ce7d53fe44"
261+
integrity sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==
227262
dependencies:
228-
"@babel/types" "^7.22.5"
263+
"@babel/helper-member-expression-to-functions" "^7.28.5"
264+
"@babel/helper-optimise-call-expression" "^7.27.1"
265+
"@babel/traverse" "^7.28.6"
229266

230267
"@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
231268
version "7.22.5"
@@ -234,6 +271,14 @@
234271
dependencies:
235272
"@babel/types" "^7.22.5"
236273

274+
"@babel/helper-skip-transparent-expression-wrappers@^7.27.1":
275+
version "7.27.1"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56"
277+
integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==
278+
dependencies:
279+
"@babel/traverse" "^7.27.1"
280+
"@babel/types" "^7.27.1"
281+
237282
"@babel/helper-split-export-declaration@^7.22.6":
238283
version "7.22.6"
239284
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
@@ -256,12 +301,7 @@
256301
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
257302
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
258303

259-
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
260-
version "7.23.5"
261-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
262-
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
263-
264-
"@babel/helper-validator-option@^7.27.1":
304+
"@babel/helper-validator-option@^7.23.5", "@babel/helper-validator-option@^7.27.1":
265305
version "7.27.1"
266306
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
267307
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
@@ -401,12 +441,12 @@
401441
dependencies:
402442
"@babel/helper-plugin-utils" "^7.8.0"
403443

404-
"@babel/plugin-syntax-jsx@^7.23.3", "@babel/plugin-syntax-jsx@^7.7.2":
405-
version "7.23.3"
406-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473"
407-
integrity sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==
444+
"@babel/plugin-syntax-jsx@^7.27.1", "@babel/plugin-syntax-jsx@^7.7.2":
445+
version "7.28.6"
446+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz#f8ca28bbd84883b5fea0e447c635b81ba73997ee"
447+
integrity sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==
408448
dependencies:
409-
"@babel/helper-plugin-utils" "^7.22.5"
449+
"@babel/helper-plugin-utils" "^7.28.6"
410450

411451
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
412452
version "7.10.4"
@@ -464,7 +504,14 @@
464504
dependencies:
465505
"@babel/helper-plugin-utils" "^7.14.5"
466506

467-
"@babel/plugin-syntax-typescript@^7.23.3", "@babel/plugin-syntax-typescript@^7.7.2":
507+
"@babel/plugin-syntax-typescript@^7.28.6":
508+
version "7.28.6"
509+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz#c7b2ddf1d0a811145b1de800d1abd146af92e3a2"
510+
integrity sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==
511+
dependencies:
512+
"@babel/helper-plugin-utils" "^7.28.6"
513+
514+
"@babel/plugin-syntax-typescript@^7.7.2":
468515
version "7.23.3"
469516
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz#24f460c85dbbc983cd2b9c4994178bcc01df958f"
470517
integrity sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==
@@ -660,14 +707,13 @@
660707
"@babel/helper-module-transforms" "^7.23.3"
661708
"@babel/helper-plugin-utils" "^7.22.5"
662709

663-
"@babel/plugin-transform-modules-commonjs@^7.23.3":
664-
version "7.23.3"
665-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz#661ae831b9577e52be57dd8356b734f9700b53b4"
666-
integrity sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==
710+
"@babel/plugin-transform-modules-commonjs@^7.23.3", "@babel/plugin-transform-modules-commonjs@^7.27.1":
711+
version "7.28.6"
712+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz#c0232e0dfe66a734cc4ad0d5e75fc3321b6fdef1"
713+
integrity sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==
667714
dependencies:
668-
"@babel/helper-module-transforms" "^7.23.3"
669-
"@babel/helper-plugin-utils" "^7.22.5"
670-
"@babel/helper-simple-access" "^7.22.5"
715+
"@babel/helper-module-transforms" "^7.28.6"
716+
"@babel/helper-plugin-utils" "^7.28.6"
671717

672718
"@babel/plugin-transform-modules-systemjs@^7.23.3":
673719
version "7.23.3"
@@ -837,15 +883,16 @@
837883
dependencies:
838884
"@babel/helper-plugin-utils" "^7.22.5"
839885

840-
"@babel/plugin-transform-typescript@^7.23.3":
841-
version "7.23.6"
842-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz#aa36a94e5da8d94339ae3a4e22d40ed287feb34c"
843-
integrity sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==
886+
"@babel/plugin-transform-typescript@^7.28.5":
887+
version "7.28.6"
888+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz#1e93d96da8adbefdfdade1d4956f73afa201a158"
889+
integrity sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==
844890
dependencies:
845-
"@babel/helper-annotate-as-pure" "^7.22.5"
846-
"@babel/helper-create-class-features-plugin" "^7.23.6"
847-
"@babel/helper-plugin-utils" "^7.22.5"
848-
"@babel/plugin-syntax-typescript" "^7.23.3"
891+
"@babel/helper-annotate-as-pure" "^7.27.3"
892+
"@babel/helper-create-class-features-plugin" "^7.28.6"
893+
"@babel/helper-plugin-utils" "^7.28.6"
894+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
895+
"@babel/plugin-syntax-typescript" "^7.28.6"
849896

850897
"@babel/plugin-transform-unicode-escapes@^7.23.3":
851898
version "7.23.3"
@@ -973,16 +1020,16 @@
9731020
"@babel/types" "^7.4.4"
9741021
esutils "^2.0.2"
9751022

976-
"@babel/preset-typescript@^7.23.3":
977-
version "7.23.3"
978-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz#14534b34ed5b6d435aa05f1ae1c5e7adcc01d913"
979-
integrity sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==
1023+
"@babel/preset-typescript@^7.28.5":
1024+
version "7.28.5"
1025+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
1026+
integrity sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==
9801027
dependencies:
981-
"@babel/helper-plugin-utils" "^7.22.5"
982-
"@babel/helper-validator-option" "^7.22.15"
983-
"@babel/plugin-syntax-jsx" "^7.23.3"
984-
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
985-
"@babel/plugin-transform-typescript" "^7.23.3"
1028+
"@babel/helper-plugin-utils" "^7.27.1"
1029+
"@babel/helper-validator-option" "^7.27.1"
1030+
"@babel/plugin-syntax-jsx" "^7.27.1"
1031+
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1032+
"@babel/plugin-transform-typescript" "^7.28.5"
9861033

9871034
"@babel/register@^7.22.15":
9881035
version "7.23.7"
@@ -1016,7 +1063,7 @@
10161063
"@babel/parser" "^7.28.6"
10171064
"@babel/types" "^7.28.6"
10181065

1019-
"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
1066+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
10201067
version "7.29.0"
10211068
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
10221069
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
@@ -1029,7 +1076,7 @@
10291076
"@babel/types" "^7.29.0"
10301077
debug "^4.3.1"
10311078

1032-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1079+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10331080
version "7.29.0"
10341081
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
10351082
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==

0 commit comments

Comments
 (0)