Skip to content

Bump graphql from 2.0.0 to 2.0.16#319

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/graphql-2.0.16
Closed

Bump graphql from 2.0.0 to 2.0.16#319
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/graphql-2.0.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 19, 2022

Copy link
Copy Markdown
Contributor

Bumps graphql from 2.0.0 to 2.0.16.

Changelog

Sourced from graphql's changelog.

2.0.16 (19 December 2022)

Breaking changes

  • Union: Only accept Object types in possible_types (previously, other types were also accepted, but this was against the spec) #4269

New features

  • Rake: support introspection query options in the RakeTask #4247
  • Subscriptions: Merge .trigger(... context: { ... }) into the query context when running updates #4242

Bug fixes

  • Make BaseEdge and subclasses return true for .default_relay? #4272
  • Validation: return a proper error for duplicate-named fragments when used indirectly #4268
  • Don't re-apply scope_items to nodes { ... } or edges { ... } arrays #4263
  • Fix Concurrent::Map initialization to prevent race conditions
  • Speed up scoped context lookup #4245
  • Support overriding built-in context keys #4239
  • Context: properly dig into :current_arguments #4249

2.0.15 (22 October 2022)

New features

  • SDL: support extensions on the schema itself #4203
  • SDL: recognize .graphqls files in .from_definition #4204
  • Schema: add a reader method of TypeMembership#options #4209

Bug fixes

  • Node Behaviors: call the id-from-object hook with the type definition, not the type instance #4233
  • RelayClassicMutation: add a period to the generated description of the payload type #4229
  • Dataloader: make scoped context work with Dataloader #4220
  • SDL: fix parsing repeatable directives #4218
  • Lookahead: reduce more allocations in .selects? #4212
  • Introspection Query: strip blank lines from generated query strings #4208
  • Enums: Add error handling to result coercion #4206
  • Lookahead: add selected_type: to .selects? #4194
  • Lookahead: fix .selects? on unions #4193
  • Fields: use field-local connection: config over resolver config #4191

2.0.14 (8 September 2022)

New features

  • Input Objects: support one_of for input objects that allow exactly one argument #4184
  • Dataloader: add source.merge({ ... }) for adding objects to dataloader source caches #4186
  • Validation: generate new schemas with a suggested validate_max_errors of 100 #4179

... (truncated)

Commits
  • fa03fa1 2.0.16
  • a6b8bf4 Merge pull request #4272 from rmosolgo/fix-edge-default-relay
  • 3e6f4f4 pro-1.23.3
  • a5e313d Fix namespace
  • 61ab59d BaseEdge (and subclasses) should be .default_relay? -> true
  • 7772917 Merge pull request #4269 from rmosolgo/fix-union-possible-types-check
  • 3a5e370 Merge pull request #4268 from rmosolgo/fix-duplicate-second-level-fragment-name
  • 8479e13 Only allow object types to be union types, fixes #4243
  • 3cc3511 Properly handle duplicate fragment names used indirectly
  • 266aa76 Call cacheable_object on the type itself
  • 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 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)

Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.0.0 to 2.0.16.
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v2.0.0...v2.0.16)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 19, 2022
@dependabot dependabot Bot requested a review from gregfletch December 19, 2022 17:03
@codecov

codecov Bot commented Dec 19, 2022

Copy link
Copy Markdown

Codecov Report

Base: 100.00% // Head: 11.10% // Decreases project coverage by -88.90% ⚠️

Coverage data is based on head (21ca39f) compared to base (45779c9).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff              @@
##              main     #319       +/-   ##
============================================
- Coverage   100.00%   11.10%   -88.90%     
============================================
  Files           68       24       -44     
  Lines         1460     1000      -460     
============================================
- Hits          1460      111     -1349     
- Misses           0      889      +889     
Impacted Files Coverage Δ
spec/models/user_spec.rb 0.46% <0.00%> (-99.54%) ⬇️
spec/controllers/graphql_controller_spec.rb 0.54% <0.00%> (-99.46%) ⬇️
spec/controllers/users/sessions_controller_spec.rb 1.01% <0.00%> (-98.99%) ⬇️
spec/graphql/types/query_type_spec.rb 1.31% <0.00%> (-98.69%) ⬇️
...controllers/users/registrations_controller_spec.rb 1.53% <0.00%> (-98.47%) ⬇️
.../graphql/mutations/reset_password_mutation_spec.rb 1.75% <0.00%> (-98.25%) ⬇️
...pec/graphql/mutations/update_user_mutation_spec.rb 2.17% <0.00%> (-97.83%) ⬇️
...controllers/users/confirmations_controller_spec.rb 2.70% <0.00%> (-97.30%) ⬇️
spec/config/initializers/rack/attack_spec.rb 3.03% <0.00%> (-96.97%) ⬇️
...graphql/mutations/unlock_password_mutation_spec.rb 3.33% <0.00%> (-96.67%) ⬇️
... and 51 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github

dependabot Bot commented on behalf of github Feb 14, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #326.

@dependabot dependabot Bot closed this Feb 14, 2023
@dependabot dependabot Bot deleted the dependabot/bundler/graphql-2.0.16 branch February 14, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants