Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump nuwave/lighthouse from 6.47.0 to 6.49.1 (#2686)
Bumps [nuwave/lighthouse](https://github.com/nuwave/lighthouse) from 6.47.0 to 6.49.1. <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.49.1</h2> <h3>Fixed</h3> <ul> <li>Pull empty IDs instead of filling them with upsert <a href="https://redirect.github.com/nuwave/lighthouse/pull/2656">nuwave/lighthouse#2656</a></li> </ul> <h2>v6.49.0</h2> <h3>Added</h3> <ul> <li>Make reporting of client-safe errors configurable <a href="https://redirect.github.com/nuwave/lighthouse/issues/2647">nuwave/lighthouse#2647</a></li> </ul> <h2>v6.48.0</h2> <h3>Added</h3> <ul> <li>Add <code>@Bind</code> directive as a GraphQL analogue for Laravel's Route Model Binding <a href="https://redirect.github.com/nuwave/lighthouse/pull/2645">nuwave/lighthouse#2645</a></li> </ul> <h2>v6.47.1</h2> <h3>Fixed</h3> <ul> <li>Cast model count to <code>int</code> in <code>CountModelsLoader</code> <a href="https://redirect.github.com/nuwave/lighthouse/pull/2646">nuwave/lighthouse#2646</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.49.1</h2> <h3>Fixed</h3> <ul> <li>Pull empty IDs instead of filling them with upsert <a href="https://redirect.github.com/nuwave/lighthouse/pull/2656">nuwave/lighthouse#2656</a></li> </ul> <h2>v6.49.0</h2> <h3>Added</h3> <ul> <li>Make reporting of client-safe errors configurable <a href="https://redirect.github.com/nuwave/lighthouse/issues/2647">nuwave/lighthouse#2647</a></li> </ul> <h2>v6.48.0</h2> <h3>Added</h3> <ul> <li>Add <code>@Bind</code> directive as a GraphQL analogue for Laravel's Route Model Binding <a href="https://redirect.github.com/nuwave/lighthouse/pull/2645">nuwave/lighthouse#2645</a></li> </ul> <h2>v6.47.1</h2> <h3>Fixed</h3> <ul> <li>Cast model count to <code>int</code> in <code>CountModelsLoader</code> <a href="https://redirect.github.com/nuwave/lighthouse/pull/2646">nuwave/lighthouse#2646</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuwave/lighthouse/commit/f6b46c159de97e266e1a7c1c52fa0ca2689a41bc"><code>f6b46c1</code></a> Pull empty IDs instead of filling them with upsert (<a href="https://redirect.github.com/nuwave/lighthouse/issues/2656">#2656</a>)</li> <li><a href="https://github.com/nuwave/lighthouse/commit/c5091158a8e52ccadcee35c1babeeb3e2a7c8d82"><code>c509115</code></a> Prepare v6.49.0 (<a href="https://redirect.github.com/nuwave/lighthouse/issues/2655">#2655</a>)</li> <li><a href="https://github.com/nuwave/lighthouse/commit/cc4b1d1e6c47e1e6956a31e49cb3e1ec5178d955"><code>cc4b1d1</code></a> Make reporting of client-safe errors configurable (<a href="https://redirect.github.com/nuwave/lighthouse/issues/2647">#2647</a>)</li> <li><a href="https://github.com/nuwave/lighthouse/commit/2f0cd99c95e8bcf633fed746c8d5289912a05018"><code>2f0cd99</code></a> v6.48.0</li> <li><a href="https://github.com/nuwave/lighthouse/commit/fe23e8705a6f5de60035b351805d0c88d4e9a6b4"><code>fe23e87</code></a> Add <code>@Bind</code> directive as a GraphQL analogue for Laravel's Route Model Binding...</li> <li><a href="https://github.com/nuwave/lighthouse/commit/3b4f85e1190dc2cdf32e89eabbe3139e8af5634c"><code>3b4f85e</code></a> v6.47.1</li> <li><a href="https://github.com/nuwave/lighthouse/commit/bddcda9819ff4bdbdd4baf5af6772371c209a1df"><code>bddcda9</code></a> Relax Eloquent collection types</li> <li><a href="https://github.com/nuwave/lighthouse/commit/cb5b81a7e298a0f8a701804c8e1d30c306ef94ee"><code>cb5b81a</code></a> Force <code>int</code> cast on ModelsLoader count (<a href="https://redirect.github.com/nuwave/lighthouse/issues/2646">#2646</a>)</li> <li>See full diff in <a href="https://github.com/nuwave/lighthouse/compare/v6.47.0...v6.49.1">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.47.0&new-version=6.49.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information