Skip to content

Bump graphql from 2.0.0 to 2.0.17#326

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 14, 2023

Copy link
Copy Markdown
Contributor

Bumps graphql from 2.0.0 to 2.0.17.

Changelog

Sourced from graphql's changelog.

2.0.17 (14 February 2022)

Breaking changes

  • Enums: require at least one value in a definition #4278

New features

  • Enums: support nil as a Ruby value #4311

Bug fixes

  • Don't re-encode ASCII strings as UTF-8 #4319, #4343
  • Fix handle_or_reraise with arguments validation #4341
  • Performance: Remove error handling from Lazy#value (unused) #4335
  • Performance: Use codegen instead of dynamic dispatch in Language::Visitor and Analysis::AST::Visitor #4338
  • Performance: reduce indirection in #introspection? and #graphql_name #4327
  • Clean up thread-based state after running queries #4329
  • JSON types: don't pass raw NullValue AST nodes to coerce_input #4324, #4320
  • Performance: reduce .is_a? calls at runtime #4318
  • Performance: cache interface type memberships #4311
  • Performance: eagerly define some type instance variables for Shape friendliness #4300 #4295 #4297
  • Performance: reduce argument overhead, don't scope introspection by default, reduce duplicate call to Field#type #4317
  • Fix anonymous eval usage #4288
  • Authorization: fix field auth fail call after lazy #4289
  • Subscriptions: fix loads:/as:

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)

... (truncated)

Commits
  • 259fa7b 2.0.17
  • 3d247bf Merge pull request #4343 from rmosolgo/string-reverse-checks
  • d202738 js-1.11.6
  • d52b064 Merge pull request #4328 from rmosolgo/js-fix-typo
  • edc53c8 Reverse string validity checks
  • d7e0cb0 Merge pull request #4341 from klaudia-janiec/fix-rescue-from
  • 1ccfdc2 Fix handle_or_reraise with arguments validation
  • 10e31f7 Merge pull request #4338 from rmosolgo/analysis-perf
  • b1db3b1 generate methods for AST visitor
  • 8fae409 Simplify visitor method generation
  • 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.17.
- [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.17)

---
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 Feb 14, 2023
@dependabot dependabot Bot requested a review from gregfletch February 14, 2023 17:58
@codecov

codecov Bot commented Feb 14, 2023

Copy link
Copy Markdown

Codecov Report

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

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

Additional details and impacted files
@@             Coverage Diff              @@
##              main     #326       +/-   ##
============================================
- 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 Mar 9, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #330.

@dependabot dependabot Bot closed this Mar 9, 2023
@dependabot dependabot Bot deleted the dependabot/bundler/graphql-2.0.17 branch March 9, 2023 17:12
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