Skip to content

Commit ee8d7a5

Browse files
chore(deps-dev): bump @babel/preset-typescript from 7.25.7 to 7.26.0 (#2104)
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.25.7 to 7.26.0. - [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.26.0/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e465102 commit ee8d7a5

File tree

1 file changed

+98
-51
lines changed

1 file changed

+98
-51
lines changed

yarn.lock

Lines changed: 98 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,13 @@
255255
dependencies:
256256
"@babel/types" "^7.25.7"
257257

258+
"@babel/helper-annotate-as-pure@^7.25.9":
259+
version "7.25.9"
260+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
261+
integrity sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==
262+
dependencies:
263+
"@babel/types" "^7.25.9"
264+
258265
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.7":
259266
version "7.25.7"
260267
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.7.tgz#d721650c1f595371e0a23ee816f1c3c488c0d622"
@@ -287,6 +294,19 @@
287294
"@babel/traverse" "^7.25.7"
288295
semver "^6.3.1"
289296

297+
"@babel/helper-create-class-features-plugin@^7.25.9":
298+
version "7.25.9"
299+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz#7644147706bb90ff613297d49ed5266bde729f83"
300+
integrity sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==
301+
dependencies:
302+
"@babel/helper-annotate-as-pure" "^7.25.9"
303+
"@babel/helper-member-expression-to-functions" "^7.25.9"
304+
"@babel/helper-optimise-call-expression" "^7.25.9"
305+
"@babel/helper-replace-supers" "^7.25.9"
306+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
307+
"@babel/traverse" "^7.25.9"
308+
semver "^6.3.1"
309+
290310
"@babel/helper-create-regexp-features-plugin@^7.18.6":
291311
version "7.24.7"
292312
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz#be4f435a80dc2b053c76eeb4b7d16dd22cfc89da"
@@ -324,6 +344,14 @@
324344
"@babel/traverse" "^7.25.7"
325345
"@babel/types" "^7.25.7"
326346

347+
"@babel/helper-member-expression-to-functions@^7.25.9":
348+
version "7.25.9"
349+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3"
350+
integrity sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==
351+
dependencies:
352+
"@babel/traverse" "^7.25.9"
353+
"@babel/types" "^7.25.9"
354+
327355
"@babel/helper-module-imports@^7.25.7":
328356
version "7.25.7"
329357
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472"
@@ -340,7 +368,7 @@
340368
"@babel/traverse" "^7.25.9"
341369
"@babel/types" "^7.25.9"
342370

343-
"@babel/helper-module-transforms@^7.25.7", "@babel/helper-module-transforms@^7.26.0":
371+
"@babel/helper-module-transforms@^7.25.7", "@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0":
344372
version "7.26.0"
345373
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
346374
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
@@ -356,10 +384,17 @@
356384
dependencies:
357385
"@babel/types" "^7.25.7"
358386

359-
"@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.24.7", "@babel/helper-plugin-utils@^7.25.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
360-
version "7.25.7"
361-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c"
362-
integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==
387+
"@babel/helper-optimise-call-expression@^7.25.9":
388+
version "7.25.9"
389+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e"
390+
integrity sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==
391+
dependencies:
392+
"@babel/types" "^7.25.9"
393+
394+
"@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.24.7", "@babel/helper-plugin-utils@^7.25.7", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
395+
version "7.25.9"
396+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
397+
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
363398

364399
"@babel/helper-remap-async-to-generator@^7.25.7":
365400
version "7.25.7"
@@ -379,13 +414,22 @@
379414
"@babel/helper-optimise-call-expression" "^7.25.7"
380415
"@babel/traverse" "^7.25.7"
381416

382-
"@babel/helper-simple-access@^7.25.7":
383-
version "7.25.7"
384-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0"
385-
integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==
417+
"@babel/helper-replace-supers@^7.25.9":
418+
version "7.25.9"
419+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz#ba447224798c3da3f8713fc272b145e33da6a5c5"
420+
integrity sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==
386421
dependencies:
387-
"@babel/traverse" "^7.25.7"
388-
"@babel/types" "^7.25.7"
422+
"@babel/helper-member-expression-to-functions" "^7.25.9"
423+
"@babel/helper-optimise-call-expression" "^7.25.9"
424+
"@babel/traverse" "^7.25.9"
425+
426+
"@babel/helper-simple-access@^7.25.9":
427+
version "7.25.9"
428+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
429+
integrity sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==
430+
dependencies:
431+
"@babel/traverse" "^7.25.9"
432+
"@babel/types" "^7.25.9"
389433

390434
"@babel/helper-skip-transparent-expression-wrappers@^7.25.7":
391435
version "7.25.7"
@@ -395,6 +439,14 @@
395439
"@babel/traverse" "^7.25.7"
396440
"@babel/types" "^7.25.7"
397441

442+
"@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
443+
version "7.25.9"
444+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
445+
integrity sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==
446+
dependencies:
447+
"@babel/traverse" "^7.25.9"
448+
"@babel/types" "^7.25.9"
449+
398450
"@babel/helper-string-parser@^7.25.9":
399451
version "7.25.9"
400452
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
@@ -410,12 +462,7 @@
410462
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
411463
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
412464

413-
"@babel/helper-validator-option@^7.25.7":
414-
version "7.25.7"
415-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
416-
integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==
417-
418-
"@babel/helper-validator-option@^7.25.9":
465+
"@babel/helper-validator-option@^7.25.7", "@babel/helper-validator-option@^7.25.9":
419466
version "7.25.9"
420467
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
421468
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
@@ -558,12 +605,12 @@
558605
dependencies:
559606
"@babel/helper-plugin-utils" "^7.8.0"
560607

561-
"@babel/plugin-syntax-jsx@^7.25.7", "@babel/plugin-syntax-jsx@^7.7.2":
562-
version "7.25.7"
563-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz#5352d398d11ea5e7ef330c854dea1dae0bf18165"
564-
integrity sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==
608+
"@babel/plugin-syntax-jsx@^7.25.9", "@babel/plugin-syntax-jsx@^7.7.2":
609+
version "7.25.9"
610+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz#a34313a178ea56f1951599b929c1ceacee719290"
611+
integrity sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==
565612
dependencies:
566-
"@babel/helper-plugin-utils" "^7.25.7"
613+
"@babel/helper-plugin-utils" "^7.25.9"
567614

568615
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
569616
version "7.10.4"
@@ -621,12 +668,12 @@
621668
dependencies:
622669
"@babel/helper-plugin-utils" "^7.14.5"
623670

624-
"@babel/plugin-syntax-typescript@^7.25.7":
625-
version "7.25.7"
626-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.7.tgz#bfc05b0cc31ebd8af09964650cee723bb228108b"
627-
integrity sha512-rR+5FDjpCHqqZN2bzZm18bVYGaejGq5ZkpVCJLXor/+zlSrSoc4KWcHI0URVWjl/68Dyr1uwZUz/1njycEAv9g==
671+
"@babel/plugin-syntax-typescript@^7.25.9":
672+
version "7.25.9"
673+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz#67dda2b74da43727cf21d46cf9afef23f4365399"
674+
integrity sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==
628675
dependencies:
629-
"@babel/helper-plugin-utils" "^7.25.7"
676+
"@babel/helper-plugin-utils" "^7.25.9"
630677

631678
"@babel/plugin-syntax-typescript@^7.7.2":
632679
version "7.24.7"
@@ -829,14 +876,14 @@
829876
"@babel/helper-module-transforms" "^7.25.7"
830877
"@babel/helper-plugin-utils" "^7.25.7"
831878

832-
"@babel/plugin-transform-modules-commonjs@^7.25.7":
833-
version "7.25.7"
834-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.7.tgz#173f0c791bb7407c092ce6d77ee90eb3f2d1d2fd"
835-
integrity sha512-L9Gcahi0kKFYXvweO6n0wc3ZG1ChpSFdgG+eV1WYZ3/dGbJK7vvk91FgGgak8YwRgrCuihF8tE/Xg07EkL5COg==
879+
"@babel/plugin-transform-modules-commonjs@^7.25.7", "@babel/plugin-transform-modules-commonjs@^7.25.9":
880+
version "7.25.9"
881+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
882+
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
836883
dependencies:
837-
"@babel/helper-module-transforms" "^7.25.7"
838-
"@babel/helper-plugin-utils" "^7.25.7"
839-
"@babel/helper-simple-access" "^7.25.7"
884+
"@babel/helper-module-transforms" "^7.25.9"
885+
"@babel/helper-plugin-utils" "^7.25.9"
886+
"@babel/helper-simple-access" "^7.25.9"
840887

841888
"@babel/plugin-transform-modules-systemjs@^7.25.7":
842889
version "7.25.7"
@@ -1005,16 +1052,16 @@
10051052
dependencies:
10061053
"@babel/helper-plugin-utils" "^7.25.7"
10071054

1008-
"@babel/plugin-transform-typescript@^7.25.7":
1009-
version "7.25.7"
1010-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.7.tgz#8fc7c3d28ddd36bce45b9b48594129d0e560cfbe"
1011-
integrity sha512-VKlgy2vBzj8AmEzunocMun2fF06bsSWV+FvVXohtL6FGve/+L217qhHxRTVGHEDO/YR8IANcjzgJsd04J8ge5Q==
1055+
"@babel/plugin-transform-typescript@^7.25.9":
1056+
version "7.25.9"
1057+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz#69267905c2b33c2ac6d8fe765e9dc2ddc9df3849"
1058+
integrity sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==
10121059
dependencies:
1013-
"@babel/helper-annotate-as-pure" "^7.25.7"
1014-
"@babel/helper-create-class-features-plugin" "^7.25.7"
1015-
"@babel/helper-plugin-utils" "^7.25.7"
1016-
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
1017-
"@babel/plugin-syntax-typescript" "^7.25.7"
1060+
"@babel/helper-annotate-as-pure" "^7.25.9"
1061+
"@babel/helper-create-class-features-plugin" "^7.25.9"
1062+
"@babel/helper-plugin-utils" "^7.25.9"
1063+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
1064+
"@babel/plugin-syntax-typescript" "^7.25.9"
10181065

10191066
"@babel/plugin-transform-unicode-escapes@^7.25.7":
10201067
version "7.25.7"
@@ -1146,15 +1193,15 @@
11461193
esutils "^2.0.2"
11471194

11481195
"@babel/preset-typescript@^7.24.7":
1149-
version "7.25.7"
1150-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.25.7.tgz#43c5b68eccb856ae5b52274b77b1c3c413cde1b7"
1151-
integrity sha512-rkkpaXJZOFN45Fb+Gki0c+KMIglk4+zZXOoMJuyEK8y8Kkc8Jd3BDmP7qPsz0zQMJj+UD7EprF+AqAXcILnexw==
1196+
version "7.26.0"
1197+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d"
1198+
integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==
11521199
dependencies:
1153-
"@babel/helper-plugin-utils" "^7.25.7"
1154-
"@babel/helper-validator-option" "^7.25.7"
1155-
"@babel/plugin-syntax-jsx" "^7.25.7"
1156-
"@babel/plugin-transform-modules-commonjs" "^7.25.7"
1157-
"@babel/plugin-transform-typescript" "^7.25.7"
1200+
"@babel/helper-plugin-utils" "^7.25.9"
1201+
"@babel/helper-validator-option" "^7.25.9"
1202+
"@babel/plugin-syntax-jsx" "^7.25.9"
1203+
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1204+
"@babel/plugin-transform-typescript" "^7.25.9"
11581205

11591206
"@babel/regjsgen@^0.8.0":
11601207
version "0.8.0"

0 commit comments

Comments
 (0)