Skip to content

Commit 93d5024

Browse files
Merge #1009
1009: Bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve)` from 13.0.4 to 13.0.5. <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.5</h2> <p><em>2021-09-21</em></p> <h3>Updates</h3> <ul> <li>docs: fix readme heading depth (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/999">#999</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/d4ef29ad3e1097944018edfc70862e6a3f4fdac2"><code>d4ef29a</code></a> chore(release): node-resolve v13.0.5</li> <li><a href="https://github.com/rollup/plugins/commit/68ee2c5b148ad55eb758b1c7d018b8d896342f95"><code>68ee2c5</code></a> docs(node-resolve): fix readme heading depth (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/999">#999</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/6ad1721a9fcd39e308a5f04d849e2d154eeec323"><code>6ad1721</code></a> chore(repo): update CHANGELOGs with missing info, add newline to CHANGELOG gen</li> <li><a href="https://github.com/rollup/plugins/commit/5b45582233ec2d30ed0e0fce8e5a36286a1556ae"><code>5b45582</code></a> chore(release): node-resolve v13.0.4</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/node-resolve-v13.0.5/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.4&new-version=13.0.5)](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 a2a9ea8 + 698c0c7 commit 93d5024

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
@@ -66,7 +66,7 @@
6666
"@rollup/plugin-babel": "^5.3.0",
6767
"@rollup/plugin-commonjs": "20.0.0",
6868
"@rollup/plugin-json": "^4.0.2",
69-
"@rollup/plugin-node-resolve": "13.0.4",
69+
"@rollup/plugin-node-resolve": "13.0.5",
7070
"@types/jest": "^27.0.2",
7171
"@types/prettier": "^2.2.3",
7272
"@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].4":
1556-
version "13.0.4"
1557-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.4.tgz#b10222f4145a019740acb7738402130d848660c0"
1558-
integrity sha512-eYq4TFy40O8hjeDs+sIxEH/jc9lyuI2k9DM557WN6rO5OpnC2qXMBNj4IKH1oHrnAazL49C5p0tgP0/VpqJ+/w==
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==
15591559
dependencies:
15601560
"@rollup/pluginutils" "^3.1.0"
15611561
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)