Skip to content

Commit 4dc0bf6

Browse files
chore(deps-dev): bump @babel/preset-typescript from 7.27.1 to 7.28.5
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.27.1 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>
1 parent 3f454bd commit 4dc0bf6

File tree

2 files changed

+77
-12
lines changed

2 files changed

+77
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@babel/preset-env": "^7.28.3",
3737
"@babel/preset-react": "^7.28.5",
38-
"@babel/preset-typescript": "^7.27.1",
38+
"@babel/preset-typescript": "^7.28.5",
3939
"@testing-library/jest-dom": "^5.17.0",
4040
"@testing-library/react": "^15.0.7",
4141
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 76 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,17 @@
9898
"@jridgewell/trace-mapping" "^0.3.28"
9999
jsesc "^3.0.2"
100100

101+
"@babel/generator@^7.28.5":
102+
version "7.28.5"
103+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
104+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
105+
dependencies:
106+
"@babel/parser" "^7.28.5"
107+
"@babel/types" "^7.28.5"
108+
"@jridgewell/gen-mapping" "^0.3.12"
109+
"@jridgewell/trace-mapping" "^0.3.28"
110+
jsesc "^3.0.2"
111+
101112
"@babel/helper-annotate-as-pure@^7.18.6":
102113
version "7.18.6"
103114
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -156,6 +167,19 @@
156167
"@babel/traverse" "^7.28.3"
157168
semver "^6.3.1"
158169

170+
"@babel/helper-create-class-features-plugin@^7.28.5":
171+
version "7.28.5"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
173+
integrity sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==
174+
dependencies:
175+
"@babel/helper-annotate-as-pure" "^7.27.3"
176+
"@babel/helper-member-expression-to-functions" "^7.28.5"
177+
"@babel/helper-optimise-call-expression" "^7.27.1"
178+
"@babel/helper-replace-supers" "^7.27.1"
179+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
180+
"@babel/traverse" "^7.28.5"
181+
semver "^6.3.1"
182+
159183
"@babel/helper-create-regexp-features-plugin@^7.18.6":
160184
version "7.19.0"
161185
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
@@ -197,6 +221,14 @@
197221
"@babel/traverse" "^7.27.1"
198222
"@babel/types" "^7.27.1"
199223

224+
"@babel/helper-member-expression-to-functions@^7.28.5":
225+
version "7.28.5"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
227+
integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==
228+
dependencies:
229+
"@babel/traverse" "^7.28.5"
230+
"@babel/types" "^7.28.5"
231+
200232
"@babel/helper-module-imports@^7.27.1":
201233
version "7.27.1"
202234
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
@@ -286,6 +318,11 @@
286318
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
287319
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
288320

321+
"@babel/helper-validator-identifier@^7.28.5":
322+
version "7.28.5"
323+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
324+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
325+
289326
"@babel/helper-validator-option@^7.27.1":
290327
version "7.27.1"
291328
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -355,6 +392,13 @@
355392
dependencies:
356393
"@babel/types" "^7.28.4"
357394

395+
"@babel/parser@^7.28.5":
396+
version "7.28.5"
397+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
398+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
399+
dependencies:
400+
"@babel/types" "^7.28.5"
401+
358402
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
359403
version "7.27.1"
360404
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -946,13 +990,13 @@
946990
dependencies:
947991
"@babel/helper-plugin-utils" "^7.27.1"
948992

949-
"@babel/plugin-transform-typescript@^7.27.1":
950-
version "7.27.1"
951-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz#d3bb65598bece03f773111e88cc4e8e5070f1140"
952-
integrity sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==
993+
"@babel/plugin-transform-typescript@^7.28.5":
994+
version "7.28.5"
995+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz#441c5f9a4a1315039516c6c612fc66d5f4594e72"
996+
integrity sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==
953997
dependencies:
954-
"@babel/helper-annotate-as-pure" "^7.27.1"
955-
"@babel/helper-create-class-features-plugin" "^7.27.1"
998+
"@babel/helper-annotate-as-pure" "^7.27.3"
999+
"@babel/helper-create-class-features-plugin" "^7.28.5"
9561000
"@babel/helper-plugin-utils" "^7.27.1"
9571001
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
9581002
"@babel/plugin-syntax-typescript" "^7.27.1"
@@ -1085,16 +1129,16 @@
10851129
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
10861130
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"
10871131

1088-
"@babel/preset-typescript@^7.27.1":
1089-
version "7.27.1"
1090-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
1091-
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
1132+
"@babel/preset-typescript@^7.28.5":
1133+
version "7.28.5"
1134+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
1135+
integrity sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==
10921136
dependencies:
10931137
"@babel/helper-plugin-utils" "^7.27.1"
10941138
"@babel/helper-validator-option" "^7.27.1"
10951139
"@babel/plugin-syntax-jsx" "^7.27.1"
10961140
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1097-
"@babel/plugin-transform-typescript" "^7.27.1"
1141+
"@babel/plugin-transform-typescript" "^7.28.5"
10981142

10991143
"@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2":
11001144
version "7.19.0"
@@ -1173,6 +1217,19 @@
11731217
"@babel/types" "^7.28.4"
11741218
debug "^4.3.1"
11751219

1220+
"@babel/traverse@^7.28.5":
1221+
version "7.28.5"
1222+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1223+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1224+
dependencies:
1225+
"@babel/code-frame" "^7.27.1"
1226+
"@babel/generator" "^7.28.5"
1227+
"@babel/helper-globals" "^7.28.0"
1228+
"@babel/parser" "^7.28.5"
1229+
"@babel/template" "^7.27.2"
1230+
"@babel/types" "^7.28.5"
1231+
debug "^4.3.1"
1232+
11761233
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
11771234
version "7.23.0"
11781235
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
@@ -1214,6 +1271,14 @@
12141271
"@babel/helper-string-parser" "^7.27.1"
12151272
"@babel/helper-validator-identifier" "^7.27.1"
12161273

1274+
"@babel/types@^7.28.5":
1275+
version "7.28.5"
1276+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1277+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1278+
dependencies:
1279+
"@babel/helper-string-parser" "^7.27.1"
1280+
"@babel/helper-validator-identifier" "^7.28.5"
1281+
12171282
"@bcoe/v8-coverage@^0.2.3":
12181283
version "0.2.3"
12191284
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)