Skip to content

Commit d40a1ab

Browse files
Merge #751
751: build(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.1.0 r=curquiza a=dependabot-preview[bot] Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.0.0 to 11.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/04138d6505ce9a4bc602ad35737d79701fc1b698"><code>04138d6</code></a> chore(release): commonjs v11.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/d6bbfddcef24b6861539522d5a312acd83f20ac6"><code>d6bbfdd</code></a> chore(commonjs): snapshot mismatch running tests before publish</li> <li><a href="https://github.com/rollup/plugins/commit/287107870b372f9170541e87460be3f97cf5cbe6"><code>2871078</code></a> chore(release): buble v0.21.2</li> <li><a href="https://github.com/rollup/plugins/commit/b94553692879e421a3a5243b4a5a9db9034ec52f"><code>b945536</code></a> chore(release): beep v0.2.0</li> <li><a href="https://github.com/rollup/plugins/commit/826524259af90e0551674aa7ec45d1eacc77012a"><code>8265242</code></a> chore(release): auto-install v2.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/fbceff8b7334a484493faafa792250ddab0ea3a8"><code>fbceff8</code></a> chore(release): alias v3.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/cabe7108f5fa0f618eee07fc2c09392cb88e3de5"><code>cabe710</code></a> fix(run): use correct hook for reading options, handle facade chunks (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/292">#292</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/5bcc533e195ddc53c077b5fdb4bfd2164f709dad"><code>5bcc533</code></a> refactor(run): use Typescript (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/237">#237</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/f8568d5288edf3e9fd985f3ef168c6ebb1263485"><code>f8568d5</code></a> chore(release): run v2.0.1</li> <li><a href="https://github.com/rollup/plugins/commit/0eb4d59eb23bc032113a6fe685d4c98e1a574b50"><code>0eb4d59</code></a> fix(run): remove rollup v1 from peerDeps</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/commonjs-v11.0.0...commonjs-v11.1.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~guybedford">guybedford</a>, a new releaser for @rollup/plugin-node-resolve since your current version.</p> </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.0.0&new-version=11.1.0)](https://dependabot.com/compatibility-score/?dependency-name=@rollup/plugin-node-resolve&package-manager=npm_and_yarn&previous-version=11.0.0&new-version=11.1.0) 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 0530784 + 57c6697 commit d40a1ab

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
@@ -65,7 +65,7 @@
6565
"@rollup/plugin-babel": "^5.2.0",
6666
"@rollup/plugin-commonjs": "17.0.0",
6767
"@rollup/plugin-json": "^4.0.2",
68-
"@rollup/plugin-node-resolve": "11.0.0",
68+
"@rollup/plugin-node-resolve": "11.1.0",
6969
"@types/jest": "26.0.14",
7070
"@types/prettier": "^2.0.0",
7171
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,10 +1229,10 @@
12291229
dependencies:
12301230
"@rollup/pluginutils" "^3.0.8"
12311231

1232-
"@rollup/plugin-node-resolve@11.0.0":
1233-
version "11.0.0"
1234-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.0.0.tgz#770458fb26691a686c5f29f37dded94832ffce59"
1235-
integrity sha512-8Hrmwjn1pLYjUxcv7U7IPP0qfnzEJWHyHE6CaZ8jbLM+8axaarJRB1jB6JgKTDp5gNga+TpsgX6F8iuvgOerKQ==
1232+
"@rollup/plugin-node-resolve@11.1.0":
1233+
version "11.1.0"
1234+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.1.0.tgz#fa0f888297b3aebcd6534e8aba4e6fe01997649a"
1235+
integrity sha512-ouBBppRdWJKCllDXGzJ7ZIkYbaq+5TmyP0smt1vdJCFfoZhLi31vhpmjLhyo8lreHf4RoeSNllaWrvSqHpHRog==
12361236
dependencies:
12371237
"@rollup/pluginutils" "^3.1.0"
12381238
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)