Skip to content

Commit 14051d4

Browse files
Merge #1417
1417: build(deps-dev): bump @rollup/plugin-commonjs from 23.0.3 to 23.0.4 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs)` from 23.0.3 to 23.0.4. <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>v23.0.4</h2> <p><em>2022-12-07</em></p> <h3>Bugfixes</h3> <ul> <li>fix: declaration tag <a href="https://github.com/default"><code>`@​default</code></a>` for ignoreTryCatch + fix some typos <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1370">#1370</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/2fa3c8f135424ac8fa674c94d801831f07b6bfd2"><code>2fa3c8f</code></a> chore(release): commonjs v23.0.4</li> <li><a href="https://github.com/rollup/plugins/commit/a47c15361e6f0eceb271fbfc348a9b93fdf3401c"><code>a47c153</code></a> fix(commonjs): declaration tag <a href="https://github.com/default"><code>`@​default</code></a>` for ignoreTryCatch + fix some typos (...</li> <li><a href="https://github.com/rollup/plugins/commit/a2e582a3eac135030532186ae664466d0441a6b7"><code>a2e582a</code></a> chore(repo): enable <code>consistent-type-imports</code> for typescript files (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1325">#1325</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/c719c7dd6b1eea517d206f9b69b6c50fe2ad7ba7"><code>c719c7d</code></a> chore(release): commonjs v23.0.3</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v23.0.4/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=23.0.3&new-version=23.0.4)](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 a2905ed + 156b10c commit 14051d4

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
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@babel/preset-env": "^7.20.2",
7676
"@rollup/plugin-babel": "^6.0.3",
77-
"@rollup/plugin-commonjs": "23.0.3",
77+
"@rollup/plugin-commonjs": "23.0.4",
7878
"@rollup/plugin-json": "^5.0.2",
7979
"@rollup/plugin-node-resolve": "15.0.1",
8080
"@types/jest": "^27.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,10 +1528,10 @@
15281528
"@babel/helper-module-imports" "^7.18.6"
15291529
"@rollup/pluginutils" "^5.0.1"
15301530

1531-
"@rollup/[email protected].3":
1532-
version "23.0.3"
1533-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.3.tgz#442cd8ccca1b7563a503da86fc84a1a7112b54bb"
1534-
integrity sha512-31HxrT5emGfTyIfAs1lDQHj6EfYxTXcwtX5pIIhq+B/xZBNIqQ179d/CkYxlpYmFCxT78AeU4M8aL8Iv/IBxFA==
1531+
"@rollup/[email protected].4":
1532+
version "23.0.4"
1533+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.4.tgz#854e9b1a83f0a715ded70a2ae411bebc11141de2"
1534+
integrity sha512-bOPJeTZg56D2MCm+TT4psP8e8Jmf1Jsi7pFUMl8BN5kOADNzofNHe47+84WVCt7D095xPghC235/YKuNDEhczg==
15351535
dependencies:
15361536
"@rollup/pluginutils" "^5.0.1"
15371537
commondir "^1.0.1"

0 commit comments

Comments
 (0)