Skip to content

Commit 99e5723

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

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@babel/core": "7.26.10",
3636
"@babel/preset-env": "7.26.9",
37-
"@babel/preset-typescript": "7.26.0",
37+
"@babel/preset-typescript": "7.27.0",
3838
"@changesets/changelog-github": "0.5.1",
3939
"@changesets/cli": "2.28.1",
4040
"@theguild/prettier-config": "3.0.1",

yarn.lock

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@
110110
json5 "^2.2.3"
111111
semver "^6.3.1"
112112

113-
"@babel/generator@^7.14.0", "@babel/generator@^7.18.13", "@babel/generator@^7.26.10", "@babel/generator@^7.26.2", "@babel/generator@^7.7.2":
114-
version "7.26.10"
115-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
116-
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
113+
"@babel/generator@^7.14.0", "@babel/generator@^7.18.13", "@babel/generator@^7.26.10", "@babel/generator@^7.26.2", "@babel/generator@^7.27.0", "@babel/generator@^7.7.2":
114+
version "7.27.0"
115+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
116+
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
117117
dependencies:
118-
"@babel/parser" "^7.26.10"
119-
"@babel/types" "^7.26.10"
118+
"@babel/parser" "^7.27.0"
119+
"@babel/types" "^7.27.0"
120120
"@jridgewell/gen-mapping" "^0.3.5"
121121
"@jridgewell/trace-mapping" "^0.3.25"
122122
jsesc "^3.0.2"
@@ -139,17 +139,17 @@
139139
lru-cache "^5.1.1"
140140
semver "^6.3.1"
141141

142-
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.9":
143-
version "7.26.9"
144-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz#d6f83e3039547fbb39967e78043cd3c8b7820c71"
145-
integrity sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==
142+
"@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":
143+
version "7.27.0"
144+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30"
145+
integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==
146146
dependencies:
147147
"@babel/helper-annotate-as-pure" "^7.25.9"
148148
"@babel/helper-member-expression-to-functions" "^7.25.9"
149149
"@babel/helper-optimise-call-expression" "^7.25.9"
150150
"@babel/helper-replace-supers" "^7.26.5"
151151
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
152-
"@babel/traverse" "^7.26.9"
152+
"@babel/traverse" "^7.27.0"
153153
semver "^6.3.1"
154154

155155
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.9":
@@ -267,12 +267,12 @@
267267
"@babel/template" "^7.26.9"
268268
"@babel/types" "^7.26.10"
269269

270-
"@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.26.10", "@babel/parser@^7.26.2", "@babel/parser@^7.26.9":
271-
version "7.26.10"
272-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
273-
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
270+
"@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.26.10", "@babel/parser@^7.26.2", "@babel/parser@^7.27.0":
271+
version "7.27.0"
272+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
273+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
274274
dependencies:
275-
"@babel/types" "^7.26.10"
275+
"@babel/types" "^7.27.0"
276276

277277
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
278278
version "7.25.9"
@@ -665,7 +665,7 @@
665665
"@babel/helper-module-transforms" "^7.25.9"
666666
"@babel/helper-plugin-utils" "^7.25.9"
667667

668-
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.25.9", "@babel/plugin-transform-modules-commonjs@^7.26.3":
668+
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.26.3":
669669
version "7.26.3"
670670
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
671671
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
@@ -860,13 +860,13 @@
860860
dependencies:
861861
"@babel/helper-plugin-utils" "^7.26.5"
862862

863-
"@babel/plugin-transform-typescript@^7.25.9":
864-
version "7.26.8"
865-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz#2e9caa870aa102f50d7125240d9dbf91334b0950"
866-
integrity sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==
863+
"@babel/plugin-transform-typescript@^7.27.0":
864+
version "7.27.0"
865+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz#a29fd3481da85601c7e34091296e9746d2cccba8"
866+
integrity sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==
867867
dependencies:
868868
"@babel/helper-annotate-as-pure" "^7.25.9"
869-
"@babel/helper-create-class-features-plugin" "^7.25.9"
869+
"@babel/helper-create-class-features-plugin" "^7.27.0"
870870
"@babel/helper-plugin-utils" "^7.26.5"
871871
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
872872
"@babel/plugin-syntax-typescript" "^7.25.9"
@@ -986,16 +986,16 @@
986986
"@babel/types" "^7.4.4"
987987
esutils "^2.0.2"
988988

989-
"@babel/preset-typescript@7.26.0":
990-
version "7.26.0"
991-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d"
992-
integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==
989+
"@babel/preset-typescript@7.27.0":
990+
version "7.27.0"
991+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz#4dcb8827225975f4290961b0b089f9c694ca50c7"
992+
integrity sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==
993993
dependencies:
994-
"@babel/helper-plugin-utils" "^7.25.9"
994+
"@babel/helper-plugin-utils" "^7.26.5"
995995
"@babel/helper-validator-option" "^7.25.9"
996996
"@babel/plugin-syntax-jsx" "^7.25.9"
997-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
998-
"@babel/plugin-transform-typescript" "^7.25.9"
997+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
998+
"@babel/plugin-transform-typescript" "^7.27.0"
999999

10001000
"@babel/runtime@^7.0.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
10011001
version "7.26.10"
@@ -1004,32 +1004,32 @@
10041004
dependencies:
10051005
regenerator-runtime "^0.14.0"
10061006

1007-
"@babel/template@^7.18.10", "@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.3.3":
1008-
version "7.26.9"
1009-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1010-
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1007+
"@babel/template@^7.18.10", "@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.27.0", "@babel/template@^7.3.3":
1008+
version "7.27.0"
1009+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1010+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
10111011
dependencies:
10121012
"@babel/code-frame" "^7.26.2"
1013-
"@babel/parser" "^7.26.9"
1014-
"@babel/types" "^7.26.9"
1013+
"@babel/parser" "^7.27.0"
1014+
"@babel/types" "^7.27.0"
10151015

1016-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@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", "@babel/traverse@^7.7.2":
1017-
version "7.26.10"
1018-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1019-
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1016+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.0", "@babel/traverse@^7.7.2":
1017+
version "7.27.0"
1018+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
1019+
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
10201020
dependencies:
10211021
"@babel/code-frame" "^7.26.2"
1022-
"@babel/generator" "^7.26.10"
1023-
"@babel/parser" "^7.26.10"
1024-
"@babel/template" "^7.26.9"
1025-
"@babel/types" "^7.26.10"
1022+
"@babel/generator" "^7.27.0"
1023+
"@babel/parser" "^7.27.0"
1024+
"@babel/template" "^7.27.0"
1025+
"@babel/types" "^7.27.0"
10261026
debug "^4.3.1"
10271027
globals "^11.1.0"
10281028

1029-
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.13", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1030-
version "7.26.10"
1031-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1032-
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1029+
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.13", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1030+
version "7.27.0"
1031+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1032+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
10331033
dependencies:
10341034
"@babel/helper-string-parser" "^7.25.9"
10351035
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)