Skip to content

Commit 6229093

Browse files
Merge #1368
1368: build(deps-dev): bump @rollup/plugin-babel from 6.0.0 to 6.0.2 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel)` from 6.0.0 to 6.0.2. <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.2</h2> <p><em>2022-10-21</em></p> <h3>Updates</h3> <ul> <li>chore: update rollup dependencies (<a href="https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f">3038271</a>)</li> </ul> <h2>v6.0.1</h2> <p><em>Skipped for repo rebase</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/15f70ce348c135aa24b5a7c7020d6e9e097d49eb"><code>15f70ce</code></a> chore(release): babel v6.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f"><code>3038271</code></a> chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...</li> <li><a href="https://github.com/rollup/plugins/commit/0e6cfe110c6c362d275a03bd26c99c2e1a175ce8"><code>0e6cfe1</code></a> chore(release): babel v6.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/3a46d394666102ceb2196178ed07b5ad8ee9215f"><code>3a46d39</code></a> fix(babel): prepare for Rollup 3 (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/1303">#1303</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/4e85ed78cd2e941107fdf0e8e118e7bee550109d"><code>4e85ed7</code></a> chore(all): fix lint issues (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/1270">#1270</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/2483b40d4c2ec38623fb7fab330e3907fe13dff6"><code>2483b40</code></a> chore(repo): correct READMEs, minimatch to picomatch (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/1260">#1260</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/45c6d80313f027b486b60c845ef051e3c44d3915"><code>45c6d80</code></a> chore(release): babel v5.3.1</li> <li><a href="https://github.com/rollup/plugins/commit/c259de596228557cc69edbf912fa9a738837a8aa"><code>c259de5</code></a> fix(babel): consider path delimeter on windows (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/1090">#1090</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/8835dd2aed92f408d7dc72d7cc25a9728e16face"><code>8835dd2</code></a> chore(repo): update rollup devDep in all packages (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/1115">#1115</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/e32a9e97a4bb4242ae597fb08177bb320db1b595"><code>e32a9e9</code></a> chore(repo): update linting, prettier configuration</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/commits/babel-v6.0.2/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=6.0.0&new-version=6.0.2)](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 d3db908 + c83a116 commit 6229093

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.4",
76-
"@rollup/plugin-babel": "^6.0.0",
76+
"@rollup/plugin-babel": "^6.0.2",
7777
"@rollup/plugin-commonjs": "23.0.2",
7878
"@rollup/plugin-json": "^4.0.2",
7979
"@rollup/plugin-node-resolve": "15.0.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,13 +1516,13 @@
15161516
"@nodelib/fs.scandir" "2.1.3"
15171517
fastq "^1.6.0"
15181518

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==
1519+
"@rollup/plugin-babel@^6.0.2":
1520+
version "6.0.2"
1521+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.2.tgz#92ad7a00cc0e4a6b59e1498cda9f907a9c0d2db3"
1522+
integrity sha512-Vnt8XIWYwCf3MD7qhBWYlP9pjSZvcE++nlPXhQYw6YNehl5742AzFbrV6h4BHb20VAOVUlIksVLymQCTwVCGDg==
15231523
dependencies:
15241524
"@babel/helper-module-imports" "^7.18.6"
1525-
"@rollup/pluginutils" "^4.2.1"
1525+
"@rollup/pluginutils" "^5.0.1"
15261526

15271527
15281528
version "23.0.2"
@@ -1564,7 +1564,7 @@
15641564
estree-walker "^1.0.1"
15651565
picomatch "^2.2.2"
15661566

1567-
"@rollup/pluginutils@^4.1.2", "@rollup/pluginutils@^4.2.1":
1567+
"@rollup/pluginutils@^4.1.2":
15681568
version "4.2.1"
15691569
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz#e6c6c3aba0744edce3fb2074922d3776c0af2a6d"
15701570
integrity sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==

0 commit comments

Comments
 (0)