Skip to content

Commit 1b6f42a

Browse files
Merge #675
675: build(deps-dev): bump @rollup/plugin-node-resolve from 9.0.0 to 10.0.0 r=bidoubiwa a=dependabot-preview[bot] Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 9.0.0 to 10.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/c4960893c525129c752a34eda7f847e0e9df4830"><code>c496089</code></a> chore(release): node-resolve v10.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/653e4c8fe48cbbf314fab8faa193310dd016a65d"><code>653e4c8</code></a> chore(release): commonjs v16.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/0f583b8ca409387f3a21df48a4279d5def9e8871"><code>0f583b8</code></a> chore(release): replace v2.3.4</li> <li><a href="https://github.com/rollup/plugins/commit/5025c5e5c973cebce62277a80ac5c016a6965d0e"><code>5025c5e</code></a> chore(release): typescript v6.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/48e58780cff8a12e726d491d6fd0288b9082707a"><code>48e5878</code></a> chore(release): graphql v1.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/d04778c6b982a5c0e9b87b19938f276eb2faf1d0"><code>d04778c</code></a> chore(alias): fix TS error in function call</li> <li><a href="https://github.com/rollup/plugins/commit/2416ce728fdb0faac3d8363eae690ee41c3c9c8f"><code>2416ce7</code></a> chore(repo): migrate @kocal/rollup-plugin-graphql (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/585">#585</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/257c7dc290f7c93a5f4cd47e61649b1ded95800a"><code>257c7dc</code></a> chore(repo): migrate @TrySound/rollup-plugin-eslint (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/575">#575</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/1459cf0ab5e5eb7beee46f52bc4dbbb88d3e4335"><code>1459cf0</code></a> fix(node-resolve): do not ignore exceptions (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/564">#564</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/5d292b580e85c0c2e172a4375ef87c7a53bbb686"><code>5d292b5</code></a> docs(typescript): More informative error messages (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/619">#619</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/node-resolve-v9.0.0...node-resolve-v10.0.0">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=9.0.0&new-version=10.0.0)](https://dependabot.com/compatibility-score/?dependency-name=@rollup/plugin-node-resolve&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=10.0.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 8241e18 + bedb729 commit 1b6f42a

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.2.0",
6767
"@rollup/plugin-commonjs": "16.0.0",
6868
"@rollup/plugin-json": "^4.0.2",
69-
"@rollup/plugin-node-resolve": "9.0.0",
69+
"@rollup/plugin-node-resolve": "10.0.0",
7070
"@types/jest": "26.0.14",
7171
"@types/prettier": "^2.0.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
@@ -1229,10 +1229,10 @@
12291229
dependencies:
12301230
"@rollup/pluginutils" "^3.0.8"
12311231

1232-
"@rollup/plugin-node-resolve@9.0.0":
1233-
version "9.0.0"
1234-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-9.0.0.tgz#39bd0034ce9126b39c1699695f440b4b7d2b62e6"
1235-
integrity sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg==
1232+
"@rollup/plugin-node-resolve@10.0.0":
1233+
version "10.0.0"
1234+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-10.0.0.tgz#44064a2b98df7530e66acf8941ff262fc9b4ead8"
1235+
integrity sha512-sNijGta8fqzwA1VwUEtTvWCx2E7qC70NMsDh4ZG13byAXYigBNZMxALhKUSycBks5gupJdq0lFrKumFrRZ8H3A==
12361236
dependencies:
12371237
"@rollup/pluginutils" "^3.1.0"
12381238
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)