artsy.github.io icon indicating copy to clipboard operation
artsy.github.io copied to clipboard

chore(deps): bump graphql from 2.0.24 to 2.0.32

Open dependabot[bot] opened this issue 7 months ago • 0 comments

Bumps graphql from 2.0.24 to 2.0.32.

Changelog

Sourced from graphql's changelog.

Changelog

Versioning guidelines

Breaking changes

Deprecations

New features

Bug fixes

2.4.13 (12 Mar 2025)

  • Security: Fix CVE-2025-27407

2.4.12 (11 Mar 2025)

Breaking changes

  • Remove InvalidNullError#value which is always nil #5256

New features

  • validate_timeout is 3 seconds by default #5258

Bug fixes

  • New Relic: reimplement skipping scalars by default #5271
  • Resolver: revert inheriting overridden graphql_name #5260
  • Analysis: manually implement timeout to handle I/O better #5263
  • Parser: properly handle extra token at the end of the query string #5267
  • Validation: fix conflicting aliases inside fragment #5268

2.4.11 (28 Feb 2025)

New features

  • InvalidNullError: Improve default handling to add path and locations #5257
  • DetailedTrace: Add a sampling profiler for creating detailed traces #5244

Bug fixes

  • Enum: Make value methods optional; Add value_methods(true) to your base enum class to opt back in. #5255
  • InvalidNullError: use GraphQL::Error as a base class #5248
  • CI: test on Mongoid 8 and 9 #5251

2.4.10 (18 Feb 2025)

New features

... (truncated)

Commits
  • 5f74806 2.0.32
  • d096328 Merge commit from fork
  • bfe1ab6 2.0.32
  • b8650a9 Add back support for legacy visitor hooks
  • 0bfcae4 Fix method generation
  • 117048e Disable development NoEvalCop for load-time eval calls
  • f3fce7c Update benchmark to use input objects and measure retained memory
  • b1e303c Add a cop to catch _eval usage, update all block calls to use _exec instead
  • ca5350e Apply NameValidator to fields and arguments
  • 68d3f49 2.0.31
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Mar 12 '25 19:03 dependabot[bot]