Skip to content

Commit f85505c

Browse files
chore(deps): update dependency @babel/preset-typescript to v7.27.0 (#943)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be1f50b commit f85505c

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@babel/plugin-proposal-class-properties": "7.18.6",
4444
"@babel/plugin-proposal-decorators": "7.25.9",
4545
"@babel/preset-env": "7.26.8",
46-
"@babel/preset-typescript": "7.26.0",
46+
"@babel/preset-typescript": "7.27.0",
4747
"@changesets/cli": "2.28.1",
4848
"@changesets/changelog-github": "0.5.1",
4949
"@types/babel__core": "7.20.5",

yarn.lock

+49-49
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@
111111
json5 "^2.2.3"
112112
semver "^6.3.1"
113113

114-
"@babel/generator@^7.14.0", "@babel/generator@^7.26.8", "@babel/generator@^7.7.2":
115-
version "7.26.8"
116-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
117-
integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==
114+
"@babel/generator@^7.14.0", "@babel/generator@^7.26.8", "@babel/generator@^7.27.0", "@babel/generator@^7.7.2":
115+
version "7.27.0"
116+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
117+
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
118118
dependencies:
119-
"@babel/parser" "^7.26.8"
120-
"@babel/types" "^7.26.8"
119+
"@babel/parser" "^7.27.0"
120+
"@babel/types" "^7.27.0"
121121
"@jridgewell/gen-mapping" "^0.3.5"
122122
"@jridgewell/trace-mapping" "^0.3.25"
123123
jsesc "^3.0.2"
@@ -140,17 +140,17 @@
140140
lru-cache "^5.1.1"
141141
semver "^6.3.1"
142142

143-
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.9":
144-
version "7.25.9"
145-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz#7644147706bb90ff613297d49ed5266bde729f83"
146-
integrity sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==
143+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.9", "@babel/helper-create-class-features-plugin@^7.27.0":
144+
version "7.27.0"
145+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30"
146+
integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==
147147
dependencies:
148148
"@babel/helper-annotate-as-pure" "^7.25.9"
149149
"@babel/helper-member-expression-to-functions" "^7.25.9"
150150
"@babel/helper-optimise-call-expression" "^7.25.9"
151-
"@babel/helper-replace-supers" "^7.25.9"
151+
"@babel/helper-replace-supers" "^7.26.5"
152152
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
153-
"@babel/traverse" "^7.25.9"
153+
"@babel/traverse" "^7.27.0"
154154
semver "^6.3.1"
155155

156156
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.9":
@@ -219,7 +219,7 @@
219219
"@babel/helper-wrap-function" "^7.25.9"
220220
"@babel/traverse" "^7.25.9"
221221

222-
"@babel/helper-replace-supers@^7.25.9":
222+
"@babel/helper-replace-supers@^7.25.9", "@babel/helper-replace-supers@^7.26.5":
223223
version "7.26.5"
224224
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d"
225225
integrity sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==
@@ -268,12 +268,12 @@
268268
"@babel/template" "^7.25.9"
269269
"@babel/types" "^7.26.7"
270270

271-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.8":
272-
version "7.26.8"
273-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
274-
integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==
271+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.8", "@babel/parser@^7.27.0":
272+
version "7.27.0"
273+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
274+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
275275
dependencies:
276-
"@babel/types" "^7.26.8"
276+
"@babel/types" "^7.27.0"
277277

278278
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
279279
version "7.25.9"
@@ -682,7 +682,7 @@
682682
"@babel/helper-module-transforms" "^7.25.9"
683683
"@babel/helper-plugin-utils" "^7.25.9"
684684

685-
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.25.9", "@babel/plugin-transform-modules-commonjs@^7.26.3":
685+
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.26.3":
686686
version "7.26.3"
687687
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
688688
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
@@ -891,13 +891,13 @@
891891
dependencies:
892892
"@babel/helper-plugin-utils" "^7.26.5"
893893

894-
"@babel/plugin-transform-typescript@^7.25.9":
895-
version "7.26.7"
896-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.7.tgz#64339515ea3eff610160f62499c3ef437d0ac83d"
897-
integrity sha512-5cJurntg+AT+cgelGP9Bt788DKiAw9gIMSMU2NJrLAilnj0m8WZWUNZPSLOmadYsujHutpgElO+50foX+ib/Wg==
894+
"@babel/plugin-transform-typescript@^7.27.0":
895+
version "7.27.0"
896+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz#a29fd3481da85601c7e34091296e9746d2cccba8"
897+
integrity sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==
898898
dependencies:
899899
"@babel/helper-annotate-as-pure" "^7.25.9"
900-
"@babel/helper-create-class-features-plugin" "^7.25.9"
900+
"@babel/helper-create-class-features-plugin" "^7.27.0"
901901
"@babel/helper-plugin-utils" "^7.26.5"
902902
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
903903
"@babel/plugin-syntax-typescript" "^7.25.9"
@@ -1017,16 +1017,16 @@
10171017
"@babel/types" "^7.4.4"
10181018
esutils "^2.0.2"
10191019

1020-
"@babel/preset-typescript@7.26.0":
1021-
version "7.26.0"
1022-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d"
1023-
integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==
1020+
"@babel/preset-typescript@7.27.0":
1021+
version "7.27.0"
1022+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz#4dcb8827225975f4290961b0b089f9c694ca50c7"
1023+
integrity sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==
10241024
dependencies:
1025-
"@babel/helper-plugin-utils" "^7.25.9"
1025+
"@babel/helper-plugin-utils" "^7.26.5"
10261026
"@babel/helper-validator-option" "^7.25.9"
10271027
"@babel/plugin-syntax-jsx" "^7.25.9"
1028-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1029-
"@babel/plugin-transform-typescript" "^7.25.9"
1028+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
1029+
"@babel/plugin-transform-typescript" "^7.27.0"
10301030

10311031
"@babel/runtime@^7.0.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
10321032
version "7.26.7"
@@ -1035,32 +1035,32 @@
10351035
dependencies:
10361036
regenerator-runtime "^0.14.0"
10371037

1038-
"@babel/template@^7.25.9", "@babel/template@^7.26.8", "@babel/template@^7.3.3":
1039-
version "7.26.8"
1040-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19"
1041-
integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==
1038+
"@babel/template@^7.25.9", "@babel/template@^7.26.8", "@babel/template@^7.27.0", "@babel/template@^7.3.3":
1039+
version "7.27.0"
1040+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1041+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
10421042
dependencies:
10431043
"@babel/code-frame" "^7.26.2"
1044-
"@babel/parser" "^7.26.8"
1045-
"@babel/types" "^7.26.8"
1044+
"@babel/parser" "^7.27.0"
1045+
"@babel/types" "^7.27.0"
10461046

1047-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8":
1048-
version "7.26.8"
1049-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
1050-
integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==
1047+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.0":
1048+
version "7.27.0"
1049+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
1050+
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
10511051
dependencies:
10521052
"@babel/code-frame" "^7.26.2"
1053-
"@babel/generator" "^7.26.8"
1054-
"@babel/parser" "^7.26.8"
1055-
"@babel/template" "^7.26.8"
1056-
"@babel/types" "^7.26.8"
1053+
"@babel/generator" "^7.27.0"
1054+
"@babel/parser" "^7.27.0"
1055+
"@babel/template" "^7.27.0"
1056+
"@babel/types" "^7.27.0"
10571057
debug "^4.3.1"
10581058
globals "^11.1.0"
10591059

1060-
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.26.8", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1061-
version "7.26.8"
1062-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
1063-
integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==
1060+
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.26.8", "@babel/types@^7.27.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1061+
version "7.27.0"
1062+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1063+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
10641064
dependencies:
10651065
"@babel/helper-string-parser" "^7.25.9"
10661066
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)