Skip to content

Commit 8dad2bb

Browse files
Merge #848
848: build(deps-dev): bump @rollup/plugin-node-resolve from 11.2.0 to 11.2.1 r=bidoubiwa a=dependabot-preview[bot] Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.2.0 to 11.2.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/7426b1e49c4a6766369707878e6abb5f31050a2b"><code>7426b1e</code></a> chore(release): node-resolve v11.2.1</li> <li><a href="https://github.com/rollup/plugins/commit/312fbc2d0fc1e6c58dc9a73edbd255f567127120"><code>312fbc2</code></a> fix(node-resolve): fs.exists is incorrectly promisified (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/835">#835</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/2d06c44874c17effe5c2724742c69d6a4cd11e95"><code>2d06c44</code></a> feat(commonjs)!: Add ignore-dynamic-requires option (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/819">#819</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/8752c2f9099cdbf3a8580936b2599b57cd8da344"><code>8752c2f</code></a> docs(replace): document the <code>values</code> option (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/814">#814</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/4f4c25d4d3a9977c06357b2a017eff2fd38a3fe9"><code>4f4c25d</code></a> fix(typescript): bump TypeScript version (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/818">#818</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/f1ad31f230afef15c14ba4c4d0de58d3f96904e4"><code>f1ad31f</code></a> fix(typescript): update readme and peerDeps version (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/830">#830</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/a69e85d8d5c3ae4b627927752c105cd5ae6dad6c"><code>a69e85d</code></a> fix(commonjs): <code>isRestorableCompiledEsm</code> should also trigger code transform (...</li> <li><a href="https://github.com/rollup/plugins/commit/4a11bbd4de64085b2245cf98ef3b4cd51233a76e"><code>4a11bbd</code></a> chore(release): replace v2.4.1</li> <li><a href="https://github.com/rollup/plugins/commit/659ed596b256803e14b5bb8c5a2bceb609607696"><code>659ed59</code></a> fix(replace): add missing types for new <code>preventAssignment</code> option (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/813">#813</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/fbcb8f270348f989cec975b2b1746f6a7c5fc279"><code>fbcb8f2</code></a> chore(release): replace v2.4.0</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/node-resolve-v11.2.0...node-resolve-v11.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@rollup/plugin-node-resolve&package-manager=npm_and_yarn&previous-version=11.2.0&new-version=11.2.1)](https://dependabot.com/compatibility-score/?dependency-name=@rollup/plugin-node-resolve&package-manager=npm_and_yarn&previous-version=11.2.0&new-version=11.2.1) 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 a8a2530 + 03cef81 commit 8dad2bb

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": "18.0.0",
6868
"@rollup/plugin-json": "^4.0.2",
69-
"@rollup/plugin-node-resolve": "11.2.0",
69+
"@rollup/plugin-node-resolve": "11.2.1",
7070
"@types/jest": "^26.0.22",
7171
"@types/prettier": "^2.2.0",
7272
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,10 +1277,10 @@
12771277
dependencies:
12781278
"@rollup/pluginutils" "^3.0.8"
12791279

1280-
"@rollup/[email protected].0":
1281-
version "11.2.0"
1282-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.0.tgz#a5ab88c35bb7622d115f44984dee305112b6f714"
1283-
integrity sha512-qHjNIKYt5pCcn+5RUBQxK8krhRvf1HnyVgUCcFFcweDS7fhkOLZeYh0mhHK6Ery8/bb9tvN/ubPzmfF0qjDCTA==
1280+
"@rollup/[email protected].1":
1281+
version "11.2.1"
1282+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz#82aa59397a29cd4e13248b106e6a4a1880362a60"
1283+
integrity sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==
12841284
dependencies:
12851285
"@rollup/pluginutils" "^3.1.0"
12861286
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)