Skip to content

Commit 1341610

Browse files
Bump @babel/plugin-transform-modules-systemjs (#630)
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) 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-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cbc832 commit 1341610

1 file changed

Lines changed: 101 additions & 7 deletions

File tree

packages/rescript-relay/yarn.lock

Lines changed: 101 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
js-tokens "^4.0.0"
2727
picocolors "^1.1.1"
2828

29+
"@babel/code-frame@^7.29.7":
30+
version "7.29.7"
31+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
32+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
33+
dependencies:
34+
"@babel/helper-validator-identifier" "^7.29.7"
35+
js-tokens "^4.0.0"
36+
picocolors "^1.1.1"
37+
2938
"@babel/compat-data@^7.17.10":
3039
version "7.17.10"
3140
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -98,6 +107,17 @@
98107
"@jridgewell/trace-mapping" "^0.3.28"
99108
jsesc "^3.0.2"
100109

110+
"@babel/generator@^7.29.7":
111+
version "7.29.7"
112+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
113+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
114+
dependencies:
115+
"@babel/parser" "^7.29.7"
116+
"@babel/types" "^7.29.7"
117+
"@jridgewell/gen-mapping" "^0.3.12"
118+
"@jridgewell/trace-mapping" "^0.3.28"
119+
jsesc "^3.0.2"
120+
101121
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
102122
version "7.27.3"
103123
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -177,6 +197,11 @@
177197
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
178198
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
179199

200+
"@babel/helper-globals@^7.29.7":
201+
version "7.29.7"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
203+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
204+
180205
"@babel/helper-hoist-variables@^7.16.7":
181206
version "7.16.7"
182207
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
@@ -207,6 +232,14 @@
207232
"@babel/traverse" "^7.27.1"
208233
"@babel/types" "^7.27.1"
209234

235+
"@babel/helper-module-imports@^7.29.7":
236+
version "7.29.7"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
238+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
239+
dependencies:
240+
"@babel/traverse" "^7.29.7"
241+
"@babel/types" "^7.29.7"
242+
210243
"@babel/helper-module-transforms@^7.18.0":
211244
version "7.18.0"
212245
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
@@ -230,6 +263,15 @@
230263
"@babel/helper-validator-identifier" "^7.27.1"
231264
"@babel/traverse" "^7.28.3"
232265

266+
"@babel/helper-module-transforms@^7.29.7":
267+
version "7.29.7"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
269+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
270+
dependencies:
271+
"@babel/helper-module-imports" "^7.29.7"
272+
"@babel/helper-validator-identifier" "^7.29.7"
273+
"@babel/traverse" "^7.29.7"
274+
233275
"@babel/helper-optimise-call-expression@^7.27.1":
234276
version "7.27.1"
235277
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -247,6 +289,11 @@
247289
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
248290
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
249291

292+
"@babel/helper-plugin-utils@^7.29.7":
293+
version "7.29.7"
294+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz#c0a0766f1a13617d8a17407d7ab8f9d486225ea4"
295+
integrity sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==
296+
250297
"@babel/helper-remap-async-to-generator@^7.27.1":
251298
version "7.27.1"
252299
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
@@ -292,6 +339,11 @@
292339
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
293340
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
294341

342+
"@babel/helper-string-parser@^7.29.7":
343+
version "7.29.7"
344+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
345+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
346+
295347
"@babel/helper-validator-identifier@^7.16.7":
296348
version "7.16.7"
297349
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -302,6 +354,11 @@
302354
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
303355
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
304356

357+
"@babel/helper-validator-identifier@^7.29.7":
358+
version "7.29.7"
359+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
360+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
361+
305362
"@babel/helper-validator-option@^7.16.7":
306363
version "7.16.7"
307364
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -359,6 +416,13 @@
359416
dependencies:
360417
"@babel/types" "^7.28.5"
361418

419+
"@babel/parser@^7.29.7":
420+
version "7.29.7"
421+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
422+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
423+
dependencies:
424+
"@babel/types" "^7.29.7"
425+
362426
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
363427
version "7.28.5"
364428
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
@@ -720,14 +784,14 @@
720784
"@babel/helper-plugin-utils" "^7.27.1"
721785

722786
"@babel/plugin-transform-modules-systemjs@^7.28.5":
723-
version "7.28.5"
724-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
725-
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
787+
version "7.29.7"
788+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.7.tgz#e575dd2ab9882906de120ff7dc9dee9914d8b6f3"
789+
integrity sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==
726790
dependencies:
727-
"@babel/helper-module-transforms" "^7.28.3"
728-
"@babel/helper-plugin-utils" "^7.27.1"
729-
"@babel/helper-validator-identifier" "^7.28.5"
730-
"@babel/traverse" "^7.28.5"
791+
"@babel/helper-module-transforms" "^7.29.7"
792+
"@babel/helper-plugin-utils" "^7.29.7"
793+
"@babel/helper-validator-identifier" "^7.29.7"
794+
"@babel/traverse" "^7.29.7"
731795

732796
"@babel/plugin-transform-modules-umd@^7.27.1":
733797
version "7.27.1"
@@ -1037,6 +1101,15 @@
10371101
"@babel/parser" "^7.27.2"
10381102
"@babel/types" "^7.27.1"
10391103

1104+
"@babel/template@^7.29.7":
1105+
version "7.29.7"
1106+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1107+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1108+
dependencies:
1109+
"@babel/code-frame" "^7.29.7"
1110+
"@babel/parser" "^7.29.7"
1111+
"@babel/types" "^7.29.7"
1112+
10401113
"@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.2":
10411114
version "7.18.2"
10421115
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
@@ -1066,6 +1139,19 @@
10661139
"@babel/types" "^7.28.5"
10671140
debug "^4.3.1"
10681141

1142+
"@babel/traverse@^7.29.7":
1143+
version "7.29.7"
1144+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1145+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1146+
dependencies:
1147+
"@babel/code-frame" "^7.29.7"
1148+
"@babel/generator" "^7.29.7"
1149+
"@babel/helper-globals" "^7.29.7"
1150+
"@babel/parser" "^7.29.7"
1151+
"@babel/template" "^7.29.7"
1152+
"@babel/types" "^7.29.7"
1153+
debug "^4.3.1"
1154+
10691155
"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
10701156
version "7.18.2"
10711157
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.2.tgz#191abfed79ebe6f4242f643a9a5cbaa36b10b091"
@@ -1082,6 +1168,14 @@
10821168
"@babel/helper-string-parser" "^7.27.1"
10831169
"@babel/helper-validator-identifier" "^7.28.5"
10841170

1171+
"@babel/types@^7.29.7":
1172+
version "7.29.7"
1173+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1174+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1175+
dependencies:
1176+
"@babel/helper-string-parser" "^7.29.7"
1177+
"@babel/helper-validator-identifier" "^7.29.7"
1178+
10851179
"@bcoe/v8-coverage@^0.2.3":
10861180
version "0.2.3"
10871181
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)