Skip to content

Commit 6238526

Browse files
Bump nuwave/lighthouse from 6.64.0 to 6.64.2 (#3429)
Bumps [nuwave/lighthouse](https://github.com/nuwave/lighthouse) from 6.64.0 to 6.64.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuwave/lighthouse/releases">nuwave/lighthouse's releases</a>.</em></p> <blockquote> <h2>v6.64.2</h2> <h3>Fixed</h3> <ul> <li>Use <code>String</code> type for <code>HAS.condition.column</code> in <code>@whereConditions</code> instead of incorrectly inheriting the parent's column enum type <a href="https://redirect.github.com/nuwave/lighthouse/pull/2725">nuwave/lighthouse#2725</a></li> </ul> <h2>v6.64.1</h2> <h3>Fixed</h3> <ul> <li>Handle explicit <code>null</code> for <code>page</code> argument in paginated queries <a href="https://redirect.github.com/nuwave/lighthouse/pull/2735">nuwave/lighthouse#2735</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuwave/lighthouse/blob/master/CHANGELOG.md">nuwave/lighthouse's changelog</a>.</em></p> <blockquote> <h2>v6.64.2</h2> <h3>Fixed</h3> <ul> <li>Use <code>String</code> type for <code>HAS.condition.column</code> in <code>@whereConditions</code> instead of incorrectly inheriting the parent's column enum type <a href="https://redirect.github.com/nuwave/lighthouse/pull/2725">nuwave/lighthouse#2725</a></li> </ul> <h2>v6.64.1</h2> <h3>Fixed</h3> <ul> <li>Handle explicit <code>null</code> for <code>page</code> argument in paginated queries <a href="https://redirect.github.com/nuwave/lighthouse/pull/2735">nuwave/lighthouse#2735</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuwave/lighthouse/commit/e3a8509fddc248740afe30022173a6fa8d78d585"><code>e3a8509</code></a> Use <code>String</code> type for <code>HAS.condition.column</code> in <code>@whereConditions</code> instead of...</li> <li><a href="https://github.com/nuwave/lighthouse/commit/5811da07451c850c4c4387352913de570958368c"><code>5811da0</code></a> Handle explicit <code>null</code> for <code>page</code> argument in paginated queries</li> <li><a href="https://github.com/nuwave/lighthouse/commit/7956fb9e2def883303fa89f399be5e4388671411"><code>7956fb9</code></a> Format docs</li> <li><a href="https://github.com/nuwave/lighthouse/commit/b65279b40e3fca74f362f6ee46b268244cf41161"><code>b65279b</code></a> Document Pusher subscriptions for Flutter/Dart integration (<a href="https://redirect.github.com/nuwave/lighthouse/issues/2732">#2732</a>)</li> <li>See full diff in <a href="https://github.com/nuwave/lighthouse/compare/v6.64.0...v6.64.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuwave/lighthouse&package-manager=composer&previous-version=6.64.0&new-version=6.64.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8bc329 commit 6238526

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lcobucci/jwt": "5.6.0",
3636
"league/flysystem-aws-s3-v3": "^3.29",
3737
"mll-lab/laravel-graphiql": "4.0.2",
38-
"nuwave/lighthouse": "6.64.0",
38+
"nuwave/lighthouse": "6.64.2",
3939
"pear/archive_tar": "1.6.0",
4040
"php-di/php-di": "7.1.1",
4141
"ramsey/uuid": "4.9.2",

composer.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)