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 graphql 2.1.3 → 2.1.6 (patch) #294

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Nov 3, 2023

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ graphql (2.1.3 → 2.1.6) · Repo · Changelog

Release Notes

2.1.6 (from changelog)

Breaking Changes

  • The parser cache is now opt-in. Add config.graphql.parser_cache = true to your Rails environment setup to enable it. #4648

New features

  • New ISO8601Duration scalar #4688

Bug fixes

  • Trace: fix custom trace mode inheritance #4693

2.1.5 (from changelog)

Bug fixes

  • Logger: Fix Schema.default_logger when Rails is present but doesn't have a logger #4686

2.1.4 (from changelog)

New features

  • Add Query#logger #4674
  • Lookahead: Add with_alias: option #2912
  • Improve support for load_application_object_failed #4667

Bug fixes

  • Execution: Fix runtime loop in some cases with fragments #4684
  • Fix Connection#initialize outside of execution #4675
  • Fix ParseError in Subscriptions#trigger #4673
  • Mongo: don't load all records in hasNextPage #4671
  • Interfaces: fix definition_methods when interfaces implement other interfaces #4670
  • Migrate NullContext to use the built-in Singleton module #4669
  • Speed up type lookup #4664
  • Fix ScopeExtension#after_resolve outside of execution #4685
  • Speed up one_of? checks #4680

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 57 commits:

↗️ racc (indirect, 1.7.1 → 1.7.2) · Repo · Changelog

Release Notes

1.7.2

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.7.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 42 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Nov 3, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (93d3a1f) 100.00% compared to head (28ad446) 100.00%.

❗ Current head 28ad446 differs from pull request most recent head e328895. Consider uploading reports for the commit e328895 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #294   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        45           
  Lines          616       616           
=========================================
  Hits           616       616           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@digitaltom digitaltom merged commit b003c95 into main Nov 29, 2023
7 checks passed
@depfu depfu bot deleted the depfu/update/graphql-2.1.6 branch November 29, 2023 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant