Skip to content

Commit 9c3d6bf

Browse files
chore(deps): update babel monorepo to v7.28.0 (#465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8bd02a commit 9c3d6bf

File tree

2 files changed

+76
-42
lines changed

2 files changed

+76
-42
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"url": "https://github.com/CareLuLu/react-native-web-jsonschema-form"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "7.27.2",
22-
"@babel/core": "7.27.7",
21+
"@babel/cli": "7.28.0",
22+
"@babel/core": "7.28.0",
2323
"@babel/plugin-proposal-class-properties": "7.18.6",
2424
"@babel/plugin-transform-react-jsx": "7.27.1",
2525
"@babel/register": "7.27.1",
26-
"@babel/eslint-parser": "7.27.5",
26+
"@babel/eslint-parser": "7.28.0",
2727
"babel-plugin-lodash": "3.3.4",
2828
"cloc": "2.11.0",
2929
"eslint": "7.32.0",

yarn.lock

Lines changed: 73 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/cli@7.27.2":
14-
version "7.27.2"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.2.tgz#d54560567a73a269b31d3201bedb70692ace8684"
16-
integrity sha512-cfd7DnGlhH6OIyuPSSj3vcfIdnbXukhAyKY8NaZrFadC7pXyL9mOL5WgjcptiEJLi5k3j8aYvLIVCzezrWTaiA==
13+
"@babel/cli@7.28.0":
14+
version "7.28.0"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.28.0.tgz#26959456cbedff569a2c3ac909e8a268ca6cb7e2"
16+
integrity sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==
1717
dependencies:
18-
"@jridgewell/trace-mapping" "^0.3.25"
18+
"@jridgewell/trace-mapping" "^0.3.28"
1919
commander "^6.2.0"
2020
convert-source-map "^2.0.0"
2121
fs-readdir-recursive "^1.1.0"
@@ -54,31 +54,31 @@
5454
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
5555
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
5656

57-
"@babel/core@7.27.7":
58-
version "7.27.7"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
60-
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
57+
"@babel/core@7.28.0":
58+
version "7.28.0"
59+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
60+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
6161
dependencies:
6262
"@ampproject/remapping" "^2.2.0"
6363
"@babel/code-frame" "^7.27.1"
64-
"@babel/generator" "^7.27.5"
64+
"@babel/generator" "^7.28.0"
6565
"@babel/helper-compilation-targets" "^7.27.2"
6666
"@babel/helper-module-transforms" "^7.27.3"
6767
"@babel/helpers" "^7.27.6"
68-
"@babel/parser" "^7.27.7"
68+
"@babel/parser" "^7.28.0"
6969
"@babel/template" "^7.27.2"
70-
"@babel/traverse" "^7.27.7"
71-
"@babel/types" "^7.27.7"
70+
"@babel/traverse" "^7.28.0"
71+
"@babel/types" "^7.28.0"
7272
convert-source-map "^2.0.0"
7373
debug "^4.1.0"
7474
gensync "^1.0.0-beta.2"
7575
json5 "^2.2.3"
7676
semver "^6.3.1"
7777

78-
"@babel/eslint-parser@7.27.5":
79-
version "7.27.5"
80-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.27.5.tgz#56577afa9d820e9936e986d3a3b79c422223dfc6"
81-
integrity sha512-HLkYQfRICudzcOtjGwkPvGc5nF1b4ljLZh1IRDj50lRZ718NAKVgQpIAUX8bfg6u/yuSKY3L7E0YzIV+OxrB8Q==
78+
"@babel/eslint-parser@7.28.0":
79+
version "7.28.0"
80+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz#c1b3fbba070f5bac32e3d02f244201add4afdd6e"
81+
integrity sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==
8282
dependencies:
8383
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
8484
eslint-visitor-keys "^2.1.0"
@@ -115,15 +115,15 @@
115115
"@jridgewell/trace-mapping" "^0.3.25"
116116
jsesc "^3.0.2"
117117

118-
"@babel/generator@^7.27.5":
119-
version "7.27.5"
120-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
121-
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
118+
"@babel/generator@^7.28.0":
119+
version "7.28.0"
120+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
121+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
122122
dependencies:
123-
"@babel/parser" "^7.27.5"
124-
"@babel/types" "^7.27.3"
125-
"@jridgewell/gen-mapping" "^0.3.5"
126-
"@jridgewell/trace-mapping" "^0.3.25"
123+
"@babel/parser" "^7.28.0"
124+
"@babel/types" "^7.28.0"
125+
"@jridgewell/gen-mapping" "^0.3.12"
126+
"@jridgewell/trace-mapping" "^0.3.28"
127127
jsesc "^3.0.2"
128128

129129
"@babel/helper-annotate-as-pure@^7.18.6":
@@ -177,6 +177,11 @@
177177
"@babel/template" "^7.18.6"
178178
"@babel/types" "^7.18.6"
179179

180+
"@babel/helper-globals@^7.28.0":
181+
version "7.28.0"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
183+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
184+
180185
"@babel/helper-hoist-variables@^7.18.6":
181186
version "7.18.6"
182187
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
@@ -319,12 +324,12 @@
319324
dependencies:
320325
"@babel/types" "^7.27.3"
321326

322-
"@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
323-
version "7.27.7"
324-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
325-
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
327+
"@babel/parser@^7.28.0":
328+
version "7.28.0"
329+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
330+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
326331
dependencies:
327-
"@babel/types" "^7.27.7"
332+
"@babel/types" "^7.28.0"
328333

329334
330335
version "7.18.6"
@@ -423,18 +428,18 @@
423428
debug "^4.3.1"
424429
globals "^11.1.0"
425430

426-
"@babel/traverse@^7.27.7":
427-
version "7.27.7"
428-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
429-
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
431+
"@babel/traverse@^7.28.0":
432+
version "7.28.0"
433+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
434+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
430435
dependencies:
431436
"@babel/code-frame" "^7.27.1"
432-
"@babel/generator" "^7.27.5"
433-
"@babel/parser" "^7.27.7"
437+
"@babel/generator" "^7.28.0"
438+
"@babel/helper-globals" "^7.28.0"
439+
"@babel/parser" "^7.28.0"
434440
"@babel/template" "^7.27.2"
435-
"@babel/types" "^7.27.7"
441+
"@babel/types" "^7.28.0"
436442
debug "^4.3.1"
437-
globals "^11.1.0"
438443

439444
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49":
440445
version "7.4.0"
@@ -468,14 +473,22 @@
468473
"@babel/helper-string-parser" "^7.27.1"
469474
"@babel/helper-validator-identifier" "^7.27.1"
470475

471-
"@babel/types@^7.27.6", "@babel/types@^7.27.7":
476+
"@babel/types@^7.27.6":
472477
version "7.27.7"
473478
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
474479
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
475480
dependencies:
476481
"@babel/helper-string-parser" "^7.27.1"
477482
"@babel/helper-validator-identifier" "^7.27.1"
478483

484+
"@babel/types@^7.28.0":
485+
version "7.28.0"
486+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
487+
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
488+
dependencies:
489+
"@babel/helper-string-parser" "^7.27.1"
490+
"@babel/helper-validator-identifier" "^7.27.1"
491+
479492
"@eslint/eslintrc@^0.4.3":
480493
version "0.4.3"
481494
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -522,6 +535,14 @@
522535
"@jridgewell/sourcemap-codec" "^1.4.10"
523536
"@jridgewell/trace-mapping" "^0.3.9"
524537

538+
"@jridgewell/gen-mapping@^0.3.12":
539+
version "0.3.12"
540+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
541+
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
542+
dependencies:
543+
"@jridgewell/sourcemap-codec" "^1.5.0"
544+
"@jridgewell/trace-mapping" "^0.3.24"
545+
525546
"@jridgewell/gen-mapping@^0.3.5":
526547
version "0.3.5"
527548
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
@@ -561,6 +582,11 @@
561582
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
562583
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
563584

585+
"@jridgewell/sourcemap-codec@^1.5.0":
586+
version "1.5.4"
587+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7"
588+
integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==
589+
564590
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
565591
version "0.3.25"
566592
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
@@ -569,6 +595,14 @@
569595
"@jridgewell/resolve-uri" "^3.1.0"
570596
"@jridgewell/sourcemap-codec" "^1.4.14"
571597

598+
"@jridgewell/trace-mapping@^0.3.28":
599+
version "0.3.29"
600+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc"
601+
integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==
602+
dependencies:
603+
"@jridgewell/resolve-uri" "^3.1.0"
604+
"@jridgewell/sourcemap-codec" "^1.4.14"
605+
572606
"@jridgewell/trace-mapping@^0.3.9":
573607
version "0.3.13"
574608
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"

0 commit comments

Comments
 (0)