Skip to content

Commit acd6b0d

Browse files
Merge #241
241: Bump @rollup/plugin-commonjs from 17.0.0 to 17.1.0 r=curquiza a=dependabot-preview[bot] Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 17.0.0 to 17.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/ac76f1c67a5a2d40b21d7b02772c685bbf556a26"><code>ac76f1c</code></a> chore(release): commonjs v17.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/521d7767c9ded5c054d72c174a2c65ebc816ccc6"><code>521d776</code></a> chore(repo): update publish script to recognize 'feature'</li> <li><a href="https://github.com/rollup/plugins/commit/e09c8cf10e6211db9b44ef75ac9a72a4968c1465"><code>e09c8cf</code></a> chore(release): node-resolve v11.1.1</li> <li><a href="https://github.com/rollup/plugins/commit/4a1b9daf90519375b3d20a18e3e4e5b4e0a7c9cd"><code>4a1b9da</code></a> chore(release): alias v3.1.2</li> <li><a href="https://github.com/rollup/plugins/commit/ab36ab633bc9de6564f3cfb748021000b5cd65a2"><code>ab36ab6</code></a> chore(release): html v0.2.2</li> <li><a href="https://github.com/rollup/plugins/commit/809b76a86add59bd4d5394b0f6b47a9935e2e8b2"><code>809b76a</code></a> chore(release): html v0.2.1</li> <li><a href="https://github.com/rollup/plugins/commit/ce65c12ff95c8c554726a8e1f17e827c5d2bf327"><code>ce65c12</code></a> chore(html): run build before publish</li> <li><a href="https://github.com/rollup/plugins/commit/181b929e5eb867afcf206491cce91bce7ea3e054"><code>181b929</code></a> fix(typescript): fix plugin type declarations (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/647">#647</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d9fb47d756470966b6b01bac2c2110b1f76b3cd2"><code>d9fb47d</code></a> fix(commonjs): correctly replace shorthand <code>require</code> (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/764">#764</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/03e32d2d0b342e00968cf4c9e0bc6fcf359581c0"><code>03e32d2</code></a> feat(legacy): normalize exports paths (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/775">#775</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/commonjs-v17.0.0...commonjs-v17.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@rollup/plugin-commonjs&package-manager=npm_and_yarn&previous-version=17.0.0&new-version=17.1.0)](https://dependabot.com/compatibility-score/?dependency-name=@rollup/plugin-commonjs&package-manager=npm_and_yarn&previous-version=17.0.0&new-version=17.1.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents dc726bf + 152041d commit acd6b0d

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
@@ -50,7 +50,7 @@
5050
"@babel/cli": "^7.10.5",
5151
"@babel/core": "^7.0.0",
5252
"@babel/preset-env": "^7.10.4",
53-
"@rollup/plugin-commonjs": "^17.0.0",
53+
"@rollup/plugin-commonjs": "^17.1.0",
5454
"@rollup/plugin-node-resolve": "^11.0.0",
5555
"@typescript-eslint/eslint-plugin": "^4.14.0",
5656
"@typescript-eslint/parser": "^4.14.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,10 +1107,10 @@
11071107
"@nodelib/fs.scandir" "2.1.4"
11081108
fastq "^1.6.0"
11091109

1110-
"@rollup/plugin-commonjs@^17.0.0":
1111-
version "17.0.0"
1112-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.0.0.tgz#2ae2228354cf0fbba6cf9f06f30b2c66a974324c"
1113-
integrity sha512-/omBIJG1nHQc+bgkYDuLpb/V08QyutP9amOrJRUSlYJZP+b/68gM//D8sxJe3Yry2QnYIr3QjR3x4AlxJEN3GA==
1110+
"@rollup/plugin-commonjs@^17.1.0":
1111+
version "17.1.0"
1112+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz#757ec88737dffa8aa913eb392fade2e45aef2a2d"
1113+
integrity sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew==
11141114
dependencies:
11151115
"@rollup/pluginutils" "^3.1.0"
11161116
commondir "^1.0.1"

0 commit comments

Comments
 (0)