Skip to content

Commit de5589e

Browse files
Update dependency @babel/preset-typescript to ^7.27.0 (#530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4a5e38 commit de5589e

File tree

2 files changed

+85
-2
lines changed

2 files changed

+85
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/core": "^7.26.10",
1818
"@babel/preset-env": "^7.26.9",
1919
"@babel/preset-react": "^7.26.3",
20-
"@babel/preset-typescript": "^7.26.0",
20+
"@babel/preset-typescript": "^7.27.0",
2121
"@types/node-fetch": "^2.6.12",
2222
"@types/react": "^18.2.79",
2323
"@types/react-dom": "^18.2.25",

yarn.lock

Lines changed: 84 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@
6565
"@jridgewell/trace-mapping" "^0.3.25"
6666
jsesc "^3.0.2"
6767

68+
"@babel/generator@^7.27.0":
69+
version "7.27.0"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
71+
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
72+
dependencies:
73+
"@babel/parser" "^7.27.0"
74+
"@babel/types" "^7.27.0"
75+
"@jridgewell/gen-mapping" "^0.3.5"
76+
"@jridgewell/trace-mapping" "^0.3.25"
77+
jsesc "^3.0.2"
78+
6879
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.25.9":
6980
version "7.25.9"
7081
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
@@ -96,6 +107,19 @@
96107
"@babel/traverse" "^7.26.9"
97108
semver "^6.3.1"
98109

110+
"@babel/helper-create-class-features-plugin@^7.27.0":
111+
version "7.27.0"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30"
113+
integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==
114+
dependencies:
115+
"@babel/helper-annotate-as-pure" "^7.25.9"
116+
"@babel/helper-member-expression-to-functions" "^7.25.9"
117+
"@babel/helper-optimise-call-expression" "^7.25.9"
118+
"@babel/helper-replace-supers" "^7.26.5"
119+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
120+
"@babel/traverse" "^7.27.0"
121+
semver "^6.3.1"
122+
99123
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.9":
100124
version "7.26.3"
101125
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz#5169756ecbe1d95f7866b90bb555b022595302a0"
@@ -218,6 +242,13 @@
218242
dependencies:
219243
"@babel/types" "^7.26.10"
220244

245+
"@babel/parser@^7.27.0":
246+
version "7.27.0"
247+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
248+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
249+
dependencies:
250+
"@babel/types" "^7.27.0"
251+
221252
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
222253
version "7.25.9"
223254
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"
@@ -820,6 +851,17 @@
820851
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
821852
"@babel/plugin-syntax-typescript" "^7.25.9"
822853

854+
"@babel/plugin-transform-typescript@^7.27.0":
855+
version "7.27.0"
856+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz#a29fd3481da85601c7e34091296e9746d2cccba8"
857+
integrity sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==
858+
dependencies:
859+
"@babel/helper-annotate-as-pure" "^7.25.9"
860+
"@babel/helper-create-class-features-plugin" "^7.27.0"
861+
"@babel/helper-plugin-utils" "^7.26.5"
862+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
863+
"@babel/plugin-syntax-typescript" "^7.25.9"
864+
823865
"@babel/plugin-transform-unicode-escapes@^7.25.9":
824866
version "7.25.9"
825867
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz#a75ef3947ce15363fccaa38e2dd9bc70b2788b82"
@@ -947,7 +989,7 @@
947989
"@babel/plugin-transform-react-jsx-development" "^7.25.9"
948990
"@babel/plugin-transform-react-pure-annotations" "^7.25.9"
949991

950-
"@babel/preset-typescript@^7.16.0", "@babel/preset-typescript@^7.26.0":
992+
"@babel/preset-typescript@^7.16.0":
951993
version "7.26.0"
952994
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d"
953995
integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==
@@ -958,6 +1000,17 @@
9581000
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
9591001
"@babel/plugin-transform-typescript" "^7.25.9"
9601002

1003+
"@babel/preset-typescript@^7.27.0":
1004+
version "7.27.0"
1005+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz#4dcb8827225975f4290961b0b089f9c694ca50c7"
1006+
integrity sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==
1007+
dependencies:
1008+
"@babel/helper-plugin-utils" "^7.26.5"
1009+
"@babel/helper-validator-option" "^7.25.9"
1010+
"@babel/plugin-syntax-jsx" "^7.25.9"
1011+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
1012+
"@babel/plugin-transform-typescript" "^7.27.0"
1013+
9611014
"@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
9621015
version "7.26.10"
9631016
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
@@ -974,6 +1027,15 @@
9741027
"@babel/parser" "^7.26.9"
9751028
"@babel/types" "^7.26.9"
9761029

1030+
"@babel/template@^7.27.0":
1031+
version "7.27.0"
1032+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1033+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1034+
dependencies:
1035+
"@babel/code-frame" "^7.26.2"
1036+
"@babel/parser" "^7.27.0"
1037+
"@babel/types" "^7.27.0"
1038+
9771039
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
9781040
version "7.26.10"
9791041
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
@@ -987,6 +1049,19 @@
9871049
debug "^4.3.1"
9881050
globals "^11.1.0"
9891051

1052+
"@babel/traverse@^7.27.0":
1053+
version "7.27.0"
1054+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
1055+
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
1056+
dependencies:
1057+
"@babel/code-frame" "^7.26.2"
1058+
"@babel/generator" "^7.27.0"
1059+
"@babel/parser" "^7.27.0"
1060+
"@babel/template" "^7.27.0"
1061+
"@babel/types" "^7.27.0"
1062+
debug "^4.3.1"
1063+
globals "^11.1.0"
1064+
9901065
"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.4.4":
9911066
version "7.26.10"
9921067
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
@@ -995,6 +1070,14 @@
9951070
"@babel/helper-string-parser" "^7.25.9"
9961071
"@babel/helper-validator-identifier" "^7.25.9"
9971072

1073+
"@babel/types@^7.27.0":
1074+
version "7.27.0"
1075+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1076+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1077+
dependencies:
1078+
"@babel/helper-string-parser" "^7.25.9"
1079+
"@babel/helper-validator-identifier" "^7.25.9"
1080+
9981081
"@discoveryjs/json-ext@^0.6.1":
9991082
version "0.6.3"
10001083
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83"

0 commit comments

Comments
 (0)