Skip to content

Commit f4a1f54

Browse files
Merge #1316
1316: build(deps-dev): bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs)` from 22.0.1 to 22.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>v22.0.2</h2> <p><em>2022-08-05</em></p> <h3>Bugfixes</h3> <ul> <li>fix: Exclude multi-line template strings from indent (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1229">#1229</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/031e9c39fad7a42e93e64b0b97e5b4643a2e6188"><code>031e9c3</code></a> chore(release): commonjs v22.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/54c1a7cd6754e2f7b03615529869fd6711fc17fe"><code>54c1a7c</code></a> fix(commonjs): Exclude multi-line template strings from indent (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1229">#1229</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/985cf4c422896ac2b21279f0f99db9d281ef73c2"><code>985cf4c</code></a> chore(release): commonjs v22.0.1</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v22.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=22.0.1&new-version=22.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 3c8f8d4 + 0219606 commit f4a1f54

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.18.9",
7676
"@rollup/plugin-babel": "^5.3.1",
77-
"@rollup/plugin-commonjs": "22.0.1",
77+
"@rollup/plugin-commonjs": "22.0.2",
7878
"@rollup/plugin-json": "^4.0.2",
7979
"@rollup/plugin-node-resolve": "13.3.0",
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.10.4"
15291529
"@rollup/pluginutils" "^3.1.0"
15301530

1531-
"@rollup/[email protected].1":
1532-
version "22.0.1"
1533-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.1.tgz#f7cb777d20de3eeeaf994f39080115c336bef810"
1534-
integrity sha512-dGfEZvdjDHObBiP5IvwTKMVeq/tBZGMBHZFMdIV1ClMM/YoWS34xrHFGfag9SN2ZtMgNZRFruqvxZQEa70O6nQ==
1531+
"@rollup/[email protected].2":
1532+
version "22.0.2"
1533+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz#ee8ca8415cda30d383b4096aad5222435b4b69b6"
1534+
integrity sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==
15351535
dependencies:
15361536
"@rollup/pluginutils" "^3.1.0"
15371537
commondir "^1.0.1"

0 commit comments

Comments
 (0)