Skip to content

Commit 28ec37e

Browse files
Merge pull request #334 from shelfio/renovate/babel
chore(deps): update babel
2 parents b3c47ca + 24b3b00 commit 28ec37e

File tree

2 files changed

+85
-45
lines changed

2 files changed

+85
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"is-video": "1.0.1"
5858
},
5959
"devDependencies": {
60-
"@babel/cli": "7.26.4",
61-
"@babel/core": "7.26.0",
60+
"@babel/cli": "7.27.0",
61+
"@babel/core": "7.26.10",
6262
"@shelf/babel-config": "2.0.1",
6363
"@shelf/eslint-config": "2.29.3",
6464
"@shelf/prettier-config": "1.0.0",

yarn.lock

Lines changed: 83 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/cli@7.26.4":
19-
version "7.26.4"
20-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.26.4.tgz#4101ff8ee5de8447a6c395397a97921056411d20"
21-
integrity sha512-+mORf3ezU3p3qr+82WvJSnQNE1GAYeoCfEv4fik6B5/2cvKZ75AX8oawWQdXtM9MmndooQj15Jr9kelRFWsuRw==
18+
"@babel/cli@7.27.0":
19+
version "7.27.0"
20+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.0.tgz#076603b25fc7dd88298ea94ab249c8237c7e71cc"
21+
integrity sha512-bZfxn8DRxwiVzDO5CEeV+7IqXeCkzI4yYnrQbpwjT76CUyossQc6RYE7n+xfm0/2k40lPaCpW0FhxYs7EBAetw==
2222
dependencies:
2323
"@jridgewell/trace-mapping" "^0.3.25"
2424
commander "^6.2.0"
@@ -52,7 +52,7 @@
5252
dependencies:
5353
"@babel/highlight" "^7.18.6"
5454

55-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
55+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
5656
version "7.26.2"
5757
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
5858
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -83,26 +83,26 @@
8383
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
8484
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==
8585

86-
"@babel/compat-data@^7.25.9":
87-
version "7.26.3"
88-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.3.tgz#99488264a56b2aded63983abd6a417f03b92ed02"
89-
integrity sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==
86+
"@babel/compat-data@^7.26.8":
87+
version "7.26.8"
88+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
89+
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
9090

91-
"@babel/core@7.26.0":
92-
version "7.26.0"
93-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
94-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
91+
"@babel/core@7.26.10":
92+
version "7.26.10"
93+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
94+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
9595
dependencies:
9696
"@ampproject/remapping" "^2.2.0"
97-
"@babel/code-frame" "^7.26.0"
98-
"@babel/generator" "^7.26.0"
99-
"@babel/helper-compilation-targets" "^7.25.9"
97+
"@babel/code-frame" "^7.26.2"
98+
"@babel/generator" "^7.26.10"
99+
"@babel/helper-compilation-targets" "^7.26.5"
100100
"@babel/helper-module-transforms" "^7.26.0"
101-
"@babel/helpers" "^7.26.0"
102-
"@babel/parser" "^7.26.0"
103-
"@babel/template" "^7.25.9"
104-
"@babel/traverse" "^7.25.9"
105-
"@babel/types" "^7.26.0"
101+
"@babel/helpers" "^7.26.10"
102+
"@babel/parser" "^7.26.10"
103+
"@babel/template" "^7.26.9"
104+
"@babel/traverse" "^7.26.10"
105+
"@babel/types" "^7.26.10"
106106
convert-source-map "^2.0.0"
107107
debug "^4.1.0"
108108
gensync "^1.0.0-beta.2"
@@ -148,7 +148,18 @@
148148
"@jridgewell/gen-mapping" "^0.3.0"
149149
jsesc "^2.5.1"
150150

151-
"@babel/generator@^7.26.0", "@babel/generator@^7.26.3":
151+
"@babel/generator@^7.26.10", "@babel/generator@^7.27.0":
152+
version "7.27.0"
153+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
154+
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
155+
dependencies:
156+
"@babel/parser" "^7.27.0"
157+
"@babel/types" "^7.27.0"
158+
"@jridgewell/gen-mapping" "^0.3.5"
159+
"@jridgewell/trace-mapping" "^0.3.25"
160+
jsesc "^3.0.2"
161+
162+
"@babel/generator@^7.26.3":
152163
version "7.26.3"
153164
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.3.tgz#ab8d4360544a425c90c248df7059881f4b2ce019"
154165
integrity sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==
@@ -219,12 +230,12 @@
219230
lru-cache "^5.1.1"
220231
semver "^6.3.0"
221232

222-
"@babel/helper-compilation-targets@^7.25.9":
223-
version "7.25.9"
224-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
225-
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
233+
"@babel/helper-compilation-targets@^7.26.5":
234+
version "7.27.0"
235+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz#de0c753b1cd1d9ab55d473c5a5cf7170f0a81880"
236+
integrity sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==
226237
dependencies:
227-
"@babel/compat-data" "^7.25.9"
238+
"@babel/compat-data" "^7.26.8"
228239
"@babel/helper-validator-option" "^7.25.9"
229240
browserslist "^4.24.0"
230241
lru-cache "^5.1.1"
@@ -327,14 +338,6 @@
327338
"@babel/template" "^7.20.7"
328339
"@babel/types" "^7.21.0"
329340

330-
"@babel/helper-function-name@^7.24.7":
331-
version "7.24.7"
332-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
333-
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
334-
dependencies:
335-
"@babel/template" "^7.24.7"
336-
"@babel/types" "^7.24.7"
337-
338341
"@babel/helper-hoist-variables@^7.18.6":
339342
version "7.18.6"
340343
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
@@ -651,13 +654,13 @@
651654
"@babel/traverse" "^7.18.2"
652655
"@babel/types" "^7.18.2"
653656

654-
"@babel/helpers@^7.26.0":
655-
version "7.26.0"
656-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
657-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
657+
"@babel/helpers@^7.26.10":
658+
version "7.27.0"
659+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
660+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
658661
dependencies:
659-
"@babel/template" "^7.25.9"
660-
"@babel/types" "^7.26.0"
662+
"@babel/template" "^7.27.0"
663+
"@babel/types" "^7.27.0"
661664

662665
"@babel/highlight@^7.0.0":
663666
version "7.5.0"
@@ -720,13 +723,20 @@
720723
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
721724
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
722725

723-
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
726+
"@babel/parser@^7.25.9", "@babel/parser@^7.26.3":
724727
version "7.26.3"
725728
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.3.tgz#8c51c5db6ddf08134af1ddbacf16aaab48bac234"
726729
integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==
727730
dependencies:
728731
"@babel/types" "^7.26.3"
729732

733+
"@babel/parser@^7.26.10", "@babel/parser@^7.27.0":
734+
version "7.27.0"
735+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
736+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
737+
dependencies:
738+
"@babel/types" "^7.27.0"
739+
730740
"@babel/parser@^7.8.6":
731741
version "7.8.6"
732742
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c"
@@ -1557,6 +1567,15 @@
15571567
"@babel/parser" "^7.25.9"
15581568
"@babel/types" "^7.25.9"
15591569

1570+
"@babel/template@^7.26.9", "@babel/template@^7.27.0":
1571+
version "7.27.0"
1572+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1573+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1574+
dependencies:
1575+
"@babel/code-frame" "^7.26.2"
1576+
"@babel/parser" "^7.27.0"
1577+
"@babel/types" "^7.27.0"
1578+
15601579
"@babel/template@^7.3.3":
15611580
version "7.8.6"
15621581
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
@@ -1579,6 +1598,19 @@
15791598
debug "^4.3.1"
15801599
globals "^11.1.0"
15811600

1601+
"@babel/traverse@^7.26.10":
1602+
version "7.27.0"
1603+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
1604+
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
1605+
dependencies:
1606+
"@babel/code-frame" "^7.26.2"
1607+
"@babel/generator" "^7.27.0"
1608+
"@babel/parser" "^7.27.0"
1609+
"@babel/template" "^7.27.0"
1610+
"@babel/types" "^7.27.0"
1611+
debug "^4.3.1"
1612+
globals "^11.1.0"
1613+
15821614
"@babel/types@^7.0.0", "@babel/types@^7.3.0":
15831615
version "7.7.4"
15841616
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
@@ -1657,14 +1689,22 @@
16571689
"@babel/helper-validator-identifier" "^7.19.1"
16581690
to-fast-properties "^2.0.0"
16591691

1660-
"@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.3":
1692+
"@babel/types@^7.25.9", "@babel/types@^7.26.3":
16611693
version "7.26.3"
16621694
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.3.tgz#37e79830f04c2b5687acc77db97fbc75fb81f3c0"
16631695
integrity sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==
16641696
dependencies:
16651697
"@babel/helper-string-parser" "^7.25.9"
16661698
"@babel/helper-validator-identifier" "^7.25.9"
16671699

1700+
"@babel/types@^7.26.10", "@babel/types@^7.27.0":
1701+
version "7.27.0"
1702+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1703+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1704+
dependencies:
1705+
"@babel/helper-string-parser" "^7.25.9"
1706+
"@babel/helper-validator-identifier" "^7.25.9"
1707+
16681708
"@babel/types@^7.3.3":
16691709
version "7.9.6"
16701710
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"

0 commit comments

Comments
 (0)