Skip to content

Commit

Permalink
Bump graphql from 2.4.4 to 2.4.5 (#1814)
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.4.4 to
2.4.5.
<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.5 (2 Dec 2024)</h1>
<h3>Breaking changes</h3>
<ul>
<li>In non-Rails production environments, GraphQL-Ruby will emit a
warning about calling <code>.eager_load!</code> for better boot
performance. <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5178">#5178</a></li>
</ul>
<h3>New features</h3>
<ul>
<li>Loading: GraphQL-Ruby now uses Ruby's <code>autoload ...</code> for
many constants. <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5178">#5178</a></li>
<li>Input objects may be pattern matched (they implement
<code>#deconstruct_keys</code>) <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5170">#5170</a></li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Visibility: hide definition directives in SDL <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5175">#5175</a></li>
<li>Internals: use <code>Fiber[...]</code> for internal state instead of
<code>Thread.current</code> <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5176">#5176</a></li>
<li>Dataloader: properly handle arrays of all falsey values <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5167">#5167</a>
<a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5169">#5169</a></li>
<li>Visibility: hide directives when their uses are all hidden <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5163">#5163</a></li>
<li>Require object types to have fields and require input objects to
have arguments (to comply with the GraphQL spec) <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5137">#5137</a></li>
<li>Improve error message when a misplaced <code>-</code> is encountered
<a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5115">#5115</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/058890691baac54c38568d57417e07cceb3dfd38"><code>0588906</code></a>
2.4.5</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/797d1e1a0e4098a7abe476fea98eb0f694934dca"><code>797d1e1</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5179">#5179</a>
from rmosolgo/autoload-docs</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/d67017322e0250054b23c6dae3035aa1ba089b40"><code>d670173</code></a>
Add tests for warning output</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/9a0a00d84b30060c5ac6ce323883f3d466a2cd39"><code>9a0a00d</code></a>
Use hard-coded calls to eager-loadable dependents instead</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/00e480cd681a0c3fd9d25ce1988b26cf5dda1b0f"><code>00e480c</code></a>
Add Autoload docs, make it recursive</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/cd6d1f96fd64f11890d21699fcb63fc39a296588"><code>cd6d1f9</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5178">#5178</a>
from Shopify/autoloading</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/11799e021bc0b8849eff1ba67d85baddb588b83d"><code>11799e0</code></a>
Autoload nested constants</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/b4a782c837a156104b7d2aaa1395752d5d7abc65"><code>b4a782c</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5115">#5115</a>
from joaoGabriel55/fix-incorrect-incomplete-error-me...</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/1c8ded0e0a1a140b74f1c4ca1d41a235e5fd3f88"><code>1c8ded0</code></a>
Attempt to find the part after the minus</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/db1dba5e9bd8812080d56ca14acd5b77d95972b1"><code>db1dba5</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5176">#5176</a>
from rmosolgo/migrate-to-fiber-storage</li>
<li>Additional commits viewable in <a
href="https://github.com/rmosolgo/graphql-ruby/compare/v2.4.4...v2.4.5">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.4&new-version=2.4.5)](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 3, 2024
2 parents bb393f1 + 09e8e31 commit 375512b
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.4)
graphql (2.4.5)
base64
fiber-storage
hashdiff (1.1.1)
Expand Down

0 comments on commit 375512b

Please sign in to comment.