Skip to content

Commit 6ea5242

Browse files
Merge #1525
1525: build(deps-dev): bump @rollup/plugin-commonjs from 25.0.1 to 25.0.2 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs)` from 25.0.1 to 25.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md"><code>`@​rollup/plugin-commonjs</code>'s` changelog</a>.</em></p> <blockquote> <h2>v25.0.2</h2> <p><em>2023-06-19</em></p> <h3>Bugfixes</h3> <ul> <li>fix: add classBodyDepth flag <a href="https://redirect.github.com/rollup/plugins/pull/1507">#1507</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/b9cbbb4a138d81e27b868136c80a6306db327e43"><code>b9cbbb4</code></a> chore(release): commonjs v25.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/b844adb3e24dfd3b5576406d4c535756f48ee696"><code>b844adb</code></a> fix(commonjs): add classBodyDepth flag (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1507">#1507</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/bcc26dbed74dbb5bc0f1191bcab878122b3edbc8"><code>bcc26db</code></a> chore(release): commonjs v25.0.1</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v25.0.2/packages/commonjs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@rollup/plugin-commonjs&package-manager=npm_and_yarn&previous-version=25.0.1&new-version=25.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 5e0e734 + dcb0b68 commit 6ea5242

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
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@babel/preset-env": "^7.22.5",
7777
"@rollup/plugin-babel": "^6.0.3",
78-
"@rollup/plugin-commonjs": "25.0.1",
78+
"@rollup/plugin-commonjs": "25.0.2",
7979
"@rollup/plugin-json": "^6.0.0",
8080
"@rollup/plugin-node-resolve": "15.1.0",
8181
"@types/jest": "^27.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,10 +1456,10 @@
14561456
"@babel/helper-module-imports" "^7.18.6"
14571457
"@rollup/pluginutils" "^5.0.1"
14581458

1459-
"@rollup/[email protected].1":
1460-
version "25.0.1"
1461-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.1.tgz#da984ea47f4450bb830fc1601bda130cfd603eb1"
1462-
integrity sha512-2DJ4kv4b1xfTJopWhu61ANdNRHvzQZ2fpaIrlgaP2jOfUv1wDJ0Ucqy8AZlbFmn/iUjiwKoqki9j55Y6L8kyNQ==
1459+
"@rollup/[email protected].2":
1460+
version "25.0.2"
1461+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.2.tgz#7ed37d00a12fc7fdd3aadba5fa0de52f2372bbbb"
1462+
integrity sha512-NGTwaJxIO0klMs+WSFFtBP7b9TdTJ3K76HZkewT8/+yHzMiUGVQgaPtLQxNVYIgT5F7lxkEyVID+yS3K7bhCow==
14631463
dependencies:
14641464
"@rollup/pluginutils" "^5.0.1"
14651465
commondir "^1.0.1"

0 commit comments

Comments
 (0)