Skip to content

Commit

Permalink
Bump graphql from 2.4.7 to 2.4.8 (#1831)
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.4.7 to
2.4.8.
<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.8 (10 Dec 2024)</h1>
<h3>New features</h3>
<ul>
<li>Subscriptions: support calling <code>write_subscription</code>
within <code>resolve</code> <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5142">#5142</a></li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Autoloading: improve autoloading of <code>Tracing</code> classes <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5190">#5190</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/8982532356df781f071f7350fd0cf4221aae3aa7"><code>8982532</code></a>
2.4.8</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/6f0f721c7d0c23ba64796cd67ce1f5f8a510d94b"><code>6f0f721</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5190">#5190</a>
from zvkemp/fix-requires</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/ce1c9a1fc98c9c1d7ce3921690ed7ff2949b05da"><code>ce1c9a1</code></a>
Autoload classes in GraphQL::Tracing, fix loading tracings directly</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/724dac29ba604da9c137dcd20027d1e4d1e1321b"><code>724dac2</code></a>
Add test for requiring graphql first</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/83572b0f159829f19dc3f37a900f1fe74e5dc03a"><code>83572b0</code></a>
Require each file separately -- to make sure they aren't accidentally
making ...</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/82402a9eb9c4229ae60e3c9bc7ec1021438616c0"><code>82402a9</code></a>
More specific requires, add test that they can be loaded directly</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/3d7eaaa57c1b40804dfa0688356d4f9b677618d7"><code>3d7eaaa</code></a>
require parent Tracing module before defining children</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/dd24fce7565fb0f82abb00ce2c26d83157020d9d"><code>dd24fce</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5142">#5142</a>
from rmosolgo/direct-write-subscription</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/8372ecdcf0620543555f8a8f661294b3891d5b20"><code>8372ecd</code></a>
lint and typo fix</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/2eb67ed1b408fe8e9fe9c57cc4de20f4a2797153"><code>2eb67ed</code></a>
Raise an error if write_subscription is called twice</li>
<li>Additional commits viewable in <a
href="https://github.com/rmosolgo/graphql-ruby/compare/v2.4.7...v2.4.8">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.7&new-version=2.4.8)](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 11, 2024
2 parents 8b2aeba + c1fdacc commit 5b1ef93
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.7)
graphql (2.4.8)
base64
fiber-storage
hashdiff (1.1.1)
Expand Down

0 comments on commit 5b1ef93

Please sign in to comment.