Skip to content

Commit 8335bd8

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
1 parent d9e795f commit 8335bd8

File tree

2 files changed

+125
-11
lines changed

2 files changed

+125
-11
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"react-dom": "18.2.0",
7272
"react-test-renderer": "18.2.0",
7373
"rollup": "2.79.1",
74-
"rollup-plugin-babel": "4.4.0",
74+
"@rollup/plugin-babel": "5.0.0",
7575
"rollup-plugin-node-builtins": "2.1.2",
7676
"rollup-plugin-node-globals": "1.4.0",
7777
"rollup-plugin-node-resolve": "5.2.0",

Diff for: yarn.lock

+124-10
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@
6969
"@babel/highlight" "^7.24.2"
7070
picocolors "^1.0.0"
7171

72+
"@babel/code-frame@^7.24.7":
73+
version "7.24.7"
74+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
75+
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
76+
dependencies:
77+
"@babel/highlight" "^7.24.7"
78+
picocolors "^1.0.0"
79+
7280
"@babel/compat-data@^7.17.10":
7381
version "7.17.10"
7482
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -160,6 +168,16 @@
160168
"@jridgewell/trace-mapping" "^0.3.25"
161169
jsesc "^2.5.1"
162170

171+
"@babel/generator@^7.24.8":
172+
version "7.24.10"
173+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76"
174+
integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==
175+
dependencies:
176+
"@babel/types" "^7.24.9"
177+
"@jridgewell/gen-mapping" "^0.3.5"
178+
"@jridgewell/trace-mapping" "^0.3.25"
179+
jsesc "^2.5.1"
180+
163181
"@babel/helper-annotate-as-pure@^7.18.6":
164182
version "7.18.6"
165183
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -292,6 +310,13 @@
292310
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
293311
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
294312

313+
"@babel/helper-environment-visitor@^7.24.7":
314+
version "7.24.7"
315+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
316+
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
317+
dependencies:
318+
"@babel/types" "^7.24.7"
319+
295320
"@babel/helper-function-name@^7.17.9":
296321
version "7.17.9"
297322
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
@@ -316,6 +341,14 @@
316341
"@babel/template" "^7.22.15"
317342
"@babel/types" "^7.23.0"
318343

344+
"@babel/helper-function-name@^7.24.7":
345+
version "7.24.7"
346+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
347+
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
348+
dependencies:
349+
"@babel/template" "^7.24.7"
350+
"@babel/types" "^7.24.7"
351+
319352
"@babel/helper-hoist-variables@^7.16.7":
320353
version "7.16.7"
321354
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
@@ -330,14 +363,21 @@
330363
dependencies:
331364
"@babel/types" "^7.22.5"
332365

366+
"@babel/helper-hoist-variables@^7.24.7":
367+
version "7.24.7"
368+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
369+
integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
370+
dependencies:
371+
"@babel/types" "^7.24.7"
372+
333373
"@babel/helper-member-expression-to-functions@^7.23.0":
334374
version "7.23.0"
335375
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
336376
integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
337377
dependencies:
338378
"@babel/types" "^7.23.0"
339379

340-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.7":
380+
"@babel/helper-module-imports@^7.16.7":
341381
version "7.16.7"
342382
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
343383
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
@@ -365,6 +405,14 @@
365405
dependencies:
366406
"@babel/types" "^7.24.0"
367407

408+
"@babel/helper-module-imports@^7.7.4":
409+
version "7.24.7"
410+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
411+
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
412+
dependencies:
413+
"@babel/traverse" "^7.24.7"
414+
"@babel/types" "^7.24.7"
415+
368416
"@babel/helper-module-transforms@^7.17.12":
369417
version "7.17.12"
370418
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e"
@@ -470,6 +518,13 @@
470518
dependencies:
471519
"@babel/types" "^7.22.5"
472520

521+
"@babel/helper-split-export-declaration@^7.24.7":
522+
version "7.24.7"
523+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
524+
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
525+
dependencies:
526+
"@babel/types" "^7.24.7"
527+
473528
"@babel/helper-string-parser@^7.22.5":
474529
version "7.22.5"
475530
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
@@ -480,6 +535,11 @@
480535
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
481536
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
482537

