Skip to content

Commit b129b79

Browse files
Merge #1405
1405: build(deps-dev): bump @rollup/plugin-babel from 6.0.2 to 6.0.3 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel)` from 6.0.2 to 6.0.3. <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.3</h2> <p><em>2022-11-25</em></p> <h3>Updates</h3> <ul> <li>docs: small typo in babel plugin readme <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1355">#1355</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/7f90b607eda51bbc63e3409f470c1e51af148b70"><code>7f90b60</code></a> chore(release): babel v6.0.3</li> <li><a href="https://github.com/rollup/plugins/commit/2ae1c62b85e5efc4e112695373c4a4e6aff2c74a"><code>2ae1c62</code></a> docs(babel): small typo in babel plugin readme (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/babel/issues/1355">#1355</a>)</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/babel-v6.0.3/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.2&new-version=6.0.3)](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 9e27bc0 + dd3d502 commit b129b79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.20.2",
76-
"@rollup/plugin-babel": "^6.0.2",
76+
"@rollup/plugin-babel": "^6.0.3",
7777
"@rollup/plugin-commonjs": "23.0.3",
7878
"@rollup/plugin-json": "^5.0.1",
7979
"@rollup/plugin-node-resolve": "15.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,10 +1520,10 @@
15201520
"@nodelib/fs.scandir" "2.1.3"
15211521
fastq "^1.6.0"
15221522

1523-
"@rollup/plugin-babel@^6.0.2":
1524-
version "6.0.2"
1525-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.2.tgz#92ad7a00cc0e4a6b59e1498cda9f907a9c0d2db3"
1526-
integrity sha512-Vnt8XIWYwCf3MD7qhBWYlP9pjSZvcE++nlPXhQYw6YNehl5742AzFbrV6h4BHb20VAOVUlIksVLymQCTwVCGDg==
1523+
"@rollup/plugin-babel@^6.0.3":
1524+
version "6.0.3"
1525+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz#07ccde15de278c581673034ad6accdb4a153dfeb"
1526+
integrity sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==
15271527
dependencies:
15281528
"@babel/helper-module-imports" "^7.18.6"
15291529
"@rollup/pluginutils" "^5.0.1"

0 commit comments

Comments
 (0)