Skip to content

Commit

Permalink
Bump graphql from 2.4.8 to 2.4.9 (#1141)
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.4.8 to
2.4.9.
<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.9 (29 Jan 2025)</h1>
<h3>New features</h3>
<ul>
<li>Enum: Enum types now have methods to access GraphQL-ready values
directly <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5206">#5206</a>
<a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5218">#5218</a></li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Validation: fix order dependency and mutual exclusion bug in
<code>required: { one_of: [ ... ] }</code></li>
<li>Backtrace: simplify trace setup and rendering code</li>
<li>Fix dependencies for Ruby 3.4 <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5199">#5199</a></li>
<li>Resolver: inherit description from superclass <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5195">#5195</a></li>
<li>Visibility: fix for when multiple implementations are all hidden <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5191">#5191</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/06ba354587a4fca4b0dda5575200cf0ed2f8d945"><code>06ba354</code></a>
2.4.9</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/60262ad9a1753ba385a2cdd8119c0db99b4f738c"><code>60262ad</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5218">#5218</a>
from rmosolgo/enum-value-method</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/52153a243e265fb75b01d1a6a62766a3583ef2c9"><code>52153a2</code></a>
Rename enum value_name: to value_method:, fix some test warnings</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/3df9181189fb48fbb8842ac9a3b5e2fb9c389541"><code>3df9181</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5217">#5217</a>
from rmosolgo/simplify-backtrace</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/a46689333c00462d9316d1ebcee64a2d3a4340f7"><code>a466893</code></a>
Merge pull request <a
href="https://redirect.github.com/rmosolgo/graphql-ruby/issues/5210">#5210</a>
from harrylewis/bug-fixes-in-required-validator</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/8308eb20b09ec38b6b3bc6e53ce98ee842ef88dd"><code>8308eb2</code></a>
remove untested code</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/a9dfe34ec7005b65a5b12ac173d8ae282bdf9a65"><code>a9dfe34</code></a>
Merge branch 'master' into simplify-backtrace</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/d9bf3a2279e883205c2fce38db639c233698814d"><code>d9bf3a2</code></a>
remove dead Backtrace code</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/f7e86066dd70369aa56a253936f06e5747453a1e"><code>f7e8606</code></a>
Remove trace-related Backtrace code</li>
<li><a
href="https://github.com/rmosolgo/graphql-ruby/commit/b001c112f8390750eeb24f61d4feaa949af12b1c"><code>b001c11</code></a>
Stop using trace error handler</li>
<li>Additional commits viewable in <a
href="https://github.com/rmosolgo/graphql-ruby/compare/v2.4.8...v2.4.9">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.8&new-version=2.4.9)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent af45cf3 commit 096ae15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'actionpack'
gem "mongoid"

# Use graphql gem for handle API
gem 'graphql', "~> 2.4.8"
gem 'graphql', "~> 2.4.9"

group :development, :test do
gem "pry-byebug"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ GEM
drb (2.2.1)
erubi (1.13.1)
fiber-storage (1.0.0)
graphql (2.4.8)
graphql (2.4.9)
base64
fiber-storage
logger
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
Expand Down Expand Up @@ -143,7 +144,7 @@ PLATFORMS
DEPENDENCIES
actionpack
activemodel
graphql (~> 2.4.8)
graphql (~> 2.4.9)
mongoid
pry-byebug
rspec-rails
Expand Down

0 comments on commit 096ae15

Please sign in to comment.