Skip to content

Commit dd49527

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0 (#930)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 706b842 commit dd49527

File tree

2 files changed

+50
-10
lines changed

2 files changed

+50
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"react-dom": "16.14.0",
7878
"react-test-renderer": "16.14.0",
7979
"rollup": "1.32.1",
80-
"rollup-plugin-babel": "4.4.0",
80+
"@rollup/plugin-babel": "5.0.0",
8181
"rollup-plugin-commonjs": "10.1.0",
8282
"rollup-plugin-node-globals": "1.4.0",
8383
"rollup-plugin-node-resolve": "5.2.0",

yarn.lock

Lines changed: 49 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,13 @@
562562
dependencies:
563563
"@babel/types" "^7.16.7"
564564

565+
"@babel/helper-module-imports@^7.7.4":
566+
version "7.24.3"
567+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
568+
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
569+
dependencies:
570+
"@babel/types" "^7.24.0"
571+
565572
"@babel/helper-module-transforms@^7.12.1":
566573
version "7.14.5"
567574
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
@@ -800,6 +807,11 @@
800807
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
801808
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
802809

810+
"@babel/helper-string-parser@^7.23.4":
811+
version "7.24.1"
812+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
813+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
814+
803815
"@babel/helper-validator-identifier@^7.10.4":
804816
version "7.10.4"
805817
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -825,6 +837,11 @@
825837
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
826838
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
827839

840+
"@babel/helper-validator-identifier@^7.22.20":
841+
version "7.22.20"
842+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
843+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
844+
828845
"@babel/helper-validator-identifier@^7.9.0":
829846
version "7.9.0"
830847
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
@@ -2100,6 +2117,15 @@
21002117
"@babel/helper-validator-identifier" "^7.19.1"
21012118
to-fast-properties "^2.0.0"
21022119

2120+
"@babel/types@^7.24.0":
2121+
version "7.24.0"
2122+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
2123+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
2124+
dependencies:
2125+
"@babel/helper-string-parser" "^7.23.4"
2126+
"@babel/helper-validator-identifier" "^7.22.20"
2127+
to-fast-properties "^2.0.0"
2128+
21032129
"@babel/types@^7.7.0", "@babel/types@^7.9.0":
21042130
version "7.9.0"
21052131
resolved "https://registry.npmjs.org/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
@@ -2450,6 +2476,23 @@
24502476
prop-types "^15.6.1"
24512477
react-lifecycles-compat "^3.0.4"
24522478

2479+
2480+
version "5.0.0"
2481+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
2482+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
2483+
dependencies:
2484+
"@babel/helper-module-imports" "^7.7.4"
2485+
"@rollup/pluginutils" "^3.0.8"
2486+
2487+
"@rollup/pluginutils@^3.0.8":
2488+
version "3.1.0"
2489+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
2490+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
2491+
dependencies:
2492+
"@types/estree" "0.0.39"
2493+
estree-walker "^1.0.1"
2494+
picomatch "^2.2.2"
2495+
24532496
"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0":
24542497
version "1.7.0"
24552498
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.0.tgz#f90ffc52a2e519f018b13b6c4da03cbff36ebed6"
@@ -7048,6 +7091,11 @@ estree-walker@^0.6.1:
70487091
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
70497092
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
70507093

7094+
estree-walker@^1.0.1:
7095+
version "1.0.1"
7096+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
7097+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
7098+
70517099
esutils@^1.1.6:
70527100
version "1.1.6"
70537101
resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
@@ -10776,7 +10824,7 @@ picomatch@^2.0.5:
1077610824
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
1077710825
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
1077810826

10779-
picomatch@^2.2.3, picomatch@^2.3.0:
10827+
picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.0:
1078010828
version "2.3.1"
1078110829
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
1078210830
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -12084,14 +12132,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
1208412132
hash-base "^3.0.0"
1208512133
inherits "^2.0.1"
1208612134

12087-
12088-
version "4.4.0"
12089-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
12090-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
12091-
dependencies:
12092-
"@babel/helper-module-imports" "^7.0.0"
12093-
rollup-pluginutils "^2.8.1"
12094-
1209512135
1209612136
version "10.1.0"
1209712137
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"

0 commit comments

Comments
 (0)