goodrobots / maverick-api

API backend for maverick-web
MIT License
8 stars 5 forks source link

Bump graphql-core from 3.1.0 to 3.1.3 #294

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps graphql-core from 3.1.0 to 3.1.3.

Release notes

Sourced from graphql-core's releases.

v3.1.3

Patch release GraphQL-core v3.1.3, based on GraphQL.js v15.2.0.

This release includes the following improvements:

  • Python 3.9 is now officially suported by GraphQL-core.
  • build_schema: allow to reference introspection types
  • Custom validation rules for "no schema introspection" and "no deprecated"
  • Added execute_sync() as synchronous version of execute()
  • Support deep copy of GraphQL schema (#100)
  • build_ast_schema now sets internal enum values (#111)
  • Do not double-wrap resolver errors any more (#106)
  • Use newer Sphinx version, fix for various autodoc issues (#104)
  • Fix example in docstring of GraphQLUnionType (#105)
  • Let default resolver check for Mapping instead of dict (#102)

Thanks to everyone who helped with their feedback, particularly

@berekuk, @charmasaur, @Checho3388, @jstlaurent and @pmantica1.

v3.1.2

Patch release GraphQL-core v3.1.2, based on GraphQL.js v15.1.0.

This release includes the following improvements:

  • Added @specifiedBy directive
  • Extended type definitions (#89)
  • Enum type for visitor return values (#96)
  • Visitors can now use class and static methods
  • Lists in AST nodes are not optional any more (#98)

Thanks to everyone who helped with their feedback.

v3.1.1

Bugfix release GraphQL-core v3.1.1, based on GraphQL.js v15.0.0.

The following issues are fixed in this release:

  • Fixed rendering of ReST in docstring (#84, #85, #86, #87)
  • Added type hint to default_field_resolver (#88)
  • Fixed memoization of collect_subfields (#91)
  • Fixed method name in Visitor docstring (#92)

Contributors to this release were:

@Cito, @hoefling, @nawatts, @rafalp

Thanks to everyone who helped by sending bug reports or pull requests.

Commits
  • 6494c7f Add pyup configuration file
  • d00b482 Release v3.1.3, matching GrapqhQL.js v15.2.0
  • fd7dead The "master" branch has been renamed to "main" now
  • 4dbb9d4 Simplify deep copy of schemas
  • 8c053a3 Support deep copy of GraphQL schema (#100)
  • 826b7a1 Show warning when trying to deep copy a schema (#100)
  • 4c94212 README: use local references
  • 49c6732 Add parent type to path to avoid path ambiguity
  • a65ca17 Added 'execute_sync': synchronous version of execute.
  • 44e9b3f Add NoDeprecatedCustomRule and deprecate find_deprecated_usages
  • 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) - `@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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #301.