Skip to content

Commit f705997

Browse files
Merge #1066
1066: build(deps-dev): bump @rollup/plugin-node-resolve from 13.0.5 to 13.0.6 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve)` from 13.0.5 to 13.0.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md"><code>`@​rollup/plugin-node-resolve</code>'s` changelog</a>.</em></p> <blockquote> <h2>v13.0.6</h2> <p><em>2021-10-19</em></p> <h3>Bugfixes</h3> <ul> <li>fix: pass on isEntry flag (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1016">#1016</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/e053794960cb91369e705708f39fd9387afac3d4"><code>e053794</code></a> chore(release): node-resolve v13.0.6</li> <li><a href="https://github.com/rollup/plugins/commit/12e1feecb833aa034d6677b1ec0ad76d4b81dc3b"><code>12e1fee</code></a> fix(node-resolve): pass on isEntry flag (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1016">#1016</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/540767b947cfad0dd06a278b977b8ce05da9593c"><code>540767b</code></a> chore(release): node-resolve v13.0.5</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/node-resolve-v13.0.6/packages/node-resolve">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@rollup/plugin-node-resolve&package-manager=npm_and_yarn&previous-version=13.0.5&new-version=13.0.6)](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 50a86d0 + aabedb4 commit f705997

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
@@ -72,7 +72,7 @@
7272
"@rollup/plugin-babel": "^5.3.0",
7373
"@rollup/plugin-commonjs": "21.0.1",
7474
"@rollup/plugin-json": "^4.0.2",
75-
"@rollup/plugin-node-resolve": "13.0.5",
75+
"@rollup/plugin-node-resolve": "13.0.6",
7676
"@types/jest": "^27.0.2",
7777
"@types/prettier": "^2.2.3",
7878
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,10 +1552,10 @@
15521552
dependencies:
15531553
"@rollup/pluginutils" "^3.0.8"
15541554

1555-
"@rollup/[email protected].5":
1556-
version "13.0.5"
1557-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.5.tgz#016abe58796a4ff544d6beac7818921e3d3777fc"
1558-
integrity sha512-mVaw6uxtvuGx/XCI4qBQXsDZJUfyx5vp39iE0J/7Hd6wDhEbjHr6aES7Nr9yWbuE0BY+oKp6N7Bq6jX5NCGNmQ==
1555+
"@rollup/[email protected].6":
1556+
version "13.0.6"
1557+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.6.tgz#29629070bb767567be8157f575cfa8f2b8e9ef77"
1558+
integrity sha512-sFsPDMPd4gMqnh2gS0uIxELnoRUp5kBl5knxD2EO0778G1oOJv4G1vyT2cpWz75OU2jDVcXhjVUuTAczGyFNKA==
15591559
dependencies:
15601560
"@rollup/pluginutils" "^3.1.0"
15611561
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)