Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency graphql to v2.2.3 #19

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql (source, changelog) 2.1.6 -> 2.2.3 age adoption passing confidence

Release Notes

rmosolgo/graphql-ruby (graphql)

v2.2.3

Compare Source

Bug fixes
  • AsyncDataloader: avoid leftover suspended Fibers #​4754
  • Generators: fix path and constant name of BaseResolver #​4755

v2.2.2

Compare Source

Bug fixes
  • Dataloader: remove Fiber#transfer support because Ruby's control flow is unpredictable (#​4748, #​4752, #​4743)
  • Parser: fix handling of single-token document
  • QueryComplexity: improve performance

v2.2.1

Compare Source

Bug fixes
  • AsyncDataloader: re-raise errors from fields and sources #​4736
  • Parser: fix parsing directives on interfaces in SDL #​4738

v2.2.0

Compare Source

Breaking changes
  • loads: now requires a schema's self.resolve_type method to be implemented so that loaded objects can be verified to be of the expected type #​4678
  • Tracing: the new Ruby-based parser doesn't emit a "lex" event. (graphql/c_parser still does.)
New features
  • GraphQL::Dataloader::AsyncDataloader: a Dataloader class that uses the async gem to run I/O from fields and Dataloader sources in parallel #​4727
  • Parser: use a heavily-optimized lexer and a hand-written parser for better performance #​4718
  • run_graphql_field: a helper method for running fields in tests #​4732

v2.1.10

Compare Source

v2.1.9

Compare Source

v2.1.8

Compare Source

New features
  • Rails generators: generate a base resolver class by default #​4513
  • Dataloader: add some support for transfer-based Fiber schedulers, simplify algorithm #​4625 #​4729
  • prepare: check for the named method on the argument owner, too #​4717

v2.1.7

Compare Source

New features
  • Make NullContext inherit from Context, to make typechecking easier #​4709
  • Accept a custom Schema.query_class to use for executing queries #​4679
Bug fixes
  • Default reauthorize_scoped_objects to false #​4720
  • Fix subscriptions.trigger with custom enum values #​4713
  • Fix backtrace: true with GraphQL-Pro @defer #​4708
  • Omit to_h from Input Object validation error message #​4701
  • When trimming whitespace from block strings, remove first and last lines that contain only whitespace #​4704

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies This updates dependency files label Dec 28, 2023
Copy link

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/sagittarius/-/pipelines/1121808999

Status: Passed
Duration: 4 minutes

Job summaries

rspec

Coverage report available at https://code0-tech.gitlab.io/-/sagittarius/-/jobs/5833084786/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/sagittarius/-/pipelines/1121808999/test_report

docs:preview

Documentation preview available at https://code0-tech.gitlab.io/-/telescopium/-/jobs/5833089252/artifacts/dist/index.html

@Taucher2003 Taucher2003 merged commit ade4069 into main Dec 28, 2023
1 check passed
@renovate renovate bot deleted the renovate/graphql-2.x-lockfile branch December 28, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This updates dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant