Skip to content

Commit

Permalink
Bump graphql from 2.4.5 to 2.4.6 (#1822)
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.4.5 to
2.4.6.
<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.4.6 (5 Dec 2024)</h1>
<h3>Bug fixes</h3>
<ul>
<li>Autoloading: fix referencing built-in types <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5181">#5181</a></li>
<li>Autoloading: use Rails <code>config.before_eager_load</code> hook
for better integration <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5182">#5182</a></li>
<li><code>loads:</code>: Check possible types for
<code>loads:</code>-only unions <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5180">#5180</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/216f432259b3a7579c8e9bd146b775e6775c6679"><code>216f432</code></a>
2.4.6</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/119e13bd782074631c6491a01fc6751a57b89187"><code>119e13b</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5182">#5182</a>
from Shopify/use_before_eager_load</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/b8a850c22199ad4457822c138095926b38f6874b"><code>b8a850c</code></a>
Use config.before_eager_load</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/72222dd6c19e25fdb51bdbd4bae8c235703e094f"><code>72222dd</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5181">#5181</a>
from Shopify/fix_type_loading</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/d3e101057247780583465db6c577799b6fe504b7"><code>d3e1010</code></a>
Fix autoloading of GraphQL::Types</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/904c4d481b94f0d2e7d33fc935ca6054484c2866"><code>904c4d4</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5180">#5180</a>
from rmosolgo/union-loads-restriction-fix</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/93ab78819676c4785399ebdd75e8842d21007f44"><code>93ab788</code></a>
Add possible_types check for unions that are used only for loads:</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/46af1393c436e4566c4dafd8b6add75a670fe134"><code>46af139</code></a>
Add a test for restricting loads by otherwise-unused union</li>
<li>See full diff in <a
href="https://github.com/rmosolgo/graphql-ruby/compare/v2.4.5...v2.4.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=graphql&package-manager=bundler&previous-version=2.4.5&new-version=2.4.6)](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 Dec 6, 2024
2 parents 9260061 + 0afd844 commit f7ca892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
activesupport (>= 6.1)
graphiql-rails (1.10.1)
railties
graphql (2.4.5)
graphql (2.4.6)
base64
fiber-storage
hashdiff (1.1.1)
Expand Down

0 comments on commit f7ca892

Please sign in to comment.