538+
"@babel/helper-string-parser@^7.24.8":
539+
version "7.24.8"
540+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
541+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
542+
483543
"@babel/helper-validator-identifier@^7.16.7":
484544
version "7.16.7"
485545
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -505,6 +565,11 @@
505565
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
506566
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
507567

568+
"@babel/helper-validator-identifier@^7.24.7":
569+
version "7.24.7"
570+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
571+
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
572+
508573
"@babel/helper-validator-option@^7.16.7":
509574
version "7.16.7"
510575
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -593,6 +658,16 @@
593658
js-tokens "^4.0.0"
594659
picocolors "^1.0.0"
595660

661+
"@babel/highlight@^7.24.7":
662+
version "7.24.7"
663+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
664+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
665+
dependencies:
666+
"@babel/helper-validator-identifier" "^7.24.7"
667+
chalk "^2.4.2"
668+
js-tokens "^4.0.0"
669+
picocolors "^1.0.0"
670+
596671
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
597672
version "7.17.12"
598673
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
@@ -623,6 +698,11 @@
623698
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
624699
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
625700

701+
"@babel/parser@^7.24.7", "@babel/parser@^7.24.8":
702+
version "7.24.8"
703+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
704+
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
705+
626706
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
627707
version "7.24.4"
628708
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
@@ -1426,6 +1506,15 @@
14261506
"@babel/parser" "^7.24.0"
14271507
"@babel/types" "^7.24.0"
14281508

1509+
"@babel/template@^7.24.7":
1510+
version "7.24.7"
1511+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
1512+
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
1513+
dependencies:
1514+
"@babel/code-frame" "^7.24.7"
1515+
"@babel/parser" "^7.24.7"
1516+
"@babel/types" "^7.24.7"
1517+
14291518
"@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
14301519
version "7.17.12"
14311520
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
@@ -1458,6 +1547,22 @@
14581547
debug "^4.3.1"
14591548
globals "^11.1.0"
14601549

1550+
"@babel/traverse@^7.24.7":
1551+
version "7.24.8"
1552+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
1553+
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
1554+
dependencies:
1555+
"@babel/code-frame" "^7.24.7"
1556+
"@babel/generator" "^7.24.8"
1557+
"@babel/helper-environment-visitor" "^7.24.7"
1558+
"@babel/helper-function-name" "^7.24.7"
1559+
"@babel/helper-hoist-variables" "^7.24.7"
1560+
"@babel/helper-split-export-declaration" "^7.24.7"
1561+
"@babel/parser" "^7.24.8"
1562+
"@babel/types" "^7.24.8"
1563+
debug "^4.3.1"
1564+
globals "^11.1.0"
1565+
14611566
"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
14621567
version "7.17.12"
14631568
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
@@ -1519,6 +1624,15 @@
15191624
"@babel/helper-validator-identifier" "^7.22.20"
15201625
to-fast-properties "^2.0.0"
15211626

1627+
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9":
1628+
version "7.24.9"
1629+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
1630+
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
1631+
dependencies:
1632+
"@babel/helper-string-parser" "^7.24.8"
1633+
"@babel/helper-validator-identifier" "^7.24.7"
1634+
to-fast-properties "^2.0.0"
1635+
15221636
15231637
version "1.0.2"
15241638
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
@@ -2020,7 +2134,15 @@
20202134
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
20212135
integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
20222136

2023-
"@rollup/pluginutils@^3.0.9":
2137+
2138+
version "5.0.0"
2139+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
2140+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
2141+
dependencies:
2142+
"@babel/helper-module-imports" "^7.7.4"
2143+
"@rollup/pluginutils" "^3.0.8"
2144+
2145+
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.0.9":
20242146
version "3.1.0"
20252147
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
20262148
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -8768,14 +8890,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
87688890
hash-base "^3.0.0"
87698891
inherits "^2.0.1"
87708892

8771-
8772-
version "4.4.0"
8773-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
8774-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
8775-
dependencies:
8776-
"@babel/helper-module-imports" "^7.0.0"
8777-
rollup-pluginutils "^2.8.1"
8778-
87798893
87808894
version "2.1.2"
87818895
resolved "https://registry.yarnpkg.com/rollup-plugin-node-builtins/-/rollup-plugin-node-builtins-2.1.2.tgz#24a1fed4a43257b6b64371d8abc6ce1ab14597e9"

0 commit comments

Comments
 (0)