Skip to content

Commit b986011

Browse files
Merge #1370
1370: build(deps-dev): bump @rollup/plugin-commonjs from 23.0.0 to 23.0.2 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs)` from 23.0.0 to 23.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>v23.0.2</h2> <p><em>2022-10-21</em></p> <h3>Updates</h3> <ul> <li>chore: update rollup dependencies (<a href="https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f">3038271</a>)</li> </ul> <h2>v23.0.1</h2> <p><em>Skipped for repo rebase</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/2eba65cb0efa5c1696b91a0aabba3ca5ffc3106d"><code>2eba65c</code></a> chore(release): commonjs v23.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f"><code>3038271</code></a> chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...</li> <li><a href="https://github.com/rollup/plugins/commit/6632d54218b1a09d779738643b6a87fb615c4e36"><code>6632d54</code></a> chore(release): commonjs v23.0.0</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v23.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=23.0.0&new-version=23.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 34d037a + 166c2c7 commit b986011

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.19.4",
7676
"@rollup/plugin-babel": "^6.0.0",
77-
"@rollup/plugin-commonjs": "23.0.0",
77+
"@rollup/plugin-commonjs": "23.0.2",
7878
"@rollup/plugin-json": "^4.0.2",
7979
"@rollup/plugin-node-resolve": "15.0.1",
8080
"@types/jest": "^27.5.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,12 +1524,12 @@
15241524
"@babel/helper-module-imports" "^7.18.6"
15251525
"@rollup/pluginutils" "^4.2.1"
15261526

1527-
"@rollup/[email protected].0":
1528-
version "23.0.0"
1529-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.0.tgz#3f64a49409d0681cd7496a71dd6577f07d39c3b0"
1530-
integrity sha512-JbrTRyDNtLQj/rhl7RFUuYXwQ2fac+33oLDAu2k++WD95zweyo28UAomLVA0JMGx4vmCa7Nw4T6k/1F6lelExg==
1527+
"@rollup/[email protected].2":
1528+
version "23.0.2"
1529+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.2.tgz#3a3a5b7b1b1cb29037eb4992edcaae997d7ebd92"
1530+
integrity sha512-e9ThuiRf93YlVxc4qNIurvv+Hp9dnD+4PjOqQs5vAYfcZ3+AXSrcdzXnVjWxcGQOa6KGJFcRZyUI3ktWLavFjg==
15311531
dependencies:
1532-
"@rollup/pluginutils" "^4.2.1"
1532+
"@rollup/pluginutils" "^5.0.1"
15331533
commondir "^1.0.1"
15341534
estree-walker "^2.0.2"
15351535
glob "^8.0.3"

0 commit comments

Comments
 (0)