Skip to content

Commit 596188a

Browse files
⬆️ deps: Upgrade babel monorepo. to v7.27.3. (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 379920c commit 596188a

File tree

2 files changed

+88
-24
lines changed

2 files changed

+88
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"@trie-data-structure/uncompressed-trie": "^1.0.0"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.27.1",
77-
"@babel/plugin-transform-destructuring": "7.27.1",
76+
"@babel/core": "7.27.3",
77+
"@babel/plugin-transform-destructuring": "7.27.3",
7878
"@babel/plugin-transform-for-of": "7.27.1",
7979
"@babel/preset-env": "7.27.2",
8080
"@commitlint/cli": "19.8.1",

yarn.lock

Lines changed: 86 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@
5959
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
6060
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
6161

62-
"@babel/core@7.27.1":
63-
version "7.27.1"
64-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
65-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
62+
"@babel/core@7.27.3":
63+
version "7.27.3"
64+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
65+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
6666
dependencies:
6767
"@ampproject/remapping" "^2.2.0"
6868
"@babel/code-frame" "^7.27.1"
69-
"@babel/generator" "^7.27.1"
70-
"@babel/helper-compilation-targets" "^7.27.1"
71-
"@babel/helper-module-transforms" "^7.27.1"
72-
"@babel/helpers" "^7.27.1"
73-
"@babel/parser" "^7.27.1"
74-
"@babel/template" "^7.27.1"
75-
"@babel/traverse" "^7.27.1"
76-
"@babel/types" "^7.27.1"
69+
"@babel/generator" "^7.27.3"
70+
"@babel/helper-compilation-targets" "^7.27.2"
71+
"@babel/helper-module-transforms" "^7.27.3"
72+
"@babel/helpers" "^7.27.3"
73+
"@babel/parser" "^7.27.3"
74+
"@babel/template" "^7.27.2"
75+
"@babel/traverse" "^7.27.3"
76+
"@babel/types" "^7.27.3"
7777
convert-source-map "^2.0.0"
7878
debug "^4.1.0"
7979
gensync "^1.0.0-beta.2"
@@ -121,6 +121,17 @@
121121
"@jridgewell/trace-mapping" "^0.3.25"
122122
jsesc "^3.0.2"
123123

124+
"@babel/generator@^7.27.3":
125+
version "7.27.3"
126+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
127+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
128+
dependencies:
129+
"@babel/parser" "^7.27.3"
130+
"@babel/types" "^7.27.3"
131+
"@jridgewell/gen-mapping" "^0.3.5"
132+
"@jridgewell/trace-mapping" "^0.3.25"
133+
jsesc "^3.0.2"
134+
124135
"@babel/helper-annotate-as-pure@^7.18.6":
125136
version "7.18.6"
126137
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -343,6 +354,15 @@
343354
"@babel/helper-validator-identifier" "^7.27.1"
344355
"@babel/traverse" "^7.27.1"
345356

357+
"@babel/helper-module-transforms@^7.27.3":
358+
version "7.27.3"
359+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
360+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
361+
dependencies:
362+
"@babel/helper-module-imports" "^7.27.1"
363+
"@babel/helper-validator-identifier" "^7.27.1"
364+
"@babel/traverse" "^7.27.3"
365+
346366
"@babel/helper-optimise-call-expression@^7.18.6":
347367
version "7.18.6"
348368
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -513,13 +533,13 @@
513533
"@babel/traverse" "^7.19.0"
514534
"@babel/types" "^7.19.0"
515535

516-
"@babel/helpers@^7.27.1":
517-
version "7.27.1"
518-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
519-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
536+
"@babel/helpers@^7.27.3":
537+
version "7.27.3"
538+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
539+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
520540
dependencies:
521-
"@babel/template" "^7.27.1"
522-
"@babel/types" "^7.27.1"
541+
"@babel/template" "^7.27.2"
542+
"@babel/types" "^7.27.3"
523543

524544
"@babel/highlight@^7.18.6":
525545
version "7.18.6"
@@ -551,6 +571,13 @@
551571
dependencies:
552572
"@babel/types" "^7.27.1"
553573

574+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
575+
version "7.27.3"
576+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
577+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
578+
dependencies:
579+
"@babel/types" "^7.27.3"
580+
554581
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
555582
version "7.27.1"
556583
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"
@@ -1023,10 +1050,10 @@
10231050
"@babel/helper-plugin-utils" "^7.27.1"
10241051
"@babel/template" "^7.27.1"
10251052

1026-
"@babel/plugin-transform-destructuring@7.27.1", "@babel/plugin-transform-destructuring@^7.27.1":
1027-
version "7.27.1"
1028-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz#d5916ef7089cb254df0418ae524533c1b72ba656"
1029-
integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==
1053+
"@babel/plugin-transform-destructuring@7.27.3":
1054+
version "7.27.3"
1055+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.3.tgz#3cc8299ed798d9a909f8d66ddeb40849ec32e3b0"
1056+
integrity sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA==
10301057
dependencies:
10311058
"@babel/helper-plugin-utils" "^7.27.1"
10321059

@@ -1037,6 +1064,13 @@
10371064
dependencies:
10381065
"@babel/helper-plugin-utils" "^7.18.9"
10391066

1067+
"@babel/plugin-transform-destructuring@^7.27.1":
1068+
version "7.27.1"
1069+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz#d5916ef7089cb254df0418ae524533c1b72ba656"
1070+
integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==
1071+
dependencies:
1072+
"@babel/helper-plugin-utils" "^7.27.1"
1073+
10401074
"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
10411075
version "7.18.6"
10421076
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8"
@@ -1799,6 +1833,15 @@
17991833
"@babel/parser" "^7.27.1"
18001834
"@babel/types" "^7.27.1"
18011835

1836+
"@babel/template@^7.27.2":
1837+
version "7.27.2"
1838+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1839+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1840+
dependencies:
1841+
"@babel/code-frame" "^7.27.1"
1842+
"@babel/parser" "^7.27.2"
1843+
"@babel/types" "^7.27.1"
1844+
18021845
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1":
18031846
version "7.19.1"
18041847
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
@@ -1828,6 +1871,19 @@
18281871
debug "^4.3.1"
18291872
globals "^11.1.0"
18301873

1874+
"@babel/traverse@^7.27.3":
1875+
version "7.27.3"
1876+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1877+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1878+
dependencies:
1879+
"@babel/code-frame" "^7.27.1"
1880+
"@babel/generator" "^7.27.3"
1881+
"@babel/parser" "^7.27.3"
1882+
"@babel/template" "^7.27.2"
1883+
"@babel/types" "^7.27.3"
1884+
debug "^4.3.1"
1885+
globals "^11.1.0"
1886+
18311887
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.4.4":
18321888
version "7.19.0"
18331889
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -1845,6 +1901,14 @@
18451901
"@babel/helper-string-parser" "^7.27.1"
18461902
"@babel/helper-validator-identifier" "^7.27.1"
18471903

1904+
"@babel/types@^7.27.3":
1905+
version "7.27.3"
1906+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1907+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1908+
dependencies:
1909+
"@babel/helper-string-parser" "^7.27.1"
1910+
"@babel/helper-validator-identifier" "^7.27.1"
1911+
18481912
"@bcoe/v8-coverage@^1.0.1":
18491913
version "1.0.1"
18501914
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)