Changelog
*Sourced from [graphql's changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md).*
> ## 1.9.13 (8 Oct 2019)
>
> ### Breaking changes
>
> - Enum values were (erroneously) accepted as ID or String values, but they aren't anymore. [#2505](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2505)
>
> ### New features
>
> - Add `Query#executed?` [#2486](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2486)
> - Add `Types::ISO8601Date` [#2471](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2471)
>
> ### Bug fixes
>
> - Don't accept Enums as IDs or Strings [#2505](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2505)
> - Call `.authorized?` hooks on arguments that belong to input objects [#2519](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2519)
> - Fix backslash parsing edge case [#2510](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2510)
> - Improve performance [#2504](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2504) [#2498](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2498)
> - Properly stringify keys in error extensions [#2508](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2508)
> - Fix `extras:` handling in RelayClassicMutation [#2484](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2484)
> - Use `Types::BaseField` in scaffold [#2470](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2470)
Commits
- [`a650bc8`](https://github.com/rmosolgo/graphql-ruby/commit/a650bc8946f6d0ab556df3a4bec7a5579f7efd55) 1.9.13
- [`1050e3a`](https://github.com/rmosolgo/graphql-ruby/commit/1050e3a895944e0b2199e092c3ee2c32b5e02d35) Merge pull request [#2521](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2521) from mpoisot/patch-1
- [`1fdf76a`](https://github.com/rmosolgo/graphql-ruby/commit/1fdf76a522c5c5e179b6b58a16b31938b4e8b0dd) pro-1.10.8
- [`5b9fd34`](https://github.com/rmosolgo/graphql-ruby/commit/5b9fd34b352b05d1a1f218276fffa4ffc0d47182) Correct header type in example
- [`ca7e303`](https://github.com/rmosolgo/graphql-ruby/commit/ca7e303385ef0d6ffb295e2b8fca772106b03352) Merge pull request [#2519](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2519) from rmosolgo/input-obj-auth
- [`961cb86`](https://github.com/rmosolgo/graphql-ruby/commit/961cb86960e4c8bfd0b7229ed15deb7f5b16545f) Authorize arguments of input objects, too
- [`3c0dfc0`](https://github.com/rmosolgo/graphql-ruby/commit/3c0dfc046f73905c71525243957881e8b4e6b954) Merge pull request [#2505](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2505) from daemonsy/bad_enums
- [`a16ce4f`](https://github.com/rmosolgo/graphql-ruby/commit/a16ce4fa10c5113ab569071e48d89983f95ed4f9) Merge pull request [#2508](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2508) from cmatheson/stringify-errors
- [`5d39618`](https://github.com/rmosolgo/graphql-ruby/commit/5d39618ab45dd8c44633e15857d207e4f0f366a4) Merge pull request [#2510](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2510) from andrewdotn/master
- [`18176d9`](https://github.com/rmosolgo/graphql-ruby/commit/18176d97744b30d7f7df82e314cefbdc22f76380) Fix parsing of escaped backslashes
- Additional commits viewable in [compare view](https://github.com/rmosolgo/graphql-ruby/compare/v1.9.12...v1.9.13)
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)
Bumps graphql from 1.9.12 to 1.9.13.
Changelog
*Sourced from [graphql's changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md).* > ## 1.9.13 (8 Oct 2019) > > ### Breaking changes > > - Enum values were (erroneously) accepted as ID or String values, but they aren't anymore. [#2505](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2505) > > ### New features > > - Add `Query#executed?` [#2486](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2486) > - Add `Types::ISO8601Date` [#2471](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2471) > > ### Bug fixes > > - Don't accept Enums as IDs or Strings [#2505](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2505) > - Call `.authorized?` hooks on arguments that belong to input objects [#2519](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2519) > - Fix backslash parsing edge case [#2510](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2510) > - Improve performance [#2504](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2504) [#2498](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2498) > - Properly stringify keys in error extensions [#2508](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2508) > - Fix `extras:` handling in RelayClassicMutation [#2484](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2484) > - Use `Types::BaseField` in scaffold [#2470](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2470)Commits
- [`a650bc8`](https://github.com/rmosolgo/graphql-ruby/commit/a650bc8946f6d0ab556df3a4bec7a5579f7efd55) 1.9.13 - [`1050e3a`](https://github.com/rmosolgo/graphql-ruby/commit/1050e3a895944e0b2199e092c3ee2c32b5e02d35) Merge pull request [#2521](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2521) from mpoisot/patch-1 - [`1fdf76a`](https://github.com/rmosolgo/graphql-ruby/commit/1fdf76a522c5c5e179b6b58a16b31938b4e8b0dd) pro-1.10.8 - [`5b9fd34`](https://github.com/rmosolgo/graphql-ruby/commit/5b9fd34b352b05d1a1f218276fffa4ffc0d47182) Correct header type in example - [`ca7e303`](https://github.com/rmosolgo/graphql-ruby/commit/ca7e303385ef0d6ffb295e2b8fca772106b03352) Merge pull request [#2519](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2519) from rmosolgo/input-obj-auth - [`961cb86`](https://github.com/rmosolgo/graphql-ruby/commit/961cb86960e4c8bfd0b7229ed15deb7f5b16545f) Authorize arguments of input objects, too - [`3c0dfc0`](https://github.com/rmosolgo/graphql-ruby/commit/3c0dfc046f73905c71525243957881e8b4e6b954) Merge pull request [#2505](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2505) from daemonsy/bad_enums - [`a16ce4f`](https://github.com/rmosolgo/graphql-ruby/commit/a16ce4fa10c5113ab569071e48d89983f95ed4f9) Merge pull request [#2508](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2508) from cmatheson/stringify-errors - [`5d39618`](https://github.com/rmosolgo/graphql-ruby/commit/5d39618ab45dd8c44633e15857d207e4f0f366a4) Merge pull request [#2510](https://github-redirect.dependabot.com/rmosolgo/graphql-ruby/issues/2510) from andrewdotn/master - [`18176d9`](https://github.com/rmosolgo/graphql-ruby/commit/18176d97744b30d7f7df82e314cefbdc22f76380) Fix parsing of escaped backslashes - Additional commits viewable in [compare view](https://github.com/rmosolgo/graphql-ruby/compare/v1.9.12...v1.9.13)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)