Skip to content

Commit ef891cd

Browse files
chore(deps-dev): Bump @babel/preset-typescript from 7.23.3 to 7.24.7 (#2689)
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.23.3 to 7.24.7. - [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.24.7/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 8edd26b commit ef891cd

File tree

1 file changed

+75
-38
lines changed

1 file changed

+75
-38
lines changed

yarn.lock

+75-38
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,16 @@
873873
"@jridgewell/trace-mapping" "^0.3.25"
874874
jsesc "^2.5.1"
875875

876+
"@babel/generator@^7.25.6":
877+
version "7.25.6"
878+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c"
879+
integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==
880+
dependencies:
881+
"@babel/types" "^7.25.6"
882+
"@jridgewell/gen-mapping" "^0.3.5"
883+
"@jridgewell/trace-mapping" "^0.3.25"
884+
jsesc "^2.5.1"
885+
876886
"@babel/helper-annotate-as-pure@^7.18.6":
877887
version "7.18.6"
878888
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -1006,6 +1016,19 @@
10061016
"@babel/helper-split-export-declaration" "^7.24.7"
10071017
semver "^6.3.1"
10081018

1019+
"@babel/helper-create-class-features-plugin@^7.25.0":
1020+
version "7.25.4"
1021+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14"
1022+
integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==
1023+
dependencies:
1024+
"@babel/helper-annotate-as-pure" "^7.24.7"
1025+
"@babel/helper-member-expression-to-functions" "^7.24.8"
1026+
"@babel/helper-optimise-call-expression" "^7.24.7"
1027+
"@babel/helper-replace-supers" "^7.25.0"
1028+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
1029+
"@babel/traverse" "^7.25.4"
1030+
semver "^6.3.1"
1031+
10091032
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
10101033
version "7.22.15"
10111034
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
@@ -1493,6 +1516,13 @@
14931516
dependencies:
14941517
"@babel/types" "^7.25.2"
14951518

1519+
"@babel/parser@^7.25.6":
1520+
version "7.25.6"
1521+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f"
1522+
integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==
1523+
dependencies:
1524+
"@babel/types" "^7.25.6"
1525+
14961526
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
14971527
version "7.25.3"
14981528
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
@@ -1677,13 +1707,6 @@
16771707
dependencies:
16781708
"@babel/helper-plugin-utils" "^7.8.0"
16791709

1680-
"@babel/plugin-syntax-jsx@^7.23.3":
1681-
version "7.23.3"
1682-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473"
1683-
integrity sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==
1684-
dependencies:
1685-
"@babel/helper-plugin-utils" "^7.22.5"
1686-
16871710
"@babel/plugin-syntax-jsx@^7.24.7":
16881711
version "7.24.7"
16891712
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz#39a1fa4a7e3d3d7f34e2acc6be585b718d30e02d"
@@ -1747,12 +1770,12 @@
17471770
dependencies:
17481771
"@babel/helper-plugin-utils" "^7.14.5"
17491772

1750-
"@babel/plugin-syntax-typescript@^7.23.3":
1751-
version "7.23.3"
1752-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz#24f460c85dbbc983cd2b9c4994178bcc01df958f"
1753-
integrity sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==
1773+
"@babel/plugin-syntax-typescript@^7.24.7":
1774+
version "7.25.4"
1775+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz#04db9ce5a9043d9c635e75ae7969a2cd50ca97ff"
1776+
integrity sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==
17541777
dependencies:
1755-
"@babel/helper-plugin-utils" "^7.22.5"
1778+
"@babel/helper-plugin-utils" "^7.24.8"
17561779

17571780
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
17581781
version "7.18.6"
@@ -2136,16 +2159,7 @@
21362159
"@babel/helper-module-transforms" "^7.24.7"
21372160
"@babel/helper-plugin-utils" "^7.24.7"
21382161

2139-
"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.23.3":
2140-
version "7.23.3"
2141-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz#661ae831b9577e52be57dd8356b734f9700b53b4"
2142-
integrity sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==
2143-
dependencies:
2144-
"@babel/helper-module-transforms" "^7.23.3"
2145-
"@babel/helper-plugin-utils" "^7.22.5"
2146-
"@babel/helper-simple-access" "^7.22.5"
2147-
2148-
"@babel/plugin-transform-modules-commonjs@^7.24.8":
2162+
"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.23.3", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8":
21492163
version "7.24.8"
21502164
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz#ab6421e564b717cb475d6fff70ae7f103536ea3c"
21512165
integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==
@@ -2522,15 +2536,16 @@
25222536
dependencies:
25232537
"@babel/helper-plugin-utils" "^7.24.8"
25242538

2525-
"@babel/plugin-transform-typescript@^7.23.3":
2526-
version "7.23.3"
2527-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz#ce806e6cb485d468c48c4f717696719678ab0138"
2528-
integrity sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==
2539+
"@babel/plugin-transform-typescript@^7.24.7":
2540+
version "7.25.2"
2541+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz#237c5d10de6d493be31637c6b9fa30b6c5461add"
2542+
integrity sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==
25292543
dependencies:
2530-
"@babel/helper-annotate-as-pure" "^7.22.5"
2531-
"@babel/helper-create-class-features-plugin" "^7.22.15"
2532-
"@babel/helper-plugin-utils" "^7.22.5"
2533-
"@babel/plugin-syntax-typescript" "^7.23.3"
2544+
"@babel/helper-annotate-as-pure" "^7.24.7"
2545+
"@babel/helper-create-class-features-plugin" "^7.25.0"
2546+
"@babel/helper-plugin-utils" "^7.24.8"
2547+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
2548+
"@babel/plugin-syntax-typescript" "^7.24.7"
25342549

25352550
"@babel/plugin-transform-unicode-escapes@^7.23.3":
25362551
version "7.23.3"
@@ -2800,15 +2815,15 @@
28002815
"@babel/plugin-transform-react-pure-annotations" "^7.24.7"
28012816

28022817
"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.23.3":
2803-
version "7.23.3"
2804-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz#14534b34ed5b6d435aa05f1ae1c5e7adcc01d913"
2805-
integrity sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==
2818+
version "7.24.7"
2819+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz#66cd86ea8f8c014855671d5ea9a737139cbbfef1"
2820+
integrity sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==
28062821
dependencies:
2807-
"@babel/helper-plugin-utils" "^7.22.5"
2808-
"@babel/helper-validator-option" "^7.22.15"
2809-
"@babel/plugin-syntax-jsx" "^7.23.3"
2810-
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
2811-
"@babel/plugin-transform-typescript" "^7.23.3"
2822+
"@babel/helper-plugin-utils" "^7.24.7"
2823+
"@babel/helper-validator-option" "^7.24.7"
2824+
"@babel/plugin-syntax-jsx" "^7.24.7"
2825+
"@babel/plugin-transform-modules-commonjs" "^7.24.7"
2826+
"@babel/plugin-transform-typescript" "^7.24.7"
28122827

28132828
"@babel/register@^7.13.16":
28142829
version "7.22.15"
@@ -2954,6 +2969,19 @@
29542969
debug "^4.3.1"
29552970
globals "^11.1.0"
29562971

2972+
"@babel/traverse@^7.25.4":
2973+
version "7.25.6"
2974+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
2975+
integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==
2976+
dependencies:
2977+
"@babel/code-frame" "^7.24.7"
2978+
"@babel/generator" "^7.25.6"
2979+
"@babel/parser" "^7.25.6"
2980+
"@babel/template" "^7.25.0"
2981+
"@babel/types" "^7.25.6"
2982+
debug "^4.3.1"
2983+
globals "^11.1.0"
2984+
29572985
"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
29582986
version "7.19.0"
29592987
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -3008,6 +3036,15 @@
30083036
"@babel/helper-validator-identifier" "^7.24.7"
30093037
to-fast-properties "^2.0.0"
30103038

3039+
"@babel/types@^7.25.6":
3040+
version "7.25.6"
3041+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6"
3042+
integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==
3043+
dependencies:
3044+
"@babel/helper-string-parser" "^7.24.8"
3045+
"@babel/helper-validator-identifier" "^7.24.7"
3046+
to-fast-properties "^2.0.0"
3047+
30113048
30123049
version "1.0.1"
30133050
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"

0 commit comments

Comments
 (0)