Skip to content

Commit d5ffc0e

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

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
},
7474
"devDependencies": {
7575
"@array-like/alloc": "0.0.1",
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
"@codec-bytes/ascii": "3.0.0",

yarn.lock

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

72-
"@babel/[email protected].1":
73-
version "7.27.1"
74-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
75-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
72+
"@babel/[email protected].3":
73+
version "7.27.3"
74+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
75+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
7676
dependencies:
7777
"@ampproject/remapping" "^2.2.0"
7878
"@babel/code-frame" "^7.27.1"
79-
"@babel/generator" "^7.27.1"
80-
"@babel/helper-compilation-targets" "^7.27.1"
81-
"@babel/helper-module-transforms" "^7.27.1"
82-
"@babel/helpers" "^7.27.1"
83-
"@babel/parser" "^7.27.1"
84-
"@babel/template" "^7.27.1"
85-
"@babel/traverse" "^7.27.1"
86-
"@babel/types" "^7.27.1"
79+
"@babel/generator" "^7.27.3"
80+
"@babel/helper-compilation-targets" "^7.27.2"
81+
"@babel/helper-module-transforms" "^7.27.3"
82+
"@babel/helpers" "^7.27.3"
83+
"@babel/parser" "^7.27.3"
84+
"@babel/template" "^7.27.2"
85+
"@babel/traverse" "^7.27.3"
86+
"@babel/types" "^7.27.3"
8787
convert-source-map "^2.0.0"
8888
debug "^4.1.0"
8989
gensync "^1.0.0-beta.2"
@@ -131,6 +131,17 @@
131131
"@jridgewell/trace-mapping" "^0.3.25"
132132
jsesc "^3.0.2"
133133

134+
"@babel/generator@^7.27.3":
135+
version "7.27.3"
136+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
137+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
138+
dependencies:
139+
"@babel/parser" "^7.27.3"
140+
"@babel/types" "^7.27.3"
141+
"@jridgewell/gen-mapping" "^0.3.5"
142+
"@jridgewell/trace-mapping" "^0.3.25"
143+
jsesc "^3.0.2"
144+
134145
"@babel/helper-annotate-as-pure@^7.18.6":
135146
version "7.18.6"
136147
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -353,6 +364,15 @@
353364
"@babel/helper-validator-identifier" "^7.27.1"
354365
"@babel/traverse" "^7.27.1"
355366

367+
"@babel/helper-module-transforms@^7.27.3":
368+
version "7.27.3"
369+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
370+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
371+
dependencies:
372+
"@babel/helper-module-imports" "^7.27.1"
373+
"@babel/helper-validator-identifier" "^7.27.1"
374+
"@babel/traverse" "^7.27.3"
375+
356376
"@babel/helper-optimise-call-expression@^7.18.6":
357377
version "7.18.6"
358378
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -523,13 +543,13 @@
523543
"@babel/traverse" "^7.19.4"
524544
"@babel/types" "^7.19.4"
525545

526-
"@babel/helpers@^7.27.1":
527-
version "7.27.1"
528-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
529-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
546+
"@babel/helpers@^7.27.3":
547+
version "7.27.3"
548+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
549+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
530550
dependencies:
531-
"@babel/template" "^7.27.1"
532-
"@babel/types" "^7.27.1"
551+
"@babel/template" "^7.27.2"
552+
"@babel/types" "^7.27.3"
533553

534554
"@babel/highlight@^7.18.6":
535555
version "7.18.6"
@@ -561,6 +581,13 @@
561581
dependencies:
562582
"@babel/types" "^7.27.1"
563583

584+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
585+
version "7.27.3"
586+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
587+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
588+
dependencies:
589+
"@babel/types" "^7.27.3"
590+
564591
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
565592
version "7.27.1"
566593
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"
@@ -1033,10 +1060,10 @@
10331060
"@babel/helper-plugin-utils" "^7.27.1"
10341061
"@babel/template" "^7.27.1"
10351062

1036-
"@babel/[email protected].1", "@babel/plugin-transform-destructuring@^7.27.1":
1037-
version "7.27.1"
1038-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz#d5916ef7089cb254df0418ae524533c1b72ba656"
1039-
integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==
1063+
"@babel/[email protected].3":
1064+
version "7.27.3"
1065+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.3.tgz#3cc8299ed798d9a909f8d66ddeb40849ec32e3b0"
1066+
integrity sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA==
10401067
dependencies:
10411068
"@babel/helper-plugin-utils" "^7.27.1"
10421069

@@ -1047,6 +1074,13 @@
10471074
dependencies:
10481075
"@babel/helper-plugin-utils" "^7.19.0"
10491076

1077+
"@babel/plugin-transform-destructuring@^7.27.1":
1078+
version "7.27.1"
1079+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz#d5916ef7089cb254df0418ae524533c1b72ba656"
1080+
integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==
1081+
dependencies:
1082+
"@babel/helper-plugin-utils" "^7.27.1"
1083+
10501084
"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
10511085
version "7.18.6"
10521086
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8"
@@ -1809,6 +1843,15 @@
18091843
"@babel/parser" "^7.27.1"
18101844
"@babel/types" "^7.27.1"
18111845

1846+
"@babel/template@^7.27.2":
1847+
version "7.27.2"
1848+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1849+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1850+
dependencies:
1851+
"@babel/code-frame" "^7.27.1"
1852+
"@babel/parser" "^7.27.2"
1853+
"@babel/types" "^7.27.1"
1854+
18121855
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4":
18131856
version "7.19.4"
18141857
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8"
@@ -1838,6 +1881,19 @@
18381881
debug "^4.3.1"
18391882
globals "^11.1.0"
18401883

1884+
"@babel/traverse@^7.27.3":
1885+
version "7.27.3"
1886+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1887+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1888+
dependencies:
1889+
"@babel/code-frame" "^7.27.1"
1890+
"@babel/generator" "^7.27.3"
1891+
"@babel/parser" "^7.27.3"
1892+
"@babel/template" "^7.27.2"
1893+
"@babel/types" "^7.27.3"
1894+
debug "^4.3.1"
1895+
globals "^11.1.0"
1896+
18411897
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
18421898
version "7.19.4"
18431899
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
@@ -1855,6 +1911,14 @@
18551911
"@babel/helper-string-parser" "^7.27.1"
18561912
"@babel/helper-validator-identifier" "^7.27.1"
18571913

1914+
"@babel/types@^7.27.3":
1915+
version "7.27.3"
1916+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1917+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1918+
dependencies:
1919+
"@babel/helper-string-parser" "^7.27.1"
1920+
"@babel/helper-validator-identifier" "^7.27.1"
1921+
18581922
"@bcoe/v8-coverage@^1.0.1":
18591923
version "1.0.1"
18601924
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)