Skip to content

Commit

Permalink
Build(deps): Bump graphql-ruby-client from 1.13.2 to 1.13.3 (#1362)
Browse files Browse the repository at this point in the history
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
github-actions[bot] authored Mar 21, 2024
2 parents bf4d7b5 + 101d4ce commit ae4743e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"file-saver": "^2.0.5",
"file-size": "^1.0.0",
"graphql": "^16.8.1",
"graphql-ruby-client": "^1.13.2",
"graphql-ruby-client": "^1.13.3",
"js-yaml": "^4.1.0",
"monaco-editor": "^0.47.0",
"monaco-editor-webpack-plugin": "^7.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6273,10 +6273,10 @@ graphemer@^1.4.0:
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==

graphql-ruby-client@^1.13.2:
version "1.13.2"
resolved "https://registry.yarnpkg.com/graphql-ruby-client/-/graphql-ruby-client-1.13.2.tgz#0b08da1e68e361cace92e5a3e9087fbedb3b2add"
integrity sha512-9YgidPy/KOKhrjX4W+XXJ5RkFWKNaQz9jE0OXXMa8bew3Yk4n83AnfBVaqhyVG6ypTjgHFT7h/S7TBwGGySXKQ==
graphql-ruby-client@^1.13.3:
version "1.13.3"
resolved "https://registry.yarnpkg.com/graphql-ruby-client/-/graphql-ruby-client-1.13.3.tgz#db0bb8a2cdefbc9c8ce9e8682a1f8f658d67a3b7"
integrity sha512-NbhjR3+/jvjDWJzasv8F4ldYljm80qEmsnqmOVGxPw9D9VYkQmhyDryfCeTemPjEGscpj9zdZuJkRReWlINsQg==
dependencies:
glob "^10.0.0"
minimist "^1.2.0"
Expand Down

0 comments on commit ae4743e

Please sign in to comment.