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-ruby-client from 1.13.2 to 1.13.3 (#1362)
Bumps [graphql-ruby-client](https://github.com/rmosolgo/graphql-ruby) from 1.13.2 to 1.13.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG-pro.md">graphql-ruby-client's changelog</a>.</em></p> <blockquote> <h2>1.13.3 (2 Apr 2020)</h2> <h3>New Features</h3> <ul> <li><code>GraphQL::Pro::OperationStore::Migration</code> can be used to copy persisted operations from one backend to another (eg, ActiveRecord to Redis). See the source file, <code>lib/graphql/pro/operation_store/migration.rb</code> for docs.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/54200007e648800c84b6b7d3e6e39d4d7d17e06f"><code>5420000</code></a> 1.13.3</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/e56654ee33733ad6a399edc1f7fad8300f997f92"><code>e56654e</code></a> Merge pull request <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/3819">#3819</a> from rmosolgo/fix-default-value-for-args</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/0e7f66ef2a10e97aa073439a8347a53182e17faf"><code>0e7f66e</code></a> Update tests</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/a512752c5106cbdb25b728f74efed98d7bdba361"><code>a512752</code></a> Accept nullable variables for non-null arguments when the argument has a defa...</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/f0aaeb003b4014e340ef265351a2dbdb653054c9"><code>f0aaeb0</code></a> Merge pull request <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/3804">#3804</a> from jaredbeck/patch-1</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/150098e390cf45219b2dedbe02e4e24b3ff0fd59"><code>150098e</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/1f5e31b5296e7afa16cb99ca0ea75176fed2d1d4"><code>1f5e31b</code></a> Merge pull request <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/3818">#3818</a> from rubendinho/patch-1</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/038c73528803852d982bb091761289f1bb44f91a"><code>038c735</code></a> Add a test with printing standalone schema directives</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/55ef8c7207eaa0f5f132fb440a6388950639fdb1"><code>55ef8c7</code></a> Update required_validator.rb</li> <li><a href="https://github.com/rmosolgo/graphql-ruby/commit/859e48b44e7019c570402ae90f02f143080379e8"><code>859e48b</code></a> Merge pull request <a href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/3784">#3784</a> from rmosolgo/required-arg-validator</li> <li>Additional commits viewable in <a href="https://github.com/rmosolgo/graphql-ruby/compare/v1.13.2...v1.13.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=graphql-ruby-client&package-manager=npm_and_yarn&previous-version=1.13.2&new-version=1.13.3)](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