Skip to content

Commit 430e7ef

Browse files
Merge #1352
1352: build(deps-dev): bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve)` from 13.3.0 to 14.1.0. <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>v14.1.0</h2> <p><em>2022-09-12</em></p> <h3>Features</h3> <ul> <li>feat: add new option, modulePaths (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1104">#1104</a>)</li> </ul> <h2>v14.0.1</h2> <p><em>2022-09-08</em></p> <h3>Bugfixes</h3> <ul> <li>fix: handle circular commonjs (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1259">#1259</a>)</li> </ul> <h2>v14.0.0</h2> <p><em>2022-09-06</em></p> <h3>Breaking Changes</h3> <ul> <li>fix: preserve moduleSideEffects when re-resolving files (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1245">#1245</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/509d0310ff12f6dec78df59585b55b4f0209af9a"><code>509d031</code></a> chore(release): node-resolve v14.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/12d87a4379b6953ce2dac1491924e5cc4a6bd2fa"><code>12d87a4</code></a> feat(node-resolve): add new option, modulePaths (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1104">#1104</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/a43a6d6b873aa36e7faf26c7ae066f7b280e54ee"><code>a43a6d6</code></a> chore(release): node-resolve v14.0.1</li> <li><a href="https://github.com/rollup/plugins/commit/5cf48e93a2649a71367ecf43aa1df3b2aac1d8f5"><code>5cf48e9</code></a> fix(node-resolve): handle circular commonjs (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1259">#1259</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/81e2985885f3b496b2072ae2211a19dc3114125c"><code>81e2985</code></a> chore(release): node-resolve v14.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/886debae6b1d9f00c897c866a4c4c6975a5d47db"><code>886deba</code></a> fix(node-resolve): preserve moduleSideEffects when re-resolving files (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1245">#1245</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/173b410dc53eca468c9fc4f3bfedf9ef16a80327"><code>173b410</code></a> chore(release): node-resolve v13.3.0</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/node-resolve-v14.1.0/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.3.0&new-version=14.1.0)](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 75dd857 + 8ccefc8 commit 430e7ef

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
@@ -76,7 +76,7 @@
7676
"@rollup/plugin-babel": "^5.3.1",
7777
"@rollup/plugin-commonjs": "23.0.0",
7878
"@rollup/plugin-json": "^4.0.2",
79-
"@rollup/plugin-node-resolve": "13.3.0",
79+
"@rollup/plugin-node-resolve": "14.1.0",
8080
"@types/jest": "^27.5.0",
8181
"@types/prettier": "^2.2.3",
8282
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

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

1553-
"@rollup/plugin-node-resolve@13.3.0":
1554-
version "13.3.0"
1555-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz#da1c5c5ce8316cef96a2f823d111c1e4e498801c"
1556-
integrity sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==
1553+
"@rollup/plugin-node-resolve@14.1.0":
1554+
version "14.1.0"
1555+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-14.1.0.tgz#f2fa475405cd7fed6420bf438fe393f988a9bc96"
1556+
integrity sha512-5G2niJroNCz/1zqwXtk0t9+twOSDlG00k1Wfd7bkbbXmwg8H8dvgHdIWAun53Ps/rckfvOC7scDBjuGFg5OaWw==
15571557
dependencies:
15581558
"@rollup/pluginutils" "^3.1.0"
15591559
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)