Closed dependabot[bot] closed 3 years ago
I would like to check the breaking changes between v0.13 – v14 manually, let's not merge this until we're sure everything is good.
There need to be some test code changes before this can be merged as was pointed out by travis/phpunit.
23 occasions looking like this.
1) Butler\Graphql\Tests\HandlesGraphqlRequestsTest::test_resolvers
ErrorException: Experimental Executor is deprecated and will be removed in the next major version
/home/travis/build/glesys/butler-graphql/vendor/webonyx/graphql-php/src/GraphQL.php:339
/home/travis/build/glesys/butler-graphql/src/Concerns/HandlesGraphqlRequests.php:37
/home/travis/build/glesys/butler-graphql/tests/HandlesGraphqlRequestsTest.php:28
This has been resolved in #38, closing.
OK, I won't notify you again about this release, but will get in touch when a new version is available.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Updates the requirements on webonyx/graphql-php to permit the latest version.
Release notes
Sourced from webonyx/graphql-php's releases.
Changelog
Sourced from webonyx/graphql-php's changelog.
... (truncated)
Commits
4f34309
v14.3.0ae3370a
Fix default get/set behavior on InputObjectField and FieldDefinition (#716)521efa8
Read getParsedBody() instead of getBody() when Request is ServerRequest (#715)c26756d
Revert "move execution of lazy type to typeloader" (#687)3743d8e
v14.2.010522af
Fix validation for input field definition directives (#714)5042bed
Fix public types (#702)d6fe861
v14.1.1f0bcc74
Handle nullableDirectiveNode#astNode
inSchemaValidationContext
(#708)c1e9c5e
Switch to null-safe lazy initialization (#675)You can trigger a rebase of this PR 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)