kevinhughes27 / ultimate-tournament

web application for running ultimate tournaments
0 stars 0 forks source link

Bump graphql from 1.9.16 to 1.9.17 #1270

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps graphql from 1.9.16 to 1.9.17.

Changelog *Sourced from [graphql's changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md).* > ## 1.9.17 (17 Dec 2019) > > ### New features > > - Scoped context for propagating values to child fields [#2634](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2634) > - Add `type_membership_class` with possible_type visibility [#2391](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2391) > > ### Bug fixes > > - Don't return unreachable types in introspection response [#2596](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2596) > - Wrap more of execution with error handling [#2632](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2632) > - Fix InputObject `.prepare` for the interpreter [#2624](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2624) > - Fix Ruby keyword list to support Ruby 2.7 [#2640](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2640) > - Fix performance of urlsafe_encode64 backport [#2643](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2643)
Commits - [`695960f`](https://github.com/rmosolgo/graphql-ruby/commit/695960f5c7b35be3a0f87b9ee6cf7c8af39a8b27) 1.9.17 - [`a05fc12`](https://github.com/rmosolgo/graphql-ruby/commit/a05fc12db459bed1df669eda79a26bb8bcff1507) Merge pull request [#2634](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2634) from lancelafontaine/master - [`5ac1842`](https://github.com/rmosolgo/graphql-ruby/commit/5ac184208e9ac07176ffeb6d997e8e6cf64713c2) Adds Context#scoped_set - [`734ad4b`](https://github.com/rmosolgo/graphql-ruby/commit/734ad4bee373ec1c213f40fc65bab533da420f49) Merge pull request [#2644](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2644) from DmitryTsepelev/ci-head-ruby-rails - [`d1fe80e`](https://github.com/rmosolgo/graphql-ruby/commit/d1fe80eb8235fd0bc0748e51a37d2acfd8b9f7f8) Merge pull request [#2643](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2643) from pocke/Base64.urlsafe_encode64-backport - [`23e51c7`](https://github.com/rmosolgo/graphql-ruby/commit/23e51c7352fb6bf8d263c49f0411fa09c2696d6e) Add Rails master and ruby-head to travis matrix - [`9f590e7`](https://github.com/rmosolgo/graphql-ruby/commit/9f590e77acfd376472e91325cf2b0024f1c17e02) Backport original Base64.urlsafe_encode64 performance improvement - [`080db92`](https://github.com/rmosolgo/graphql-ruby/commit/080db922a45125ab5b924a84d7b48ffa3f910d6c) Reworks API for getting scoped context values - [`4e892bd`](https://github.com/rmosolgo/graphql-ruby/commit/4e892bde711bbf16be6ced3199b0dce03279c1d9) Introduces scoped context to the interpreter runtime which only for propagati... - [`b0e97e7`](https://github.com/rmosolgo/graphql-ruby/commit/b0e97e759c850cfbc03d75dfbb115f1bc443a985) Merge pull request [#2640](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2640) from DmitryTsepelev/ruby-keywords-strike-back - Additional commits viewable in [compare view](https://github.com/rmosolgo/graphql-ruby/compare/v1.9.16...v1.9.17)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)