Skip to content

Commit

Permalink
Merge #1129
Browse files Browse the repository at this point in the history
1129: build(deps-dev): bump @rollup/plugin-node-resolve from 13.0.6 to 13.1.3 r=curquiza a=dependabot[bot]

Bumps [`@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve)` from 13.0.6 to 13.1.3.
<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.1.3</h2>
<p><em>2022-01-05</em></p>
<h3>Bugfixes</h3>
<ul>
<li>fix: use correct version when published (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1063">#1063</a>)</li>
</ul>
<h2>v13.1.2</h2>
<p><em>2021-12-31</em></p>
<h3>Bugfixes</h3>
<ul>
<li>fix: forward meta-information from other plugins (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1062">#1062</a>)</li>
</ul>
<h2>v13.1.1</h2>
<p><em>2021-12-13</em></p>
<h3>Updates</h3>
<ul>
<li>test: add tests for mixing custom <code>exportConditions</code> with <code>browser: true</code> (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1043">#1043</a>)</li>
</ul>
<h2>v13.1.0</h2>
<p><em>2021-12-13</em></p>
<h3>Features</h3>
<ul>
<li>feat: expose plugin version (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1050">#1050</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rollup/plugins/commit/13dca1df67d317c59dddb606a7f49ee0ae1c6e5a"><code>13dca1d</code></a> chore(release): node-resolve v13.1.3</li>
<li><a href="https://github.com/rollup/plugins/commit/d2c788cda12dec19c0ab1a9c9c5df06caa337d9e"><code>d2c788c</code></a> fix(node-resolve): use correct version when published (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1063">#1063</a>)</li>
<li><a href="https://github.com/rollup/plugins/commit/f86db9b95c3220f43f33aa656814ac58bf05052e"><code>f86db9b</code></a> chore(release): node-resolve v13.1.2</li>
<li><a href="https://github.com/rollup/plugins/commit/23226cdd67118cff29beb9cbd3a436091d34a7c2"><code>23226cd</code></a> fix(node-resolve): forward meta-information from other plugins (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1062">#1062</a>)</li>
<li><a href="https://github.com/rollup/plugins/commit/8c6ae32f96ab299ca0b1207857e242bac89b9ca7"><code>8c6ae32</code></a> chore(release): node-resolve v13.1.1</li>
<li><a href="https://github.com/rollup/plugins/commit/9e6db2ddaeafd677449391afbbf8153ad6a9a93c"><code>9e6db2d</code></a> test(node-resolve): add tests for mixing custom <code>exportConditions</code> with `brow...</li>
<li><a href="https://github.com/rollup/plugins/commit/e7719b01f0763bf6c52de715b1b0974dafc9735f"><code>e7719b0</code></a> chore(release): node-resolve v13.1.0</li>
<li><a href="https://github.com/rollup/plugins/commit/59add60ffe7eebae64fe17bc01bd86ae4a44d3a0"><code>59add60</code></a> feat(node-resolve): expose plugin version (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1050">#1050</a>)</li>
<li><a href="https://github.com/rollup/plugins/commit/932f54c69a281aec6217c75f05d8cb1ee0b54669"><code>932f54c</code></a> chore(release): node-resolve v13.0.6</li>
<li>See full diff in <a href="https://github.com/rollup/plugins/commits/node-resolve-v13.1.3/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.6&new-version=13.1.3)](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>
  • Loading branch information
bors[bot] and dependabot[bot] authored Jan 12, 2022
2 parents aeb195d + 0f97655 commit fbc87a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-node-resolve": "13.1.3",
"@types/jest": "^27.4.0",
"@types/prettier": "^2.2.3",
"@typescript-eslint/eslint-plugin": "2.34.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1402,10 +1402,10 @@
dependencies:
"@rollup/pluginutils" "^3.0.8"

"@rollup/plugin-node-resolve@13.0.6":
version "13.0.6"
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.6.tgz#29629070bb767567be8157f575cfa8f2b8e9ef77"
integrity sha512-sFsPDMPd4gMqnh2gS0uIxELnoRUp5kBl5knxD2EO0778G1oOJv4G1vyT2cpWz75OU2jDVcXhjVUuTAczGyFNKA==
"@rollup/plugin-node-resolve@13.1.3":
version "13.1.3"
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.1.3.tgz#2ed277fb3ad98745424c1d2ba152484508a92d79"
integrity sha512-BdxNk+LtmElRo5d06MGY4zoepyrXX1tkzX2hrnPEZ53k78GuOMWLqmJDGIIOPwVRIFZrLQOo+Yr6KtCuLIA0AQ==
dependencies:
"@rollup/pluginutils" "^3.1.0"
"@types/resolve" "1.17.1"
Expand Down

0 comments on commit fbc87a4

Please sign in to comment.