Skip to content

Commit 50e462c

Browse files
Merge #1354
1354: build(deps-dev): bump @rollup/plugin-babel from 5.3.1 to 6.0.0 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel)` from 5.3.1 to 6.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md"><code>`@​rollup/plugin-babel</code>'s` changelog</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <p><em>2022-10-08</em></p> <h3>Breaking Changes</h3> <ul> <li>fix: prepare for Rollup 3 <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1303">#1303</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/7c6f5197e707c9d9d05e20db1e6d6492767dc81b"><code>7c6f519</code></a> feat(babel): add typings (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/462">#462</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/e548fdd05304eb2f30c62cca287e4b65c34e184c"><code>e548fdd</code></a> docs(babel): add note about excluding <code>`@​babel/runtime</code>` helpers via regex (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/483">#483</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d74dd5e9b254a4546c787d7ea95d23ad598dcb83"><code>d74dd5e</code></a> chore(release): babel v5.0.4</li> <li><a href="https://github.com/rollup/plugins/commit/14383fcd5997821a66853f725aa54903c67414a1"><code>14383fc</code></a> docs(babel): remove unused import in &quot;Usage&quot; example (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/460">#460</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/6eaaf3c36bda955bc4f2b9e95981533b82d713ab"><code>6eaaf3c</code></a> docs(babel): update node requirement in readme (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/443">#443</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/79674222be5dc17bee599a434387938fada61510"><code>7967422</code></a> docs(babel): fix typo in readme (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/447">#447</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/77f383f5ac49577188efcdec26c7aa11fc9fb574"><code>77f383f</code></a> chore(release): babel v5.0.3</li> <li><a href="https://github.com/rollup/plugins/commit/867c69990a27ee234a4babdf2dd24151cd4d5e55"><code>867c699</code></a> docs(babel): update <code>babelHelpers</code> description (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/397">#397</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/4a636f56dcdc20305387299f62a9171d38a768d5"><code>4a636f5</code></a> chore(release): babel v5.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/c91284da7c0a69f3f1e0f2ffbbaa3f7f35f07d46"><code>c91284d</code></a> chore(release): babel v5.0.1</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/commits/url-v6.0.0/packages/babel">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@rollup/plugin-babel&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 87b6593 + c758830 commit 50e462c

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@babel/preset-env": "^7.19.3",
76-
"@rollup/plugin-babel": "^5.3.1",
76+
"@rollup/plugin-babel": "^6.0.0",
7777
"@rollup/plugin-commonjs": "23.0.0",
7878
"@rollup/plugin-json": "^4.0.2",
7979
"@rollup/plugin-node-resolve": "14.1.0",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,7 @@
248248
dependencies:
249249
"@babel/types" "^7.18.9"
250250

251-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.16.7":
252-
version "7.16.7"
253-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
254-
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
255-
dependencies:
256-
"@babel/types" "^7.16.7"
257-
258-
"@babel/helper-module-imports@^7.18.6":
251+
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6":
259252
version "7.18.6"
260253
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
261254
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
@@ -1523,13 +1516,13 @@
15231516
"@nodelib/fs.scandir" "2.1.3"
15241517
fastq "^1.6.0"
15251518

1526-
"@rollup/plugin-babel@^5.3.1":
1527-
version "5.3.1"
1528-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
1529-
integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
1519+
"@rollup/plugin-babel@^6.0.0":
1520+
version "6.0.0"
1521+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.0.tgz#7ce5b064e5d3ead3c9a1874af6594bd1df87791b"
1522+
integrity sha512-qM8YIt/2fVxw5O0wUgAeglyC+qx9mg3UtCCLoSqetmQOKipmnQ/X3I0L2sjjb6BswaYpv2tun25lHViU7JPxLQ==
15301523
dependencies:
1531-
"@babel/helper-module-imports" "^7.10.4"
1532-
"@rollup/pluginutils" "^3.1.0"
1524+
"@babel/helper-module-imports" "^7.18.6"
1525+
"@rollup/pluginutils" "^4.2.1"
15331526

15341527
15351528
version "23.0.0"

0 commit comments

Comments
 (0)