Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump graphql from 2.2.11 to 2.2.12 (#1327)
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.2.11 to 2.2.12. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md">graphql's changelog</a>.</em></p> <blockquote> <h1>2.2.12 (6 Mar 2024)</h1> <h3>Deprecations</h3> <ul> <li><code>Schema.{query|mutation|subscription}_execution_strategy</code> methods are deprecated without replacement <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/4867">#4867</a></li> </ul> <h3>Breaking Changes</h3> <ul> <li>Connections: Revert changes to <code>hasNextPage</code> returning <code>false</code> when no <code>first</code> is given (previously changed in 2.2.6) <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/4866">#4866</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>Complexity: handle unauthorized argument errors better <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/4868">#4868</a></li> <li>Pass <code>context</code> when fetching argument for <code>loads: ...</code> <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/4870">#4870</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/04104f17b7bb2b885494bd8c9b2cec33f8f95b83"><code>04104f1</code></a> 2.2.12</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/c2e666dc955306802ca5ce31ab1b47db883c50b0"><code>c2e666d</code></a> revert gemfile change</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/9bb76ff454d786168d36aa191a3656aa756ed805"><code>9bb76ff</code></a> Merge pull request <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/4868">#4868</a> from rmosolgo/fix-unauthorized-args-during-complexity</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/78f5e5fd134bbdde7281890ce8bfebc6f012cc50"><code>78f5e5f</code></a> Merge pull request <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/4870">#4870</a> from rmosolgo/pass-context-when-loading-arg-values</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/a49ada5609f1efd0b251fc133fcebe7e4a0de4ec"><code>a49ada5</code></a> Pass context when fetching argument for loads</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/718cd232c945864ce04503e04770df0cdfe6c595"><code>718cd23</code></a> Merge pull request <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/4867">#4867</a> from rmosolgo/deprecate-execution-strategy</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/e2041689f16248886af5bfafc6f36a2d14e3249d"><code>e204168</code></a> Handle unauthorized argument errors properly during complexity analysis</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/7731022ce5835a64eae39a9a0c6c13935011b6c5"><code>7731022</code></a> Remove execution_strategy method tests</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/bf984419513432e01feb08ff7ead578b44639c78"><code>bf98441</code></a> Add deprecation warnings to execution strategy methods</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/f41bad477591228fd9fb1a0b3e7fb4ebe6ce6514"><code>f41bad4</code></a> Merge pull request <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/4866">#4866</a> from rmosolgo/treat-max-page-size-as-implicit-first</li> <li>Additional commits viewable in <a href="https://github.com/rmosolgo/graphql-ruby/compare/v2.2.11...v2.2.12">compare view</a></li> </ul> </details> <br /> [](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>
- Loading branch information