Skip to content

Commit 6ba24dc

Browse files
Bump @babel/preset-react from 7.28.5 to 7.29.7 (#1139)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.28.5 to 7.29.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.29.7/packages/babel-preset-react) --- updated-dependencies: - dependency-name: "@babel/preset-react" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60aeb8a commit 6ba24dc

2 files changed

Lines changed: 86 additions & 46 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/core": "^7.29.6",
4040
"@babel/eslint-parser": "^7.28.6",
4141
"@babel/preset-env": "^7.29.0",
42-
"@babel/preset-react": "^7.28.5",
42+
"@babel/preset-react": "^7.29.7",
4343
"babel-jest": "^30.2.0",
4444
"babel-loader": "^10.0.0",
4545
"clean-webpack-plugin": "^4.0.0",

yarn.lock

Lines changed: 85 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
eslint-visitor-keys "^2.1.0"
4747
semver "^6.3.1"
4848

49-
"@babel/generator@^7.27.5", "@babel/generator@^7.29.0", "@babel/generator@^7.29.6":
49+
"@babel/generator@^7.27.5", "@babel/generator@^7.29.0", "@babel/generator@^7.29.6", "@babel/generator@^7.29.7":
5050
version "7.29.7"
5151
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
5252
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
@@ -64,6 +64,13 @@
6464
dependencies:
6565
"@babel/types" "^7.27.3"
6666

67+
"@babel/helper-annotate-as-pure@^7.29.7":
68+
version "7.29.7"
69+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz#c70fe3c6ecbdc3fd2dd1b0f498428b88b82ce47f"
70+
integrity sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==
71+
dependencies:
72+
"@babel/types" "^7.29.7"
73+
6774
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6":
6875
version "7.28.6"
6976
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
@@ -122,6 +129,11 @@
122129
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
123130
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
124131

132+
"@babel/helper-globals@^7.29.7":
133+
version "7.29.7"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
135+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
136+
125137
"@babel/helper-member-expression-to-functions@^7.27.1":
126138
version "7.27.1"
127139
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -138,7 +150,7 @@
138150
"@babel/traverse" "^7.28.5"
139151
"@babel/types" "^7.28.5"
140152

141-
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.27.1":
153+
"@babel/helper-module-imports@^7.16.7":
142154
version "7.27.1"
143155
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
144156
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
@@ -154,6 +166,14 @@
154166
"@babel/traverse" "^7.28.6"
155167
"@babel/types" "^7.28.6"
156168

169+
"@babel/helper-module-imports@^7.29.7":
170+
version "7.29.7"
171+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
172+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
173+
dependencies:
174+
"@babel/traverse" "^7.29.7"
175+
"@babel/types" "^7.29.7"
176+
157177
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6":
158178
version "7.28.6"
159179
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -170,10 +190,10 @@
170190
dependencies:
171191
"@babel/types" "^7.27.1"
172192

173-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.28.6", "@babel/helper-plugin-utils@^7.8.0":
174-
version "7.28.6"
175-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
176-
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
193+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.28.6", "@babel/helper-plugin-utils@^7.29.7", "@babel/helper-plugin-utils@^7.8.0":
194+
version "7.29.7"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz#c0a0766f1a13617d8a17407d7ab8f9d486225ea4"
196+
integrity sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==
177197

178198
"@babel/helper-remap-async-to-generator@^7.27.1":
179199
version "7.27.1"
@@ -225,10 +245,10 @@
225245
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
226246
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
227247

228-
"@babel/helper-validator-option@^7.27.1":
229-
version "7.27.1"
230-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
231-
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
248+
"@babel/helper-validator-option@^7.27.1", "@babel/helper-validator-option@^7.29.7":
249+
version "7.29.7"
250+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
251+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
232252

233253
"@babel/helper-wrap-function@^7.27.1":
234254
version "7.28.3"
@@ -361,6 +381,13 @@
361381
dependencies:
362382
"@babel/helper-plugin-utils" "^7.27.1"
363383

384+
"@babel/plugin-syntax-jsx@^7.29.7":
385+
version "7.29.7"
386+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz#622c16f9ad63782fe6e83dadc7e40330744b7f1e"
387+
integrity sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==
388+
dependencies:
389+
"@babel/helper-plugin-utils" "^7.29.7"
390+
364391
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
365392
version "7.10.4"
366393
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -740,38 +767,38 @@
740767
dependencies:
741768
"@babel/helper-plugin-utils" "^7.27.1"
742769

743-
"@babel/plugin-transform-react-display-name@^7.28.0":
744-
version "7.28.0"
745-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz#6f20a7295fea7df42eb42fed8f896813f5b934de"
746-
integrity sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==
770+
"@babel/plugin-transform-react-display-name@^7.29.7":
771+
version "7.29.7"
772+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.29.7.tgz#bf161a6d750267b79db7ff6f8fb89c3369b02df3"
773+
integrity sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==
747774
dependencies:
748-
"@babel/helper-plugin-utils" "^7.27.1"
775+
"@babel/helper-plugin-utils" "^7.29.7"
749776

750-
"@babel/plugin-transform-react-jsx-development@^7.27.1":
751-
version "7.27.1"
752-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz#47ff95940e20a3a70e68ad3d4fcb657b647f6c98"
753-
integrity sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==
777+
"@babel/plugin-transform-react-jsx-development@^7.29.7":
778+
version "7.29.7"
779+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.29.7.tgz#64e6aacb5cb43b9e80d3d5f19ddefc158a624f09"
780+
integrity sha512-Xfy3UVMF04+ypnFbkhvfqtmvwfe92qwQdbGZVonhE+6v35GzlofmOnA1szaZqzb9xYWr0nl1e5EMmzi0DNON1g==
754781
dependencies:
755-
"@babel/plugin-transform-react-jsx" "^7.27.1"
782+
"@babel/plugin-transform-react-jsx" "^7.29.7"
756783

757-
"@babel/plugin-transform-react-jsx@^7.27.1":
758-
version "7.27.1"
759-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz#1023bc94b78b0a2d68c82b5e96aed573bcfb9db0"
760-
integrity sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==
784+
"@babel/plugin-transform-react-jsx@^7.29.7":
785+
version "7.29.7"
786+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.29.7.tgz#3d16a0e5773f079400a8c82a190709cdf92ee204"
787+
integrity sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==
761788
dependencies:
762-
"@babel/helper-annotate-as-pure" "^7.27.1"
763-
"@babel/helper-module-imports" "^7.27.1"
764-
"@babel/helper-plugin-utils" "^7.27.1"
765-
"@babel/plugin-syntax-jsx" "^7.27.1"
766-
"@babel/types" "^7.27.1"
789+
"@babel/helper-annotate-as-pure" "^7.29.7"
790+
"@babel/helper-module-imports" "^7.29.7"
791+
"@babel/helper-plugin-utils" "^7.29.7"
792+
"@babel/plugin-syntax-jsx" "^7.29.7"
793+
"@babel/types" "^7.29.7"
767794

768-
"@babel/plugin-transform-react-pure-annotations@^7.27.1":
769-
version "7.27.1"
770-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz#339f1ce355eae242e0649f232b1c68907c02e879"
771-
integrity sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==
795+
"@babel/plugin-transform-react-pure-annotations@^7.29.7":
796+
version "7.29.7"
797+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.29.7.tgz#76445c90112dd0a7371b63264563bfa9a4fcd6e3"
798+
integrity sha512-H5E+HBgDpr6Q5t+Aj11tL7XkIui1jhbIoArVQnqjgXo5/3YxkN7ZEBcWF4RQlB0T4rrxJQbXS6kiFV6B7XTqUA==
772799
dependencies:
773-
"@babel/helper-annotate-as-pure" "^7.27.1"
774-
"@babel/helper-plugin-utils" "^7.27.1"
800+
"@babel/helper-annotate-as-pure" "^7.29.7"
801+
"@babel/helper-plugin-utils" "^7.29.7"
775802

776803
"@babel/plugin-transform-regenerator@^7.29.0":
777804
version "7.29.0"
@@ -947,17 +974,17 @@
947974
"@babel/types" "^7.4.4"
948975
esutils "^2.0.2"
949976

950-
"@babel/preset-react@^7.28.5":
951-
version "7.28.5"
952-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.28.5.tgz#6fcc0400fa79698433d653092c3919bb4b0878d9"
953-
integrity sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==
977+
"@babel/preset-react@^7.29.7":
978+
version "7.29.7"
979+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.29.7.tgz#2ed18366e38c2081bbf1760dc01e88fa5674eb17"
980+
integrity sha512-C+PV1TFUPTmBQGoPBL8j2QmLpZ117YTCwxIZeJOM96GbYMFSc7/pOXU5lVykwnZxyTqQxRsvoRk6f2FktZgGHA==
954981
dependencies:
955-
"@babel/helper-plugin-utils" "^7.27.1"
956-
"@babel/helper-validator-option" "^7.27.1"
957-
"@babel/plugin-transform-react-display-name" "^7.28.0"
958-
"@babel/plugin-transform-react-jsx" "^7.27.1"
959-
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
960-
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"
982+
"@babel/helper-plugin-utils" "^7.29.7"
983+
"@babel/helper-validator-option" "^7.29.7"
984+
"@babel/plugin-transform-react-display-name" "^7.29.7"
985+
"@babel/plugin-transform-react-jsx" "^7.29.7"
986+
"@babel/plugin-transform-react-jsx-development" "^7.29.7"
987+
"@babel/plugin-transform-react-pure-annotations" "^7.29.7"
961988

962989
"@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
963990
version "7.28.4"
@@ -986,6 +1013,19 @@
9861013
"@babel/types" "^7.29.0"
9871014
debug "^4.3.1"
9881015

1016+
"@babel/traverse@^7.29.7":
1017+
version "7.29.7"
1018+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1019+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1020+
dependencies:
1021+
"@babel/code-frame" "^7.29.7"
1022+
"@babel/generator" "^7.29.7"
1023+
"@babel/helper-globals" "^7.29.7"
1024+
"@babel/parser" "^7.29.7"
1025+
"@babel/template" "^7.29.7"
1026+
"@babel/types" "^7.29.7"
1027+
debug "^4.3.1"
1028+
9891029
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.29.7", "@babel/types@^7.4.4":
9901030
version "7.29.7"
9911031
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"

0 commit comments

Comments
 (0)