kevinhughes27 / ultimate-tournament

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

Bump graphql from 1.9.14 to 1.9.15 #1241

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps graphql from 1.9.14 to 1.9.15.

Changelog *Sourced from [graphql's changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md).* > ## 1.9.15 (30 Oct 2019) > > ## New features > > - Improve parser performance [#2572](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2572) > - Add `def prepare` API for input objects [#1869](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/1869) > - Support `extensions` config in Resolver classes [#2570](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2570) > - Support custom `.connection_extension` in field classes [#2561](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2561) > - Warn when a field name is a Ruby keyword [#2559](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2559) > - Improve performance for ActiveRecord connection [#2547](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2547) > > ## Bug fixes > > - Fix errantly generated `def resolve_field` method in `BaseField` [#2578](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2578) > - Comment out the `null_session` handling in the generated controller, for better compat with Rails API mode [#2557](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2557) > - Fix validation error with duplicate, self-referencing fragment [#2577](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2577) > - Revert the `.authorized?` behavior of InputObjects to handle cyclical references. See 1.10.0.pre1 for a better behavior. [#2576](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2576) > - Replace `NotImplementedError` (which is meant for operating system APIs) with `GraphQL::RequiredImplementationMissingError` [#2543](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2543)
Commits - [`d4621c5`](https://github.com/rmosolgo/graphql-ruby/commit/d4621c511297a13c1d0be0b70ba57331623281ee) 1.9.15 - [`47a5e5a`](https://github.com/rmosolgo/graphql-ruby/commit/47a5e5a40a4871cafbf1013f6e00901bae12e8c8) Merge pull request [#2577](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2577) from rmosolgo/uniqueness-loop-fix - [`a2976a8`](https://github.com/rmosolgo/graphql-ruby/commit/a2976a8aea37da36243b8ba0d6573f51eca919db) Merge pull request [#2578](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2578) from rmosolgo/fix-generated-base-field - [`6458609`](https://github.com/rmosolgo/graphql-ruby/commit/6458609af7de6eed5b2eef9c89fe423d7bb757df) oops, fix index - [`835e4d7`](https://github.com/rmosolgo/graphql-ruby/commit/835e4d7e576016dc437604940fe6ae919734d4ac) Fix the base field generator - [`59f680d`](https://github.com/rmosolgo/graphql-ruby/commit/59f680dc1ce2ab550e09e43186deec3e5a585adc) Fix duplicate, self-referencing fragment - [`523d0b1`](https://github.com/rmosolgo/graphql-ruby/commit/523d0b1d1b1c1454bc3765422f3c8702974007bf) Merge pull request [#2576](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2576) from rmosolgo/revert-2519-input-obj-auth - [`e8daf52`](https://github.com/rmosolgo/graphql-ruby/commit/e8daf52c34aad01f31cc86c6bd81f8a52f55ec01) Merge pull request [#2572](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2572) from rmosolgo/parser-tuning - [`eca0985`](https://github.com/rmosolgo/graphql-ruby/commit/eca0985058cc722802c53268982bf0b8fee51a63) Revert "Authorize arguments of input objects, too" - [`a803b83`](https://github.com/rmosolgo/graphql-ruby/commit/a803b831df5bda434eaa9e0f95b0dee62a6fb565) Merge pull request [#1869](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/1869) from goco-inc/prepare-input-objects - Additional commits viewable in [compare view](https://github.com/rmosolgo/graphql-ruby/compare/v1.9.14...v1.9.15)


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)