Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump graphql-core from 3.0.3 to 3.1.0 #26

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 5, 2020

Bumps graphql-core from 3.0.3 to 3.1.0.

Release notes

Sourced from graphql-core's releases.

v3.1.0

Third final release of GraphQL-core v3.1.0, based on GraphQL.js v15.0.0.

See the three pre-releases v3.1.0b0, v3.1.0b1 and v3.1.0b2 for a complete list of changes.

v3.1.0b2

Third beta release of GraphQL-core 3.1, based on GraphQL.js v15.0.0rc2.

In addition to incorporating the latest changes from the master branch of GraphQL.js, this release also contains the following improvements:

  • Increased performance by using a faster isawaitable() function (#54).
  • Nodes and some other objects are now extensible and weak-referencable (#82).

We also renamed the repository on GitHub from graphql-python/graphql-core-next to graphql-python/graphql-core.

Contributors to this release were:

@Cito, @astronouth7303, @Hellzed and @qeternity

Thanks to everybody who contributed by sending bug reports or pull requests. Please continue to report any problems you find in this beta release, so that these can be fixed in the final v3.1 release.

v3.1.0b1

Second beta release of GraphQL-core 3.1, based on GraphQL.js v15.0.0rc2.

In addition to incorporating the latest changes in GraphQL.js v15.0.0rc2, this release also contains the following improvements and changes:

  • Following a change in GraphQL.js to keep the order of user provided types, the type map reducer for the GraphQLSchema has been removed.
  • We now support inheritance when evaluating the __typename attribute (#25).
  • FieldNodes and InputValueNodes are now only DefinitionNodes, not TypeDefinitionNodes.
  • The test suite now has 100% coverage, and less coverage will count as failure.

Contributors to this release were:

@Cito, @Hellzed

Thanks to everybody who contributed by sending bug reports or pull requests. Please continue to report any problems you find in this beta release, so that these can be fixed in the final v3.1 release.

v3.1.0b0

First beta release of GraphQL-core 3.1, based on GraphQL.js v15.0.0rc1.

In addition to incorporating the latest changes from GraphQL.js (see the list of changes in GraphQL.js v15.0.0a1, v15.0.0a2 and v15.0.0rc1), this release also contains the following improvements and changes:

  • Change: Use Undefined instead of INVALID which is now deprecated (#77)
  • Use explicit Optional type on arguments (#76)
  • Remove unnecessary result type annotation from __init__ methods (Make return type implicitly None for type checked __init__ and __init_subclass__ python/mypy#5677)
  • Better docstring for ast_from_value
  • Better docstring for lexicographic_sort_schema (#75)
  • Fixed a minor issue when coverting lists in ast_from_value()
  • Fixed a minor issue with MapAsyncIterator.athrow()
  • Improved test coverage (trying to reach 100% for final release)
... (truncated)
Commits
  • e9ac4e0 Final v3.1.0 release, matching GrapqhQL.js v15.0.0
  • 7dbfd07 Prepare version 3.1.0b2
  • 2c2cae7 Update dependencies
  • 5db7a7a Improve performance using faster is_awaitable (#54)
  • 9feec00 Add is_awaitable utility function
  • 85635a2 Cosmetic changes, run black
  • faa80af Make nodes extensible and referencable s (#82)
  • f98f3ff Use less clever code to not confuse pytest 5.4
  • 2380aca Update dependencies
  • fc5ad0b Update README
  • 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:

  • 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 dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 5, 2020
Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/graphql-python/graphql-core/releases)
- [Commits](graphql-python/graphql-core@v3.0.3...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/graphql-core-3.1.0 branch from 1534fcc to a3ad789 Compare April 17, 2020 18:08
@hillairet
Copy link
Member

ariadne does want the newer version yet so for now:
@dependabot ignore this minor version

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/graphql-core-3.1.0 branch April 17, 2020 19:15
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you about version 3.1.x again, unless you re-open this PR or update to a 3.1.x release yourself.

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant