Skip to content

Commit 5612a53

Browse files
Merge #1025
1025: Bump @rollup/plugin-commonjs from 20.0.0 to 21.0.0 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs)` from 20.0.0 to 21.0.0. <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>v21.0.0</h2> <p><em>2021-10-01</em></p> <h3>Breaking Changes</h3> <ul> <li>fix: use safe default value for ignoreTryCatch (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1005">#1005</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/ff9df1edd69410cb678029ea896d72358b4b0381"><code>ff9df1e</code></a> chore(release): commonjs v21.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/6afa82c186be4e8cd7177115fdadc18355b0cbc5"><code>6afa82c</code></a> fix(commonjs)!: use safe default value for ignoreTryCatch (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1005">#1005</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/405500b0248bff52ddc368abfbcd8a5249297e29"><code>405500b</code></a> chore(release): commonjs v20.0.0</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v21.0.0/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=20.0.0&new-version=21.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 94e6310 + 1c97d5b commit 5612a53

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
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@babel/preset-env": "^7.15.6",
6767
"@rollup/plugin-babel": "^5.3.0",
68-
"@rollup/plugin-commonjs": "20.0.0",
68+
"@rollup/plugin-commonjs": "21.0.0",
6969
"@rollup/plugin-json": "^4.0.2",
7070
"@rollup/plugin-node-resolve": "13.0.5",
7171
"@types/jest": "^27.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,10 +1532,10 @@
15321532
"@babel/helper-module-imports" "^7.10.4"
15331533
"@rollup/pluginutils" "^3.1.0"
15341534

1535-
"@rollup/plugin-commonjs@20.0.0":
1536-
version "20.0.0"
1537-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745"
1538-
integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==
1535+
"@rollup/plugin-commonjs@21.0.0":
1536+
version "21.0.0"
1537+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.0.tgz#b9e4342855ea20b5528f4587b9a90f642196a502"
1538+
integrity sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw==
15391539
dependencies:
15401540
"@rollup/pluginutils" "^3.1.0"
15411541
commondir "^1.0.1"

0 commit comments

Comments
 (0)